1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00
Gogh/themes/one.dark.sh
2015-08-24 23:08:18 +02:00

31 lines
643 B
Bash
Executable File

#!/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)