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

Merge pull request #18 from RafaelCz/add-tomorrow

Tomorrow themes
This commit is contained in:
Mayccoll 2015-08-13 18:24:22 -05:00
commit a6337ef68f
5 changed files with 150 additions and 0 deletions

30
tomorrow.night.blue.sh Executable file
View File

@ -0,0 +1,30 @@
#!/bin/bash
# ====================CONFIG THIS =============================== #
COLOR_01="#000000"
COLOR_02="#FF9DA3"
COLOR_03="#D1F1A9"
COLOR_04="#FFEEAD"
COLOR_05="#BBDAFF"
COLOR_06="#EBBBFF"
COLOR_07="#99FFFF"
COLOR_08="#FFFEFE"
COLOR_09="#000000"
COLOR_10="#FF9CA3"
COLOR_11="#D0F0A8"
COLOR_12="#FFEDAC"
COLOR_13="#BADAFF"
COLOR_14="#EBBAFF"
COLOR_15="#99FFFF"
COLOR_16="#FFFEFE"
BACKGROUND_COLOR="#002451"
FOREGROUND_COLOR="#FFFEFE"
CURSOR_COLOR="#FFFEFE"
# =============================================================== #
# |
# | Apply Colors
# | ===========================================
source <(wget -O - http://git.io/vY8Qq)

30
tomorrow.night.bright.sh Executable file
View File

@ -0,0 +1,30 @@
#!/bin/bash
# ====================CONFIG THIS =============================== #
COLOR_01="#000000"
COLOR_02="#D54E53"
COLOR_03="#B9CA49"
COLOR_04="#E7C547"
COLOR_05="#79A6DA"
COLOR_06="#C397D8"
COLOR_07="#70C0B1"
COLOR_08="#FFFEFE"
COLOR_09="#000000"
COLOR_10="#D44D53"
COLOR_11="#B9C949"
COLOR_12="#E6C446"
COLOR_13="#79A6DA"
COLOR_14="#C396D7"
COLOR_15="#70C0B1"
COLOR_16="#FFFEFE"
BACKGROUND_COLOR="#000000"
FOREGROUND_COLOR="#E9E9E9"
CURSOR_COLOR="#E9E9E9"
# =============================================================== #
# |
# | Apply Colors
# | ===========================================
source <(wget -O - http://git.io/vY8Qq)

30
tomorrow.night.eighties.sh Executable file
View File

@ -0,0 +1,30 @@
#!/bin/bash
# ====================CONFIG THIS =============================== #
COLOR_01="#000000"
COLOR_02="#F27779"
COLOR_03="#99CC99"
COLOR_04="#FFCC66"
COLOR_05="#6699CC"
COLOR_06="#CC99CC"
COLOR_07="#66CCCC"
COLOR_08="#FFFEFE"
COLOR_09="#000000"
COLOR_10="#F17779"
COLOR_11="#99CC99"
COLOR_12="#FFCC66"
COLOR_13="#6699CC"
COLOR_14="#CC99CC"
COLOR_15="#66CCCC"
COLOR_16="#FFFEFE"
BACKGROUND_COLOR="#2C2C2C"
FOREGROUND_COLOR="#CCCCCC"
CURSOR_COLOR="#CCCCCC"
# =============================================================== #
# |
# | Apply Colors
# | ===========================================
source <(wget -O - http://git.io/vY8Qq)

30
tomorrow.night.sh Executable file
View File

@ -0,0 +1,30 @@
#!/bin/bash
# ====================CONFIG THIS =============================== #
COLOR_01="#000000"
COLOR_02="#CC6666"
COLOR_03="#B5BD68"
COLOR_04="#F0C674"
COLOR_05="#81A2BE"
COLOR_06="#B293BB"
COLOR_07="#8ABEB7"
COLOR_08="#FFFEFE"
COLOR_09="#000000"
COLOR_10="#CC6666"
COLOR_11="#B5BD68"
COLOR_12="#F0C574"
COLOR_13="#80A1BD"
COLOR_14="#B294BA"
COLOR_15="#8ABDB6"
COLOR_16="#FFFEFE"
BACKGROUND_COLOR="#1D1F21"
FOREGROUND_COLOR="#C5C8C6"
CURSOR_COLOR="#C4C8C5"
# =============================================================== #
# |
# | Apply Colors
# | ===========================================
source <(wget -O - http://git.io/vY8Qq)

30
tomorrow.sh Executable file
View File

@ -0,0 +1,30 @@
#!/bin/bash
# ====================CONFIG THIS =============================== #
COLOR_01="#000000"
COLOR_02="#C82828"
COLOR_03="#718C00"
COLOR_04="#EAB700"
COLOR_05="#4171AE"
COLOR_06="#8959A8"
COLOR_07="#3E999F"
COLOR_08="#FFFEFE"
COLOR_09="#000000"
COLOR_10="#C82828"
COLOR_11="#708B00"
COLOR_12="#E9B600"
COLOR_13="#4170AE"
COLOR_14="#8958A7"
COLOR_15="#3D999F"
COLOR_16="#FFFEFE"
BACKGROUND_COLOR="#FFFFFF"
FOREGROUND_COLOR="#4D4D4C"
CURSOR_COLOR="#4C4C4C"
# =============================================================== #
# |
# | Apply Colors
# | ===========================================
source <(wget -O - http://git.io/vY8Qq)