diff --git a/themes/one.dark.sh b/themes/one.dark.sh new file mode 100755 index 0000000..fb0c308 --- /dev/null +++ b/themes/one.dark.sh @@ -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) diff --git a/themes/one.light.sh b/themes/one.light.sh new file mode 100755 index 0000000..cf7ff45 --- /dev/null +++ b/themes/one.light.sh @@ -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)