mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
One Dark & One Light
This commit is contained in:
parent
3b04355803
commit
b55cbaa03c
30
themes/one.dark.sh
Executable file
30
themes/one.dark.sh
Executable file
@ -0,0 +1,30 @@
|
||||
#!/bin/bash
|
||||
|
||||
# ====================CONFIG THIS =============================== #
|
||||
COLOR_01="#000000"
|
||||
COLOR_02="#E06C75"
|
||||
COLOR_03="#98C379"
|
||||
COLOR_04="#D19A66"
|
||||
COLOR_05="#61AFEF"
|
||||
COLOR_06="#C678DD"
|
||||
COLOR_07="#56B6C2"
|
||||
COLOR_08="#ABB2BF"
|
||||
|
||||
COLOR_09="#5C6370"
|
||||
COLOR_10="#E06C75"
|
||||
COLOR_11="#98C379"
|
||||
COLOR_12="#D19A66"
|
||||
COLOR_13="#61AFEF"
|
||||
COLOR_14="#C678DD"
|
||||
COLOR_15="#56B6C2"
|
||||
COLOR_16="#FFFEFE"
|
||||
|
||||
BACKGROUND_COLOR="#1E2127"
|
||||
FOREGROUND_COLOR="#5C6370"
|
||||
CURSOR_COLOR="#5C6370"
|
||||
# =============================================================== #
|
||||
|
||||
# |
|
||||
# | Apply Colors
|
||||
# | ===========================================
|
||||
source <(wget -O - http://git.io/vY8Qq)
|
30
themes/one.light.sh
Executable file
30
themes/one.light.sh
Executable file
@ -0,0 +1,30 @@
|
||||
#!/bin/bash
|
||||
|
||||
# ====================CONFIG THIS =============================== #
|
||||
COLOR_01="#000000"
|
||||
COLOR_02="#DA3E39"
|
||||
COLOR_03="#41933E"
|
||||
COLOR_04="#855504"
|
||||
COLOR_05="#315EEE"
|
||||
COLOR_06="#930092"
|
||||
COLOR_07="#0E6FAD"
|
||||
COLOR_08="#8E8F96"
|
||||
|
||||
COLOR_09="#2A2B32"
|
||||
COLOR_10="#DA3E39"
|
||||
COLOR_11="#41933E"
|
||||
COLOR_12="#855504"
|
||||
COLOR_13="#315EEE"
|
||||
COLOR_14="#930092"
|
||||
COLOR_15="#0E6FAD"
|
||||
COLOR_16="#FFFEFE"
|
||||
|
||||
BACKGROUND_COLOR="#F8F8F8"
|
||||
FOREGROUND_COLOR="#2A2B32"
|
||||
CURSOR_COLOR="#2A2B32"
|
||||
# =============================================================== #
|
||||
|
||||
# |
|
||||
# | Apply Colors
|
||||
# | ===========================================
|
||||
source <(wget -O - http://git.io/vY8Qq)
|
Loading…
Reference in New Issue
Block a user