Merge branch 'master' into add-chrome

This commit is contained in:
Pavel Pertsev 2017-08-12 13:24:10 +03:00 committed by GitHub
commit e5eb144c61
3 changed files with 42 additions and 83 deletions

View file

@ -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)

View file

@ -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"
]
}

View file

@ -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"
]
}