1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

Rename to summer-pop

This commit is contained in:
Guillermo Aguirre 2019-12-27 19:46:45 -03:00
parent 31fb4d632a
commit b231080c29
3 changed files with 8 additions and 1 deletions

View File

@ -87,6 +87,7 @@ If you want to create your own color scheme or contribute to the project, [start
- [Snazzy](https://github.com/sindresorhus/hyper-snazzy) by [Sindre Sorhus](https://github.com/sindresorhus)
- [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)
- [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)

View File

@ -993,6 +993,12 @@
src=https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/themes/srcery.jpg>
</li>
<li class="mix dark bg-brown">
<h3> Summer Pop </h3>
<img alt="Theme Summer Pop"
src=https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/themes/summer-pop.jpg>
</li>
<li class="mix dark bg-brown">
<h3> Sundried </h3>
<img alt="Theme Sundried"

View File

@ -22,7 +22,7 @@ export COLOR_16="#E5E5E5" # White
export BACKGROUND_COLOR="#272822" # Background Color
export FOREGROUND_COLOR="#FFFFFF" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="monokai-pop"
export PROFILE_NAME="summer-pop"
# =============================================================== #