mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
add themes: fairyfloss, flat-remix, synthwave
This commit is contained in:
parent
b67a4b97d0
commit
cea9b44da7
@ -72,13 +72,14 @@ If you want to create your own color scheme or contribute to the project, [start
|
||||
- [Chalk](https://github.com/chalk/chalk) by [Sindre Sorhus](https://github.com/sindresorhus)
|
||||
- [Dracula](https://github.com/dracula/dracula-theme) by [Zeno Rocha](https://github.com/zenorocha)
|
||||
- [Elementary OS](https://elementary.io/)
|
||||
- [Fairy Floss](https://github.com/sailorhg/fairyfloss)
|
||||
- [Flat Remix](https://github.com/daniruiz/flat-remix)
|
||||
- [Flat UI Terminal Theme](https://dribbble.com/shots/1021755-Flat-UI-Terminal-Theme)
|
||||
- [Gotham](https://github.com/whatyouhide/vim-gotham) by [Andrea Leopardi](https://github.com/whatyouhide)
|
||||
- [Gooey](http://simey.me/editor-themes/) by [Matt Harris](https://github.com/mdh34)
|
||||
- [Gotham](https://github.com/whatyouhide/vim-gotham) by [Andrea Leopardi](https://github.com/whatyouhide)
|
||||
- [Gruvbox](https://github.com/morhetz/gruvbox) by [Pavel Pertsev](https://github.com/morhetz)
|
||||
- [Hemisu](https://noahfrederick.com/log/hemisu-for-os-x-terminal/) by [Noah Frederick](https://github.com/noahfrederick)
|
||||
- [kokuban](https://github.com/ygkn/kokuban) by [ygkn](https://github.com/ygkn)
|
||||
- Material theme by [Mitchel van Eijgen](https://gist.github.com/mvaneijgen/4c56701215847dd5ddcf) and [Liu Xinan](https://gist.github.com/xinan/ca2b82fef6aaa0d1e099)
|
||||
- [Monokai](https://web.archive.org/web/20161117102850/https://www.monokai.nl/blog/2006/07/15/textmate-color-theme) by [Wimer Hazenberg](https://github.com/monokai)
|
||||
- [Ocean](https://github.com/fabianperez/ocean-dark-iterm) by [Fabian Perez](https://github.com/fabianperez)
|
||||
- [One Dark & Light theme set](https://github.com/nathanbuchar/one-dark-terminal) by [Nathan Buchar](https://github.com/nathanbuchar)
|
||||
@ -88,10 +89,11 @@ If you want to create your own color scheme or contribute to the project, [start
|
||||
- [Solarized](https://ethanschoonover.com/solarized) by [Ethan Schoonover](https://github.com/altercation)
|
||||
- [Srcery](https://github.com/roosta/vim-srcery) by [Daniel Berg](https://github.com/roosta)
|
||||
- [Summer Pop](https://github.com/guillermoap/Gogh) by [Guillermo Aguirre](https://github.com/guillermoap)
|
||||
- [SynthWave '84 ](https://github.com/robb0wen/synthwave-vscode)
|
||||
- [Terminal Sexy](https://terminal.sexy) by [George Czabania](https://github.com/stayradiated)
|
||||
- [Tilix](https://github.com/storm119/Tilix-Themes)
|
||||
- [Tomorrow color theme set](https://github.com/chriskempson/tomorrow-theme) by [Chris Kempson](https://github.com/chriskempson)
|
||||
|
||||
- Material theme by [Mitchel van Eijgen](https://gist.github.com/mvaneijgen/4c56701215847dd5ddcf) and [Liu Xinan](https://gist.github.com/xinan/ca2b82fef6aaa0d1e099)
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
2
gogh.sh
2
gogh.sh
@ -59,6 +59,7 @@ declare -a THEMES=(
|
||||
'fairyfloss.sh'
|
||||
'fairyflossdark.sh'
|
||||
'fishtank.sh'
|
||||
'flat-remix.sh'
|
||||
'flat.sh'
|
||||
'flatland.sh'
|
||||
'foxnightly.sh'
|
||||
@ -177,6 +178,7 @@ declare -a THEMES=(
|
||||
'summer-pop.sh'
|
||||
'sundried.sh'
|
||||
'symphonic.sh'
|
||||
'synthwave.sh'
|
||||
'teerb.sh'
|
||||
'terminal-basic.sh'
|
||||
'terminix-dark.sh'
|
||||
|
Loading…
Reference in New Issue
Block a user