Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergi0g/vscode-tailwind-theme
A VSCode theme based on the Tailwind website
https://github.com/sergi0g/vscode-tailwind-theme
Last synced: 3 days ago
JSON representation
A VSCode theme based on the Tailwind website
- Host: GitHub
- URL: https://github.com/sergi0g/vscode-tailwind-theme
- Owner: sergi0g
- License: gpl-3.0
- Created: 2023-10-27T10:51:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-27T12:04:15.000Z (about 1 year ago)
- Last Synced: 2024-06-15T09:49:58.724Z (5 months ago)
- Language: TypeScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Tailwind theme
#### A VSCode theme based on the Tailwind CSS website.Why? Because I like the Tailwind colors.
## Notes:
- Only dark mode is currently supported.
- The current `index.ts` does not match the `theme.json` file. This will be (hopefully) updated in the future.## Usage:
- Go to https://github.com/hex-developer/vscode-tailwind-theme/releases/latest and download the `.vsix` file
- Press Ctrl-Shift-P (or Cmd-Shift-P) and type `vsix` in the search bar. Choose the first option and select the file you downloaded earlier.
- You will be prompted to change your theme. Select Tailwind Dark. If you aren't prompted, click on `Set Color Theme`.
- Enjoy your new theme!Source code is at https://github.com/hex-developer/vscode-tailwind-theme
Made with [Tyriar's VSCode theme generator](https://github.com/Tyriar/vscode-theme-generator-quick-start)