All Projects → adamsome → vscode-theme-gruvbox-minor

adamsome / vscode-theme-gruvbox-minor

Licence: MIT license
Gruvbox theme for Visual Studio Code

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
java
68154 projects - #9 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to vscode-theme-gruvbox-minor

hexagonTab
Hexagon bookmarks accented with a chosen colour. Customise the layout, style, background and bookmarks with hexagonTab.
Stars: ✭ 65 (+282.35%)
Mutual labels:  light, light-theme, dark-theme, dark
vscode-theme
A modern, good-looking, productivity-increaser theme for Visual Studio Code
Stars: ✭ 46 (+170.59%)
Mutual labels:  visual-studio, gruvbox, vscode-theme
Avalondock
Our own development branch of the well known WPF document docking library
Stars: ✭ 518 (+2947.06%)
Mutual labels:  light, light-theme, dark-theme
hyperterm-gruvbox
Hyperterm theme based on gruvbox
Stars: ✭ 16 (-5.88%)
Mutual labels:  light-theme, dark-theme, gruvbox
aurora-future-vscode-theme
💜 A futuristic vscode theme.
Stars: ✭ 27 (+58.82%)
Mutual labels:  dark-theme, dark, vscode-theme
alternight-vscode-theme
Repository of AlterNight, your new favorite theme for Visual Studio Code.
Stars: ✭ 53 (+211.76%)
Mutual labels:  visual-studio, dark-theme, vscode-theme
paddy-color-theme
A very detailed VS Code color theme with earthy tones and many background options for all ye badass hackers. 🍁
Stars: ✭ 29 (+70.59%)
Mutual labels:  light-theme, dark-theme, vscode-theme
dark-plus-material
The default Dark+ theme, using Material's color palette.
Stars: ✭ 37 (+117.65%)
Mutual labels:  visual-studio, dark-theme, dark
Samurai-theme-vscode
Samurai Theme for VSCode
Stars: ✭ 15 (-11.76%)
Mutual labels:  light-theme, dark-theme, vscode-theme
Firefox Gnome Theme
A theme for Firefox 57+ matching GNOME Adwaita.
Stars: ✭ 179 (+952.94%)
Mutual labels:  light-theme, dark-theme, dark
soft-era-vs-code
🌸 soft era for VS Code ~ Light pastel syntax theme for soft, warm, cozy, cute coding. 🌱
Stars: ✭ 91 (+435.29%)
Mutual labels:  light, light-theme, vscode-theme
hash-dark-vscode
A minimal dark vscode theme inspired by Hashnode blog syntax highlighting.
Stars: ✭ 12 (-29.41%)
Mutual labels:  visual-studio, dark-theme, vscode-theme
xcode-theme
Bring the color of the Xcode 'Default (Dark)', Xcode 'Classic (Dark)' and Xcode 'Classic (Light)' themes to Visual Studio Code.
Stars: ✭ 28 (+64.71%)
Mutual labels:  light-theme, dark-theme, vscode-theme
ColorPickerLib
A WPF/MVVM implementation of a themeable color picker control.
Stars: ✭ 44 (+158.82%)
Mutual labels:  light, light-theme, dark-theme
NumericUpDownLib
Implements numeric up down WPF controls to edit/display values (byte, integer, short, ushort etc.) with a textbox and optional up/down arrow (repeat) buttons. Value editing is possible by dragging the mouse vertically/horizontally, clicking up/down buttons, using up/down or left right cursor keys, spinning mousewheel on mouseover, or editing th…
Stars: ✭ 68 (+300%)
Mutual labels:  light, light-theme, dark-theme
github-theme-for-jetbrains
GitHub Theme for Jetbrains is heavily inspired by GitHub 3 Color Scheme and github-vscode-theme.The focus of the development of this theme plugin is to restore the official GitHub theme as much as possible, keeping the colors easy to distinguish, proper contrast, and pleasant.
Stars: ✭ 20 (+17.65%)
Mutual labels:  light, dark
InplaceEditBoxLib
WPF/MVVM control to implement a textbox on top of other elements like TreeViewItem or ListViewItem (use case: perform in place edit on top of a displayed text item)
Stars: ✭ 28 (+64.71%)
Mutual labels:  light, dark
Redis Ui
📡 P3X Redis UI is a very functional handy database GUI and works in your pocket on the responsive web or as a desktop app
Stars: ✭ 334 (+1864.71%)
Mutual labels:  light, dark
vim-humanoid-colorscheme
Light and dark theme for vim with bright colors
Stars: ✭ 67 (+294.12%)
Mutual labels:  light, dark
Nighttab
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.
Stars: ✭ 598 (+3417.65%)
Mutual labels:  light, dark

Gruvbox Minor

A functional Visual Studio Code theme based off of the original gruvbox theme and the Visual Studio Code Gruvbox Theme. Contains a dark and light mode as well as three sub-modes each, hard, medium, and soft.

Screenshot

screenshot

Extensions

Font

The font used in the above preview is Lilex.

Bracket Highlight

In Visual Studio Code user settings, add the following to enable editor bracket highlighting:

  "editor.bracketPairColorization.enabled": true,

Indent-rainbow

If you use indent-rainbow, add the following to your settings for matching colors:

  "indentRainbow.colors": [
    "rgba(250, 189, 47, 0.05)",
    "rgba(142, 192, 124, 0.05)",
    "rgba(131, 165, 152, 0.05)",
    "rgba(211, 134, 155, 0.05)",
    "rgba(254, 128, 25, 0.05)"
  ],
  "indentRainbow.errorColor": "rgba(251, 73, 52, 0.2)",

PRs are welcomed

Tips

  • In the json file, scope can be an array or a string of CSS classes
  • VSCode's Developer: Inspect TM Scopes command is useful to find out the scope

Customization

Customizations and tweaks can be made to all six themes at once by:

  1. Saving the customizations in tokens for syntax change, and/or workbench for editor chrome changes,
  2. Running npm start, which builds the TypeScript files and launches a program that regenerates the six theme files.

Publishing

npm start
# Replace <id> w/ vscode marketplace publisher ID (e.g. `adamsome-gruvbox`)
vsce login <id>
vsce package
# Replace <...> w/ the semanitic version segment to increment
vsce publish <'patch' | 'minor' | 'major'>

Thank Yous

Special thanks to the creator of gruvbox

Thanks to:

who worked on the original VSCode Gruvbox theme that this is based on:

Gruvbox Theme

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].