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

Merge pull request #217 from RobTheFiveNine/theme/synthwave

Fix incorrect colour
This commit is contained in:
Mayccoll 2020-03-02 16:05:05 -05:00 committed by GitHub
commit 93cb5804e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
export COLOR_01="#011627" # Black export COLOR_01="#011627" # Black
export COLOR_02="#fe4450" # Red export COLOR_02="#fe4450" # Red
export COLOR_03="#72f1b8" # Green export COLOR_03="#72f1b8" # Green
export COLOR_04="#f97e72" # Yellow export COLOR_04="#fede5d" # Yellow
export COLOR_05="#03edf9" # Blue export COLOR_05="#03edf9" # Blue
export COLOR_06="#ff7edb" # Magenta export COLOR_06="#ff7edb" # Magenta
export COLOR_07="#03edf9" # Cyan export COLOR_07="#03edf9" # Cyan