From d64b8c0ee55a3d35a5df2837e5d38571fbafa823 Mon Sep 17 00:00:00 2001 From: Rafael Czerwinski Date: Thu, 13 Aug 2015 23:23:02 +0200 Subject: [PATCH] Tomorrow themes --- tomorrow.night.blue.sh | 30 ++++++++++++++++++++++++++++++ tomorrow.night.bright.sh | 30 ++++++++++++++++++++++++++++++ tomorrow.night.eighties.sh | 30 ++++++++++++++++++++++++++++++ tomorrow.night.sh | 30 ++++++++++++++++++++++++++++++ tomorrow.sh | 30 ++++++++++++++++++++++++++++++ 5 files changed, 150 insertions(+) create mode 100755 tomorrow.night.blue.sh create mode 100755 tomorrow.night.bright.sh create mode 100755 tomorrow.night.eighties.sh create mode 100755 tomorrow.night.sh create mode 100755 tomorrow.sh diff --git a/tomorrow.night.blue.sh b/tomorrow.night.blue.sh new file mode 100755 index 0000000..7b7f61c --- /dev/null +++ b/tomorrow.night.blue.sh @@ -0,0 +1,30 @@ +#!/bin/bash + +# ====================CONFIG THIS =============================== # +COLOR_01="#000000" +COLOR_02="#FF9DA3" +COLOR_03="#D1F1A9" +COLOR_04="#FFEEAD" +COLOR_05="#BBDAFF" +COLOR_06="#EBBBFF" +COLOR_07="#99FFFF" +COLOR_08="#FFFEFE" + +COLOR_09="#000000" +COLOR_10="#FF9CA3" +COLOR_11="#D0F0A8" +COLOR_12="#FFEDAC" +COLOR_13="#BADAFF" +COLOR_14="#EBBAFF" +COLOR_15="#99FFFF" +COLOR_16="#FFFEFE" + +BACKGROUND_COLOR="#002451" +FOREGROUND_COLOR="#FFFEFE" +CURSOR_COLOR="#FFFEFE" +# =============================================================== # + +# | +# | Apply Colors +# | =========================================== +source <(wget -O - http://git.io/vY8Qq) diff --git a/tomorrow.night.bright.sh b/tomorrow.night.bright.sh new file mode 100755 index 0000000..686cf70 --- /dev/null +++ b/tomorrow.night.bright.sh @@ -0,0 +1,30 @@ +#!/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) diff --git a/tomorrow.night.eighties.sh b/tomorrow.night.eighties.sh new file mode 100755 index 0000000..579a508 --- /dev/null +++ b/tomorrow.night.eighties.sh @@ -0,0 +1,30 @@ +#!/bin/bash + +# ====================CONFIG THIS =============================== # +COLOR_01="#000000" +COLOR_02="#F27779" +COLOR_03="#99CC99" +COLOR_04="#FFCC66" +COLOR_05="#6699CC" +COLOR_06="#CC99CC" +COLOR_07="#66CCCC" +COLOR_08="#FFFEFE" + +COLOR_09="#000000" +COLOR_10="#F17779" +COLOR_11="#99CC99" +COLOR_12="#FFCC66" +COLOR_13="#6699CC" +COLOR_14="#CC99CC" +COLOR_15="#66CCCC" +COLOR_16="#FFFEFE" + +BACKGROUND_COLOR="#2C2C2C" +FOREGROUND_COLOR="#CCCCCC" +CURSOR_COLOR="#CCCCCC" +# =============================================================== # + +# | +# | Apply Colors +# | =========================================== +source <(wget -O - http://git.io/vY8Qq) diff --git a/tomorrow.night.sh b/tomorrow.night.sh new file mode 100755 index 0000000..b5c2678 --- /dev/null +++ b/tomorrow.night.sh @@ -0,0 +1,30 @@ +#!/bin/bash + +# ====================CONFIG THIS =============================== # +COLOR_01="#000000" +COLOR_02="#CC6666" +COLOR_03="#B5BD68" +COLOR_04="#F0C674" +COLOR_05="#81A2BE" +COLOR_06="#B293BB" +COLOR_07="#8ABEB7" +COLOR_08="#FFFEFE" + +COLOR_09="#000000" +COLOR_10="#CC6666" +COLOR_11="#B5BD68" +COLOR_12="#F0C574" +COLOR_13="#80A1BD" +COLOR_14="#B294BA" +COLOR_15="#8ABDB6" +COLOR_16="#FFFEFE" + +BACKGROUND_COLOR="#1D1F21" +FOREGROUND_COLOR="#C5C8C6" +CURSOR_COLOR="#C4C8C5" +# =============================================================== # + +# | +# | Apply Colors +# | =========================================== +source <(wget -O - http://git.io/vY8Qq) diff --git a/tomorrow.sh b/tomorrow.sh new file mode 100755 index 0000000..6c77620 --- /dev/null +++ b/tomorrow.sh @@ -0,0 +1,30 @@ +#!/bin/bash + +# ====================CONFIG THIS =============================== # +COLOR_01="#000000" +COLOR_02="#C82828" +COLOR_03="#718C00" +COLOR_04="#EAB700" +COLOR_05="#4171AE" +COLOR_06="#8959A8" +COLOR_07="#3E999F" +COLOR_08="#FFFEFE" + +COLOR_09="#000000" +COLOR_10="#C82828" +COLOR_11="#708B00" +COLOR_12="#E9B600" +COLOR_13="#4170AE" +COLOR_14="#8958A7" +COLOR_15="#3D999F" +COLOR_16="#FFFEFE" + +BACKGROUND_COLOR="#FFFFFF" +FOREGROUND_COLOR="#4D4D4C" +CURSOR_COLOR="#4C4C4C" +# =============================================================== # + +# | +# | Apply Colors +# | =========================================== +source <(wget -O - http://git.io/vY8Qq)