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

32 lines
733 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2015-08-25 00:08:18 +03:00
# ====================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
# | ===========================================
2016-03-19 18:40:48 +03:00
source $(cd "$(dirname "$(readlink -f "$0")")" && pwd)/../_apply-colors.sh || \
source <(wget -O - http://git.io/vY8Qq)