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

Merge pull request #14 from RafaelCz/add-ocean

Ocean theme
This commit is contained in:
Mayccoll 2015-08-13 11:27:10 -05:00
commit 42db936486

30
ocean.dark.sh Executable file
View File

@ -0,0 +1,30 @@
#!/bin/bash
# ====================CONFIG THIS =============================== #
COLOR_01="#4F4F4F"
COLOR_02="#AF4B57"
COLOR_03="#AFD383"
COLOR_04="#E5C079"
COLOR_05="#7D90A4"
COLOR_06="#A4799D"
COLOR_07="#85A6A5"
COLOR_08="#EEEDEE"
COLOR_09="#7B7B7B"
COLOR_10="#AF4B57"
COLOR_11="#CEFFAB"
COLOR_12="#FFFECC"
COLOR_13="#B5DCFE"
COLOR_14="#FB9BFE"
COLOR_15="#DFDFFD"
COLOR_16="#FEFFFE"
BACKGROUND_COLOR="#1C1F27"
FOREGROUND_COLOR="#979CAC"
CURSOR_COLOR="#979CAC"
# =============================================================== #
# |
# | Apply Colors
# | ===========================================
source <(wget -O - http://git.io/vY8Qq)