https://github.com/coderdiaz/tuffybrain-vscode-theme
A color theme inpired on Jetbrains Theme with accesible colors
https://github.com/coderdiaz/tuffybrain-vscode-theme
Last synced: 12 days ago
JSON representation
A color theme inpired on Jetbrains Theme with accesible colors
- Host: GitHub
- URL: https://github.com/coderdiaz/tuffybrain-vscode-theme
- Owner: coderdiaz
- License: mit
- Created: 2023-03-14T23:12:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-17T01:31:29.000Z (over 2 years ago)
- Last Synced: 2025-02-23T17:33:07.580Z (4 months ago)
- Size: 575 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tuffybrain
Visual Studio Theme inspired by Jetbrains with better accesible colors ✨
## Installation
1. Go to `Extensions: Install extension` using the Command Palette(`Ctrl+Shift+P` or `Cmd+Shift+P` on Mac).
2. Search for `Tuffybrain`.
3. Click install.
4. From the Command Palette go to `Preferences: Color Theme` and find Tuffybrain.
5. Pick your favorite theme.
6. Enjoy!## Preferences
For a better UI experience I recommend to disable `Activity Bar` and use only the command palette. If you like Jetbrains products you can [download](https://www.jetbrains.com/lp/mono/) and use the `Jetbrains Mono Font`.
Enable Ligatures to enjoy the whole experience:
```
"editor.fontFamily": "Jetbrains Mono",
"editor.fontLigatures": true,
```## Feedback
Did you find an issue? Feel free to create an issue I'm sure there are things I missed. Any relevant changes for each version are documented in the changelog. Please update and check the [changelog](./CHANGELOG.md) before create any issue, as they may have already been taken.Any questions or feedback open an issue on [Github](https://github.com/coderdiaz/tuffybrain-vscode-theme).
Crafted by [Javier Diaz](https://coderdiaz.dev).