diff --git a/README.md b/README.md index 613f474..cc267dc 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ Palette Here's a list of ports to other text editors and applications. The original Vim theme can be found here: https://github.com/morhetz/gruvbox -### Emacs +### Alacritty -- [Greduan's port](https://github.com/Greduan/emacs-theme-gruvbox) +- [Daniel M. Capella's port](https://github.com/jwilm/alacritty/wiki/Color-schemes#gruvbox) ### Atom @@ -28,46 +28,66 @@ Here's a list of ports to other text editors and applications. The original Vim - [Brian Reilly's port](https://github.com/Briles/gruvbox-atom) - [Steve Lombardi's port](https://github.com/smlombardi/gruvbox-syntax) -### Sublime // TextMate +### Awesome WM -- [Martin Radimec's port](https://github.com/peaceant/gruvbox) -- [Brian Reilly's port](https://github.com/Briles/gruvbox) +- [Raphael McSinyx's theme](https://github.com/McSinyx/debdotfiles/tree/master/awesome/.config/awesome/themes/gruvbox) + +### CudaText + +- [Brian Reilly's port](https://github.com/Briles/gruvbox-cudatext) + +### Emacs + +- [Greduan's port](https://github.com/Greduan/emacs-theme-gruvbox) + +### HyperTerm + +- [Gruvbox Dark Theme](https://github.com/mcchrish/hyperterm-gruvbox-dark) ### IDEA - [Caleb Land's port](https://github.com/caleb/gruvbox-idea) - [Visual Gruvbox (Medium Dark) by rphlmr](https://github.com/rphlmr/visual-gruvbox-medium-dark) -### Qt Creator +### Multimarkdown Composer -- [Julian Konchunas's port](https://github.com/konchunas/gruvbox-qtcreator) +- [jlxz's stylesheet](https://github.com/jlxz/mmdc_gruvbox_style) + +### Alfred + +- [Intens' gruvbox-dark port](https://www.alfredapp.com/extras/theme/FtXTsjweeU/) ### Pentadactyl - [Roman Inflianskas's color scheme](https://github.com/rominf/pentadactyl-gruvbox) -### Vimperator - -- [Raphael McSinyx's color scheme](https://github.com/McSinyx/debdotfiles/tree/master/vimperator/.vimperator/colors) - -### Awesome WM - -- [Raphael McSinyx's theme](https://github.com/McSinyx/debdotfiles/tree/master/awesome/.config/awesome/themes/gruvbox) - -### Multimarkdown Composer - -- [jlxz's stylesheet](https://github.com/jlxz/mmdc_gruvbox_style) - ### Pygments - [Dave Yarwood's port](https://github.com/daveyarwood/gruvbox-pygments) +### Qt Creator + +- [Julian Konchunas's port](https://github.com/konchunas/gruvbox-qtcreator) + +### Rofi + +- [Color themes by Brian Hardisty](https://github.com/bardisty/gruvbox-rofi) + ### Slack - [By unknown author](http://sweetthemesaremadeofthe.se/post/114732568417/gruvbox-inspired) -### CudaText +### Sublime // TextMate -- [Brian Reilly's port](https://github.com/Briles/gruvbox-cudatext) +- [Martin Radimec's port](https://github.com/peaceant/gruvbox) +- [Brian Reilly's port](https://github.com/Briles/gruvbox) + +### Tilix terminal + +- [Michael Thessel's port](https://github.com/MichaelThessel/tilix-gruvbox) + +### Vimperator + +- [Raphael McSinyx's color scheme](https://github.com/McSinyx/debdotfiles/tree/master/vimperator/.vimperator/colors) ### Visual Studio @@ -77,20 +97,9 @@ Here's a list of ports to other text editors and applications. The original Vim ### Visual Studio Code +- [Gruvbox Themes by Tom Philbin](https://marketplace.visualstudio.com/items?itemName=tomphilbin.gruvbox-themes) - [Visual Gruvbox (Medium Dark) by rphlmr](https://marketplace.visualstudio.com/items?itemName=rphlmr.visual-gruvbox-medium-dark) -### HyperTerm - -- [Gruvbox Dark Theme](https://github.com/mcchrish/hyperterm-gruvbox-dark) - -### Rofi - -- [Color themes by Brian Hardisty](https://github.com/bardisty/gruvbox-rofi) - -### Alacritty - -- [Daniel M. Capella's port](https://github.com/jwilm/alacritty/wiki/Color-schemes#gruvbox) - ### Chrome - [Ben Brooks' port](https://github.com/bbrks/chrome-gruvbox) diff --git a/terminix/gruvbox-dark.json b/terminix/gruvbox-dark.json deleted file mode 100644 index 46be9c0..0000000 --- a/terminix/gruvbox-dark.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Gruvbox dark", - "comment": "Ported for Terminix Colour Scheme", - "use-theme-colors": false, - "foreground-color": "#fbf1c7", - "background-color": "#282828", - "palette": [ - "#1d2021", - "#cc241d", - "#98971a", - "#d79921", - "#458588", - "#b16286", - "#689d6a", - "#a89984", - "#928374", - "#fb4934", - "#b8bb26", - "#fabd2f", - "#83a598", - "#d3869b", - "#8ec07c", - "#ebdbb2" - ] -} diff --git a/terminix/gruvbox-light.json b/terminix/gruvbox-light.json deleted file mode 100644 index d557663..0000000 --- a/terminix/gruvbox-light.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Gruvbox light", - "comment": "Ported for Terminix Colour Scheme", - "use-theme-colors": false, - "foreground-color": "#3c3836", - "background-color": "#fbf1c7", - "palette": [ - "#fbf1c7", - "#cc241d", - "#98971a", - "#d79921", - "#458588", - "#b16286", - "#689d6a", - "#a89984", - "#928374", - "#9d0006", - "#79740e", - "#b57614", - "#076678", - "#8f3f71", - "#427b58", - "#3c3836" - ] -}