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