mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
31 lines
643 B
Bash
31 lines
643 B
Bash
|
#!/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)
|