diff --git a/themes/3024-day.sh b/themes/3024-day.sh old mode 100755 new mode 100644 index 2dadcf0..8ad66e4 --- a/themes/3024-day.sh +++ b/themes/3024-day.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="3024 Day" export COLOR_01="#090300" # Black (Host) -export COLOR_02="#db2d20" # Red (Syntax string) -export COLOR_03="#01a252" # Green (Command) -export COLOR_04="#fded02" # Yellow (Command second) -export COLOR_05="#01a0e4" # Blue (Path) -export COLOR_06="#a16a94" # Magenta (Syntax var) -export COLOR_07="#b5e4f4" # Cyan (Prompt) -export COLOR_08="#a5a2a2" # White +export COLOR_02="#DB2D20" # Red (Syntax string) +export COLOR_03="#01A252" # Green (Command) +export COLOR_04="#FDED02" # Yellow (Command second) +export COLOR_05="#01A0E4" # Blue (Path) +export COLOR_06="#A16A94" # Magenta (Syntax var) +export COLOR_07="#B5E4F4" # Cyan (Prompt) +export COLOR_08="#A5A2A2" # White -export COLOR_09="#5c5855" # Bright Black -export COLOR_10="#e8bbd0" # Bright Red (Command error) -export COLOR_11="#3a3432" # Bright Green (Exec) -export COLOR_12="#4a4543" # Bright Yellow -export COLOR_13="#807d7c" # Bright Blue (Folder) -export COLOR_14="#d6d5d4" # Bright Magenta -export COLOR_15="#cdab53" # Bright Cyan -export COLOR_16="#f7f7f7" # Bright White +export COLOR_09="#5C5855" # Bright Black +export COLOR_10="#E8BBD0" # Bright Red (Command error) +export COLOR_11="#3A3432" # Bright Green (Exec) +export COLOR_12="#4A4543" # Bright Yellow +export COLOR_13="#807D7C" # Bright Blue (Folder) +export COLOR_14="#D6D5D4" # Bright Magenta +export COLOR_15="#CDAB53" # Bright Cyan +export COLOR_16="#F7F7F7" # Bright White -export BACKGROUND_COLOR="#f7f7f7" # Background -export FOREGROUND_COLOR="#4a4543" # Foreground (Text) +export BACKGROUND_COLOR="#F7F7F7" # Background +export FOREGROUND_COLOR="#4A4543" # Foreground (Text) -export CURSOR_COLOR="#4a4543" # Cursor +export CURSOR_COLOR="#4A4543" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/3024-night.sh b/themes/3024-night.sh old mode 100755 new mode 100644 index 96c121a..ac141fa --- a/themes/3024-night.sh +++ b/themes/3024-night.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="3024 Night" export COLOR_01="#090300" # Black (Host) -export COLOR_02="#db2d20" # Red (Syntax string) -export COLOR_03="#01a252" # Green (Command) -export COLOR_04="#fded02" # Yellow (Command second) -export COLOR_05="#01a0e4" # Blue (Path) -export COLOR_06="#a16a94" # Magenta (Syntax var) -export COLOR_07="#b5e4f4" # Cyan (Prompt) -export COLOR_08="#a5a2a2" # White +export COLOR_02="#DB2D20" # Red (Syntax string) +export COLOR_03="#01A252" # Green (Command) +export COLOR_04="#FDED02" # Yellow (Command second) +export COLOR_05="#01A0E4" # Blue (Path) +export COLOR_06="#A16A94" # Magenta (Syntax var) +export COLOR_07="#B5E4F4" # Cyan (Prompt) +export COLOR_08="#A5A2A2" # White -export COLOR_09="#5c5855" # Bright Black -export COLOR_10="#e8bbd0" # Bright Red (Command error) -export COLOR_11="#3a3432" # Bright Green (Exec) -export COLOR_12="#4a4543" # Bright Yellow -export COLOR_13="#807d7c" # Bright Blue (Folder) -export COLOR_14="#d6d5d4" # Bright Magenta -export COLOR_15="#cdab53" # Bright Cyan -export COLOR_16="#f7f7f7" # Bright White +export COLOR_09="#5C5855" # Bright Black +export COLOR_10="#E8BBD0" # Bright Red (Command error) +export COLOR_11="#3A3432" # Bright Green (Exec) +export COLOR_12="#4A4543" # Bright Yellow +export COLOR_13="#807D7C" # Bright Blue (Folder) +export COLOR_14="#D6D5D4" # Bright Magenta +export COLOR_15="#CDAB53" # Bright Cyan +export COLOR_16="#F7F7F7" # Bright White export BACKGROUND_COLOR="#090300" # Background -export FOREGROUND_COLOR="#a5a2a2" # Foreground (Text) +export FOREGROUND_COLOR="#A5A2A2" # Foreground (Text) -export CURSOR_COLOR="#a5a2a2" # Cursor +export CURSOR_COLOR="#A5A2A2" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/aci.sh b/themes/aci.sh old mode 100755 new mode 100644 index 978b872..2dcdb97 --- a/themes/aci.sh +++ b/themes/aci.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Aci" export COLOR_01="#363636" # Black (Host) -export COLOR_02="#ff0883" # Red (Syntax string) -export COLOR_03="#83ff08" # Green (Command) -export COLOR_04="#ff8308" # Yellow (Command second) -export COLOR_05="#0883ff" # Blue (Path) -export COLOR_06="#8308ff" # Magenta (Syntax var) -export COLOR_07="#08ff83" # Cyan (Prompt) -export COLOR_08="#b6b6b6" # White +export COLOR_02="#FF0883" # Red (Syntax string) +export COLOR_03="#83FF08" # Green (Command) +export COLOR_04="#FF8308" # Yellow (Command second) +export COLOR_05="#0883FF" # Blue (Path) +export COLOR_06="#8308FF" # Magenta (Syntax var) +export COLOR_07="#08FF83" # Cyan (Prompt) +export COLOR_08="#B6B6B6" # White export COLOR_09="#424242" # Bright Black -export COLOR_10="#ff1e8e" # Bright Red (Command error) -export COLOR_11="#8eff1e" # Bright Green (Exec) -export COLOR_12="#ff8e1e" # Bright Yellow -export COLOR_13="#1e8eff" # Bright Blue (Folder) -export COLOR_14="#8e1eff" # Bright Magenta -export COLOR_15="#1eff8e" # Bright Cyan -export COLOR_16="#c2c2c2" # Bright White +export COLOR_10="#FF1E8E" # Bright Red (Command error) +export COLOR_11="#8EFF1E" # Bright Green (Exec) +export COLOR_12="#FF8E1E" # Bright Yellow +export COLOR_13="#1E8EFF" # Bright Blue (Folder) +export COLOR_14="#8E1EFF" # Bright Magenta +export COLOR_15="#1EFF8E" # Bright Cyan +export COLOR_16="#C2C2C2" # Bright White -export BACKGROUND_COLOR="#0d1926" # Background -export FOREGROUND_COLOR="#b4e1fd" # Foreground (Text) +export BACKGROUND_COLOR="#0D1926" # Background +export FOREGROUND_COLOR="#B4E1FD" # Foreground (Text) -export CURSOR_COLOR="#b4e1fd" # Cursor +export CURSOR_COLOR="#B4E1FD" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/aco.sh b/themes/aco.sh old mode 100755 new mode 100644 index bdda947..6d71b5c --- a/themes/aco.sh +++ b/themes/aco.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Aco" -export COLOR_01="#3f3f3f" # Black (Host) -export COLOR_02="#ff0883" # Red (Syntax string) -export COLOR_03="#83ff08" # Green (Command) -export COLOR_04="#ff8308" # Yellow (Command second) -export COLOR_05="#0883ff" # Blue (Path) -export COLOR_06="#8308ff" # Magenta (Syntax var) -export COLOR_07="#08ff83" # Cyan (Prompt) -export COLOR_08="#bebebe" # White +export COLOR_01="#3F3F3F" # Black (Host) +export COLOR_02="#FF0883" # Red (Syntax string) +export COLOR_03="#83FF08" # Green (Command) +export COLOR_04="#FF8308" # Yellow (Command second) +export COLOR_05="#0883FF" # Blue (Path) +export COLOR_06="#8308FF" # Magenta (Syntax var) +export COLOR_07="#08FF83" # Cyan (Prompt) +export COLOR_08="#BEBEBE" # White export COLOR_09="#474747" # Bright Black -export COLOR_10="#ff1e8e" # Bright Red (Command error) -export COLOR_11="#8eff1e" # Bright Green (Exec) -export COLOR_12="#ff8e1e" # Bright Yellow -export COLOR_13="#1e8eff" # Bright Blue (Folder) -export COLOR_14="#8e1eff" # Bright Magenta -export COLOR_15="#1eff8e" # Bright Cyan -export COLOR_16="#c4c4c4" # Bright White +export COLOR_10="#FF1E8E" # Bright Red (Command error) +export COLOR_11="#8EFF1E" # Bright Green (Exec) +export COLOR_12="#FF8E1E" # Bright Yellow +export COLOR_13="#1E8EFF" # Bright Blue (Folder) +export COLOR_14="#8E1EFF" # Bright Magenta +export COLOR_15="#1EFF8E" # Bright Cyan +export COLOR_16="#C4C4C4" # Bright White -export BACKGROUND_COLOR="#1f1305" # Background -export FOREGROUND_COLOR="#b4e1fd" # Foreground (Text) +export BACKGROUND_COLOR="#1F1305" # Background +export FOREGROUND_COLOR="#B4E1FD" # Foreground (Text) -export CURSOR_COLOR="#b4e1fd" # Cursor +export CURSOR_COLOR="#B4E1FD" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/adventure-time.sh b/themes/adventure-time.sh old mode 100755 new mode 100644 index 86bcc3f..cdd4329 --- a/themes/adventure-time.sh +++ b/themes/adventure-time.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Adventure Time" export COLOR_01="#050404" # Black (Host) -export COLOR_02="#bd0013" # Red (Syntax string) -export COLOR_03="#4ab118" # Green (Command) -export COLOR_04="#e7741e" # Yellow (Command second) -export COLOR_05="#0f4ac6" # Blue (Path) +export COLOR_02="#BD0013" # Red (Syntax string) +export COLOR_03="#4AB118" # Green (Command) +export COLOR_04="#E7741E" # Yellow (Command second) +export COLOR_05="#0F4AC6" # Blue (Path) export COLOR_06="#665993" # Magenta (Syntax var) -export COLOR_07="#70a598" # Cyan (Prompt) -export COLOR_08="#f8dcc0" # White +export COLOR_07="#70A598" # Cyan (Prompt) +export COLOR_08="#F8DCC0" # White -export COLOR_09="#4e7cbf" # Bright Black -export COLOR_10="#fc5f5a" # Bright Red (Command error) -export COLOR_11="#9eff6e" # Bright Green (Exec) -export COLOR_12="#efc11a" # Bright Yellow -export COLOR_13="#1997c6" # Bright Blue (Folder) -export COLOR_14="#9b5953" # Bright Magenta -export COLOR_15="#c8faf4" # Bright Cyan -export COLOR_16="#f6f5fb" # Bright White +export COLOR_09="#4E7CBF" # Bright Black +export COLOR_10="#FC5F5A" # Bright Red (Command error) +export COLOR_11="#9EFF6E" # Bright Green (Exec) +export COLOR_12="#EFC11A" # Bright Yellow +export COLOR_13="#1997C6" # Bright Blue (Folder) +export COLOR_14="#9B5953" # Bright Magenta +export COLOR_15="#C8FAF4" # Bright Cyan +export COLOR_16="#F6F5FB" # Bright White -export BACKGROUND_COLOR="#1f1d45" # Background -export FOREGROUND_COLOR="#f8dcc0" # Foreground (Text) +export BACKGROUND_COLOR="#1F1D45" # Background +export FOREGROUND_COLOR="#F8DCC0" # Foreground (Text) -export CURSOR_COLOR="#f8dcc0" # Cursor +export CURSOR_COLOR="#F8DCC0" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/afterglow.sh b/themes/afterglow.sh old mode 100755 new mode 100644 index ea56590..5a4c5b7 --- a/themes/afterglow.sh +++ b/themes/afterglow.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Afterglow" export COLOR_01="#151515" # Black (Host) -export COLOR_02="#a53c23" # Red (Syntax string) -export COLOR_03="#7b9246" # Green (Command) -export COLOR_04="#d3a04d" # Yellow (Command second) -export COLOR_05="#6c99bb" # Blue (Path) -export COLOR_06="#9f4e85" # Magenta (Syntax var) -export COLOR_07="#7dd6cf" # Cyan (Prompt) -export COLOR_08="#d0d0d0" # White +export COLOR_02="#A53C23" # Red (Syntax string) +export COLOR_03="#7B9246" # Green (Command) +export COLOR_04="#D3A04D" # Yellow (Command second) +export COLOR_05="#6C99BB" # Blue (Path) +export COLOR_06="#9F4E85" # Magenta (Syntax var) +export COLOR_07="#7DD6CF" # Cyan (Prompt) +export COLOR_08="#D0D0D0" # White export COLOR_09="#505050" # Bright Black -export COLOR_10="#a53c23" # Bright Red (Command error) -export COLOR_11="#7b9246" # Bright Green (Exec) -export COLOR_12="#d3a04d" # Bright Yellow -export COLOR_13="#547c99" # Bright Blue (Folder) -export COLOR_14="#9f4e85" # Bright Magenta -export COLOR_15="#7dd6cf" # Bright Cyan -export COLOR_16="#f5f5f5" # Bright White +export COLOR_10="#A53C23" # Bright Red (Command error) +export COLOR_11="#7B9246" # Bright Green (Exec) +export COLOR_12="#D3A04D" # Bright Yellow +export COLOR_13="#547C99" # Bright Blue (Folder) +export COLOR_14="#9F4E85" # Bright Magenta +export COLOR_15="#7DD6CF" # Bright Cyan +export COLOR_16="#F5F5F5" # Bright White export BACKGROUND_COLOR="#222222" # Background -export FOREGROUND_COLOR="#d0d0d0" # Foreground (Text) +export FOREGROUND_COLOR="#D0D0D0" # Foreground (Text) -export CURSOR_COLOR="#d0d0d0" # Cursor +export CURSOR_COLOR="#D0D0D0" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/alien-blood.sh b/themes/alien-blood.sh old mode 100755 new mode 100644 index a4e8c44..64eafee --- a/themes/alien-blood.sh +++ b/themes/alien-blood.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Alien Blood" export COLOR_01="#112616" # Black (Host) -export COLOR_02="#7f2b27" # Red (Syntax string) -export COLOR_03="#2f7e25" # Green (Command) -export COLOR_04="#717f24" # Yellow (Command second) -export COLOR_05="#2f6a7f" # Blue (Path) -export COLOR_06="#47587f" # Magenta (Syntax var) -export COLOR_07="#327f77" # Cyan (Prompt) -export COLOR_08="#647d75" # White +export COLOR_02="#7F2B27" # Red (Syntax string) +export COLOR_03="#2F7E25" # Green (Command) +export COLOR_04="#717F24" # Yellow (Command second) +export COLOR_05="#2F6A7F" # Blue (Path) +export COLOR_06="#47587F" # Magenta (Syntax var) +export COLOR_07="#327F77" # Cyan (Prompt) +export COLOR_08="#647D75" # White -export COLOR_09="#3c4812" # Bright Black -export COLOR_10="#e08009" # Bright Red (Command error) -export COLOR_11="#18e000" # Bright Green (Exec) -export COLOR_12="#bde000" # Bright Yellow -export COLOR_13="#00aae0" # Bright Blue (Folder) -export COLOR_14="#0058e0" # Bright Magenta -export COLOR_15="#00e0c4" # Bright Cyan -export COLOR_16="#73fa91" # Bright White +export COLOR_09="#3C4812" # Bright Black +export COLOR_10="#E08009" # Bright Red (Command error) +export COLOR_11="#18E000" # Bright Green (Exec) +export COLOR_12="#BDE000" # Bright Yellow +export COLOR_13="#00AAE0" # Bright Blue (Folder) +export COLOR_14="#0058E0" # Bright Magenta +export COLOR_15="#00E0C4" # Bright Cyan +export COLOR_16="#73FA91" # Bright White -export BACKGROUND_COLOR="#0f1610" # Background -export FOREGROUND_COLOR="#637d75" # Foreground (Text) +export BACKGROUND_COLOR="#0F1610" # Background +export FOREGROUND_COLOR="#637D75" # Foreground (Text) -export CURSOR_COLOR="#637d75" # Cursor +export CURSOR_COLOR="#637D75" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/argonaut.sh b/themes/argonaut.sh old mode 100755 new mode 100644 index 6a60e1d..4bf127e --- a/themes/argonaut.sh +++ b/themes/argonaut.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Argonaut" export COLOR_01="#232323" # Black (Host) -export COLOR_02="#ff000f" # Red (Syntax string) -export COLOR_03="#8ce10b" # Green (Command) -export COLOR_04="#ffb900" # Yellow (Command second) -export COLOR_05="#008df8" # Blue (Path) -export COLOR_06="#6d43a6" # Magenta (Syntax var) -export COLOR_07="#00d8eb" # Cyan (Prompt) -export COLOR_08="#ffffff" # White +export COLOR_02="#FF000F" # Red (Syntax string) +export COLOR_03="#8CE10B" # Green (Command) +export COLOR_04="#FFB900" # Yellow (Command second) +export COLOR_05="#008DF8" # Blue (Path) +export COLOR_06="#6D43A6" # Magenta (Syntax var) +export COLOR_07="#00D8EB" # Cyan (Prompt) +export COLOR_08="#FFFFFF" # White export COLOR_09="#444444" # Bright Black -export COLOR_10="#ff2740" # Bright Red (Command error) -export COLOR_11="#abe15b" # Bright Green (Exec) -export COLOR_12="#ffd242" # Bright Yellow -export COLOR_13="#0092ff" # Bright Blue (Folder) -export COLOR_14="#9a5feb" # Bright Magenta -export COLOR_15="#67fff0" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#FF2740" # Bright Red (Command error) +export COLOR_11="#ABE15B" # Bright Green (Exec) +export COLOR_12="#FFD242" # Bright Yellow +export COLOR_13="#0092FF" # Bright Blue (Folder) +export COLOR_14="#9A5FEB" # Bright Magenta +export COLOR_15="#67FFF0" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#0e1019" # Background -export FOREGROUND_COLOR="#fffaf4" # Foreground (Text) +export BACKGROUND_COLOR="#0E1019" # Background +export FOREGROUND_COLOR="#FFFAF4" # Foreground (Text) -export CURSOR_COLOR="#fffaf4" # Cursor +export CURSOR_COLOR="#FFFAF4" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/arthur.sh b/themes/arthur.sh old mode 100755 new mode 100644 index bed283e..aff6c59 --- a/themes/arthur.sh +++ b/themes/arthur.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Arthur" -export COLOR_01="#3d352a" # Black (Host) -export COLOR_02="#cd5c5c" # Red (Syntax string) -export COLOR_03="#86af80" # Green (Command) -export COLOR_04="#e8ae5b" # Yellow (Command second) -export COLOR_05="#6495ed" # Blue (Path) -export COLOR_06="#deb887" # Magenta (Syntax var) -export COLOR_07="#b0c4de" # Cyan (Prompt) -export COLOR_08="#bbaa99" # White +export COLOR_01="#3D352A" # Black (Host) +export COLOR_02="#CD5C5C" # Red (Syntax string) +export COLOR_03="#86AF80" # Green (Command) +export COLOR_04="#E8AE5B" # Yellow (Command second) +export COLOR_05="#6495ED" # Blue (Path) +export COLOR_06="#DEB887" # Magenta (Syntax var) +export COLOR_07="#B0C4DE" # Cyan (Prompt) +export COLOR_08="#BBAA99" # White export COLOR_09="#554444" # Bright Black -export COLOR_10="#cc5533" # Bright Red (Command error) -export COLOR_11="#88aa22" # Bright Green (Exec) -export COLOR_12="#ffa75d" # Bright Yellow -export COLOR_13="#87ceeb" # Bright Blue (Folder) +export COLOR_10="#CC5533" # Bright Red (Command error) +export COLOR_11="#88AA22" # Bright Green (Exec) +export COLOR_12="#FFA75D" # Bright Yellow +export COLOR_13="#87CEEB" # Bright Blue (Folder) export COLOR_14="#996600" # Bright Magenta -export COLOR_15="#b0c4de" # Bright Cyan -export COLOR_16="#ddccbb" # Bright White +export COLOR_15="#B0C4DE" # Bright Cyan +export COLOR_16="#DDCCBB" # Bright White -export BACKGROUND_COLOR="#1c1c1c" # Background -export FOREGROUND_COLOR="#ddeedd" # Foreground (Text) +export BACKGROUND_COLOR="#1C1C1C" # Background +export FOREGROUND_COLOR="#DDEEDD" # Foreground (Text) -export CURSOR_COLOR="#ddeedd" # Cursor +export CURSOR_COLOR="#DDEEDD" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/atom.sh b/themes/atom.sh old mode 100755 new mode 100644 index eab3671..4faba98 --- a/themes/atom.sh +++ b/themes/atom.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Atom" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#fd5ff1" # Red (Syntax string) -export COLOR_03="#87c38a" # Green (Command) -export COLOR_04="#ffd7b1" # Yellow (Command second) -export COLOR_05="#85befd" # Blue (Path) -export COLOR_06="#b9b6fc" # Magenta (Syntax var) -export COLOR_07="#85befd" # Cyan (Prompt) -export COLOR_08="#e0e0e0" # White +export COLOR_02="#FD5FF1" # Red (Syntax string) +export COLOR_03="#87C38A" # Green (Command) +export COLOR_04="#FFD7B1" # Yellow (Command second) +export COLOR_05="#85BEFD" # Blue (Path) +export COLOR_06="#B9B6FC" # Magenta (Syntax var) +export COLOR_07="#85BEFD" # Cyan (Prompt) +export COLOR_08="#E0E0E0" # White export COLOR_09="#000000" # Bright Black -export COLOR_10="#fd5ff1" # Bright Red (Command error) -export COLOR_11="#94fa36" # Bright Green (Exec) -export COLOR_12="#f5ffa8" # Bright Yellow -export COLOR_13="#96cbfe" # Bright Blue (Folder) -export COLOR_14="#b9b6fc" # Bright Magenta -export COLOR_15="#85befd" # Bright Cyan -export COLOR_16="#e0e0e0" # Bright White +export COLOR_10="#FD5FF1" # Bright Red (Command error) +export COLOR_11="#94FA36" # Bright Green (Exec) +export COLOR_12="#F5FFA8" # Bright Yellow +export COLOR_13="#96CBFE" # Bright Blue (Folder) +export COLOR_14="#B9B6FC" # Bright Magenta +export COLOR_15="#85BEFD" # Bright Cyan +export COLOR_16="#E0E0E0" # Bright White export BACKGROUND_COLOR="#161719" # Background -export FOREGROUND_COLOR="#c5c8c6" # Foreground (Text) +export FOREGROUND_COLOR="#C5C8C6" # Foreground (Text) -export CURSOR_COLOR="#c5c8c6" # Cursor +export CURSOR_COLOR="#C5C8C6" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/aura.sh b/themes/aura.sh old mode 100755 new mode 100644 index 8509a04..b4d7670 --- a/themes/aura.sh +++ b/themes/aura.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Aura" -export COLOR_01="#110f18" # Black (Host) -export COLOR_02="#ff6767" # Red (Syntax string) -export COLOR_03="#61ffca" # Green (Command) -export COLOR_04="#ffca85" # Yellow (Command second) -export COLOR_05="#a277ff" # Blue (Path) -export COLOR_06="#a277ff" # Magenta (Syntax var) -export COLOR_07="#61ffca" # Cyan (Prompt) -export COLOR_08="#edecee" # White +export COLOR_01="#110F18" # Black (Host) +export COLOR_02="#FF6767" # Red (Syntax string) +export COLOR_03="#61FFCA" # Green (Command) +export COLOR_04="#FFCA85" # Yellow (Command second) +export COLOR_05="#A277FF" # Blue (Path) +export COLOR_06="#A277FF" # Magenta (Syntax var) +export COLOR_07="#61FFCA" # Cyan (Prompt) +export COLOR_08="#EDECEE" # White -export COLOR_09="#6d6d6d" # Bright Black -export COLOR_10="#ffca85" # Bright Red (Command error) -export COLOR_11="#a277ff" # Bright Green (Exec) -export COLOR_12="#ffca85" # Bright Yellow -export COLOR_13="#a277ff" # Bright Blue (Folder) -export COLOR_14="#a277ff" # Bright Magenta -export COLOR_15="#61ffca" # Bright Cyan -export COLOR_16="#edecee" # Bright White +export COLOR_09="#6D6D6D" # Bright Black +export COLOR_10="#FFCA85" # Bright Red (Command error) +export COLOR_11="#A277FF" # Bright Green (Exec) +export COLOR_12="#FFCA85" # Bright Yellow +export COLOR_13="#A277FF" # Bright Blue (Folder) +export COLOR_14="#A277FF" # Bright Magenta +export COLOR_15="#61FFCA" # Bright Cyan +export COLOR_16="#EDECEE" # Bright White export BACKGROUND_COLOR="#15141B" # Background -export FOREGROUND_COLOR="#edecee" # Foreground (Text) +export FOREGROUND_COLOR="#EDECEE" # Foreground (Text) -export CURSOR_COLOR="#edecee" # Cursor +export CURSOR_COLOR="#EDECEE" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/ayu-dark.sh b/themes/ayu-dark.sh old mode 100755 new mode 100644 diff --git a/themes/ayu-light.sh b/themes/ayu-light.sh old mode 100755 new mode 100644 diff --git a/themes/ayu-mirage.sh b/themes/ayu-mirage.sh old mode 100755 new mode 100644 diff --git a/themes/azu.sh b/themes/azu.sh old mode 100755 new mode 100644 index a1dd9fa..94287c8 --- a/themes/azu.sh +++ b/themes/azu.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Azu" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#ac6d74" # Red (Syntax string) -export COLOR_03="#74ac6d" # Green (Command) -export COLOR_04="#aca46d" # Yellow (Command second) -export COLOR_05="#6d74ac" # Blue (Path) -export COLOR_06="#a46dac" # Magenta (Syntax var) -export COLOR_07="#6daca4" # Cyan (Prompt) -export COLOR_08="#e6e6e6" # White +export COLOR_02="#AC6D74" # Red (Syntax string) +export COLOR_03="#74AC6D" # Green (Command) +export COLOR_04="#ACA46D" # Yellow (Command second) +export COLOR_05="#6D74AC" # Blue (Path) +export COLOR_06="#A46DAC" # Magenta (Syntax var) +export COLOR_07="#6DACA4" # Cyan (Prompt) +export COLOR_08="#E6E6E6" # White export COLOR_09="#262626" # Bright Black -export COLOR_10="#d6b8bc" # Bright Red (Command error) -export COLOR_11="#bcd6b8" # Bright Green (Exec) -export COLOR_12="#d6d3b8" # Bright Yellow -export COLOR_13="#b8bcd6" # Bright Blue (Folder) -export COLOR_14="#d3b8d6" # Bright Magenta -export COLOR_15="#b8d6d3" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#D6B8BC" # Bright Red (Command error) +export COLOR_11="#BCD6B8" # Bright Green (Exec) +export COLOR_12="#D6D3B8" # Bright Yellow +export COLOR_13="#B8BCD6" # Bright Blue (Folder) +export COLOR_14="#D3B8D6" # Bright Magenta +export COLOR_15="#B8D6D3" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#09111a" # Background -export FOREGROUND_COLOR="#d9e6f2" # Foreground (Text) +export BACKGROUND_COLOR="#09111A" # Background +export FOREGROUND_COLOR="#D9E6F2" # Foreground (Text) -export CURSOR_COLOR="#d9e6f2" # Cursor +export CURSOR_COLOR="#D9E6F2" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/belafonte-day.sh b/themes/belafonte-day.sh old mode 100755 new mode 100644 index 425fd9c..97d58d3 --- a/themes/belafonte-day.sh +++ b/themes/belafonte-day.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Belafonte Day" -export COLOR_01="#20111b" # Black (Host) -export COLOR_02="#be100e" # Red (Syntax string) +export COLOR_01="#20111B" # Black (Host) +export COLOR_02="#BE100E" # Red (Syntax string) export COLOR_03="#858162" # Green (Command) -export COLOR_04="#eaa549" # Yellow (Command second) -export COLOR_05="#426a79" # Blue (Path) -export COLOR_06="#97522c" # Magenta (Syntax var) -export COLOR_07="#989a9c" # Cyan (Prompt) -export COLOR_08="#968c83" # White +export COLOR_04="#EAA549" # Yellow (Command second) +export COLOR_05="#426A79" # Blue (Path) +export COLOR_06="#97522C" # Magenta (Syntax var) +export COLOR_07="#989A9C" # Cyan (Prompt) +export COLOR_08="#968C83" # White -export COLOR_09="#5e5252" # Bright Black -export COLOR_10="#be100e" # Bright Red (Command error) +export COLOR_09="#5E5252" # Bright Black +export COLOR_10="#BE100E" # Bright Red (Command error) export COLOR_11="#858162" # Bright Green (Exec) -export COLOR_12="#eaa549" # Bright Yellow -export COLOR_13="#426a79" # Bright Blue (Folder) -export COLOR_14="#97522c" # Bright Magenta -export COLOR_15="#989a9c" # Bright Cyan -export COLOR_16="#d5ccba" # Bright White +export COLOR_12="#EAA549" # Bright Yellow +export COLOR_13="#426A79" # Bright Blue (Folder) +export COLOR_14="#97522C" # Bright Magenta +export COLOR_15="#989A9C" # Bright Cyan +export COLOR_16="#D5CCBA" # Bright White -export BACKGROUND_COLOR="#d5ccba" # Background -export FOREGROUND_COLOR="#45373c" # Foreground (Text) +export BACKGROUND_COLOR="#D5CCBA" # Background +export FOREGROUND_COLOR="#45373C" # Foreground (Text) -export CURSOR_COLOR="#45373c" # Cursor +export CURSOR_COLOR="#45373C" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/belafonte-night.sh b/themes/belafonte-night.sh old mode 100755 new mode 100644 index a7d4a4c..330f1cf --- a/themes/belafonte-night.sh +++ b/themes/belafonte-night.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Belafonte Night" -export COLOR_01="#20111b" # Black (Host) -export COLOR_02="#be100e" # Red (Syntax string) +export COLOR_01="#20111B" # Black (Host) +export COLOR_02="#BE100E" # Red (Syntax string) export COLOR_03="#858162" # Green (Command) -export COLOR_04="#eaa549" # Yellow (Command second) -export COLOR_05="#426a79" # Blue (Path) -export COLOR_06="#97522c" # Magenta (Syntax var) -export COLOR_07="#989a9c" # Cyan (Prompt) -export COLOR_08="#968c83" # White +export COLOR_04="#EAA549" # Yellow (Command second) +export COLOR_05="#426A79" # Blue (Path) +export COLOR_06="#97522C" # Magenta (Syntax var) +export COLOR_07="#989A9C" # Cyan (Prompt) +export COLOR_08="#968C83" # White -export COLOR_09="#5e5252" # Bright Black -export COLOR_10="#be100e" # Bright Red (Command error) +export COLOR_09="#5E5252" # Bright Black +export COLOR_10="#BE100E" # Bright Red (Command error) export COLOR_11="#858162" # Bright Green (Exec) -export COLOR_12="#eaa549" # Bright Yellow -export COLOR_13="#426a79" # Bright Blue (Folder) -export COLOR_14="#97522c" # Bright Magenta -export COLOR_15="#989a9c" # Bright Cyan -export COLOR_16="#d5ccba" # Bright White +export COLOR_12="#EAA549" # Bright Yellow +export COLOR_13="#426A79" # Bright Blue (Folder) +export COLOR_14="#97522C" # Bright Magenta +export COLOR_15="#989A9C" # Bright Cyan +export COLOR_16="#D5CCBA" # Bright White -export BACKGROUND_COLOR="#20111b" # Background -export FOREGROUND_COLOR="#968c83" # Foreground (Text) +export BACKGROUND_COLOR="#20111B" # Background +export FOREGROUND_COLOR="#968C83" # Foreground (Text) -export CURSOR_COLOR="#968c83" # Cursor +export CURSOR_COLOR="#968C83" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/bim.sh b/themes/bim.sh old mode 100755 new mode 100644 index 0661f28..c436767 --- a/themes/bim.sh +++ b/themes/bim.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Bim" -export COLOR_01="#2c2423" # Black (Host) -export COLOR_02="#f557a0" # Red (Syntax string) -export COLOR_03="#a9ee55" # Green (Command) -export COLOR_04="#f5a255" # Yellow (Command second) -export COLOR_05="#5ea2ec" # Blue (Path) -export COLOR_06="#a957ec" # Magenta (Syntax var) -export COLOR_07="#5eeea0" # Cyan (Prompt) +export COLOR_01="#2C2423" # Black (Host) +export COLOR_02="#F557A0" # Red (Syntax string) +export COLOR_03="#A9EE55" # Green (Command) +export COLOR_04="#F5A255" # Yellow (Command second) +export COLOR_05="#5EA2EC" # Blue (Path) +export COLOR_06="#A957EC" # Magenta (Syntax var) +export COLOR_07="#5EEEA0" # Cyan (Prompt) export COLOR_08="#918988" # White export COLOR_09="#918988" # Bright Black -export COLOR_10="#f579b2" # Bright Red (Command error) -export COLOR_11="#bbee78" # Bright Green (Exec) -export COLOR_12="#f5b378" # Bright Yellow -export COLOR_13="#81b3ec" # Bright Blue (Folder) -export COLOR_14="#bb79ec" # Bright Magenta -export COLOR_15="#81eeb2" # Bright Cyan -export COLOR_16="#f5eeec" # Bright White +export COLOR_10="#F579B2" # Bright Red (Command error) +export COLOR_11="#BBEE78" # Bright Green (Exec) +export COLOR_12="#F5B378" # Bright Yellow +export COLOR_13="#81B3EC" # Bright Blue (Folder) +export COLOR_14="#BB79EC" # Bright Magenta +export COLOR_15="#81EEB2" # Bright Cyan +export COLOR_16="#F5EEEC" # Bright White export BACKGROUND_COLOR="#012849" # Background -export FOREGROUND_COLOR="#a9bed8" # Foreground (Text) +export FOREGROUND_COLOR="#A9BED8" # Foreground (Text) -export CURSOR_COLOR="#a9bed8" # Cursor +export CURSOR_COLOR="#A9BED8" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/birds-of-paradise.sh b/themes/birds-of-paradise.sh old mode 100755 new mode 100644 index 56d4b47..86d6fcf --- a/themes/birds-of-paradise.sh +++ b/themes/birds-of-paradise.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Birds Of Paradise" -export COLOR_01="#573d26" # Black (Host) -export COLOR_02="#be2d26" # Red (Syntax string) -export COLOR_03="#6ba18a" # Green (Command) -export COLOR_04="#e99d2a" # Yellow (Command second) -export COLOR_05="#5a86ad" # Blue (Path) -export COLOR_06="#ac80a6" # Magenta (Syntax var) -export COLOR_07="#74a6ad" # Cyan (Prompt) -export COLOR_08="#e0dbb7" # White +export COLOR_01="#573D26" # Black (Host) +export COLOR_02="#BE2D26" # Red (Syntax string) +export COLOR_03="#6BA18A" # Green (Command) +export COLOR_04="#E99D2A" # Yellow (Command second) +export COLOR_05="#5A86AD" # Blue (Path) +export COLOR_06="#AC80A6" # Magenta (Syntax var) +export COLOR_07="#74A6AD" # Cyan (Prompt) +export COLOR_08="#E0DBB7" # White -export COLOR_09="#9b6c4a" # Bright Black -export COLOR_10="#e84627" # Bright Red (Command error) -export COLOR_11="#95d8ba" # Bright Green (Exec) -export COLOR_12="#d0d150" # Bright Yellow -export COLOR_13="#b8d3ed" # Bright Blue (Folder) -export COLOR_14="#d19ecb" # Bright Magenta -export COLOR_15="#93cfd7" # Bright Cyan -export COLOR_16="#fff9d5" # Bright White +export COLOR_09="#9B6C4A" # Bright Black +export COLOR_10="#E84627" # Bright Red (Command error) +export COLOR_11="#95D8BA" # Bright Green (Exec) +export COLOR_12="#D0D150" # Bright Yellow +export COLOR_13="#B8D3ED" # Bright Blue (Folder) +export COLOR_14="#D19ECB" # Bright Magenta +export COLOR_15="#93CFD7" # Bright Cyan +export COLOR_16="#FFF9D5" # Bright White -export BACKGROUND_COLOR="#2a1f1d" # Background -export FOREGROUND_COLOR="#e0dbb7" # Foreground (Text) +export BACKGROUND_COLOR="#2A1F1D" # Background +export FOREGROUND_COLOR="#E0DBB7" # Foreground (Text) -export CURSOR_COLOR="#e0dbb7" # Cursor +export CURSOR_COLOR="#E0DBB7" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/blazer.sh b/themes/blazer.sh old mode 100755 new mode 100644 index 41f5868..5076eff --- a/themes/blazer.sh +++ b/themes/blazer.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Blazer" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#b87a7a" # Red (Syntax string) -export COLOR_03="#7ab87a" # Green (Command) -export COLOR_04="#b8b87a" # Yellow (Command second) -export COLOR_05="#7a7ab8" # Blue (Path) -export COLOR_06="#b87ab8" # Magenta (Syntax var) -export COLOR_07="#7ab8b8" # Cyan (Prompt) -export COLOR_08="#d9d9d9" # White +export COLOR_02="#B87A7A" # Red (Syntax string) +export COLOR_03="#7AB87A" # Green (Command) +export COLOR_04="#B8B87A" # Yellow (Command second) +export COLOR_05="#7A7AB8" # Blue (Path) +export COLOR_06="#B87AB8" # Magenta (Syntax var) +export COLOR_07="#7AB8B8" # Cyan (Prompt) +export COLOR_08="#D9D9D9" # White export COLOR_09="#262626" # Bright Black -export COLOR_10="#dbbdbd" # Bright Red (Command error) -export COLOR_11="#bddbbd" # Bright Green (Exec) -export COLOR_12="#dbdbbd" # Bright Yellow -export COLOR_13="#bdbddb" # Bright Blue (Folder) -export COLOR_14="#dbbddb" # Bright Magenta -export COLOR_15="#bddbdb" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#DBBDBD" # Bright Red (Command error) +export COLOR_11="#BDDBBD" # Bright Green (Exec) +export COLOR_12="#DBDBBD" # Bright Yellow +export COLOR_13="#BDBDDB" # Bright Blue (Folder) +export COLOR_14="#DBBDDB" # Bright Magenta +export COLOR_15="#BDDBDB" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#0d1926" # Background -export FOREGROUND_COLOR="#d9e6f2" # Foreground (Text) +export BACKGROUND_COLOR="#0D1926" # Background +export FOREGROUND_COLOR="#D9E6F2" # Foreground (Text) -export CURSOR_COLOR="#d9e6f2" # Cursor +export CURSOR_COLOR="#D9E6F2" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/bluloco-light.sh b/themes/bluloco-light.sh old mode 100755 new mode 100644 index 121409e..935bed1 --- a/themes/bluloco-light.sh +++ b/themes/bluloco-light.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Bluloco Light" -export COLOR_01="#d5d6dd" # Black (Host) -export COLOR_02="#d52753" # Red (Syntax string) -export COLOR_03="#23974a" # Green (Command) -export COLOR_04="#df631c" # Yellow (Command second) -export COLOR_05="#275fe4" # Blue (Path) -export COLOR_06="#823ff1" # Magenta (Syntax var) -export COLOR_07="#27618d" # Cyan (Prompt) +export COLOR_01="#D5D6DD" # Black (Host) +export COLOR_02="#D52753" # Red (Syntax string) +export COLOR_03="#23974A" # Green (Command) +export COLOR_04="#DF631C" # Yellow (Command second) +export COLOR_05="#275FE4" # Blue (Path) +export COLOR_06="#823FF1" # Magenta (Syntax var) +export COLOR_07="#27618D" # Cyan (Prompt) export COLOR_08="#000000" # White -export COLOR_09="#e4e5ed" # Bright Black -export COLOR_10="#ff6480" # Bright Red (Command error) -export COLOR_11="#3cbc66" # Bright Green (Exec) -export COLOR_12="#c5a332" # Bright Yellow -export COLOR_13="#0099e1" # Bright Blue (Folder) -export COLOR_14="#ce33c0" # Bright Magenta -export COLOR_15="#6d93bb" # Bright Cyan -export COLOR_16="#26272d" # Bright White +export COLOR_09="#E4E5ED" # Bright Black +export COLOR_10="#FF6480" # Bright Red (Command error) +export COLOR_11="#3CBC66" # Bright Green (Exec) +export COLOR_12="#C5A332" # Bright Yellow +export COLOR_13="#0099E1" # Bright Blue (Folder) +export COLOR_14="#CE33C0" # Bright Magenta +export COLOR_15="#6D93BB" # Bright Cyan +export COLOR_16="#26272D" # Bright White -export BACKGROUND_COLOR="#f9f9f9" # Background -export FOREGROUND_COLOR="#383a42" # Foreground (Text) +export BACKGROUND_COLOR="#F9F9F9" # Background +export FOREGROUND_COLOR="#383A42" # Foreground (Text) -export CURSOR_COLOR="#383a42" # Cursor +export CURSOR_COLOR="#383A42" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/bluloco-zsh-light.sh b/themes/bluloco-zsh-light.sh old mode 100755 new mode 100644 index 2a1f2b7..a4f4ef7 --- a/themes/bluloco-zsh-light.sh +++ b/themes/bluloco-zsh-light.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Bluloco Zsh Light" -export COLOR_01="#e4e5f1" # Black (Host) -export COLOR_02="#d52753" # Red (Syntax string) -export COLOR_03="#23974a" # Green (Command) -export COLOR_04="#df631c" # Yellow (Command second) -export COLOR_05="#275fe4" # Blue (Path) -export COLOR_06="#823ff1" # Magenta (Syntax var) -export COLOR_07="#27618d" # Cyan (Prompt) +export COLOR_01="#E4E5F1" # Black (Host) +export COLOR_02="#D52753" # Red (Syntax string) +export COLOR_03="#23974A" # Green (Command) +export COLOR_04="#DF631C" # Yellow (Command second) +export COLOR_05="#275FE4" # Blue (Path) +export COLOR_06="#823FF1" # Magenta (Syntax var) +export COLOR_07="#27618D" # Cyan (Prompt) export COLOR_08="#000000" # White -export COLOR_09="#5794de" # Bright Black -export COLOR_10="#ff6480" # Bright Red (Command error) -export COLOR_11="#3cbc66" # Bright Green (Exec) -export COLOR_12="#c5a332" # Bright Yellow -export COLOR_13="#0099e1" # Bright Blue (Folder) -export COLOR_14="#ce33c0" # Bright Magenta -export COLOR_15="#6d93bb" # Bright Cyan -export COLOR_16="#26272d" # Bright White +export COLOR_09="#5794DE" # Bright Black +export COLOR_10="#FF6480" # Bright Red (Command error) +export COLOR_11="#3CBC66" # Bright Green (Exec) +export COLOR_12="#C5A332" # Bright Yellow +export COLOR_13="#0099E1" # Bright Blue (Folder) +export COLOR_14="#CE33C0" # Bright Magenta +export COLOR_15="#6D93BB" # Bright Cyan +export COLOR_16="#26272D" # Bright White -export BACKGROUND_COLOR="#f9f9f9" # Background -export FOREGROUND_COLOR="#383a42" # Foreground (Text) +export BACKGROUND_COLOR="#F9F9F9" # Background +export FOREGROUND_COLOR="#383A42" # Foreground (Text) -export CURSOR_COLOR="#383a42" # Cursor +export CURSOR_COLOR="#383A42" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/borland.sh b/themes/borland.sh old mode 100755 new mode 100644 index d1090fb..5287169 --- a/themes/borland.sh +++ b/themes/borland.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Borland" -export COLOR_01="#4f4f4f" # Black (Host) -export COLOR_02="#ff6c60" # Red (Syntax string) -export COLOR_03="#a8ff60" # Green (Command) -export COLOR_04="#ffffb6" # Yellow (Command second) -export COLOR_05="#96cbfe" # Blue (Path) -export COLOR_06="#ff73fd" # Magenta (Syntax var) -export COLOR_07="#c6c5fe" # Cyan (Prompt) -export COLOR_08="#eeeeee" # White +export COLOR_01="#4F4F4F" # Black (Host) +export COLOR_02="#FF6C60" # Red (Syntax string) +export COLOR_03="#A8FF60" # Green (Command) +export COLOR_04="#FFFFB6" # Yellow (Command second) +export COLOR_05="#96CBFE" # Blue (Path) +export COLOR_06="#FF73FD" # Magenta (Syntax var) +export COLOR_07="#C6C5FE" # Cyan (Prompt) +export COLOR_08="#EEEEEE" # White -export COLOR_09="#7c7c7c" # Bright Black -export COLOR_10="#ffb6b0" # Bright Red (Command error) -export COLOR_11="#ceffac" # Bright Green (Exec) -export COLOR_12="#ffffcc" # Bright Yellow -export COLOR_13="#b5dcff" # Bright Blue (Folder) -export COLOR_14="#ff9cfe" # Bright Magenta -export COLOR_15="#dfdffe" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_09="#7C7C7C" # Bright Black +export COLOR_10="#FFB6B0" # Bright Red (Command error) +export COLOR_11="#CEFFAC" # Bright Green (Exec) +export COLOR_12="#FFFFCC" # Bright Yellow +export COLOR_13="#B5DCFF" # Bright Blue (Folder) +export COLOR_14="#FF9CFE" # Bright Magenta +export COLOR_15="#DFDFFE" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#0000a4" # Background -export FOREGROUND_COLOR="#ffff4e" # Foreground (Text) +export BACKGROUND_COLOR="#0000A4" # Background +export FOREGROUND_COLOR="#FFFF4E" # Foreground (Text) -export CURSOR_COLOR="#ffff4e" # Cursor +export CURSOR_COLOR="#FFFF4E" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/breath-darker.sh b/themes/breath-darker.sh old mode 100755 new mode 100644 diff --git a/themes/breath-light.sh b/themes/breath-light.sh old mode 100755 new mode 100644 diff --git a/themes/breath-silverfox.sh b/themes/breath-silverfox.sh old mode 100755 new mode 100644 index bc9bd3d..946bade --- a/themes/breath-silverfox.sh +++ b/themes/breath-silverfox.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Breath Silverfox" -export COLOR_01="#1e2229" # Black (Host) -export COLOR_02="#ed1515" # Red (Syntax string) -export COLOR_03="#44853a" # Green (Command) -export COLOR_04="#f67400" # Yellow (Command second) -export COLOR_05="#1d99f3" # Blue (Path) -export COLOR_06="#9b59b6" # Magenta (Syntax var) -export COLOR_07="#1abc9c" # Cyan (Prompt) -export COLOR_08="#fcfcfc" # White +export COLOR_01="#1E2229" # Black (Host) +export COLOR_02="#ED1515" # Red (Syntax string) +export COLOR_03="#44853A" # Green (Command) +export COLOR_04="#F67400" # Yellow (Command second) +export COLOR_05="#1D99F3" # Blue (Path) +export COLOR_06="#9B59B6" # Magenta (Syntax var) +export COLOR_07="#1ABC9C" # Cyan (Prompt) +export COLOR_08="#FCFCFC" # White -export COLOR_09="#7f8c8d" # Bright Black -export COLOR_10="#c0392b" # Bright Red (Command error) -export COLOR_11="#55a649" # Bright Green (Exec) -export COLOR_12="#fdbc4b" # Bright Yellow -export COLOR_13="#3daee9" # Bright Blue (Folder) -export COLOR_14="#8e44ad" # Bright Magenta -export COLOR_15="#16a085" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_09="#7F8C8D" # Bright Black +export COLOR_10="#C0392B" # Bright Red (Command error) +export COLOR_11="#55A649" # Bright Green (Exec) +export COLOR_12="#FDBC4B" # Bright Yellow +export COLOR_13="#3DAEE9" # Bright Blue (Folder) +export COLOR_14="#8E44AD" # Bright Magenta +export COLOR_15="#16A085" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#1e2229" # Background -export FOREGROUND_COLOR="#bbbbbb" # Foreground (Text) +export BACKGROUND_COLOR="#1E2229" # Background +export FOREGROUND_COLOR="#BBBBBB" # Foreground (Text) -export CURSOR_COLOR="#bbbbbb" # Cursor +export CURSOR_COLOR="#BBBBBB" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/breath.sh b/themes/breath.sh old mode 100755 new mode 100644 diff --git a/themes/breeze.sh b/themes/breeze.sh old mode 100755 new mode 100644 diff --git a/themes/broadcast.sh b/themes/broadcast.sh old mode 100755 new mode 100644 index f8e4a31..0e2461e --- a/themes/broadcast.sh +++ b/themes/broadcast.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Broadcast" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#da4939" # Red (Syntax string) -export COLOR_03="#519f50" # Green (Command) -export COLOR_04="#ffd24a" # Yellow (Command second) -export COLOR_05="#6d9cbe" # Blue (Path) -export COLOR_06="#d0d0ff" # Magenta (Syntax var) -export COLOR_07="#6e9cbe" # Cyan (Prompt) -export COLOR_08="#ffffff" # White +export COLOR_02="#DA4939" # Red (Syntax string) +export COLOR_03="#519F50" # Green (Command) +export COLOR_04="#FFD24A" # Yellow (Command second) +export COLOR_05="#6D9CBE" # Blue (Path) +export COLOR_06="#D0D0FF" # Magenta (Syntax var) +export COLOR_07="#6E9CBE" # Cyan (Prompt) +export COLOR_08="#FFFFFF" # White export COLOR_09="#323232" # Bright Black -export COLOR_10="#ff7b6b" # Bright Red (Command error) -export COLOR_11="#83d182" # Bright Green (Exec) -export COLOR_12="#ffff7c" # Bright Yellow -export COLOR_13="#9fcef0" # Bright Blue (Folder) -export COLOR_14="#ffffff" # Bright Magenta -export COLOR_15="#a0cef0" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#FF7B6B" # Bright Red (Command error) +export COLOR_11="#83D182" # Bright Green (Exec) +export COLOR_12="#FFFF7C" # Bright Yellow +export COLOR_13="#9FCEF0" # Bright Blue (Folder) +export COLOR_14="#FFFFFF" # Bright Magenta +export COLOR_15="#A0CEF0" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#2b2b2b" # Background -export FOREGROUND_COLOR="#e6e1dc" # Foreground (Text) +export BACKGROUND_COLOR="#2B2B2B" # Background +export FOREGROUND_COLOR="#E6E1DC" # Foreground (Text) -export CURSOR_COLOR="#e6e1dc" # Cursor +export CURSOR_COLOR="#E6E1DC" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/brogrammer.sh b/themes/brogrammer.sh old mode 100755 new mode 100644 index b875214..5283d38 --- a/themes/brogrammer.sh +++ b/themes/brogrammer.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Brogrammer" -export COLOR_01="#1f1f1f" # Black (Host) -export COLOR_02="#f81118" # Red (Syntax string) -export COLOR_03="#2dc55e" # Green (Command) -export COLOR_04="#ecba0f" # Yellow (Command second) -export COLOR_05="#2a84d2" # Blue (Path) -export COLOR_06="#4e5ab7" # Magenta (Syntax var) -export COLOR_07="#1081d6" # Cyan (Prompt) -export COLOR_08="#d6dbe5" # White +export COLOR_01="#1F1F1F" # Black (Host) +export COLOR_02="#F81118" # Red (Syntax string) +export COLOR_03="#2DC55E" # Green (Command) +export COLOR_04="#ECBA0F" # Yellow (Command second) +export COLOR_05="#2A84D2" # Blue (Path) +export COLOR_06="#4E5AB7" # Magenta (Syntax var) +export COLOR_07="#1081D6" # Cyan (Prompt) +export COLOR_08="#D6DBE5" # White -export COLOR_09="#d6dbe5" # Bright Black -export COLOR_10="#de352e" # Bright Red (Command error) -export COLOR_11="#1dd361" # Bright Green (Exec) -export COLOR_12="#f3bd09" # Bright Yellow -export COLOR_13="#1081d6" # Bright Blue (Folder) -export COLOR_14="#5350b9" # Bright Magenta -export COLOR_15="#0f7ddb" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_09="#D6DBE5" # Bright Black +export COLOR_10="#DE352E" # Bright Red (Command error) +export COLOR_11="#1DD361" # Bright Green (Exec) +export COLOR_12="#F3BD09" # Bright Yellow +export COLOR_13="#1081D6" # Bright Blue (Folder) +export COLOR_14="#5350B9" # Bright Magenta +export COLOR_15="#0F7DDB" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#131313" # Background -export FOREGROUND_COLOR="#d6dbe5" # Foreground (Text) +export FOREGROUND_COLOR="#D6DBE5" # Foreground (Text) -export CURSOR_COLOR="#d6dbe5" # Cursor +export CURSOR_COLOR="#D6DBE5" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/c64.sh b/themes/c64.sh old mode 100755 new mode 100644 index 8e9df8b..aff0a98 --- a/themes/c64.sh +++ b/themes/c64.sh @@ -4,26 +4,26 @@ export PROFILE_NAME="C64" export COLOR_01="#090300" # Black (Host) export COLOR_02="#883932" # Red (Syntax string) -export COLOR_03="#55a049" # Green (Command) -export COLOR_04="#bfce72" # Yellow (Command second) -export COLOR_05="#40318d" # Blue (Path) -export COLOR_06="#8b3f96" # Magenta (Syntax var) -export COLOR_07="#67b6bd" # Cyan (Prompt) -export COLOR_08="#ffffff" # White +export COLOR_03="#55A049" # Green (Command) +export COLOR_04="#BFCE72" # Yellow (Command second) +export COLOR_05="#40318D" # Blue (Path) +export COLOR_06="#8B3F96" # Magenta (Syntax var) +export COLOR_07="#67B6BD" # Cyan (Prompt) +export COLOR_08="#FFFFFF" # White export COLOR_09="#000000" # Bright Black export COLOR_10="#883932" # Bright Red (Command error) -export COLOR_11="#55a049" # Bright Green (Exec) -export COLOR_12="#bfce72" # Bright Yellow -export COLOR_13="#40318d" # Bright Blue (Folder) -export COLOR_14="#8b3f96" # Bright Magenta -export COLOR_15="#67b6bd" # Bright Cyan -export COLOR_16="#f7f7f7" # Bright White +export COLOR_11="#55A049" # Bright Green (Exec) +export COLOR_12="#BFCE72" # Bright Yellow +export COLOR_13="#40318D" # Bright Blue (Folder) +export COLOR_14="#8B3F96" # Bright Magenta +export COLOR_15="#67B6BD" # Bright Cyan +export COLOR_16="#F7F7F7" # Bright White -export BACKGROUND_COLOR="#40318d" # Background -export FOREGROUND_COLOR="#7869c4" # Foreground (Text) +export BACKGROUND_COLOR="#40318D" # Background +export FOREGROUND_COLOR="#7869C4" # Foreground (Text) -export CURSOR_COLOR="#7869c4" # Cursor +export CURSOR_COLOR="#7869C4" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/cai.sh b/themes/cai.sh old mode 100755 new mode 100644 index ed79837..ee0a884 --- a/themes/cai.sh +++ b/themes/cai.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Cai" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#ca274d" # Red (Syntax string) -export COLOR_03="#4dca27" # Green (Command) -export COLOR_04="#caa427" # Yellow (Command second) -export COLOR_05="#274dca" # Blue (Path) -export COLOR_06="#a427ca" # Magenta (Syntax var) -export COLOR_07="#27caa4" # Cyan (Prompt) +export COLOR_02="#CA274D" # Red (Syntax string) +export COLOR_03="#4DCA27" # Green (Command) +export COLOR_04="#CAA427" # Yellow (Command second) +export COLOR_05="#274DCA" # Blue (Path) +export COLOR_06="#A427CA" # Magenta (Syntax var) +export COLOR_07="#27CAA4" # Cyan (Prompt) export COLOR_08="#808080" # White export COLOR_09="#808080" # Bright Black -export COLOR_10="#e98da3" # Bright Red (Command error) -export COLOR_11="#a3e98d" # Bright Green (Exec) -export COLOR_12="#e9d48d" # Bright Yellow -export COLOR_13="#8da3e9" # Bright Blue (Folder) -export COLOR_14="#d48de9" # Bright Magenta -export COLOR_15="#8de9d4" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#E98DA3" # Bright Red (Command error) +export COLOR_11="#A3E98D" # Bright Green (Exec) +export COLOR_12="#E9D48D" # Bright Yellow +export COLOR_13="#8DA3E9" # Bright Blue (Folder) +export COLOR_14="#D48DE9" # Bright Magenta +export COLOR_15="#8DE9D4" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#09111a" # Background -export FOREGROUND_COLOR="#d9e6f2" # Foreground (Text) +export BACKGROUND_COLOR="#09111A" # Background +export FOREGROUND_COLOR="#D9E6F2" # Foreground (Text) -export CURSOR_COLOR="#d9e6f2" # Cursor +export CURSOR_COLOR="#D9E6F2" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/catppuccin-frappe.sh b/themes/catppuccin-frappe.sh old mode 100755 new mode 100644 diff --git a/themes/catppuccin-latte.sh b/themes/catppuccin-latte.sh old mode 100755 new mode 100644 diff --git a/themes/catppuccin-macchiato.sh b/themes/catppuccin-macchiato.sh old mode 100755 new mode 100644 diff --git a/themes/catppuccin-mocha.sh b/themes/catppuccin-mocha.sh old mode 100755 new mode 100644 index de52f99..494a8c9 --- a/themes/catppuccin-mocha.sh +++ b/themes/catppuccin-mocha.sh @@ -20,10 +20,10 @@ export COLOR_14="#F5C2E7" # Bright Magenta export COLOR_15="#94E2D5" # Bright Cyan export COLOR_16="#A6ADC8" # Bright White -export BACKGROUND_COLOR="#1e1e2e" # Background -export FOREGROUND_COLOR="#cdd6f4" # Foreground (Text) +export BACKGROUND_COLOR="#1E1E2E" # Background +export FOREGROUND_COLOR="#CDD6F4" # Foreground (Text) -export CURSOR_COLOR="#cdd6f4" # Cursor +export CURSOR_COLOR="#CDD6F4" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/chalk.sh b/themes/chalk.sh old mode 100755 new mode 100644 diff --git a/themes/chalkboard.sh b/themes/chalkboard.sh old mode 100755 new mode 100644 index 048878d..24f4314 --- a/themes/chalkboard.sh +++ b/themes/chalkboard.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Chalkboard" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#c37372" # Red (Syntax string) -export COLOR_03="#72c373" # Green (Command) -export COLOR_04="#c2c372" # Yellow (Command second) -export COLOR_05="#7372c3" # Blue (Path) -export COLOR_06="#c372c2" # Magenta (Syntax var) -export COLOR_07="#72c2c3" # Cyan (Prompt) -export COLOR_08="#d9d9d9" # White +export COLOR_02="#C37372" # Red (Syntax string) +export COLOR_03="#72C373" # Green (Command) +export COLOR_04="#C2C372" # Yellow (Command second) +export COLOR_05="#7372C3" # Blue (Path) +export COLOR_06="#C372C2" # Magenta (Syntax var) +export COLOR_07="#72C2C3" # Cyan (Prompt) +export COLOR_08="#D9D9D9" # White export COLOR_09="#323232" # Bright Black -export COLOR_10="#dbaaaa" # Bright Red (Command error) -export COLOR_11="#aadbaa" # Bright Green (Exec) -export COLOR_12="#dadbaa" # Bright Yellow -export COLOR_13="#aaaadb" # Bright Blue (Folder) -export COLOR_14="#dbaada" # Bright Magenta -export COLOR_15="#aadadb" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#DBAAAA" # Bright Red (Command error) +export COLOR_11="#AADBAA" # Bright Green (Exec) +export COLOR_12="#DADBAA" # Bright Yellow +export COLOR_13="#AAAADB" # Bright Blue (Folder) +export COLOR_14="#DBAADA" # Bright Magenta +export COLOR_15="#AADADB" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#29262f" # Background -export FOREGROUND_COLOR="#d9e6f2" # Foreground (Text) +export BACKGROUND_COLOR="#29262F" # Background +export FOREGROUND_COLOR="#D9E6F2" # Foreground (Text) -export CURSOR_COLOR="#d9e6f2" # Cursor +export CURSOR_COLOR="#D9E6F2" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/chameleon.sh b/themes/chameleon.sh old mode 100755 new mode 100644 diff --git a/themes/ciapre.sh b/themes/ciapre.sh old mode 100755 new mode 100644 index 547997b..660f108 --- a/themes/ciapre.sh +++ b/themes/ciapre.sh @@ -4,26 +4,26 @@ export PROFILE_NAME="Ciapre" export COLOR_01="#181818" # Black (Host) export COLOR_02="#810009" # Red (Syntax string) -export COLOR_03="#48513b" # Green (Command) -export COLOR_04="#cc8b3f" # Yellow (Command second) -export COLOR_05="#576d8c" # Blue (Path) -export COLOR_06="#724d7c" # Magenta (Syntax var) -export COLOR_07="#5c4f4b" # Cyan (Prompt) -export COLOR_08="#aea47f" # White +export COLOR_03="#48513B" # Green (Command) +export COLOR_04="#CC8B3F" # Yellow (Command second) +export COLOR_05="#576D8C" # Blue (Path) +export COLOR_06="#724D7C" # Magenta (Syntax var) +export COLOR_07="#5C4F4B" # Cyan (Prompt) +export COLOR_08="#AEA47F" # White export COLOR_09="#555555" # Bright Black -export COLOR_10="#ac3835" # Bright Red (Command error) -export COLOR_11="#a6a75d" # Bright Green (Exec) -export COLOR_12="#dcdf7c" # Bright Yellow -export COLOR_13="#3097c6" # Bright Blue (Folder) -export COLOR_14="#d33061" # Bright Magenta -export COLOR_15="#f3dbb2" # Bright Cyan -export COLOR_16="#f4f4f4" # Bright White +export COLOR_10="#AC3835" # Bright Red (Command error) +export COLOR_11="#A6A75D" # Bright Green (Exec) +export COLOR_12="#DCDF7C" # Bright Yellow +export COLOR_13="#3097C6" # Bright Blue (Folder) +export COLOR_14="#D33061" # Bright Magenta +export COLOR_15="#F3DBB2" # Bright Cyan +export COLOR_16="#F4F4F4" # Bright White -export BACKGROUND_COLOR="#191c27" # Background -export FOREGROUND_COLOR="#aea47a" # Foreground (Text) +export BACKGROUND_COLOR="#191C27" # Background +export FOREGROUND_COLOR="#AEA47A" # Foreground (Text) -export CURSOR_COLOR="#aea47a" # Cursor +export CURSOR_COLOR="#AEA47A" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/clone-of-ubuntu.sh b/themes/clone-of-ubuntu.sh old mode 100755 new mode 100644 index 23f3499..e868526 --- a/themes/clone-of-ubuntu.sh +++ b/themes/clone-of-ubuntu.sh @@ -20,10 +20,10 @@ export COLOR_14="#AD7FA8" # Bright Magenta export COLOR_15="#34E2E2" # Bright Cyan export COLOR_16="#EEEEEC" # Bright White -export BACKGROUND_COLOR="#300a24" # Background -export FOREGROUND_COLOR="#ffffff" # Foreground (Text) +export BACKGROUND_COLOR="#300A24" # Background +export FOREGROUND_COLOR="#FFFFFF" # Foreground (Text) -export CURSOR_COLOR="#ffffff" # Cursor +export CURSOR_COLOR="#FFFFFF" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/clrs.sh b/themes/clrs.sh old mode 100755 new mode 100644 index b41c4e3..abe6654 --- a/themes/clrs.sh +++ b/themes/clrs.sh @@ -3,24 +3,24 @@ export PROFILE_NAME="Clrs" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#f8282a" # Red (Syntax string) -export COLOR_03="#328a5d" # Green (Command) -export COLOR_04="#fa701d" # Yellow (Command second) -export COLOR_05="#135cd0" # Blue (Path) -export COLOR_06="#9f00bd" # Magenta (Syntax var) -export COLOR_07="#33c3c1" # Cyan (Prompt) -export COLOR_08="#b3b3b3" # White +export COLOR_02="#F8282A" # Red (Syntax string) +export COLOR_03="#328A5D" # Green (Command) +export COLOR_04="#FA701D" # Yellow (Command second) +export COLOR_05="#135CD0" # Blue (Path) +export COLOR_06="#9F00BD" # Magenta (Syntax var) +export COLOR_07="#33C3C1" # Cyan (Prompt) +export COLOR_08="#B3B3B3" # White export COLOR_09="#555753" # Bright Black -export COLOR_10="#fb0416" # Bright Red (Command error) -export COLOR_11="#2cc631" # Bright Green (Exec) -export COLOR_12="#fdd727" # Bright Yellow -export COLOR_13="#1670ff" # Bright Blue (Folder) -export COLOR_14="#e900b0" # Bright Magenta -export COLOR_15="#3ad5ce" # Bright Cyan -export COLOR_16="#eeeeec" # Bright White +export COLOR_10="#FB0416" # Bright Red (Command error) +export COLOR_11="#2CC631" # Bright Green (Exec) +export COLOR_12="#FDD727" # Bright Yellow +export COLOR_13="#1670FF" # Bright Blue (Folder) +export COLOR_14="#E900B0" # Bright Magenta +export COLOR_15="#3AD5CE" # Bright Cyan +export COLOR_16="#EEEEEC" # Bright White -export BACKGROUND_COLOR="#ffffff" # Background +export BACKGROUND_COLOR="#FFFFFF" # Background export FOREGROUND_COLOR="#262626" # Foreground (Text) export CURSOR_COLOR="#262626" # Cursor diff --git a/themes/cobalt-2.sh b/themes/cobalt-2.sh old mode 100755 new mode 100644 index b39e97b..2ab99de --- a/themes/cobalt-2.sh +++ b/themes/cobalt-2.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Cobalt 2" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#ff0000" # Red (Syntax string) -export COLOR_03="#38de21" # Green (Command) -export COLOR_04="#ffe50a" # Yellow (Command second) -export COLOR_05="#1460d2" # Blue (Path) -export COLOR_06="#ff005d" # Magenta (Syntax var) -export COLOR_07="#00bbbb" # Cyan (Prompt) -export COLOR_08="#bbbbbb" # White +export COLOR_02="#FF0000" # Red (Syntax string) +export COLOR_03="#38DE21" # Green (Command) +export COLOR_04="#FFE50A" # Yellow (Command second) +export COLOR_05="#1460D2" # Blue (Path) +export COLOR_06="#FF005D" # Magenta (Syntax var) +export COLOR_07="#00BBBB" # Cyan (Prompt) +export COLOR_08="#BBBBBB" # White export COLOR_09="#555555" # Bright Black -export COLOR_10="#f40e17" # Bright Red (Command error) -export COLOR_11="#3bd01d" # Bright Green (Exec) -export COLOR_12="#edc809" # Bright Yellow -export COLOR_13="#5555ff" # Bright Blue (Folder) -export COLOR_14="#ff55ff" # Bright Magenta -export COLOR_15="#6ae3fa" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#F40E17" # Bright Red (Command error) +export COLOR_11="#3BD01D" # Bright Green (Exec) +export COLOR_12="#EDC809" # Bright Yellow +export COLOR_13="#5555FF" # Bright Blue (Folder) +export COLOR_14="#FF55FF" # Bright Magenta +export COLOR_15="#6AE3FA" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#132738" # Background -export FOREGROUND_COLOR="#ffffff" # Foreground (Text) +export FOREGROUND_COLOR="#FFFFFF" # Foreground (Text) -export CURSOR_COLOR="#ffffff" # Cursor +export CURSOR_COLOR="#FFFFFF" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/cobalt-neon.sh b/themes/cobalt-neon.sh old mode 100755 new mode 100644 index 2e3ba61..4ed0b3e --- a/themes/cobalt-neon.sh +++ b/themes/cobalt-neon.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Cobalt Neon" export COLOR_01="#142631" # Black (Host) -export COLOR_02="#ff2320" # Red (Syntax string) -export COLOR_03="#3ba5ff" # Green (Command) -export COLOR_04="#e9e75c" # Yellow (Command second) -export COLOR_05="#8ff586" # Blue (Path) -export COLOR_06="#781aa0" # Magenta (Syntax var) -export COLOR_07="#8ff586" # Cyan (Prompt) -export COLOR_08="#ba46b2" # White +export COLOR_02="#FF2320" # Red (Syntax string) +export COLOR_03="#3BA5FF" # Green (Command) +export COLOR_04="#E9E75C" # Yellow (Command second) +export COLOR_05="#8FF586" # Blue (Path) +export COLOR_06="#781AA0" # Magenta (Syntax var) +export COLOR_07="#8FF586" # Cyan (Prompt) +export COLOR_08="#BA46B2" # White -export COLOR_09="#fff688" # Bright Black -export COLOR_10="#d4312e" # Bright Red (Command error) -export COLOR_11="#8ff586" # Bright Green (Exec) -export COLOR_12="#e9f06d" # Bright Yellow -export COLOR_13="#3c7dd2" # Bright Blue (Folder) -export COLOR_14="#8230a7" # Bright Magenta -export COLOR_15="#6cbc67" # Bright Cyan -export COLOR_16="#8ff586" # Bright White +export COLOR_09="#FFF688" # Bright Black +export COLOR_10="#D4312E" # Bright Red (Command error) +export COLOR_11="#8FF586" # Bright Green (Exec) +export COLOR_12="#E9F06D" # Bright Yellow +export COLOR_13="#3C7DD2" # Bright Blue (Folder) +export COLOR_14="#8230A7" # Bright Magenta +export COLOR_15="#6CBC67" # Bright Cyan +export COLOR_16="#8FF586" # Bright White export BACKGROUND_COLOR="#142838" # Background -export FOREGROUND_COLOR="#8ff586" # Foreground (Text) +export FOREGROUND_COLOR="#8FF586" # Foreground (Text) -export CURSOR_COLOR="#8ff586" # Cursor +export CURSOR_COLOR="#8FF586" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/colorcli.sh b/themes/colorcli.sh old mode 100755 new mode 100644 diff --git a/themes/crayon-pony-fish.sh b/themes/crayon-pony-fish.sh old mode 100755 new mode 100644 index 1805834..1b70823 --- a/themes/crayon-pony-fish.sh +++ b/themes/crayon-pony-fish.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Crayon Pony Fish" -export COLOR_01="#2b1b1d" # Black (Host) -export COLOR_02="#91002b" # Red (Syntax string) +export COLOR_01="#2B1B1D" # Black (Host) +export COLOR_02="#91002B" # Red (Syntax string) export COLOR_03="#579524" # Green (Command) -export COLOR_04="#ab311b" # Yellow (Command second) -export COLOR_05="#8c87b0" # Blue (Path) -export COLOR_06="#692f50" # Magenta (Syntax var) -export COLOR_07="#e8a866" # Cyan (Prompt) -export COLOR_08="#68525a" # White +export COLOR_04="#AB311B" # Yellow (Command second) +export COLOR_05="#8C87B0" # Blue (Path) +export COLOR_06="#692F50" # Magenta (Syntax var) +export COLOR_07="#E8A866" # Cyan (Prompt) +export COLOR_08="#68525A" # White -export COLOR_09="#3d2b2e" # Bright Black -export COLOR_10="#c5255d" # Bright Red (Command error) -export COLOR_11="#8dff57" # Bright Green (Exec) -export COLOR_12="#c8381d" # Bright Yellow -export COLOR_13="#cfc9ff" # Bright Blue (Folder) -export COLOR_14="#fc6cba" # Bright Magenta -export COLOR_15="#ffceaf" # Bright Cyan -export COLOR_16="#b0949d" # Bright White +export COLOR_09="#3D2B2E" # Bright Black +export COLOR_10="#C5255D" # Bright Red (Command error) +export COLOR_11="#8DFF57" # Bright Green (Exec) +export COLOR_12="#C8381D" # Bright Yellow +export COLOR_13="#CFC9FF" # Bright Blue (Folder) +export COLOR_14="#FC6CBA" # Bright Magenta +export COLOR_15="#FFCEAF" # Bright Cyan +export COLOR_16="#B0949D" # Bright White export BACKGROUND_COLOR="#150707" # Background -export FOREGROUND_COLOR="#68525a" # Foreground (Text) +export FOREGROUND_COLOR="#68525A" # Foreground (Text) -export CURSOR_COLOR="#68525a" # Cursor +export CURSOR_COLOR="#68525A" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/dark-pastel.sh b/themes/dark-pastel.sh old mode 100755 new mode 100644 index 9830aed..d3f0745 --- a/themes/dark-pastel.sh +++ b/themes/dark-pastel.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Dark Pastel" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#ff5555" # Red (Syntax string) -export COLOR_03="#55ff55" # Green (Command) -export COLOR_04="#ffff55" # Yellow (Command second) -export COLOR_05="#5555ff" # Blue (Path) -export COLOR_06="#ff55ff" # Magenta (Syntax var) -export COLOR_07="#55ffff" # Cyan (Prompt) -export COLOR_08="#bbbbbb" # White +export COLOR_02="#FF5555" # Red (Syntax string) +export COLOR_03="#55FF55" # Green (Command) +export COLOR_04="#FFFF55" # Yellow (Command second) +export COLOR_05="#5555FF" # Blue (Path) +export COLOR_06="#FF55FF" # Magenta (Syntax var) +export COLOR_07="#55FFFF" # Cyan (Prompt) +export COLOR_08="#BBBBBB" # White export COLOR_09="#555555" # Bright Black -export COLOR_10="#ff5555" # Bright Red (Command error) -export COLOR_11="#55ff55" # Bright Green (Exec) -export COLOR_12="#ffff55" # Bright Yellow -export COLOR_13="#5555ff" # Bright Blue (Folder) -export COLOR_14="#ff55ff" # Bright Magenta -export COLOR_15="#55ffff" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#FF5555" # Bright Red (Command error) +export COLOR_11="#55FF55" # Bright Green (Exec) +export COLOR_12="#FFFF55" # Bright Yellow +export COLOR_13="#5555FF" # Bright Blue (Folder) +export COLOR_14="#FF55FF" # Bright Magenta +export COLOR_15="#55FFFF" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#000000" # Background -export FOREGROUND_COLOR="#ffffff" # Foreground (Text) +export FOREGROUND_COLOR="#FFFFFF" # Foreground (Text) -export CURSOR_COLOR="#ffffff" # Cursor +export CURSOR_COLOR="#FFFFFF" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/darkside.sh b/themes/darkside.sh old mode 100755 new mode 100644 index 083e1b8..12ab07b --- a/themes/darkside.sh +++ b/themes/darkside.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Darkside" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#e8341c" # Red (Syntax string) -export COLOR_03="#68c256" # Green (Command) -export COLOR_04="#f2d42c" # Yellow (Command second) -export COLOR_05="#1c98e8" # Blue (Path) -export COLOR_06="#8e69c9" # Magenta (Syntax var) -export COLOR_07="#1c98e8" # Cyan (Prompt) -export COLOR_08="#bababa" # White +export COLOR_02="#E8341C" # Red (Syntax string) +export COLOR_03="#68C256" # Green (Command) +export COLOR_04="#F2D42C" # Yellow (Command second) +export COLOR_05="#1C98E8" # Blue (Path) +export COLOR_06="#8E69C9" # Magenta (Syntax var) +export COLOR_07="#1C98E8" # Cyan (Prompt) +export COLOR_08="#BABABA" # White export COLOR_09="#000000" # Bright Black -export COLOR_10="#e05a4f" # Bright Red (Command error) -export COLOR_11="#77b869" # Bright Green (Exec) -export COLOR_12="#efd64b" # Bright Yellow -export COLOR_13="#387cd3" # Bright Blue (Folder) -export COLOR_14="#957bbe" # Bright Magenta -export COLOR_15="#3d97e2" # Bright Cyan -export COLOR_16="#bababa" # Bright White +export COLOR_10="#E05A4F" # Bright Red (Command error) +export COLOR_11="#77B869" # Bright Green (Exec) +export COLOR_12="#EFD64B" # Bright Yellow +export COLOR_13="#387CD3" # Bright Blue (Folder) +export COLOR_14="#957BBE" # Bright Magenta +export COLOR_15="#3D97E2" # Bright Cyan +export COLOR_16="#BABABA" # Bright White export BACKGROUND_COLOR="#222324" # Background -export FOREGROUND_COLOR="#bababa" # Foreground (Text) +export FOREGROUND_COLOR="#BABABA" # Foreground (Text) -export CURSOR_COLOR="#bababa" # Cursor +export CURSOR_COLOR="#BABABA" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/dehydration.sh b/themes/dehydration.sh old mode 100755 new mode 100644 index 38ce9e0..a35f9f4 --- a/themes/dehydration.sh +++ b/themes/dehydration.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Dehydration" export COLOR_01="#333333" # Black (Host) -export COLOR_02="#ff5555" # Red (Syntax string) -export COLOR_03="#5fd38d" # Green (Command) -export COLOR_04="#ff9955" # Yellow (Command second) -export COLOR_05="#3771c8" # Blue (Path) -export COLOR_06="#bc5fd3" # Magenta (Syntax var) -export COLOR_07="#5fd3bc" # Cyan (Prompt) +export COLOR_02="#FF5555" # Red (Syntax string) +export COLOR_03="#5FD38D" # Green (Command) +export COLOR_04="#FF9955" # Yellow (Command second) +export COLOR_05="#3771C8" # Blue (Path) +export COLOR_06="#BC5FD3" # Magenta (Syntax var) +export COLOR_07="#5FD3BC" # Cyan (Prompt) export COLOR_08="#999999" # White export COLOR_09="#666666" # Bright Black -export COLOR_10="#ff8080" # Bright Red (Command error) -export COLOR_11="#87deaa" # Bright Green (Exec) -export COLOR_12="#ffb380" # Bright Yellow -export COLOR_13="#5f8dd3" # Bright Blue (Folder) -export COLOR_14="#cd87de" # Bright Magenta -export COLOR_15="#87decd" # Bright Cyan -export COLOR_16="#cccccc" # Bright White +export COLOR_10="#FF8080" # Bright Red (Command error) +export COLOR_11="#87DEAA" # Bright Green (Exec) +export COLOR_12="#FFB380" # Bright Yellow +export COLOR_13="#5F8DD3" # Bright Blue (Folder) +export COLOR_14="#CD87DE" # Bright Magenta +export COLOR_15="#87DECD" # Bright Cyan +export COLOR_16="#CCCCCC" # Bright White export BACKGROUND_COLOR="#333333" # Background -export FOREGROUND_COLOR="#cccccc" # Foreground (Text) +export FOREGROUND_COLOR="#CCCCCC" # Foreground (Text) -export CURSOR_COLOR="#cccccc" # Cursor +export CURSOR_COLOR="#CCCCCC" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/desert.sh b/themes/desert.sh old mode 100755 new mode 100644 index 11786a3..df57bff --- a/themes/desert.sh +++ b/themes/desert.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Desert" -export COLOR_01="#4d4d4d" # Black (Host) -export COLOR_02="#ff2b2b" # Red (Syntax string) -export COLOR_03="#98fb98" # Green (Command) -export COLOR_04="#f0e68c" # Yellow (Command second) -export COLOR_05="#cd853f" # Blue (Path) -export COLOR_06="#ffdead" # Magenta (Syntax var) -export COLOR_07="#ffa0a0" # Cyan (Prompt) -export COLOR_08="#f5deb3" # White +export COLOR_01="#4D4D4D" # Black (Host) +export COLOR_02="#FF2B2B" # Red (Syntax string) +export COLOR_03="#98FB98" # Green (Command) +export COLOR_04="#F0E68C" # Yellow (Command second) +export COLOR_05="#CD853F" # Blue (Path) +export COLOR_06="#FFDEAD" # Magenta (Syntax var) +export COLOR_07="#FFA0A0" # Cyan (Prompt) +export COLOR_08="#F5DEB3" # White export COLOR_09="#555555" # Bright Black -export COLOR_10="#ff5555" # Bright Red (Command error) -export COLOR_11="#55ff55" # Bright Green (Exec) -export COLOR_12="#ffff55" # Bright Yellow -export COLOR_13="#87ceff" # Bright Blue (Folder) -export COLOR_14="#ff55ff" # Bright Magenta -export COLOR_15="#ffd700" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#FF5555" # Bright Red (Command error) +export COLOR_11="#55FF55" # Bright Green (Exec) +export COLOR_12="#FFFF55" # Bright Yellow +export COLOR_13="#87CEFF" # Bright Blue (Folder) +export COLOR_14="#FF55FF" # Bright Magenta +export COLOR_15="#FFD700" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#333333" # Background -export FOREGROUND_COLOR="#ffffff" # Foreground (Text) +export FOREGROUND_COLOR="#FFFFFF" # Foreground (Text) -export CURSOR_COLOR="#ffffff" # Cursor +export CURSOR_COLOR="#FFFFFF" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/dimmed-monokai.sh b/themes/dimmed-monokai.sh old mode 100755 new mode 100644 index e121b64..e3d3aab --- a/themes/dimmed-monokai.sh +++ b/themes/dimmed-monokai.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Dimmed Monokai" -export COLOR_01="#3a3d43" # Black (Host) -export COLOR_02="#be3f48" # Red (Syntax string) -export COLOR_03="#879a3b" # Green (Command) -export COLOR_04="#c5a635" # Yellow (Command second) -export COLOR_05="#4f76a1" # Blue (Path) -export COLOR_06="#855c8d" # Magenta (Syntax var) -export COLOR_07="#578fa4" # Cyan (Prompt) -export COLOR_08="#b9bcba" # White +export COLOR_01="#3A3D43" # Black (Host) +export COLOR_02="#BE3F48" # Red (Syntax string) +export COLOR_03="#879A3B" # Green (Command) +export COLOR_04="#C5A635" # Yellow (Command second) +export COLOR_05="#4F76A1" # Blue (Path) +export COLOR_06="#855C8D" # Magenta (Syntax var) +export COLOR_07="#578FA4" # Cyan (Prompt) +export COLOR_08="#B9BCBA" # White export COLOR_09="#888987" # Bright Black -export COLOR_10="#fb001f" # Bright Red (Command error) -export COLOR_11="#0f722f" # Bright Green (Exec) -export COLOR_12="#c47033" # Bright Yellow -export COLOR_13="#186de3" # Bright Blue (Folder) -export COLOR_14="#fb0067" # Bright Magenta -export COLOR_15="#2e706d" # Bright Cyan -export COLOR_16="#fdffb9" # Bright White +export COLOR_10="#FB001F" # Bright Red (Command error) +export COLOR_11="#0F722F" # Bright Green (Exec) +export COLOR_12="#C47033" # Bright Yellow +export COLOR_13="#186DE3" # Bright Blue (Folder) +export COLOR_14="#FB0067" # Bright Magenta +export COLOR_15="#2E706D" # Bright Cyan +export COLOR_16="#FDFFB9" # Bright White -export BACKGROUND_COLOR="#1f1f1f" # Background -export FOREGROUND_COLOR="#b9bcba" # Foreground (Text) +export BACKGROUND_COLOR="#1F1F1F" # Background +export FOREGROUND_COLOR="#B9BCBA" # Foreground (Text) -export CURSOR_COLOR="#b9bcba" # Cursor +export CURSOR_COLOR="#B9BCBA" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/dissonance.sh b/themes/dissonance.sh old mode 100755 new mode 100644 index a188ac6..cf1e731 --- a/themes/dissonance.sh +++ b/themes/dissonance.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Dissonance" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#dc322f" # Red (Syntax string) -export COLOR_03="#56db3a" # Green (Command) -export COLOR_04="#ff8400" # Yellow (Command second) -export COLOR_05="#0084d4" # Blue (Path) -export COLOR_06="#b729d9" # Magenta (Syntax var) -export COLOR_07="#ccccff" # Cyan (Prompt) -export COLOR_08="#ffffff" # White +export COLOR_02="#DC322F" # Red (Syntax string) +export COLOR_03="#56DB3A" # Green (Command) +export COLOR_04="#FF8400" # Yellow (Command second) +export COLOR_05="#0084D4" # Blue (Path) +export COLOR_06="#B729D9" # Magenta (Syntax var) +export COLOR_07="#CCCCFF" # Cyan (Prompt) +export COLOR_08="#FFFFFF" # White -export COLOR_09="#d6dbe5" # Bright Black -export COLOR_10="#dc322f" # Bright Red (Command error) -export COLOR_11="#56db3a" # Bright Green (Exec) -export COLOR_12="#ff8400" # Bright Yellow -export COLOR_13="#0084d4" # Bright Blue (Folder) -export COLOR_14="#b729d9" # Bright Magenta -export COLOR_15="#ccccff" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_09="#D6DBE5" # Bright Black +export COLOR_10="#DC322F" # Bright Red (Command error) +export COLOR_11="#56DB3A" # Bright Green (Exec) +export COLOR_12="#FF8400" # Bright Yellow +export COLOR_13="#0084D4" # Bright Blue (Folder) +export COLOR_14="#B729D9" # Bright Magenta +export COLOR_15="#CCCCFF" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#000000" # Background -export FOREGROUND_COLOR="#ffffff" # Foreground (Text) +export FOREGROUND_COLOR="#FFFFFF" # Foreground (Text) -export CURSOR_COLOR="#dc322f" # Cursor +export CURSOR_COLOR="#DC322F" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/dracula.sh b/themes/dracula.sh old mode 100755 new mode 100644 index 7fce92a..acc76c3 --- a/themes/dracula.sh +++ b/themes/dracula.sh @@ -2,25 +2,25 @@ export PROFILE_NAME="Dracula" -export COLOR_01="#44475a" # Black (Host) -export COLOR_02="#ff5555" # Red (Syntax string) -export COLOR_03="#50fa7b" # Green (Command) -export COLOR_04="#ffb86c" # Yellow (Command second) -export COLOR_05="#8be9fd" # Blue (Path) -export COLOR_06="#bd93f9" # Magenta (Syntax var) -export COLOR_07="#ff79c6" # Cyan (Prompt) +export COLOR_01="#44475A" # Black (Host) +export COLOR_02="#FF5555" # Red (Syntax string) +export COLOR_03="#50FA7B" # Green (Command) +export COLOR_04="#FFB86C" # Yellow (Command second) +export COLOR_05="#8BE9FD" # Blue (Path) +export COLOR_06="#BD93F9" # Magenta (Syntax var) +export COLOR_07="#FF79C6" # Cyan (Prompt) export COLOR_08="#94A3A5" # White export COLOR_09="#000000" # Bright Black -export COLOR_10="#ff5555" # Bright Red (Command error) -export COLOR_11="#50fa7b" # Bright Green (Exec) -export COLOR_12="#ffb86c" # Bright Yellow -export COLOR_13="#8be9fd" # Bright Blue (Folder) -export COLOR_14="#bd93f9" # Bright Magenta -export COLOR_15="#ff79c6" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#FF5555" # Bright Red (Command error) +export COLOR_11="#50FA7B" # Bright Green (Exec) +export COLOR_12="#FFB86C" # Bright Yellow +export COLOR_13="#8BE9FD" # Bright Blue (Folder) +export COLOR_14="#BD93F9" # Bright Magenta +export COLOR_15="#FF79C6" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#282a36" # Background +export BACKGROUND_COLOR="#282A36" # Background export FOREGROUND_COLOR="#94A3A5" # Foreground (Text) export CURSOR_COLOR="#94A3A5" # Cursor diff --git a/themes/earthsong.sh b/themes/earthsong.sh old mode 100755 new mode 100644 index f6b0b68..4a124ab --- a/themes/earthsong.sh +++ b/themes/earthsong.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Earthsong" export COLOR_01="#121418" # Black (Host) -export COLOR_02="#c94234" # Red (Syntax string) -export COLOR_03="#85c54c" # Green (Command) -export COLOR_04="#f5ae2e" # Yellow (Command second) -export COLOR_05="#1398b9" # Blue (Path) -export COLOR_06="#d0633d" # Magenta (Syntax var) +export COLOR_02="#C94234" # Red (Syntax string) +export COLOR_03="#85C54C" # Green (Command) +export COLOR_04="#F5AE2E" # Yellow (Command second) +export COLOR_05="#1398B9" # Blue (Path) +export COLOR_06="#D0633D" # Magenta (Syntax var) export COLOR_07="#509552" # Cyan (Prompt) -export COLOR_08="#e5c6aa" # White +export COLOR_08="#E5C6AA" # White -export COLOR_09="#675f54" # Bright Black -export COLOR_10="#ff645a" # Bright Red (Command error) -export COLOR_11="#98e036" # Bright Green (Exec) -export COLOR_12="#e0d561" # Bright Yellow -export COLOR_13="#5fdaff" # Bright Blue (Folder) -export COLOR_14="#ff9269" # Bright Magenta -export COLOR_15="#84f088" # Bright Cyan -export COLOR_16="#f6f7ec" # Bright White +export COLOR_09="#675F54" # Bright Black +export COLOR_10="#FF645A" # Bright Red (Command error) +export COLOR_11="#98E036" # Bright Green (Exec) +export COLOR_12="#E0D561" # Bright Yellow +export COLOR_13="#5FDAFF" # Bright Blue (Folder) +export COLOR_14="#FF9269" # Bright Magenta +export COLOR_15="#84F088" # Bright Cyan +export COLOR_16="#F6F7EC" # Bright White export BACKGROUND_COLOR="#292520" # Background -export FOREGROUND_COLOR="#e5c7a9" # Foreground (Text) +export FOREGROUND_COLOR="#E5C7A9" # Foreground (Text) -export CURSOR_COLOR="#e5c7a9" # Cursor +export CURSOR_COLOR="#E5C7A9" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/elemental.sh b/themes/elemental.sh old mode 100755 new mode 100644 index ed12b3a..b423471 --- a/themes/elemental.sh +++ b/themes/elemental.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Elemental" -export COLOR_01="#3c3c30" # Black (Host) -export COLOR_02="#98290f" # Red (Syntax string) -export COLOR_03="#479a43" # Green (Command) -export COLOR_04="#7f7111" # Yellow (Command second) -export COLOR_05="#497f7d" # Blue (Path) -export COLOR_06="#7f4e2f" # Magenta (Syntax var) -export COLOR_07="#387f58" # Cyan (Prompt) +export COLOR_01="#3C3C30" # Black (Host) +export COLOR_02="#98290F" # Red (Syntax string) +export COLOR_03="#479A43" # Green (Command) +export COLOR_04="#7F7111" # Yellow (Command second) +export COLOR_05="#497F7D" # Blue (Path) +export COLOR_06="#7F4E2F" # Magenta (Syntax var) +export COLOR_07="#387F58" # Cyan (Prompt) export COLOR_08="#807974" # White export COLOR_09="#555445" # Bright Black -export COLOR_10="#e0502a" # Bright Red (Command error) -export COLOR_11="#61e070" # Bright Green (Exec) -export COLOR_12="#d69927" # Bright Yellow -export COLOR_13="#79d9d9" # Bright Blue (Folder) -export COLOR_14="#cd7c54" # Bright Magenta -export COLOR_15="#59d599" # Bright Cyan -export COLOR_16="#fff1e9" # Bright White +export COLOR_10="#E0502A" # Bright Red (Command error) +export COLOR_11="#61E070" # Bright Green (Exec) +export COLOR_12="#D69927" # Bright Yellow +export COLOR_13="#79D9D9" # Bright Blue (Folder) +export COLOR_14="#CD7C54" # Bright Magenta +export COLOR_15="#59D599" # Bright Cyan +export COLOR_16="#FFF1E9" # Bright White -export BACKGROUND_COLOR="#22211d" # Background -export FOREGROUND_COLOR="#807a74" # Foreground (Text) +export BACKGROUND_COLOR="#22211D" # Background +export FOREGROUND_COLOR="#807A74" # Foreground (Text) -export CURSOR_COLOR="#807a74" # Cursor +export CURSOR_COLOR="#807A74" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/elementary.sh b/themes/elementary.sh old mode 100755 new mode 100644 index ec903e8..775b659 --- a/themes/elementary.sh +++ b/themes/elementary.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Elementary" export COLOR_01="#303030" # Black (Host) -export COLOR_02="#e1321a" # Red (Syntax string) -export COLOR_03="#6ab017" # Green (Command) -export COLOR_04="#ffc005" # Yellow (Command second) -export COLOR_05="#004f9e" # Blue (Path) -export COLOR_06="#ec0048" # Magenta (Syntax var) -export COLOR_07="#2aa7e7" # Cyan (Prompt) -export COLOR_08="#f2f2f2" # White +export COLOR_02="#E1321A" # Red (Syntax string) +export COLOR_03="#6AB017" # Green (Command) +export COLOR_04="#FFC005" # Yellow (Command second) +export COLOR_05="#004F9E" # Blue (Path) +export COLOR_06="#EC0048" # Magenta (Syntax var) +export COLOR_07="#2AA7E7" # Cyan (Prompt) +export COLOR_08="#F2F2F2" # White -export COLOR_09="#5d5d5d" # Bright Black -export COLOR_10="#ff361e" # Bright Red (Command error) -export COLOR_11="#7bc91f" # Bright Green (Exec) -export COLOR_12="#ffd00a" # Bright Yellow -export COLOR_13="#0071ff" # Bright Blue (Folder) -export COLOR_14="#ff1d62" # Bright Magenta -export COLOR_15="#4bb8fd" # Bright Cyan -export COLOR_16="#a020f0" # Bright White +export COLOR_09="#5D5D5D" # Bright Black +export COLOR_10="#FF361E" # Bright Red (Command error) +export COLOR_11="#7BC91F" # Bright Green (Exec) +export COLOR_12="#FFD00A" # Bright Yellow +export COLOR_13="#0071FF" # Bright Blue (Folder) +export COLOR_14="#FF1D62" # Bright Magenta +export COLOR_15="#4BB8FD" # Bright Cyan +export COLOR_16="#A020F0" # Bright White export BACKGROUND_COLOR="#101010" # Background -export FOREGROUND_COLOR="#f2f2f2" # Foreground (Text) +export FOREGROUND_COLOR="#F2F2F2" # Foreground (Text) -export CURSOR_COLOR="#f2f2f2" # Cursor +export CURSOR_COLOR="#F2F2F2" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/elic.sh b/themes/elic.sh old mode 100755 new mode 100644 index 1288dd1..ba47a37 --- a/themes/elic.sh +++ b/themes/elic.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Elic" export COLOR_01="#303030" # Black (Host) -export COLOR_02="#e1321a" # Red (Syntax string) -export COLOR_03="#6ab017" # Green (Command) -export COLOR_04="#ffc005" # Yellow (Command second) +export COLOR_02="#E1321A" # Red (Syntax string) +export COLOR_03="#6AB017" # Green (Command) +export COLOR_04="#FFC005" # Yellow (Command second) export COLOR_05="#729FCF" # Blue (Path) -export COLOR_06="#ec0048" # Magenta (Syntax var) -export COLOR_07="#f2f2f2" # Cyan (Prompt) -export COLOR_08="#2aa7e7" # White +export COLOR_06="#EC0048" # Magenta (Syntax var) +export COLOR_07="#F2F2F2" # Cyan (Prompt) +export COLOR_08="#2AA7E7" # White -export COLOR_09="#5d5d5d" # Bright Black -export COLOR_10="#ff361e" # Bright Red (Command error) -export COLOR_11="#7bc91f" # Bright Green (Exec) -export COLOR_12="#ffd00a" # Bright Yellow -export COLOR_13="#0071ff" # Bright Blue (Folder) -export COLOR_14="#ff1d62" # Bright Magenta -export COLOR_15="#4bb8fd" # Bright Cyan -export COLOR_16="#a020f0" # Bright White +export COLOR_09="#5D5D5D" # Bright Black +export COLOR_10="#FF361E" # Bright Red (Command error) +export COLOR_11="#7BC91F" # Bright Green (Exec) +export COLOR_12="#FFD00A" # Bright Yellow +export COLOR_13="#0071FF" # Bright Blue (Folder) +export COLOR_14="#FF1D62" # Bright Magenta +export COLOR_15="#4BB8FD" # Bright Cyan +export COLOR_16="#A020F0" # Bright White export BACKGROUND_COLOR="#4A453E" # Background -export FOREGROUND_COLOR="#f2f2f2" # Foreground (Text) +export FOREGROUND_COLOR="#F2F2F2" # Foreground (Text) -export CURSOR_COLOR="#f2f2f2" # Cursor +export CURSOR_COLOR="#F2F2F2" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/elio.sh b/themes/elio.sh old mode 100755 new mode 100644 index 68f4884..237b1c3 --- a/themes/elio.sh +++ b/themes/elio.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Elio" export COLOR_01="#303030" # Black (Host) -export COLOR_02="#e1321a" # Red (Syntax string) -export COLOR_03="#6ab017" # Green (Command) -export COLOR_04="#ffc005" # Yellow (Command second) +export COLOR_02="#E1321A" # Red (Syntax string) +export COLOR_03="#6AB017" # Green (Command) +export COLOR_04="#FFC005" # Yellow (Command second) export COLOR_05="#729FCF" # Blue (Path) -export COLOR_06="#ec0048" # Magenta (Syntax var) -export COLOR_07="#2aa7e7" # Cyan (Prompt) -export COLOR_08="#f2f2f2" # White +export COLOR_06="#EC0048" # Magenta (Syntax var) +export COLOR_07="#2AA7E7" # Cyan (Prompt) +export COLOR_08="#F2F2F2" # White -export COLOR_09="#5d5d5d" # Bright Black -export COLOR_10="#ff361e" # Bright Red (Command error) -export COLOR_11="#7bc91f" # Bright Green (Exec) -export COLOR_12="#ffd00a" # Bright Yellow -export COLOR_13="#0071ff" # Bright Blue (Folder) -export COLOR_14="#ff1d62" # Bright Magenta -export COLOR_15="#4bb8fd" # Bright Cyan -export COLOR_16="#a020f0" # Bright White +export COLOR_09="#5D5D5D" # Bright Black +export COLOR_10="#FF361E" # Bright Red (Command error) +export COLOR_11="#7BC91F" # Bright Green (Exec) +export COLOR_12="#FFD00A" # Bright Yellow +export COLOR_13="#0071FF" # Bright Blue (Folder) +export COLOR_14="#FF1D62" # Bright Magenta +export COLOR_15="#4BB8FD" # Bright Cyan +export COLOR_16="#A020F0" # Bright White export BACKGROUND_COLOR="#041A3B" # Background -export FOREGROUND_COLOR="#f2f2f2" # Foreground (Text) +export FOREGROUND_COLOR="#F2F2F2" # Foreground (Text) -export CURSOR_COLOR="#f2f2f2" # Cursor +export CURSOR_COLOR="#F2F2F2" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/espresso-libre.sh b/themes/espresso-libre.sh old mode 100755 new mode 100644 index 37dbd3b..6e5bc09 --- a/themes/espresso-libre.sh +++ b/themes/espresso-libre.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Espresso Libre" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#cc0000" # Red (Syntax string) -export COLOR_03="#1a921c" # Green (Command) -export COLOR_04="#f0e53a" # Yellow (Command second) -export COLOR_05="#0066ff" # Blue (Path) -export COLOR_06="#c5656b" # Magenta (Syntax var) -export COLOR_07="#06989a" # Cyan (Prompt) -export COLOR_08="#d3d7cf" # White +export COLOR_02="#CC0000" # Red (Syntax string) +export COLOR_03="#1A921C" # Green (Command) +export COLOR_04="#F0E53A" # Yellow (Command second) +export COLOR_05="#0066FF" # Blue (Path) +export COLOR_06="#C5656B" # Magenta (Syntax var) +export COLOR_07="#06989A" # Cyan (Prompt) +export COLOR_08="#D3D7CF" # White export COLOR_09="#555753" # Bright Black -export COLOR_10="#ef2929" # Bright Red (Command error) -export COLOR_11="#9aff87" # Bright Green (Exec) -export COLOR_12="#fffb5c" # Bright Yellow -export COLOR_13="#43a8ed" # Bright Blue (Folder) -export COLOR_14="#ff818a" # Bright Magenta -export COLOR_15="#34e2e2" # Bright Cyan -export COLOR_16="#eeeeec" # Bright White +export COLOR_10="#EF2929" # Bright Red (Command error) +export COLOR_11="#9AFF87" # Bright Green (Exec) +export COLOR_12="#FFFB5C" # Bright Yellow +export COLOR_13="#43A8ED" # Bright Blue (Folder) +export COLOR_14="#FF818A" # Bright Magenta +export COLOR_15="#34E2E2" # Bright Cyan +export COLOR_16="#EEEEEC" # Bright White -export BACKGROUND_COLOR="#2a211c" # Background -export FOREGROUND_COLOR="#b8a898" # Foreground (Text) +export BACKGROUND_COLOR="#2A211C" # Background +export FOREGROUND_COLOR="#B8A898" # Foreground (Text) -export CURSOR_COLOR="#b8a898" # Cursor +export CURSOR_COLOR="#B8A898" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/espresso.sh b/themes/espresso.sh old mode 100755 new mode 100644 index b400274..0b30409 --- a/themes/espresso.sh +++ b/themes/espresso.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Espresso" export COLOR_01="#353535" # Black (Host) -export COLOR_02="#d25252" # Red (Syntax string) -export COLOR_03="#a5c261" # Green (Command) -export COLOR_04="#ffc66d" # Yellow (Command second) -export COLOR_05="#6c99bb" # Blue (Path) -export COLOR_06="#d197d9" # Magenta (Syntax var) -export COLOR_07="#bed6ff" # Cyan (Prompt) -export COLOR_08="#eeeeec" # White +export COLOR_02="#D25252" # Red (Syntax string) +export COLOR_03="#A5C261" # Green (Command) +export COLOR_04="#FFC66D" # Yellow (Command second) +export COLOR_05="#6C99BB" # Blue (Path) +export COLOR_06="#D197D9" # Magenta (Syntax var) +export COLOR_07="#BED6FF" # Cyan (Prompt) +export COLOR_08="#EEEEEC" # White export COLOR_09="#535353" # Bright Black -export COLOR_10="#f00c0c" # Bright Red (Command error) -export COLOR_11="#c2e075" # Bright Green (Exec) -export COLOR_12="#e1e48b" # Bright Yellow -export COLOR_13="#8ab7d9" # Bright Blue (Folder) -export COLOR_14="#efb5f7" # Bright Magenta -export COLOR_15="#dcf4ff" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#F00C0C" # Bright Red (Command error) +export COLOR_11="#C2E075" # Bright Green (Exec) +export COLOR_12="#E1E48B" # Bright Yellow +export COLOR_13="#8AB7D9" # Bright Blue (Folder) +export COLOR_14="#EFB5F7" # Bright Magenta +export COLOR_15="#DCF4FF" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#323232" # Background -export FOREGROUND_COLOR="#ffffff" # Foreground (Text) +export FOREGROUND_COLOR="#FFFFFF" # Foreground (Text) -export CURSOR_COLOR="#ffffff" # Cursor +export CURSOR_COLOR="#FFFFFF" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/everblush.sh b/themes/everblush.sh old mode 100755 new mode 100644 diff --git a/themes/everforest-dark.sh b/themes/everforest-dark.sh old mode 100755 new mode 100644 diff --git a/themes/everforest-light.sh b/themes/everforest-light.sh old mode 100755 new mode 100644 diff --git a/themes/fairy-floss-dark.sh b/themes/fairy-floss-dark.sh old mode 100755 new mode 100644 diff --git a/themes/fairy-floss.sh b/themes/fairy-floss.sh old mode 100755 new mode 100644 diff --git a/themes/fishtank.sh b/themes/fishtank.sh old mode 100755 new mode 100644 index 57f5347..c296ed6 --- a/themes/fishtank.sh +++ b/themes/fishtank.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Fishtank" -export COLOR_01="#03073c" # Black (Host) -export COLOR_02="#c6004a" # Red (Syntax string) -export COLOR_03="#acf157" # Green (Command) -export COLOR_04="#fecd5e" # Yellow (Command second) -export COLOR_05="#525fb8" # Blue (Path) -export COLOR_06="#986f82" # Magenta (Syntax var) +export COLOR_01="#03073C" # Black (Host) +export COLOR_02="#C6004A" # Red (Syntax string) +export COLOR_03="#ACF157" # Green (Command) +export COLOR_04="#FECD5E" # Yellow (Command second) +export COLOR_05="#525FB8" # Blue (Path) +export COLOR_06="#986F82" # Magenta (Syntax var) export COLOR_07="#968763" # Cyan (Prompt) -export COLOR_08="#ecf0fc" # White +export COLOR_08="#ECF0FC" # White -export COLOR_09="#6c5b30" # Bright Black -export COLOR_10="#da4b8a" # Bright Red (Command error) -export COLOR_11="#dbffa9" # Bright Green (Exec) -export COLOR_12="#fee6a9" # Bright Yellow -export COLOR_13="#b2befa" # Bright Blue (Folder) -export COLOR_14="#fda5cd" # Bright Magenta -export COLOR_15="#a5bd86" # Bright Cyan -export COLOR_16="#f6ffec" # Bright White +export COLOR_09="#6C5B30" # Bright Black +export COLOR_10="#DA4B8A" # Bright Red (Command error) +export COLOR_11="#DBFFA9" # Bright Green (Exec) +export COLOR_12="#FEE6A9" # Bright Yellow +export COLOR_13="#B2BEFA" # Bright Blue (Folder) +export COLOR_14="#FDA5CD" # Bright Magenta +export COLOR_15="#A5BD86" # Bright Cyan +export COLOR_16="#F6FFEC" # Bright White export BACKGROUND_COLOR="#232537" # Background -export FOREGROUND_COLOR="#ecf0fe" # Foreground (Text) +export FOREGROUND_COLOR="#ECF0FE" # Foreground (Text) -export CURSOR_COLOR="#ecf0fe" # Cursor +export CURSOR_COLOR="#ECF0FE" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/flat-remix.sh b/themes/flat-remix.sh old mode 100755 new mode 100644 index 78922cc..1584e3d --- a/themes/flat-remix.sh +++ b/themes/flat-remix.sh @@ -6,7 +6,7 @@ export COLOR_01="#1F2229" # Black (Host) export COLOR_02="#D41919" # Red (Syntax string) export COLOR_03="#5EBDAB" # Green (Command) export COLOR_04="#FEA44C" # Yellow (Command second) -export COLOR_05="#367bf0" # Blue (Path) +export COLOR_05="#367BF0" # Blue (Path) export COLOR_06="#BF2E5D" # Magenta (Syntax var) export COLOR_07="#49AEE6" # Cyan (Prompt) export COLOR_08="#E6E6E6" # White @@ -20,7 +20,7 @@ export COLOR_14="#D71655" # Bright Magenta export COLOR_15="#05A1F7" # Bright Cyan export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#272a34" # Background +export BACKGROUND_COLOR="#272A34" # Background export FOREGROUND_COLOR="#FFFFFF" # Foreground (Text) export CURSOR_COLOR="#FFFFFF" # Cursor diff --git a/themes/flat.sh b/themes/flat.sh old mode 100755 new mode 100644 index f9fee56..a3b83a1 --- a/themes/flat.sh +++ b/themes/flat.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Flat" -export COLOR_01="#2c3e50" # Black (Host) -export COLOR_02="#c0392b" # Red (Syntax string) -export COLOR_03="#27ae60" # Green (Command) -export COLOR_04="#f39c12" # Yellow (Command second) -export COLOR_05="#2980b9" # Blue (Path) -export COLOR_06="#8e44ad" # Magenta (Syntax var) -export COLOR_07="#16a085" # Cyan (Prompt) -export COLOR_08="#bdc3c7" # White +export COLOR_01="#2C3E50" # Black (Host) +export COLOR_02="#C0392B" # Red (Syntax string) +export COLOR_03="#27AE60" # Green (Command) +export COLOR_04="#F39C12" # Yellow (Command second) +export COLOR_05="#2980B9" # Blue (Path) +export COLOR_06="#8E44AD" # Magenta (Syntax var) +export COLOR_07="#16A085" # Cyan (Prompt) +export COLOR_08="#BDC3C7" # White -export COLOR_09="#34495e" # Bright Black -export COLOR_10="#e74c3c" # Bright Red (Command error) -export COLOR_11="#2ecc71" # Bright Green (Exec) -export COLOR_12="#f1c40f" # Bright Yellow -export COLOR_13="#3498db" # Bright Blue (Folder) -export COLOR_14="#9b59b6" # Bright Magenta +export COLOR_09="#34495E" # Bright Black +export COLOR_10="#E74C3C" # Bright Red (Command error) +export COLOR_11="#2ECC71" # Bright Green (Exec) +export COLOR_12="#F1C40F" # Bright Yellow +export COLOR_13="#3498DB" # Bright Blue (Folder) +export COLOR_14="#9B59B6" # Bright Magenta export COLOR_15="#2AA198" # Bright Cyan -export COLOR_16="#ecf0f1" # Bright White +export COLOR_16="#ECF0F1" # Bright White export BACKGROUND_COLOR="#1F2D3A" # Background -export FOREGROUND_COLOR="#1abc9c" # Foreground (Text) +export FOREGROUND_COLOR="#1ABC9C" # Foreground (Text) -export CURSOR_COLOR="#1abc9c" # Cursor +export CURSOR_COLOR="#1ABC9C" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/flatland.sh b/themes/flatland.sh old mode 100755 new mode 100644 index d93aa3c..9b0278e --- a/themes/flatland.sh +++ b/themes/flatland.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Flatland" -export COLOR_01="#1d1d19" # Black (Host) -export COLOR_02="#f18339" # Red (Syntax string) -export COLOR_03="#9fd364" # Green (Command) -export COLOR_04="#f4ef6d" # Yellow (Command second) -export COLOR_05="#5096be" # Blue (Path) -export COLOR_06="#695abc" # Magenta (Syntax var) -export COLOR_07="#d63865" # Cyan (Prompt) -export COLOR_08="#ffffff" # White +export COLOR_01="#1D1D19" # Black (Host) +export COLOR_02="#F18339" # Red (Syntax string) +export COLOR_03="#9FD364" # Green (Command) +export COLOR_04="#F4EF6D" # Yellow (Command second) +export COLOR_05="#5096BE" # Blue (Path) +export COLOR_06="#695ABC" # Magenta (Syntax var) +export COLOR_07="#D63865" # Cyan (Prompt) +export COLOR_08="#FFFFFF" # White -export COLOR_09="#1d1d19" # Bright Black -export COLOR_10="#d22a24" # Bright Red (Command error) -export COLOR_11="#a7d42c" # Bright Green (Exec) -export COLOR_12="#ff8949" # Bright Yellow -export COLOR_13="#61b9d0" # Bright Blue (Folder) -export COLOR_14="#695abc" # Bright Magenta -export COLOR_15="#d63865" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_09="#1D1D19" # Bright Black +export COLOR_10="#D22A24" # Bright Red (Command error) +export COLOR_11="#A7D42C" # Bright Green (Exec) +export COLOR_12="#FF8949" # Bright Yellow +export COLOR_13="#61B9D0" # Bright Blue (Folder) +export COLOR_14="#695ABC" # Bright Magenta +export COLOR_15="#D63865" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#1d1f21" # Background -export FOREGROUND_COLOR="#b8dbef" # Foreground (Text) +export BACKGROUND_COLOR="#1D1F21" # Background +export FOREGROUND_COLOR="#B8DBEF" # Foreground (Text) -export CURSOR_COLOR="#b8dbef" # Cursor +export CURSOR_COLOR="#B8DBEF" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/foxnightly.sh b/themes/foxnightly.sh old mode 100755 new mode 100644 diff --git a/themes/freya.sh b/themes/freya.sh old mode 100755 new mode 100644 index a7fbd43..b477f9a --- a/themes/freya.sh +++ b/themes/freya.sh @@ -3,25 +3,25 @@ export PROFILE_NAME="Freya" export COLOR_01="#073642" # Black (Host) -export COLOR_02="#dc322f" # Red (Syntax string) +export COLOR_02="#DC322F" # Red (Syntax string) export COLOR_03="#859900" # Green (Command) -export COLOR_04="#b58900" # Yellow (Command second) -export COLOR_05="#268bd2" # Blue (Path) -export COLOR_06="#ec0048" # Magenta (Syntax var) -export COLOR_07="#2aa198" # Cyan (Prompt) -export COLOR_08="#94a3a5" # White +export COLOR_04="#B58900" # Yellow (Command second) +export COLOR_05="#268BD2" # Blue (Path) +export COLOR_06="#EC0048" # Magenta (Syntax var) +export COLOR_07="#2AA198" # Cyan (Prompt) +export COLOR_08="#94A3A5" # White -export COLOR_09="#586e75" # Bright Black -export COLOR_10="#cb4b16" # Bright Red (Command error) +export COLOR_09="#586E75" # Bright Black +export COLOR_10="#CB4B16" # Bright Red (Command error) export COLOR_11="#859900" # Bright Green (Exec) -export COLOR_12="#b58900" # Bright Yellow -export COLOR_13="#268bd2" # Bright Blue (Folder) -export COLOR_14="#d33682" # Bright Magenta -export COLOR_15="#2aa198" # Bright Cyan -export COLOR_16="#6c71c4" # Bright White +export COLOR_12="#B58900" # Bright Yellow +export COLOR_13="#268BD2" # Bright Blue (Folder) +export COLOR_14="#D33682" # Bright Magenta +export COLOR_15="#2AA198" # Bright Cyan +export COLOR_16="#6C71C4" # Bright White -export BACKGROUND_COLOR="#252e32" # Background -export FOREGROUND_COLOR="#94a3a5" # Foreground (Text) +export BACKGROUND_COLOR="#252E32" # Background +export FOREGROUND_COLOR="#94A3A5" # Foreground (Text) export CURSOR_COLOR="#839496" # Cursor diff --git a/themes/frontend-delight.sh b/themes/frontend-delight.sh old mode 100755 new mode 100644 index 44932fb..02e210c --- a/themes/frontend-delight.sh +++ b/themes/frontend-delight.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Frontend Delight" export COLOR_01="#242526" # Black (Host) -export COLOR_02="#f8511b" # Red (Syntax string) +export COLOR_02="#F8511B" # Red (Syntax string) export COLOR_03="#565747" # Green (Command) -export COLOR_04="#fa771d" # Yellow (Command second) -export COLOR_05="#2c70b7" # Blue (Path) -export COLOR_06="#f02e4f" # Magenta (Syntax var) -export COLOR_07="#3ca1a6" # Cyan (Prompt) -export COLOR_08="#adadad" # White +export COLOR_04="#FA771D" # Yellow (Command second) +export COLOR_05="#2C70B7" # Blue (Path) +export COLOR_06="#F02E4F" # Magenta (Syntax var) +export COLOR_07="#3CA1A6" # Cyan (Prompt) +export COLOR_08="#ADADAD" # White -export COLOR_09="#5fac6d" # Bright Black -export COLOR_10="#f74319" # Bright Red (Command error) -export COLOR_11="#74ec4c" # Bright Green (Exec) -export COLOR_12="#fdc325" # Bright Yellow -export COLOR_13="#3393ca" # Bright Blue (Folder) -export COLOR_14="#e75e4f" # Bright Magenta -export COLOR_15="#4fbce6" # Bright Cyan -export COLOR_16="#8c735b" # Bright White +export COLOR_09="#5FAC6D" # Bright Black +export COLOR_10="#F74319" # Bright Red (Command error) +export COLOR_11="#74EC4C" # Bright Green (Exec) +export COLOR_12="#FDC325" # Bright Yellow +export COLOR_13="#3393CA" # Bright Blue (Folder) +export COLOR_14="#E75E4F" # Bright Magenta +export COLOR_15="#4FBCE6" # Bright Cyan +export COLOR_16="#8C735B" # Bright White -export BACKGROUND_COLOR="#1b1c1d" # Background -export FOREGROUND_COLOR="#adadad" # Foreground (Text) +export BACKGROUND_COLOR="#1B1C1D" # Background +export FOREGROUND_COLOR="#ADADAD" # Foreground (Text) -export CURSOR_COLOR="#adadad" # Cursor +export CURSOR_COLOR="#ADADAD" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/frontend-fun-forrest.sh b/themes/frontend-fun-forrest.sh old mode 100755 new mode 100644 index 728f98a..947fbf6 --- a/themes/frontend-fun-forrest.sh +++ b/themes/frontend-fun-forrest.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Frontend Fun Forrest" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#d6262b" # Red (Syntax string) -export COLOR_03="#919c00" # Green (Command) -export COLOR_04="#be8a13" # Yellow (Command second) -export COLOR_05="#4699a3" # Blue (Path) -export COLOR_06="#8d4331" # Magenta (Syntax var) -export COLOR_07="#da8213" # Cyan (Prompt) -export COLOR_08="#ddc265" # White +export COLOR_02="#D6262B" # Red (Syntax string) +export COLOR_03="#919C00" # Green (Command) +export COLOR_04="#BE8A13" # Yellow (Command second) +export COLOR_05="#4699A3" # Blue (Path) +export COLOR_06="#8D4331" # Magenta (Syntax var) +export COLOR_07="#DA8213" # Cyan (Prompt) +export COLOR_08="#DDC265" # White -export COLOR_09="#7f6a55" # Bright Black -export COLOR_10="#e55a1c" # Bright Red (Command error) -export COLOR_11="#bfc65a" # Bright Green (Exec) -export COLOR_12="#ffcb1b" # Bright Yellow -export COLOR_13="#7cc9cf" # Bright Blue (Folder) -export COLOR_14="#d26349" # Bright Magenta -export COLOR_15="#e6a96b" # Bright Cyan -export COLOR_16="#ffeaa3" # Bright White +export COLOR_09="#7F6A55" # Bright Black +export COLOR_10="#E55A1C" # Bright Red (Command error) +export COLOR_11="#BFC65A" # Bright Green (Exec) +export COLOR_12="#FFCB1B" # Bright Yellow +export COLOR_13="#7CC9CF" # Bright Blue (Folder) +export COLOR_14="#D26349" # Bright Magenta +export COLOR_15="#E6A96B" # Bright Cyan +export COLOR_16="#FFEAA3" # Bright White export BACKGROUND_COLOR="#251200" # Background -export FOREGROUND_COLOR="#dec165" # Foreground (Text) +export FOREGROUND_COLOR="#DEC165" # Foreground (Text) -export CURSOR_COLOR="#dec165" # Cursor +export CURSOR_COLOR="#DEC165" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/frontend-galaxy.sh b/themes/frontend-galaxy.sh old mode 100755 new mode 100644 index 735579c..d0d7917 --- a/themes/frontend-galaxy.sh +++ b/themes/frontend-galaxy.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Frontend Galaxy" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#f9555f" # Red (Syntax string) -export COLOR_03="#21b089" # Green (Command) -export COLOR_04="#fef02a" # Yellow (Command second) -export COLOR_05="#589df6" # Blue (Path) -export COLOR_06="#944d95" # Magenta (Syntax var) -export COLOR_07="#1f9ee7" # Cyan (Prompt) -export COLOR_08="#bbbbbb" # White +export COLOR_02="#F9555F" # Red (Syntax string) +export COLOR_03="#21B089" # Green (Command) +export COLOR_04="#FEF02A" # Yellow (Command second) +export COLOR_05="#589DF6" # Blue (Path) +export COLOR_06="#944D95" # Magenta (Syntax var) +export COLOR_07="#1F9EE7" # Cyan (Prompt) +export COLOR_08="#BBBBBB" # White export COLOR_09="#555555" # Bright Black -export COLOR_10="#fa8c8f" # Bright Red (Command error) -export COLOR_11="#35bb9a" # Bright Green (Exec) -export COLOR_12="#ffff55" # Bright Yellow -export COLOR_13="#589df6" # Bright Blue (Folder) -export COLOR_14="#e75699" # Bright Magenta -export COLOR_15="#3979bc" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#FA8C8F" # Bright Red (Command error) +export COLOR_11="#35BB9A" # Bright Green (Exec) +export COLOR_12="#FFFF55" # Bright Yellow +export COLOR_13="#589DF6" # Bright Blue (Folder) +export COLOR_14="#E75699" # Bright Magenta +export COLOR_15="#3979BC" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#1d2837" # Background -export FOREGROUND_COLOR="#ffffff" # Foreground (Text) +export BACKGROUND_COLOR="#1D2837" # Background +export FOREGROUND_COLOR="#FFFFFF" # Foreground (Text) -export CURSOR_COLOR="#ffffff" # Cursor +export CURSOR_COLOR="#FFFFFF" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/geohot.sh b/themes/geohot.sh old mode 100755 new mode 100644 diff --git a/themes/github.sh b/themes/github.sh old mode 100755 new mode 100644 index 1525cb3..0de64a8 --- a/themes/github.sh +++ b/themes/github.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Github" -export COLOR_01="#3e3e3e" # Black (Host) -export COLOR_02="#970b16" # Red (Syntax string) -export COLOR_03="#07962a" # Green (Command) -export COLOR_04="#f8eec7" # Yellow (Command second) -export COLOR_05="#003e8a" # Blue (Path) -export COLOR_06="#e94691" # Magenta (Syntax var) -export COLOR_07="#89d1ec" # Cyan (Prompt) -export COLOR_08="#ffffff" # White +export COLOR_01="#3E3E3E" # Black (Host) +export COLOR_02="#970B16" # Red (Syntax string) +export COLOR_03="#07962A" # Green (Command) +export COLOR_04="#F8EEC7" # Yellow (Command second) +export COLOR_05="#003E8A" # Blue (Path) +export COLOR_06="#E94691" # Magenta (Syntax var) +export COLOR_07="#89D1EC" # Cyan (Prompt) +export COLOR_08="#FFFFFF" # White export COLOR_09="#666666" # Bright Black -export COLOR_10="#de0000" # Bright Red (Command error) -export COLOR_11="#87d5a2" # Bright Green (Exec) -export COLOR_12="#f1d007" # Bright Yellow -export COLOR_13="#2e6cba" # Bright Blue (Folder) -export COLOR_14="#ffa29f" # Bright Magenta -export COLOR_15="#1cfafe" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#DE0000" # Bright Red (Command error) +export COLOR_11="#87D5A2" # Bright Green (Exec) +export COLOR_12="#F1D007" # Bright Yellow +export COLOR_13="#2E6CBA" # Bright Blue (Folder) +export COLOR_14="#FFA29F" # Bright Magenta +export COLOR_15="#1CFAFE" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#f4f4f4" # Background -export FOREGROUND_COLOR="#3e3e3e" # Foreground (Text) +export BACKGROUND_COLOR="#F4F4F4" # Background +export FOREGROUND_COLOR="#3E3E3E" # Foreground (Text) -export CURSOR_COLOR="#3e3e3e" # Cursor +export CURSOR_COLOR="#3E3E3E" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/gogh.sh b/themes/gogh.sh old mode 100755 new mode 100644 diff --git a/themes/gooey.sh b/themes/gooey.sh old mode 100755 new mode 100644 index 8036b97..9e37bb8 --- a/themes/gooey.sh +++ b/themes/gooey.sh @@ -11,14 +11,14 @@ export COLOR_06="#6488C4" # Magenta (Syntax var) export COLOR_07="#8D84C6" # Cyan (Prompt) export COLOR_08="#858893" # White -export COLOR_09="#1f222d" # Bright Black -export COLOR_10="#ee829f" # Bright Red (Command error) -export COLOR_11="#a5ffe1" # Bright Green (Exec) -export COLOR_12="#f99170" # Bright Yellow -export COLOR_13="#8be9fd" # Bright Blue (Folder) -export COLOR_14="#97bbf7" # Bright Magenta -export COLOR_15="#c0b7f9" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_09="#1F222D" # Bright Black +export COLOR_10="#EE829F" # Bright Red (Command error) +export COLOR_11="#A5FFE1" # Bright Green (Exec) +export COLOR_12="#F99170" # Bright Yellow +export COLOR_13="#8BE9FD" # Bright Blue (Folder) +export COLOR_14="#97BBF7" # Bright Magenta +export COLOR_15="#C0B7F9" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#0D101B" # Background export FOREGROUND_COLOR="#EBEEF9" # Foreground (Text) diff --git a/themes/google-dark.sh b/themes/google-dark.sh old mode 100755 new mode 100644 diff --git a/themes/google-light.sh b/themes/google-light.sh old mode 100755 new mode 100644 diff --git a/themes/gotham.sh b/themes/gotham.sh old mode 100755 new mode 100644 index 1fa1237..18ea7bb --- a/themes/gotham.sh +++ b/themes/gotham.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Gotham" -export COLOR_01="#0a0f14" # Black (Host) -export COLOR_02="#c33027" # Red (Syntax string) -export COLOR_03="#26a98b" # Green (Command) -export COLOR_04="#edb54b" # Yellow (Command second) +export COLOR_01="#0A0F14" # Black (Host) +export COLOR_02="#C33027" # Red (Syntax string) +export COLOR_03="#26A98B" # Green (Command) +export COLOR_04="#EDB54B" # Yellow (Command second) export COLOR_05="#195465" # Blue (Path) -export COLOR_06="#4e5165" # Magenta (Syntax var) -export COLOR_07="#33859d" # Cyan (Prompt) -export COLOR_08="#98d1ce" # White +export COLOR_06="#4E5165" # Magenta (Syntax var) +export COLOR_07="#33859D" # Cyan (Prompt) +export COLOR_08="#98D1CE" # White -export COLOR_09="#10151b" # Bright Black -export COLOR_10="#d26939" # Bright Red (Command error) -export COLOR_11="#081f2d" # Bright Green (Exec) +export COLOR_09="#10151B" # Bright Black +export COLOR_10="#D26939" # Bright Red (Command error) +export COLOR_11="#081F2D" # Bright Green (Exec) export COLOR_12="#245361" # Bright Yellow export COLOR_13="#093748" # Bright Blue (Folder) -export COLOR_14="#888ba5" # Bright Magenta -export COLOR_15="#599caa" # Bright Cyan -export COLOR_16="#d3ebe9" # Bright White +export COLOR_14="#888BA5" # Bright Magenta +export COLOR_15="#599CAA" # Bright Cyan +export COLOR_16="#D3EBE9" # Bright White -export BACKGROUND_COLOR="#0a0f14" # Background -export FOREGROUND_COLOR="#98d1ce" # Foreground (Text) +export BACKGROUND_COLOR="#0A0F14" # Background +export FOREGROUND_COLOR="#98D1CE" # Foreground (Text) -export CURSOR_COLOR="#98d1ce" # Cursor +export CURSOR_COLOR="#98D1CE" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/grape.sh b/themes/grape.sh old mode 100755 new mode 100644 index 7dae812..d1bdcb8 --- a/themes/grape.sh +++ b/themes/grape.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Grape" -export COLOR_01="#2d283f" # Black (Host) -export COLOR_02="#ed2261" # Red (Syntax string) -export COLOR_03="#1fa91b" # Green (Command) -export COLOR_04="#8ddc20" # Yellow (Command second) -export COLOR_05="#487df4" # Blue (Path) -export COLOR_06="#8d35c9" # Magenta (Syntax var) -export COLOR_07="#3bdeed" # Cyan (Prompt) -export COLOR_08="#9e9ea0" # White +export COLOR_01="#2D283F" # Black (Host) +export COLOR_02="#ED2261" # Red (Syntax string) +export COLOR_03="#1FA91B" # Green (Command) +export COLOR_04="#8DDC20" # Yellow (Command second) +export COLOR_05="#487DF4" # Blue (Path) +export COLOR_06="#8D35C9" # Magenta (Syntax var) +export COLOR_07="#3BDEED" # Cyan (Prompt) +export COLOR_08="#9E9EA0" # White -export COLOR_09="#59516a" # Bright Black -export COLOR_10="#f0729a" # Bright Red (Command error) -export COLOR_11="#53aa5e" # Bright Green (Exec) -export COLOR_12="#b2dc87" # Bright Yellow -export COLOR_13="#a9bcec" # Bright Blue (Folder) -export COLOR_14="#ad81c2" # Bright Magenta -export COLOR_15="#9de3eb" # Bright Cyan -export COLOR_16="#a288f7" # Bright White +export COLOR_09="#59516A" # Bright Black +export COLOR_10="#F0729A" # Bright Red (Command error) +export COLOR_11="#53AA5E" # Bright Green (Exec) +export COLOR_12="#B2DC87" # Bright Yellow +export COLOR_13="#A9BCEC" # Bright Blue (Folder) +export COLOR_14="#AD81C2" # Bright Magenta +export COLOR_15="#9DE3EB" # Bright Cyan +export COLOR_16="#A288F7" # Bright White export BACKGROUND_COLOR="#171423" # Background -export FOREGROUND_COLOR="#9f9fa1" # Foreground (Text) +export FOREGROUND_COLOR="#9F9FA1" # Foreground (Text) -export CURSOR_COLOR="#9f9fa1" # Cursor +export CURSOR_COLOR="#9F9FA1" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/grass.sh b/themes/grass.sh old mode 100755 new mode 100644 index cb3d01b..9a3dd29 --- a/themes/grass.sh +++ b/themes/grass.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Grass" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#bb0000" # Red (Syntax string) -export COLOR_03="#00bb00" # Green (Command) -export COLOR_04="#e7b000" # Yellow (Command second) -export COLOR_05="#0000a3" # Blue (Path) +export COLOR_02="#BB0000" # Red (Syntax string) +export COLOR_03="#00BB00" # Green (Command) +export COLOR_04="#E7B000" # Yellow (Command second) +export COLOR_05="#0000A3" # Blue (Path) export COLOR_06="#950062" # Magenta (Syntax var) -export COLOR_07="#00bbbb" # Cyan (Prompt) -export COLOR_08="#bbbbbb" # White +export COLOR_07="#00BBBB" # Cyan (Prompt) +export COLOR_08="#BBBBBB" # White export COLOR_09="#555555" # Bright Black -export COLOR_10="#bb0000" # Bright Red (Command error) -export COLOR_11="#00bb00" # Bright Green (Exec) -export COLOR_12="#e7b000" # Bright Yellow -export COLOR_13="#0000bb" # Bright Blue (Folder) -export COLOR_14="#ff55ff" # Bright Magenta -export COLOR_15="#55ffff" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#BB0000" # Bright Red (Command error) +export COLOR_11="#00BB00" # Bright Green (Exec) +export COLOR_12="#E7B000" # Bright Yellow +export COLOR_13="#0000BB" # Bright Blue (Folder) +export COLOR_14="#FF55FF" # Bright Magenta +export COLOR_15="#55FFFF" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#13773d" # Background -export FOREGROUND_COLOR="#fff0a5" # Foreground (Text) +export BACKGROUND_COLOR="#13773D" # Background +export FOREGROUND_COLOR="#FFF0A5" # Foreground (Text) -export CURSOR_COLOR="#fff0a5" # Cursor +export CURSOR_COLOR="#FFF0A5" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/gruvbox-dark.sh b/themes/gruvbox-dark.sh old mode 100755 new mode 100644 index 427058f..2fbff6c --- a/themes/gruvbox-dark.sh +++ b/themes/gruvbox-dark.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Gruvbox Dark" export COLOR_01="#282828" # Black (Host) -export COLOR_02="#cc241d" # Red (Syntax string) -export COLOR_03="#98971a" # Green (Command) -export COLOR_04="#d79921" # Yellow (Command second) +export COLOR_02="#CC241D" # Red (Syntax string) +export COLOR_03="#98971A" # Green (Command) +export COLOR_04="#D79921" # Yellow (Command second) export COLOR_05="#458588" # Blue (Path) -export COLOR_06="#b16286" # Magenta (Syntax var) -export COLOR_07="#689d6a" # Cyan (Prompt) -export COLOR_08="#a89984" # White +export COLOR_06="#B16286" # Magenta (Syntax var) +export COLOR_07="#689D6A" # Cyan (Prompt) +export COLOR_08="#A89984" # White export COLOR_09="#928374" # Bright Black -export COLOR_10="#fb4934" # Bright Red (Command error) -export COLOR_11="#b8bb26" # Bright Green (Exec) -export COLOR_12="#fabd2f" # Bright Yellow -export COLOR_13="#83a598" # Bright Blue (Folder) -export COLOR_14="#d3869b" # Bright Magenta -export COLOR_15="#8ec07c" # Bright Cyan -export COLOR_16="#ebdbb2" # Bright White +export COLOR_10="#FB4934" # Bright Red (Command error) +export COLOR_11="#B8BB26" # Bright Green (Exec) +export COLOR_12="#FABD2F" # Bright Yellow +export COLOR_13="#83A598" # Bright Blue (Folder) +export COLOR_14="#D3869B" # Bright Magenta +export COLOR_15="#8EC07C" # Bright Cyan +export COLOR_16="#EBDBB2" # Bright White export BACKGROUND_COLOR="#282828" # Background -export FOREGROUND_COLOR="#ebdbb2" # Foreground (Text) +export FOREGROUND_COLOR="#EBDBB2" # Foreground (Text) -export CURSOR_COLOR="#ebdbb2" # Cursor +export CURSOR_COLOR="#EBDBB2" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/gruvbox.sh b/themes/gruvbox.sh old mode 100755 new mode 100644 index 560b89a..e6e8140 --- a/themes/gruvbox.sh +++ b/themes/gruvbox.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Gruvbox" -export COLOR_01="#fbf1c7" # Black (Host) -export COLOR_02="#cc241d" # Red (Syntax string) -export COLOR_03="#98971a" # Green (Command) -export COLOR_04="#d79921" # Yellow (Command second) +export COLOR_01="#FBF1C7" # Black (Host) +export COLOR_02="#CC241D" # Red (Syntax string) +export COLOR_03="#98971A" # Green (Command) +export COLOR_04="#D79921" # Yellow (Command second) export COLOR_05="#458588" # Blue (Path) -export COLOR_06="#b16286" # Magenta (Syntax var) -export COLOR_07="#689d6a" # Cyan (Prompt) -export COLOR_08="#7c6f64" # White +export COLOR_06="#B16286" # Magenta (Syntax var) +export COLOR_07="#689D6A" # Cyan (Prompt) +export COLOR_08="#7C6F64" # White export COLOR_09="#928374" # Bright Black -export COLOR_10="#9d0006" # Bright Red (Command error) -export COLOR_11="#79740e" # Bright Green (Exec) -export COLOR_12="#b57614" # Bright Yellow +export COLOR_10="#9D0006" # Bright Red (Command error) +export COLOR_11="#79740E" # Bright Green (Exec) +export COLOR_12="#B57614" # Bright Yellow export COLOR_13="#076678" # Bright Blue (Folder) -export COLOR_14="#8f3f71" # Bright Magenta -export COLOR_15="#427b58" # Bright Cyan -export COLOR_16="#3c3836" # Bright White +export COLOR_14="#8F3F71" # Bright Magenta +export COLOR_15="#427B58" # Bright Cyan +export COLOR_16="#3C3836" # Bright White -export BACKGROUND_COLOR="#fbf1c7" # Background -export FOREGROUND_COLOR="#3c3836" # Foreground (Text) +export BACKGROUND_COLOR="#FBF1C7" # Background +export FOREGROUND_COLOR="#3C3836" # Foreground (Text) -export CURSOR_COLOR="#3c3836" # Cursor +export CURSOR_COLOR="#3C3836" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/hardcore.sh b/themes/hardcore.sh old mode 100755 new mode 100644 index be275b5..6e22603 --- a/themes/hardcore.sh +++ b/themes/hardcore.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Hardcore" -export COLOR_01="#1b1d1e" # Black (Host) -export COLOR_02="#f92672" # Red (Syntax string) -export COLOR_03="#a6e22e" # Green (Command) -export COLOR_04="#fd971f" # Yellow (Command second) -export COLOR_05="#66d9ef" # Blue (Path) -export COLOR_06="#9e6ffe" # Magenta (Syntax var) -export COLOR_07="#5e7175" # Cyan (Prompt) -export COLOR_08="#ccccc6" # White +export COLOR_01="#1B1D1E" # Black (Host) +export COLOR_02="#F92672" # Red (Syntax string) +export COLOR_03="#A6E22E" # Green (Command) +export COLOR_04="#FD971F" # Yellow (Command second) +export COLOR_05="#66D9EF" # Blue (Path) +export COLOR_06="#9E6FFE" # Magenta (Syntax var) +export COLOR_07="#5E7175" # Cyan (Prompt) +export COLOR_08="#CCCCC6" # White export COLOR_09="#505354" # Bright Black -export COLOR_10="#ff669d" # Bright Red (Command error) -export COLOR_11="#beed5f" # Bright Green (Exec) -export COLOR_12="#e6db74" # Bright Yellow -export COLOR_13="#66d9ef" # Bright Blue (Folder) -export COLOR_14="#9e6ffe" # Bright Magenta -export COLOR_15="#a3babf" # Bright Cyan -export COLOR_16="#f8f8f2" # Bright White +export COLOR_10="#FF669D" # Bright Red (Command error) +export COLOR_11="#BEED5F" # Bright Green (Exec) +export COLOR_12="#E6DB74" # Bright Yellow +export COLOR_13="#66D9EF" # Bright Blue (Folder) +export COLOR_14="#9E6FFE" # Bright Magenta +export COLOR_15="#A3BABF" # Bright Cyan +export COLOR_16="#F8F8F2" # Bright White export BACKGROUND_COLOR="#121212" # Background -export FOREGROUND_COLOR="#a0a0a0" # Foreground (Text) +export FOREGROUND_COLOR="#A0A0A0" # Foreground (Text) -export CURSOR_COLOR="#a0a0a0" # Cursor +export CURSOR_COLOR="#A0A0A0" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/harper.sh b/themes/harper.sh old mode 100755 new mode 100644 index 18709d6..98b4fe3 --- a/themes/harper.sh +++ b/themes/harper.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Harper" export COLOR_01="#010101" # Black (Host) -export COLOR_02="#f8b63f" # Red (Syntax string) -export COLOR_03="#7fb5e1" # Green (Command) -export COLOR_04="#d6da25" # Yellow (Command second) -export COLOR_05="#489e48" # Blue (Path) -export COLOR_06="#b296c6" # Magenta (Syntax var) -export COLOR_07="#f5bfd7" # Cyan (Prompt) -export COLOR_08="#a8a49d" # White +export COLOR_02="#F8B63F" # Red (Syntax string) +export COLOR_03="#7FB5E1" # Green (Command) +export COLOR_04="#D6DA25" # Yellow (Command second) +export COLOR_05="#489E48" # Blue (Path) +export COLOR_06="#B296C6" # Magenta (Syntax var) +export COLOR_07="#F5BFD7" # Cyan (Prompt) +export COLOR_08="#A8A49D" # White -export COLOR_09="#726e6a" # Bright Black -export COLOR_10="#f8b63f" # Bright Red (Command error) -export COLOR_11="#7fb5e1" # Bright Green (Exec) -export COLOR_12="#d6da25" # Bright Yellow -export COLOR_13="#489e48" # Bright Blue (Folder) -export COLOR_14="#b296c6" # Bright Magenta -export COLOR_15="#f5bfd7" # Bright Cyan -export COLOR_16="#fefbea" # Bright White +export COLOR_09="#726E6A" # Bright Black +export COLOR_10="#F8B63F" # Bright Red (Command error) +export COLOR_11="#7FB5E1" # Bright Green (Exec) +export COLOR_12="#D6DA25" # Bright Yellow +export COLOR_13="#489E48" # Bright Blue (Folder) +export COLOR_14="#B296C6" # Bright Magenta +export COLOR_15="#F5BFD7" # Bright Cyan +export COLOR_16="#FEFBEA" # Bright White export BACKGROUND_COLOR="#010101" # Background -export FOREGROUND_COLOR="#a8a49d" # Foreground (Text) +export FOREGROUND_COLOR="#A8A49D" # Foreground (Text) -export CURSOR_COLOR="#a8a49d" # Cursor +export CURSOR_COLOR="#A8A49D" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/hemisu-dark.sh b/themes/hemisu-dark.sh old mode 100755 new mode 100644 diff --git a/themes/hemisu-light.sh b/themes/hemisu-light.sh old mode 100755 new mode 100644 diff --git a/themes/highway.sh b/themes/highway.sh old mode 100755 new mode 100644 index dddb6b7..3d91c1e --- a/themes/highway.sh +++ b/themes/highway.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Highway" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#d00e18" # Red (Syntax string) +export COLOR_02="#D00E18" # Red (Syntax string) export COLOR_03="#138034" # Green (Command) -export COLOR_04="#ffcb3e" # Yellow (Command second) -export COLOR_05="#006bb3" # Blue (Path) -export COLOR_06="#6b2775" # Magenta (Syntax var) +export COLOR_04="#FFCB3E" # Yellow (Command second) +export COLOR_05="#006BB3" # Blue (Path) +export COLOR_06="#6B2775" # Magenta (Syntax var) export COLOR_07="#384564" # Cyan (Prompt) -export COLOR_08="#ededed" # White +export COLOR_08="#EDEDED" # White -export COLOR_09="#5d504a" # Bright Black -export COLOR_10="#f07e18" # Bright Red (Command error) -export COLOR_11="#b1d130" # Bright Green (Exec) -export COLOR_12="#fff120" # Bright Yellow -export COLOR_13="#4fc2fd" # Bright Blue (Folder) -export COLOR_14="#de0071" # Bright Magenta -export COLOR_15="#5d504a" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_09="#5D504A" # Bright Black +export COLOR_10="#F07E18" # Bright Red (Command error) +export COLOR_11="#B1D130" # Bright Green (Exec) +export COLOR_12="#FFF120" # Bright Yellow +export COLOR_13="#4FC2FD" # Bright Blue (Folder) +export COLOR_14="#DE0071" # Bright Magenta +export COLOR_15="#5D504A" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#222225" # Background -export FOREGROUND_COLOR="#ededed" # Foreground (Text) +export FOREGROUND_COLOR="#EDEDED" # Foreground (Text) -export CURSOR_COLOR="#ededed" # Cursor +export CURSOR_COLOR="#EDEDED" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/hipster-green.sh b/themes/hipster-green.sh old mode 100755 new mode 100644 index e97381d..cc06287 --- a/themes/hipster-green.sh +++ b/themes/hipster-green.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Hipster Green" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#b6214a" # Red (Syntax string) -export COLOR_03="#00a600" # Green (Command) -export COLOR_04="#bfbf00" # Yellow (Command second) -export COLOR_05="#246eb2" # Blue (Path) -export COLOR_06="#b200b2" # Magenta (Syntax var) -export COLOR_07="#00a6b2" # Cyan (Prompt) -export COLOR_08="#bfbfbf" # White +export COLOR_02="#B6214A" # Red (Syntax string) +export COLOR_03="#00A600" # Green (Command) +export COLOR_04="#BFBF00" # Yellow (Command second) +export COLOR_05="#246EB2" # Blue (Path) +export COLOR_06="#B200B2" # Magenta (Syntax var) +export COLOR_07="#00A6B2" # Cyan (Prompt) +export COLOR_08="#BFBFBF" # White export COLOR_09="#666666" # Bright Black -export COLOR_10="#e50000" # Bright Red (Command error) -export COLOR_11="#86a93e" # Bright Green (Exec) -export COLOR_12="#e5e500" # Bright Yellow -export COLOR_13="#0000ff" # Bright Blue (Folder) -export COLOR_14="#e500e5" # Bright Magenta -export COLOR_15="#00e5e5" # Bright Cyan -export COLOR_16="#e5e5e5" # Bright White +export COLOR_10="#E50000" # Bright Red (Command error) +export COLOR_11="#86A93E" # Bright Green (Exec) +export COLOR_12="#E5E500" # Bright Yellow +export COLOR_13="#0000FF" # Bright Blue (Folder) +export COLOR_14="#E500E5" # Bright Magenta +export COLOR_15="#00E5E5" # Bright Cyan +export COLOR_16="#E5E5E5" # Bright White -export BACKGROUND_COLOR="#100b05" # Background -export FOREGROUND_COLOR="#84c138" # Foreground (Text) +export BACKGROUND_COLOR="#100B05" # Background +export FOREGROUND_COLOR="#84C138" # Foreground (Text) -export CURSOR_COLOR="#84c138" # Cursor +export CURSOR_COLOR="#84C138" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/homebrew.sh b/themes/homebrew.sh old mode 100755 new mode 100644 index ffe9ba2..e27f1c2 --- a/themes/homebrew.sh +++ b/themes/homebrew.sh @@ -4,26 +4,26 @@ export PROFILE_NAME="Homebrew" export COLOR_01="#000000" # Black (Host) export COLOR_02="#990000" # Red (Syntax string) -export COLOR_03="#00a600" # Green (Command) +export COLOR_03="#00A600" # Green (Command) export COLOR_04="#999900" # Yellow (Command second) -export COLOR_05="#0000b2" # Blue (Path) -export COLOR_06="#b200b2" # Magenta (Syntax var) -export COLOR_07="#00a6b2" # Cyan (Prompt) -export COLOR_08="#bfbfbf" # White +export COLOR_05="#0000B2" # Blue (Path) +export COLOR_06="#B200B2" # Magenta (Syntax var) +export COLOR_07="#00A6B2" # Cyan (Prompt) +export COLOR_08="#BFBFBF" # White export COLOR_09="#666666" # Bright Black -export COLOR_10="#e50000" # Bright Red (Command error) -export COLOR_11="#00d900" # Bright Green (Exec) -export COLOR_12="#e5e500" # Bright Yellow -export COLOR_13="#0000ff" # Bright Blue (Folder) -export COLOR_14="#e500e5" # Bright Magenta -export COLOR_15="#00e5e5" # Bright Cyan -export COLOR_16="#e5e5e5" # Bright White +export COLOR_10="#E50000" # Bright Red (Command error) +export COLOR_11="#00D900" # Bright Green (Exec) +export COLOR_12="#E5E500" # Bright Yellow +export COLOR_13="#0000FF" # Bright Blue (Folder) +export COLOR_14="#E500E5" # Bright Magenta +export COLOR_15="#00E5E5" # Bright Cyan +export COLOR_16="#E5E5E5" # Bright White export BACKGROUND_COLOR="#000000" # Background -export FOREGROUND_COLOR="#00ff00" # Foreground (Text) +export FOREGROUND_COLOR="#00FF00" # Foreground (Text) -export CURSOR_COLOR="#00ff00" # Cursor +export CURSOR_COLOR="#00FF00" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/horizon-bright.sh b/themes/horizon-bright.sh old mode 100755 new mode 100644 diff --git a/themes/horizon-dark.sh b/themes/horizon-dark.sh old mode 100755 new mode 100644 diff --git a/themes/hurtado.sh b/themes/hurtado.sh old mode 100755 new mode 100644 index dc91efb..7fd9a9b --- a/themes/hurtado.sh +++ b/themes/hurtado.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Hurtado" export COLOR_01="#575757" # Black (Host) -export COLOR_02="#ff1b00" # Red (Syntax string) -export COLOR_03="#a5e055" # Green (Command) -export COLOR_04="#fbe74a" # Yellow (Command second) +export COLOR_02="#FF1B00" # Red (Syntax string) +export COLOR_03="#A5E055" # Green (Command) +export COLOR_04="#FBE74A" # Yellow (Command second) export COLOR_05="#496487" # Blue (Path) -export COLOR_06="#fd5ff1" # Magenta (Syntax var) -export COLOR_07="#86e9fe" # Cyan (Prompt) -export COLOR_08="#cbcccb" # White +export COLOR_06="#FD5FF1" # Magenta (Syntax var) +export COLOR_07="#86E9FE" # Cyan (Prompt) +export COLOR_08="#CBCCCB" # White export COLOR_09="#262626" # Bright Black -export COLOR_10="#d51d00" # Bright Red (Command error) -export COLOR_11="#a5df55" # Bright Green (Exec) -export COLOR_12="#fbe84a" # Bright Yellow -export COLOR_13="#89beff" # Bright Blue (Folder) -export COLOR_14="#c001c1" # Bright Magenta -export COLOR_15="#86eafe" # Bright Cyan -export COLOR_16="#dbdbdb" # Bright White +export COLOR_10="#D51D00" # Bright Red (Command error) +export COLOR_11="#A5DF55" # Bright Green (Exec) +export COLOR_12="#FBE84A" # Bright Yellow +export COLOR_13="#89BEFF" # Bright Blue (Folder) +export COLOR_14="#C001C1" # Bright Magenta +export COLOR_15="#86EAFE" # Bright Cyan +export COLOR_16="#DBDBDB" # Bright White export BACKGROUND_COLOR="#000000" # Background -export FOREGROUND_COLOR="#dbdbdb" # Foreground (Text) +export FOREGROUND_COLOR="#DBDBDB" # Foreground (Text) -export CURSOR_COLOR="#dbdbdb" # Cursor +export CURSOR_COLOR="#DBDBDB" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/hybrid.sh b/themes/hybrid.sh old mode 100755 new mode 100644 index cedc5db..f589009 --- a/themes/hybrid.sh +++ b/themes/hybrid.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Hybrid" -export COLOR_01="#282a2e" # Black (Host) +export COLOR_01="#282A2E" # Black (Host) export COLOR_02="#A54242" # Red (Syntax string) export COLOR_03="#8C9440" # Green (Command) -export COLOR_04="#de935f" # Yellow (Command second) +export COLOR_04="#DE935F" # Yellow (Command second) export COLOR_05="#5F819D" # Blue (Path) export COLOR_06="#85678F" # Magenta (Syntax var) export COLOR_07="#5E8D87" # Cyan (Prompt) export COLOR_08="#969896" # White -export COLOR_09="#373b41" # Bright Black -export COLOR_10="#cc6666" # Bright Red (Command error) -export COLOR_11="#b5bd68" # Bright Green (Exec) -export COLOR_12="#f0c674" # Bright Yellow -export COLOR_13="#81a2be" # Bright Blue (Folder) -export COLOR_14="#b294bb" # Bright Magenta -export COLOR_15="#8abeb7" # Bright Cyan -export COLOR_16="#c5c8c6" # Bright White +export COLOR_09="#373B41" # Bright Black +export COLOR_10="#CC6666" # Bright Red (Command error) +export COLOR_11="#B5BD68" # Bright Green (Exec) +export COLOR_12="#F0C674" # Bright Yellow +export COLOR_13="#81A2BE" # Bright Blue (Folder) +export COLOR_14="#B294BB" # Bright Magenta +export COLOR_15="#8ABEB7" # Bright Cyan +export COLOR_16="#C5C8C6" # Bright White export BACKGROUND_COLOR="#141414" # Background -export FOREGROUND_COLOR="#94a3a5" # Foreground (Text) +export FOREGROUND_COLOR="#94A3A5" # Foreground (Text) -export CURSOR_COLOR="#94a3a5" # Cursor +export CURSOR_COLOR="#94A3A5" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/ibm-3270-high-contrast.sh b/themes/ibm-3270-high-contrast.sh old mode 100755 new mode 100644 diff --git a/themes/ibm3270.sh b/themes/ibm3270.sh old mode 100755 new mode 100644 diff --git a/themes/ic-green-ppl.sh b/themes/ic-green-ppl.sh old mode 100755 new mode 100644 index 004d32e..2376f32 --- a/themes/ic-green-ppl.sh +++ b/themes/ic-green-ppl.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Ic Green Ppl" -export COLOR_01="#1f1f1f" # Black (Host) -export COLOR_02="#fb002a" # Red (Syntax string) -export COLOR_03="#339c24" # Green (Command) -export COLOR_04="#659b25" # Yellow (Command second) -export COLOR_05="#149b45" # Blue (Path) -export COLOR_06="#53b82c" # Magenta (Syntax var) -export COLOR_07="#2cb868" # Cyan (Prompt) -export COLOR_08="#e0ffef" # White +export COLOR_01="#1F1F1F" # Black (Host) +export COLOR_02="#FB002A" # Red (Syntax string) +export COLOR_03="#339C24" # Green (Command) +export COLOR_04="#659B25" # Yellow (Command second) +export COLOR_05="#149B45" # Blue (Path) +export COLOR_06="#53B82C" # Magenta (Syntax var) +export COLOR_07="#2CB868" # Cyan (Prompt) +export COLOR_08="#E0FFEF" # White export COLOR_09="#032710" # Bright Black -export COLOR_10="#a7ff3f" # Bright Red (Command error) -export COLOR_11="#9fff6d" # Bright Green (Exec) -export COLOR_12="#d2ff6d" # Bright Yellow -export COLOR_13="#72ffb5" # Bright Blue (Folder) -export COLOR_14="#50ff3e" # Bright Magenta -export COLOR_15="#22ff71" # Bright Cyan -export COLOR_16="#daefd0" # Bright White +export COLOR_10="#A7FF3F" # Bright Red (Command error) +export COLOR_11="#9FFF6D" # Bright Green (Exec) +export COLOR_12="#D2FF6D" # Bright Yellow +export COLOR_13="#72FFB5" # Bright Blue (Folder) +export COLOR_14="#50FF3E" # Bright Magenta +export COLOR_15="#22FF71" # Bright Cyan +export COLOR_16="#DAEFD0" # Bright White -export BACKGROUND_COLOR="#3a3d3f" # Background -export FOREGROUND_COLOR="#d9efd3" # Foreground (Text) +export BACKGROUND_COLOR="#3A3D3F" # Background +export FOREGROUND_COLOR="#D9EFD3" # Foreground (Text) -export CURSOR_COLOR="#d9efd3" # Cursor +export CURSOR_COLOR="#D9EFD3" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/ic-orange-ppl.sh b/themes/ic-orange-ppl.sh old mode 100755 new mode 100644 index c5348c8..40b727b --- a/themes/ic-orange-ppl.sh +++ b/themes/ic-orange-ppl.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Ic Orange Ppl" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#c13900" # Red (Syntax string) -export COLOR_03="#a4a900" # Green (Command) -export COLOR_04="#caaf00" # Yellow (Command second) -export COLOR_05="#bd6d00" # Blue (Path) -export COLOR_06="#fc5e00" # Magenta (Syntax var) -export COLOR_07="#f79500" # Cyan (Prompt) -export COLOR_08="#ffc88a" # White +export COLOR_02="#C13900" # Red (Syntax string) +export COLOR_03="#A4A900" # Green (Command) +export COLOR_04="#CAAF00" # Yellow (Command second) +export COLOR_05="#BD6D00" # Blue (Path) +export COLOR_06="#FC5E00" # Magenta (Syntax var) +export COLOR_07="#F79500" # Cyan (Prompt) +export COLOR_08="#FFC88A" # White -export COLOR_09="#6a4f2a" # Bright Black -export COLOR_10="#ff8c68" # Bright Red (Command error) -export COLOR_11="#f6ff40" # Bright Green (Exec) -export COLOR_12="#ffe36e" # Bright Yellow -export COLOR_13="#ffbe55" # Bright Blue (Folder) -export COLOR_14="#fc874f" # Bright Magenta -export COLOR_15="#c69752" # Bright Cyan -export COLOR_16="#fafaff" # Bright White +export COLOR_09="#6A4F2A" # Bright Black +export COLOR_10="#FF8C68" # Bright Red (Command error) +export COLOR_11="#F6FF40" # Bright Green (Exec) +export COLOR_12="#FFE36E" # Bright Yellow +export COLOR_13="#FFBE55" # Bright Blue (Folder) +export COLOR_14="#FC874F" # Bright Magenta +export COLOR_15="#C69752" # Bright Cyan +export COLOR_16="#FAFAFF" # Bright White export BACKGROUND_COLOR="#262626" # Background -export FOREGROUND_COLOR="#ffcb83" # Foreground (Text) +export FOREGROUND_COLOR="#FFCB83" # Foreground (Text) -export CURSOR_COLOR="#ffcb83" # Cursor +export CURSOR_COLOR="#FFCB83" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/idle-toes.sh b/themes/idle-toes.sh old mode 100755 new mode 100644 index 53a93de..038724b --- a/themes/idle-toes.sh +++ b/themes/idle-toes.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Idle Toes" export COLOR_01="#323232" # Black (Host) -export COLOR_02="#d25252" # Red (Syntax string) -export COLOR_03="#7fe173" # Green (Command) -export COLOR_04="#ffc66d" # Yellow (Command second) -export COLOR_05="#4099ff" # Blue (Path) -export COLOR_06="#f680ff" # Magenta (Syntax var) -export COLOR_07="#bed6ff" # Cyan (Prompt) -export COLOR_08="#eeeeec" # White +export COLOR_02="#D25252" # Red (Syntax string) +export COLOR_03="#7FE173" # Green (Command) +export COLOR_04="#FFC66D" # Yellow (Command second) +export COLOR_05="#4099FF" # Blue (Path) +export COLOR_06="#F680FF" # Magenta (Syntax var) +export COLOR_07="#BED6FF" # Cyan (Prompt) +export COLOR_08="#EEEEEC" # White export COLOR_09="#535353" # Bright Black -export COLOR_10="#f07070" # Bright Red (Command error) -export COLOR_11="#9dff91" # Bright Green (Exec) -export COLOR_12="#ffe48b" # Bright Yellow -export COLOR_13="#5eb7f7" # Bright Blue (Folder) -export COLOR_14="#ff9dff" # Bright Magenta -export COLOR_15="#dcf4ff" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#F07070" # Bright Red (Command error) +export COLOR_11="#9DFF91" # Bright Green (Exec) +export COLOR_12="#FFE48B" # Bright Yellow +export COLOR_13="#5EB7F7" # Bright Blue (Folder) +export COLOR_14="#FF9DFF" # Bright Magenta +export COLOR_15="#DCF4FF" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#323232" # Background -export FOREGROUND_COLOR="#ffffff" # Foreground (Text) +export FOREGROUND_COLOR="#FFFFFF" # Foreground (Text) -export CURSOR_COLOR="#ffffff" # Cursor +export CURSOR_COLOR="#FFFFFF" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/ir-black.sh b/themes/ir-black.sh old mode 100755 new mode 100644 index ed15484..f7080cb --- a/themes/ir-black.sh +++ b/themes/ir-black.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Ir Black" -export COLOR_01="#4e4e4e" # Black (Host) -export COLOR_02="#ff6c60" # Red (Syntax string) -export COLOR_03="#a8ff60" # Green (Command) -export COLOR_04="#ffffb6" # Yellow (Command second) -export COLOR_05="#69cbfe" # Blue (Path) -export COLOR_06="#ff73Fd" # Magenta (Syntax var) -export COLOR_07="#c6c5fe" # Cyan (Prompt) -export COLOR_08="#eeeeee" # White +export COLOR_01="#4E4E4E" # Black (Host) +export COLOR_02="#FF6C60" # Red (Syntax string) +export COLOR_03="#A8FF60" # Green (Command) +export COLOR_04="#FFFFB6" # Yellow (Command second) +export COLOR_05="#69CBFE" # Blue (Path) +export COLOR_06="#FF73FD" # Magenta (Syntax var) +export COLOR_07="#C6C5FE" # Cyan (Prompt) +export COLOR_08="#EEEEEE" # White -export COLOR_09="#7c7c7c" # Bright Black -export COLOR_10="#ffb6b0" # Bright Red (Command error) -export COLOR_11="#ceffac" # Bright Green (Exec) -export COLOR_12="#ffffcb" # Bright Yellow -export COLOR_13="#b5dcfe" # Bright Blue (Folder) -export COLOR_14="#ff9cfe" # Bright Magenta -export COLOR_15="#dfdffe" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_09="#7C7C7C" # Bright Black +export COLOR_10="#FFB6B0" # Bright Red (Command error) +export COLOR_11="#CEFFAC" # Bright Green (Exec) +export COLOR_12="#FFFFCB" # Bright Yellow +export COLOR_13="#B5DCFE" # Bright Blue (Folder) +export COLOR_14="#FF9CFE" # Bright Magenta +export COLOR_15="#DFDFFE" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#000000" # Background -export FOREGROUND_COLOR="#eeeeee" # Foreground (Text) +export FOREGROUND_COLOR="#EEEEEE" # Foreground (Text) -export CURSOR_COLOR="#ffa560" # Cursor +export CURSOR_COLOR="#FFA560" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/jackie-brown.sh b/themes/jackie-brown.sh old mode 100755 new mode 100644 index 56bb563..efcce43 --- a/themes/jackie-brown.sh +++ b/themes/jackie-brown.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Jackie Brown" -export COLOR_01="#2c1d16" # Black (Host) -export COLOR_02="#ef5734" # Red (Syntax string) -export COLOR_03="#2baf2b" # Green (Command) -export COLOR_04="#bebf00" # Yellow (Command second) -export COLOR_05="#246eb2" # Blue (Path) -export COLOR_06="#d05ec1" # Magenta (Syntax var) -export COLOR_07="#00acee" # Cyan (Prompt) -export COLOR_08="#bfbfbf" # White +export COLOR_01="#2C1D16" # Black (Host) +export COLOR_02="#EF5734" # Red (Syntax string) +export COLOR_03="#2BAF2B" # Green (Command) +export COLOR_04="#BEBF00" # Yellow (Command second) +export COLOR_05="#246EB2" # Blue (Path) +export COLOR_06="#D05EC1" # Magenta (Syntax var) +export COLOR_07="#00ACEE" # Cyan (Prompt) +export COLOR_08="#BFBFBF" # White export COLOR_09="#666666" # Bright Black -export COLOR_10="#e50000" # Bright Red (Command error) -export COLOR_11="#86a93e" # Bright Green (Exec) -export COLOR_12="#e5e500" # Bright Yellow -export COLOR_13="#0000ff" # Bright Blue (Folder) -export COLOR_14="#e500e5" # Bright Magenta -export COLOR_15="#00e5e5" # Bright Cyan -export COLOR_16="#e5e5e5" # Bright White +export COLOR_10="#E50000" # Bright Red (Command error) +export COLOR_11="#86A93E" # Bright Green (Exec) +export COLOR_12="#E5E500" # Bright Yellow +export COLOR_13="#0000FF" # Bright Blue (Folder) +export COLOR_14="#E500E5" # Bright Magenta +export COLOR_15="#00E5E5" # Bright Cyan +export COLOR_16="#E5E5E5" # Bright White -export BACKGROUND_COLOR="#2c1d16" # Background -export FOREGROUND_COLOR="#ffcc2f" # Foreground (Text) +export BACKGROUND_COLOR="#2C1D16" # Background +export FOREGROUND_COLOR="#FFCC2F" # Foreground (Text) -export CURSOR_COLOR="#ffcc2f" # Cursor +export CURSOR_COLOR="#FFCC2F" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/japanesque.sh b/themes/japanesque.sh old mode 100755 new mode 100644 index 1740ea8..9329c88 --- a/themes/japanesque.sh +++ b/themes/japanesque.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Japanesque" export COLOR_01="#343935" # Black (Host) -export COLOR_02="#cf3f61" # Red (Syntax string) -export COLOR_03="#7bb75b" # Green (Command) -export COLOR_04="#e9b32a" # Yellow (Command second) -export COLOR_05="#4c9ad4" # Blue (Path) -export COLOR_06="#a57fc4" # Magenta (Syntax var) -export COLOR_07="#389aad" # Cyan (Prompt) -export COLOR_08="#fafaf6" # White +export COLOR_02="#CF3F61" # Red (Syntax string) +export COLOR_03="#7BB75B" # Green (Command) +export COLOR_04="#E9B32A" # Yellow (Command second) +export COLOR_05="#4C9AD4" # Blue (Path) +export COLOR_06="#A57FC4" # Magenta (Syntax var) +export COLOR_07="#389AAD" # Cyan (Prompt) +export COLOR_08="#FAFAF6" # White -export COLOR_09="#595b59" # Bright Black -export COLOR_10="#d18fa6" # Bright Red (Command error) -export COLOR_11="#767f2c" # Bright Green (Exec) -export COLOR_12="#78592f" # Bright Yellow +export COLOR_09="#595B59" # Bright Black +export COLOR_10="#D18FA6" # Bright Red (Command error) +export COLOR_11="#767F2C" # Bright Green (Exec) +export COLOR_12="#78592F" # Bright Yellow export COLOR_13="#135979" # Bright Blue (Folder) export COLOR_14="#604291" # Bright Magenta -export COLOR_15="#76bbca" # Bright Cyan -export COLOR_16="#b2b5ae" # Bright White +export COLOR_15="#76BBCA" # Bright Cyan +export COLOR_16="#B2B5AE" # Bright White -export BACKGROUND_COLOR="#1e1e1e" # Background -export FOREGROUND_COLOR="#f7f6ec" # Foreground (Text) +export BACKGROUND_COLOR="#1E1E1E" # Background +export FOREGROUND_COLOR="#F7F6EC" # Foreground (Text) -export CURSOR_COLOR="#f7f6ec" # Cursor +export CURSOR_COLOR="#F7F6EC" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/jellybeans.sh b/themes/jellybeans.sh old mode 100755 new mode 100644 index cfe9693..3016776 --- a/themes/jellybeans.sh +++ b/themes/jellybeans.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Jellybeans" export COLOR_01="#929292" # Black (Host) -export COLOR_02="#e27373" # Red (Syntax string) -export COLOR_03="#94b979" # Green (Command) -export COLOR_04="#ffba7b" # Yellow (Command second) -export COLOR_05="#97bedc" # Blue (Path) -export COLOR_06="#e1c0fa" # Magenta (Syntax var) -export COLOR_07="#00988e" # Cyan (Prompt) -export COLOR_08="#dedede" # White +export COLOR_02="#E27373" # Red (Syntax string) +export COLOR_03="#94B979" # Green (Command) +export COLOR_04="#FFBA7B" # Yellow (Command second) +export COLOR_05="#97BEDC" # Blue (Path) +export COLOR_06="#E1C0FA" # Magenta (Syntax var) +export COLOR_07="#00988E" # Cyan (Prompt) +export COLOR_08="#DEDEDE" # White -export COLOR_09="#bdbdbd" # Bright Black -export COLOR_10="#ffa1a1" # Bright Red (Command error) -export COLOR_11="#bddeab" # Bright Green (Exec) -export COLOR_12="#ffdca0" # Bright Yellow -export COLOR_13="#b1d8f6" # Bright Blue (Folder) -export COLOR_14="#fbdaff" # Bright Magenta -export COLOR_15="#1ab2a8" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_09="#BDBDBD" # Bright Black +export COLOR_10="#FFA1A1" # Bright Red (Command error) +export COLOR_11="#BDDEAB" # Bright Green (Exec) +export COLOR_12="#FFDCA0" # Bright Yellow +export COLOR_13="#B1D8F6" # Bright Blue (Folder) +export COLOR_14="#FBDAFF" # Bright Magenta +export COLOR_15="#1AB2A8" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#121212" # Background -export FOREGROUND_COLOR="#dedede" # Foreground (Text) +export FOREGROUND_COLOR="#DEDEDE" # Foreground (Text) -export CURSOR_COLOR="#dedede" # Cursor +export CURSOR_COLOR="#DEDEDE" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/jup.sh b/themes/jup.sh old mode 100755 new mode 100644 index 3c5b0d2..bdcaab6 --- a/themes/jup.sh +++ b/themes/jup.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Jup" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#dd006f" # Red (Syntax string) -export COLOR_03="#6fdd00" # Green (Command) -export COLOR_04="#dd6f00" # Yellow (Command second) -export COLOR_05="#006fdd" # Blue (Path) -export COLOR_06="#6f00dd" # Magenta (Syntax var) -export COLOR_07="#00dd6f" # Cyan (Prompt) -export COLOR_08="#f2f2f2" # White +export COLOR_02="#DD006F" # Red (Syntax string) +export COLOR_03="#6FDD00" # Green (Command) +export COLOR_04="#DD6F00" # Yellow (Command second) +export COLOR_05="#006FDD" # Blue (Path) +export COLOR_06="#6F00DD" # Magenta (Syntax var) +export COLOR_07="#00DD6F" # Cyan (Prompt) +export COLOR_08="#F2F2F2" # White -export COLOR_09="#7d7d7d" # Bright Black -export COLOR_10="#ff74b9" # Bright Red (Command error) -export COLOR_11="#b9ff74" # Bright Green (Exec) -export COLOR_12="#ffb974" # Bright Yellow -export COLOR_13="#74b9ff" # Bright Blue (Folder) -export COLOR_14="#b974ff" # Bright Magenta -export COLOR_15="#74ffb9" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_09="#7D7D7D" # Bright Black +export COLOR_10="#FF74B9" # Bright Red (Command error) +export COLOR_11="#B9FF74" # Bright Green (Exec) +export COLOR_12="#FFB974" # Bright Yellow +export COLOR_13="#74B9FF" # Bright Blue (Folder) +export COLOR_14="#B974FF" # Bright Magenta +export COLOR_15="#74FFB9" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#758480" # Background -export FOREGROUND_COLOR="#23476a" # Foreground (Text) +export FOREGROUND_COLOR="#23476A" # Foreground (Text) -export CURSOR_COLOR="#23476a" # Cursor +export CURSOR_COLOR="#23476A" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/kanagawa.sh b/themes/kanagawa.sh old mode 100755 new mode 100644 diff --git a/themes/kibble.sh b/themes/kibble.sh old mode 100755 new mode 100644 index 998d92b..2f4591b --- a/themes/kibble.sh +++ b/themes/kibble.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Kibble" -export COLOR_01="#4d4d4d" # Black (Host) -export COLOR_02="#c70031" # Red (Syntax string) -export COLOR_03="#29cf13" # Green (Command) -export COLOR_04="#d8e30e" # Yellow (Command second) -export COLOR_05="#3449d1" # Blue (Path) -export COLOR_06="#8400ff" # Magenta (Syntax var) -export COLOR_07="#0798ab" # Cyan (Prompt) -export COLOR_08="#e2d1e3" # White +export COLOR_01="#4D4D4D" # Black (Host) +export COLOR_02="#C70031" # Red (Syntax string) +export COLOR_03="#29CF13" # Green (Command) +export COLOR_04="#D8E30E" # Yellow (Command second) +export COLOR_05="#3449D1" # Blue (Path) +export COLOR_06="#8400FF" # Magenta (Syntax var) +export COLOR_07="#0798AB" # Cyan (Prompt) +export COLOR_08="#E2D1E3" # White -export COLOR_09="#5a5a5a" # Bright Black -export COLOR_10="#f01578" # Bright Red (Command error) -export COLOR_11="#6ce05c" # Bright Green (Exec) -export COLOR_12="#f3f79e" # Bright Yellow -export COLOR_13="#97a4f7" # Bright Blue (Folder) -export COLOR_14="#c495f0" # Bright Magenta -export COLOR_15="#68f2e0" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_09="#5A5A5A" # Bright Black +export COLOR_10="#F01578" # Bright Red (Command error) +export COLOR_11="#6CE05C" # Bright Green (Exec) +export COLOR_12="#F3F79E" # Bright Yellow +export COLOR_13="#97A4F7" # Bright Blue (Folder) +export COLOR_14="#C495F0" # Bright Magenta +export COLOR_15="#68F2E0" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#0e100a" # Background -export FOREGROUND_COLOR="#f7f7f7" # Foreground (Text) +export BACKGROUND_COLOR="#0E100A" # Background +export FOREGROUND_COLOR="#F7F7F7" # Foreground (Text) -export CURSOR_COLOR="#f7f7f7" # Cursor +export CURSOR_COLOR="#F7F7F7" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/kokuban.sh b/themes/kokuban.sh old mode 100755 new mode 100644 diff --git a/themes/laserwave.sh b/themes/laserwave.sh old mode 100755 new mode 100644 index d502bb8..0ce1874 --- a/themes/laserwave.sh +++ b/themes/laserwave.sh @@ -9,7 +9,7 @@ export COLOR_04="#FEAE87" # Yellow (Command second) export COLOR_05="#40B4C4" # Blue (Path) export COLOR_06="#B381C5" # Magenta (Syntax var) export COLOR_07="#215969" # Cyan (Prompt) -export COLOR_08="#91889b" # White +export COLOR_08="#91889B" # White export COLOR_09="#716485" # Bright Black export COLOR_10="#FC2377" # Bright Red (Command error) diff --git a/themes/later-this-evening.sh b/themes/later-this-evening.sh old mode 100755 new mode 100644 index 6bf40be..7e50bff --- a/themes/later-this-evening.sh +++ b/themes/later-this-evening.sh @@ -2,23 +2,23 @@ export PROFILE_NAME="Later This Evening" -export COLOR_01="#2b2b2b" # Black (Host) -export COLOR_02="#d45a60" # Red (Syntax string) -export COLOR_03="#afba67" # Green (Command) -export COLOR_04="#e5d289" # Yellow (Command second) -export COLOR_05="#a0bad6" # Blue (Path) -export COLOR_06="#c092d6" # Magenta (Syntax var) -export COLOR_07="#91bfb7" # Cyan (Prompt) -export COLOR_08="#3c3d3d" # White +export COLOR_01="#2B2B2B" # Black (Host) +export COLOR_02="#D45A60" # Red (Syntax string) +export COLOR_03="#AFBA67" # Green (Command) +export COLOR_04="#E5D289" # Yellow (Command second) +export COLOR_05="#A0BAD6" # Blue (Path) +export COLOR_06="#C092D6" # Magenta (Syntax var) +export COLOR_07="#91BFB7" # Cyan (Prompt) +export COLOR_08="#3C3D3D" # White export COLOR_09="#454747" # Bright Black -export COLOR_10="#d3232f" # Bright Red (Command error) -export COLOR_11="#aabb39" # Bright Green (Exec) -export COLOR_12="#e5be39" # Bright Yellow -export COLOR_13="#6699d6" # Bright Blue (Folder) -export COLOR_14="#ab53d6" # Bright Magenta -export COLOR_15="#5fc0ae" # Bright Cyan -export COLOR_16="#c1c2c2" # Bright White +export COLOR_10="#D3232F" # Bright Red (Command error) +export COLOR_11="#AABB39" # Bright Green (Exec) +export COLOR_12="#E5BE39" # Bright Yellow +export COLOR_13="#6699D6" # Bright Blue (Folder) +export COLOR_14="#AB53D6" # Bright Magenta +export COLOR_15="#5FC0AE" # Bright Cyan +export COLOR_16="#C1C2C2" # Bright White export BACKGROUND_COLOR="#222222" # Background export FOREGROUND_COLOR="#959595" # Foreground (Text) diff --git a/themes/lavandula.sh b/themes/lavandula.sh old mode 100755 new mode 100644 index ce0bf7e..ce1495e --- a/themes/lavandula.sh +++ b/themes/lavandula.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Lavandula" export COLOR_01="#230046" # Black (Host) -export COLOR_02="#7d1625" # Red (Syntax string) -export COLOR_03="#337e6f" # Green (Command) -export COLOR_04="#7f6f49" # Yellow (Command second) -export COLOR_05="#4f4a7f" # Blue (Path) -export COLOR_06="#5a3f7f" # Magenta (Syntax var) -export COLOR_07="#58777f" # Cyan (Prompt) -export COLOR_08="#736e7d" # White +export COLOR_02="#7D1625" # Red (Syntax string) +export COLOR_03="#337E6F" # Green (Command) +export COLOR_04="#7F6F49" # Yellow (Command second) +export COLOR_05="#4F4A7F" # Blue (Path) +export COLOR_06="#5A3F7F" # Magenta (Syntax var) +export COLOR_07="#58777F" # Cyan (Prompt) +export COLOR_08="#736E7D" # White -export COLOR_09="#372d46" # Bright Black -export COLOR_10="#e05167" # Bright Red (Command error) -export COLOR_11="#52e0c4" # Bright Green (Exec) -export COLOR_12="#e0c386" # Bright Yellow -export COLOR_13="#8e87e0" # Bright Blue (Folder) -export COLOR_14="#a776e0" # Bright Magenta -export COLOR_15="#9ad4e0" # Bright Cyan -export COLOR_16="#8c91fa" # Bright White +export COLOR_09="#372D46" # Bright Black +export COLOR_10="#E05167" # Bright Red (Command error) +export COLOR_11="#52E0C4" # Bright Green (Exec) +export COLOR_12="#E0C386" # Bright Yellow +export COLOR_13="#8E87E0" # Bright Blue (Folder) +export COLOR_14="#A776E0" # Bright Magenta +export COLOR_15="#9AD4E0" # Bright Cyan +export COLOR_16="#8C91FA" # Bright White export BACKGROUND_COLOR="#050014" # Background -export FOREGROUND_COLOR="#736e7d" # Foreground (Text) +export FOREGROUND_COLOR="#736E7D" # Foreground (Text) -export CURSOR_COLOR="#736e7d" # Cursor +export CURSOR_COLOR="#736E7D" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/liquid-carbon-transparent.sh b/themes/liquid-carbon-transparent.sh old mode 100755 new mode 100644 index 1eec0a2..ae79474 --- a/themes/liquid-carbon-transparent.sh +++ b/themes/liquid-carbon-transparent.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Liquid Carbon Transparent" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#ff3030" # Red (Syntax string) -export COLOR_03="#559a70" # Green (Command) -export COLOR_04="#ccac00" # Yellow (Command second) -export COLOR_05="#0099cc" # Blue (Path) -export COLOR_06="#cc69c8" # Magenta (Syntax var) -export COLOR_07="#7ac4cc" # Cyan (Prompt) -export COLOR_08="#bccccc" # White +export COLOR_02="#FF3030" # Red (Syntax string) +export COLOR_03="#559A70" # Green (Command) +export COLOR_04="#CCAC00" # Yellow (Command second) +export COLOR_05="#0099CC" # Blue (Path) +export COLOR_06="#CC69C8" # Magenta (Syntax var) +export COLOR_07="#7AC4CC" # Cyan (Prompt) +export COLOR_08="#BCCCCC" # White export COLOR_09="#000000" # Bright Black -export COLOR_10="#ff3030" # Bright Red (Command error) -export COLOR_11="#559a70" # Bright Green (Exec) -export COLOR_12="#ccac00" # Bright Yellow -export COLOR_13="#0099cc" # Bright Blue (Folder) -export COLOR_14="#cc69c8" # Bright Magenta -export COLOR_15="#7ac4cc" # Bright Cyan -export COLOR_16="#bccccc" # Bright White +export COLOR_10="#FF3030" # Bright Red (Command error) +export COLOR_11="#559A70" # Bright Green (Exec) +export COLOR_12="#CCAC00" # Bright Yellow +export COLOR_13="#0099CC" # Bright Blue (Folder) +export COLOR_14="#CC69C8" # Bright Magenta +export COLOR_15="#7AC4CC" # Bright Cyan +export COLOR_16="#BCCCCC" # Bright White export BACKGROUND_COLOR="#000000" # Background -export FOREGROUND_COLOR="#afc2c2" # Foreground (Text) +export FOREGROUND_COLOR="#AFC2C2" # Foreground (Text) -export CURSOR_COLOR="#afc2c2" # Cursor +export CURSOR_COLOR="#AFC2C2" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/liquid-carbon.sh b/themes/liquid-carbon.sh old mode 100755 new mode 100644 index 4083bba..be3dd8f --- a/themes/liquid-carbon.sh +++ b/themes/liquid-carbon.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Liquid Carbon" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#ff3030" # Red (Syntax string) -export COLOR_03="#559a70" # Green (Command) -export COLOR_04="#ccac00" # Yellow (Command second) -export COLOR_05="#0099cc" # Blue (Path) -export COLOR_06="#cc69c8" # Magenta (Syntax var) -export COLOR_07="#7ac4cc" # Cyan (Prompt) -export COLOR_08="#bccccc" # White +export COLOR_02="#FF3030" # Red (Syntax string) +export COLOR_03="#559A70" # Green (Command) +export COLOR_04="#CCAC00" # Yellow (Command second) +export COLOR_05="#0099CC" # Blue (Path) +export COLOR_06="#CC69C8" # Magenta (Syntax var) +export COLOR_07="#7AC4CC" # Cyan (Prompt) +export COLOR_08="#BCCCCC" # White export COLOR_09="#000000" # Bright Black -export COLOR_10="#ff3030" # Bright Red (Command error) -export COLOR_11="#559a70" # Bright Green (Exec) -export COLOR_12="#ccac00" # Bright Yellow -export COLOR_13="#0099cc" # Bright Blue (Folder) -export COLOR_14="#cc69c8" # Bright Magenta -export COLOR_15="#7ac4cc" # Bright Cyan -export COLOR_16="#bccccc" # Bright White +export COLOR_10="#FF3030" # Bright Red (Command error) +export COLOR_11="#559A70" # Bright Green (Exec) +export COLOR_12="#CCAC00" # Bright Yellow +export COLOR_13="#0099CC" # Bright Blue (Folder) +export COLOR_14="#CC69C8" # Bright Magenta +export COLOR_15="#7AC4CC" # Bright Cyan +export COLOR_16="#BCCCCC" # Bright White export BACKGROUND_COLOR="#303030" # Background -export FOREGROUND_COLOR="#afc2c2" # Foreground (Text) +export FOREGROUND_COLOR="#AFC2C2" # Foreground (Text) -export CURSOR_COLOR="#afc2c2" # Cursor +export CURSOR_COLOR="#AFC2C2" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/lunaria-dark.sh b/themes/lunaria-dark.sh old mode 100755 new mode 100644 diff --git a/themes/lunaria-eclipse.sh b/themes/lunaria-eclipse.sh old mode 100755 new mode 100644 diff --git a/themes/lunaria-light.sh b/themes/lunaria-light.sh old mode 100755 new mode 100644 diff --git a/themes/maia.sh b/themes/maia.sh old mode 100755 new mode 100644 diff --git a/themes/man-page.sh b/themes/man-page.sh old mode 100755 new mode 100644 index 2e29b99..efd26a0 --- a/themes/man-page.sh +++ b/themes/man-page.sh @@ -3,24 +3,24 @@ export PROFILE_NAME="Man Page" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#cc0000" # Red (Syntax string) -export COLOR_03="#00a600" # Green (Command) +export COLOR_02="#CC0000" # Red (Syntax string) +export COLOR_03="#00A600" # Green (Command) export COLOR_04="#999900" # Yellow (Command second) -export COLOR_05="#0000b2" # Blue (Path) -export COLOR_06="#b200b2" # Magenta (Syntax var) -export COLOR_07="#00a6b2" # Cyan (Prompt) -export COLOR_08="#cccccc" # White +export COLOR_05="#0000B2" # Blue (Path) +export COLOR_06="#B200B2" # Magenta (Syntax var) +export COLOR_07="#00A6B2" # Cyan (Prompt) +export COLOR_08="#CCCCCC" # White export COLOR_09="#666666" # Bright Black -export COLOR_10="#e50000" # Bright Red (Command error) -export COLOR_11="#00d900" # Bright Green (Exec) -export COLOR_12="#e5e500" # Bright Yellow -export COLOR_13="#0000ff" # Bright Blue (Folder) -export COLOR_14="#e500e5" # Bright Magenta -export COLOR_15="#00e5e5" # Bright Cyan -export COLOR_16="#e5e5e5" # Bright White +export COLOR_10="#E50000" # Bright Red (Command error) +export COLOR_11="#00D900" # Bright Green (Exec) +export COLOR_12="#E5E500" # Bright Yellow +export COLOR_13="#0000FF" # Bright Blue (Folder) +export COLOR_14="#E500E5" # Bright Magenta +export COLOR_15="#00E5E5" # Bright Cyan +export COLOR_16="#E5E5E5" # Bright White -export BACKGROUND_COLOR="#fef49c" # Background +export BACKGROUND_COLOR="#FEF49C" # Background export FOREGROUND_COLOR="#000000" # Foreground (Text) export CURSOR_COLOR="#000000" # Cursor diff --git a/themes/mar.sh b/themes/mar.sh old mode 100755 new mode 100644 index a7882e2..e724e2f --- a/themes/mar.sh +++ b/themes/mar.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Mar" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#b5407b" # Red (Syntax string) -export COLOR_03="#7bb540" # Green (Command) -export COLOR_04="#b57b40" # Yellow (Command second) -export COLOR_05="#407bb5" # Blue (Path) -export COLOR_06="#7b40b5" # Magenta (Syntax var) -export COLOR_07="#40b57b" # Cyan (Prompt) -export COLOR_08="#f8f8f8" # White +export COLOR_02="#B5407B" # Red (Syntax string) +export COLOR_03="#7BB540" # Green (Command) +export COLOR_04="#B57B40" # Yellow (Command second) +export COLOR_05="#407BB5" # Blue (Path) +export COLOR_06="#7B40B5" # Magenta (Syntax var) +export COLOR_07="#40B57B" # Cyan (Prompt) +export COLOR_08="#F8F8F8" # White export COLOR_09="#737373" # Bright Black -export COLOR_10="#cd73a0" # Bright Red (Command error) -export COLOR_11="#a0cd73" # Bright Green (Exec) -export COLOR_12="#cda073" # Bright Yellow -export COLOR_13="#73a0cd" # Bright Blue (Folder) -export COLOR_14="#a073cd" # Bright Magenta -export COLOR_15="#73cda0" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#CD73A0" # Bright Red (Command error) +export COLOR_11="#A0CD73" # Bright Green (Exec) +export COLOR_12="#CDA073" # Bright Yellow +export COLOR_13="#73A0CD" # Bright Blue (Folder) +export COLOR_14="#A073CD" # Bright Magenta +export COLOR_15="#73CDA0" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#ffffff" # Background -export FOREGROUND_COLOR="#23476a" # Foreground (Text) +export BACKGROUND_COLOR="#FFFFFF" # Background +export FOREGROUND_COLOR="#23476A" # Foreground (Text) -export CURSOR_COLOR="#23476a" # Cursor +export CURSOR_COLOR="#23476A" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/material.sh b/themes/material.sh old mode 100755 new mode 100644 diff --git a/themes/mathias.sh b/themes/mathias.sh old mode 100755 new mode 100644 index a6fddb1..6bdb980 --- a/themes/mathias.sh +++ b/themes/mathias.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Mathias" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#e52222" # Red (Syntax string) -export COLOR_03="#a6e32d" # Green (Command) -export COLOR_04="#fc951e" # Yellow (Command second) -export COLOR_05="#c48dff" # Blue (Path) -export COLOR_06="#fa2573" # Magenta (Syntax var) -export COLOR_07="#67d9f0" # Cyan (Prompt) -export COLOR_08="#f2f2f2" # White +export COLOR_02="#E52222" # Red (Syntax string) +export COLOR_03="#A6E32D" # Green (Command) +export COLOR_04="#FC951E" # Yellow (Command second) +export COLOR_05="#C48DFF" # Blue (Path) +export COLOR_06="#FA2573" # Magenta (Syntax var) +export COLOR_07="#67D9F0" # Cyan (Prompt) +export COLOR_08="#F2F2F2" # White export COLOR_09="#555555" # Bright Black -export COLOR_10="#ff5555" # Bright Red (Command error) -export COLOR_11="#55ff55" # Bright Green (Exec) -export COLOR_12="#ffff55" # Bright Yellow -export COLOR_13="#5555ff" # Bright Blue (Folder) -export COLOR_14="#ff55ff" # Bright Magenta -export COLOR_15="#55ffff" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#FF5555" # Bright Red (Command error) +export COLOR_11="#55FF55" # Bright Green (Exec) +export COLOR_12="#FFFF55" # Bright Yellow +export COLOR_13="#5555FF" # Bright Blue (Folder) +export COLOR_14="#FF55FF" # Bright Magenta +export COLOR_15="#55FFFF" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#000000" # Background -export FOREGROUND_COLOR="#bbbbbb" # Foreground (Text) +export FOREGROUND_COLOR="#BBBBBB" # Foreground (Text) -export CURSOR_COLOR="#bbbbbb" # Cursor +export CURSOR_COLOR="#BBBBBB" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/medallion.sh b/themes/medallion.sh old mode 100755 new mode 100644 index d99edfe..54a4be6 --- a/themes/medallion.sh +++ b/themes/medallion.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Medallion" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#b64c00" # Red (Syntax string) -export COLOR_03="#7c8b16" # Green (Command) -export COLOR_04="#d3bd26" # Yellow (Command second) -export COLOR_05="#616bb0" # Blue (Path) -export COLOR_06="#8c5a90" # Magenta (Syntax var) -export COLOR_07="#916c25" # Cyan (Prompt) -export COLOR_08="#cac29a" # White +export COLOR_02="#B64C00" # Red (Syntax string) +export COLOR_03="#7C8B16" # Green (Command) +export COLOR_04="#D3BD26" # Yellow (Command second) +export COLOR_05="#616BB0" # Blue (Path) +export COLOR_06="#8C5A90" # Magenta (Syntax var) +export COLOR_07="#916C25" # Cyan (Prompt) +export COLOR_08="#CAC29A" # White -export COLOR_09="#5e5219" # Bright Black -export COLOR_10="#ff9149" # Bright Red (Command error) -export COLOR_11="#b2ca3b" # Bright Green (Exec) -export COLOR_12="#ffe54a" # Bright Yellow -export COLOR_13="#acb8ff" # Bright Blue (Folder) -export COLOR_14="#ffa0ff" # Bright Magenta -export COLOR_15="#ffbc51" # Bright Cyan -export COLOR_16="#fed698" # Bright White +export COLOR_09="#5E5219" # Bright Black +export COLOR_10="#FF9149" # Bright Red (Command error) +export COLOR_11="#B2CA3B" # Bright Green (Exec) +export COLOR_12="#FFE54A" # Bright Yellow +export COLOR_13="#ACB8FF" # Bright Blue (Folder) +export COLOR_14="#FFA0FF" # Bright Magenta +export COLOR_15="#FFBC51" # Bright Cyan +export COLOR_16="#FED698" # Bright White -export BACKGROUND_COLOR="#1d1908" # Background -export FOREGROUND_COLOR="#cac296" # Foreground (Text) +export BACKGROUND_COLOR="#1D1908" # Background +export FOREGROUND_COLOR="#CAC296" # Foreground (Text) -export CURSOR_COLOR="#cac296" # Cursor +export CURSOR_COLOR="#CAC296" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/misterioso.sh b/themes/misterioso.sh old mode 100755 new mode 100644 index bc72d02..7ac979b --- a/themes/misterioso.sh +++ b/themes/misterioso.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Misterioso" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#ff4242" # Red (Syntax string) -export COLOR_03="#74af68" # Green (Command) -export COLOR_04="#ffad29" # Yellow (Command second) -export COLOR_05="#338f86" # Blue (Path) -export COLOR_06="#9414e6" # Magenta (Syntax var) -export COLOR_07="#23d7d7" # Cyan (Prompt) -export COLOR_08="#e1e1e0" # White +export COLOR_02="#FF4242" # Red (Syntax string) +export COLOR_03="#74AF68" # Green (Command) +export COLOR_04="#FFAD29" # Yellow (Command second) +export COLOR_05="#338F86" # Blue (Path) +export COLOR_06="#9414E6" # Magenta (Syntax var) +export COLOR_07="#23D7D7" # Cyan (Prompt) +export COLOR_08="#E1E1E0" # White export COLOR_09="#555555" # Bright Black -export COLOR_10="#ff3242" # Bright Red (Command error) -export COLOR_11="#74cd68" # Bright Green (Exec) -export COLOR_12="#ffb929" # Bright Yellow -export COLOR_13="#23d7d7" # Bright Blue (Folder) -export COLOR_14="#ff37ff" # Bright Magenta -export COLOR_15="#00ede1" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#FF3242" # Bright Red (Command error) +export COLOR_11="#74CD68" # Bright Green (Exec) +export COLOR_12="#FFB929" # Bright Yellow +export COLOR_13="#23D7D7" # Bright Blue (Folder) +export COLOR_14="#FF37FF" # Bright Magenta +export COLOR_15="#00EDE1" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#2d3743" # Background -export FOREGROUND_COLOR="#e1e1e0" # Foreground (Text) +export BACKGROUND_COLOR="#2D3743" # Background +export FOREGROUND_COLOR="#E1E1E0" # Foreground (Text) -export CURSOR_COLOR="#e1e1e0" # Cursor +export CURSOR_COLOR="#E1E1E0" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/miu.sh b/themes/miu.sh old mode 100755 new mode 100644 index 29e73f7..b30167a --- a/themes/miu.sh +++ b/themes/miu.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Miu" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#b87a7a" # Red (Syntax string) -export COLOR_03="#7ab87a" # Green (Command) -export COLOR_04="#b8b87a" # Yellow (Command second) -export COLOR_05="#7a7ab8" # Blue (Path) -export COLOR_06="#b87ab8" # Magenta (Syntax var) -export COLOR_07="#7ab8b8" # Cyan (Prompt) -export COLOR_08="#d9d9d9" # White +export COLOR_02="#B87A7A" # Red (Syntax string) +export COLOR_03="#7AB87A" # Green (Command) +export COLOR_04="#B8B87A" # Yellow (Command second) +export COLOR_05="#7A7AB8" # Blue (Path) +export COLOR_06="#B87AB8" # Magenta (Syntax var) +export COLOR_07="#7AB8B8" # Cyan (Prompt) +export COLOR_08="#D9D9D9" # White export COLOR_09="#262626" # Bright Black -export COLOR_10="#dbbdbd" # Bright Red (Command error) -export COLOR_11="#bddbbd" # Bright Green (Exec) -export COLOR_12="#dbdbbd" # Bright Yellow -export COLOR_13="#bdbddb" # Bright Blue (Folder) -export COLOR_14="#dbbddb" # Bright Magenta -export COLOR_15="#bddbdb" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#DBBDBD" # Bright Red (Command error) +export COLOR_11="#BDDBBD" # Bright Green (Exec) +export COLOR_12="#DBDBBD" # Bright Yellow +export COLOR_13="#BDBDDB" # Bright Blue (Folder) +export COLOR_14="#DBBDDB" # Bright Magenta +export COLOR_15="#BDDBDB" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#0d1926" # Background -export FOREGROUND_COLOR="#d9e6f2" # Foreground (Text) +export BACKGROUND_COLOR="#0D1926" # Background +export FOREGROUND_COLOR="#D9E6F2" # Foreground (Text) -export CURSOR_COLOR="#d9e6f2" # Cursor +export CURSOR_COLOR="#D9E6F2" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/molokai.sh b/themes/molokai.sh old mode 100755 new mode 100644 index 02d1e17..234f2c8 --- a/themes/molokai.sh +++ b/themes/molokai.sh @@ -2,7 +2,7 @@ export PROFILE_NAME="Molokai" -export COLOR_01="#1b1d1e" # Black (Host) +export COLOR_01="#1B1D1E" # Black (Host) export COLOR_02="#7325FA" # Red (Syntax string) export COLOR_03="#23E298" # Green (Command) export COLOR_04="#60D4DF" # Yellow (Command second) @@ -20,7 +20,7 @@ export COLOR_14="#FF87AF" # Bright Magenta export COLOR_15="#FFCE51" # Bright Cyan export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#1b1d1e" # Background +export BACKGROUND_COLOR="#1B1D1E" # Background export FOREGROUND_COLOR="#BBBBBB" # Foreground (Text) export CURSOR_COLOR="#BBBBBB" # Cursor diff --git a/themes/mona-lisa.sh b/themes/mona-lisa.sh old mode 100755 new mode 100644 index f1b8083..717aa71 --- a/themes/mona-lisa.sh +++ b/themes/mona-lisa.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Mona Lisa" -export COLOR_01="#351b0e" # Black (Host) -export COLOR_02="#9b291c" # Red (Syntax string) +export COLOR_01="#351B0E" # Black (Host) +export COLOR_02="#9B291C" # Red (Syntax string) export COLOR_03="#636232" # Green (Command) -export COLOR_04="#c36e28" # Yellow (Command second) -export COLOR_05="#515c5d" # Blue (Path) -export COLOR_06="#9b1d29" # Magenta (Syntax var) +export COLOR_04="#C36E28" # Yellow (Command second) +export COLOR_05="#515C5D" # Blue (Path) +export COLOR_06="#9B1D29" # Magenta (Syntax var) export COLOR_07="#588056" # Cyan (Prompt) -export COLOR_08="#f7d75c" # White +export COLOR_08="#F7D75C" # White export COLOR_09="#874228" # Bright Black -export COLOR_10="#ff4331" # Bright Red (Command error) -export COLOR_11="#b4b264" # Bright Green (Exec) -export COLOR_12="#ff9566" # Bright Yellow -export COLOR_13="#9eb2b4" # Bright Blue (Folder) -export COLOR_14="#ff5b6a" # Bright Magenta -export COLOR_15="#8acd8f" # Bright Cyan -export COLOR_16="#ffe598" # Bright White +export COLOR_10="#FF4331" # Bright Red (Command error) +export COLOR_11="#B4B264" # Bright Green (Exec) +export COLOR_12="#FF9566" # Bright Yellow +export COLOR_13="#9EB2B4" # Bright Blue (Folder) +export COLOR_14="#FF5B6A" # Bright Magenta +export COLOR_15="#8ACD8F" # Bright Cyan +export COLOR_16="#FFE598" # Bright White -export BACKGROUND_COLOR="#120b0d" # Background -export FOREGROUND_COLOR="#f7d66a" # Foreground (Text) +export BACKGROUND_COLOR="#120B0D" # Background +export FOREGROUND_COLOR="#F7D66A" # Foreground (Text) -export CURSOR_COLOR="#f7d66a" # Cursor +export CURSOR_COLOR="#F7D66A" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/mono-amber.sh b/themes/mono-amber.sh old mode 100755 new mode 100644 diff --git a/themes/mono-cyan.sh b/themes/mono-cyan.sh old mode 100755 new mode 100644 diff --git a/themes/mono-green.sh b/themes/mono-green.sh old mode 100755 new mode 100644 diff --git a/themes/mono-red.sh b/themes/mono-red.sh old mode 100755 new mode 100644 diff --git a/themes/mono-white.sh b/themes/mono-white.sh old mode 100755 new mode 100644 diff --git a/themes/mono-yellow.sh b/themes/mono-yellow.sh old mode 100755 new mode 100644 diff --git a/themes/monokai-dark.sh b/themes/monokai-dark.sh old mode 100755 new mode 100644 index 63859c4..f377bfa --- a/themes/monokai-dark.sh +++ b/themes/monokai-dark.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Monokai Dark" -export COLOR_01="#75715e" # Black (Host) -export COLOR_02="#f92672" # Red (Syntax string) -export COLOR_03="#a6e22e" # Green (Command) -export COLOR_04="#f4bf75" # Yellow (Command second) -export COLOR_05="#66d9ef" # Blue (Path) -export COLOR_06="#ae81ff" # Magenta (Syntax var) +export COLOR_01="#75715E" # Black (Host) +export COLOR_02="#F92672" # Red (Syntax string) +export COLOR_03="#A6E22E" # Green (Command) +export COLOR_04="#F4BF75" # Yellow (Command second) +export COLOR_05="#66D9EF" # Blue (Path) +export COLOR_06="#AE81FF" # Magenta (Syntax var) export COLOR_07="#2AA198" # Cyan (Prompt) -export COLOR_08="#f9f8f5" # White +export COLOR_08="#F9F8F5" # White export COLOR_09="#272822" # Bright Black -export COLOR_10="#f92672" # Bright Red (Command error) -export COLOR_11="#a6e22e" # Bright Green (Exec) -export COLOR_12="#f4bf75" # Bright Yellow -export COLOR_13="#66d9ef" # Bright Blue (Folder) -export COLOR_14="#ae81ff" # Bright Magenta +export COLOR_10="#F92672" # Bright Red (Command error) +export COLOR_11="#A6E22E" # Bright Green (Exec) +export COLOR_12="#F4BF75" # Bright Yellow +export COLOR_13="#66D9EF" # Bright Blue (Folder) +export COLOR_14="#AE81FF" # Bright Magenta export COLOR_15="#2AA198" # Bright Cyan -export COLOR_16="#f8f8f2" # Bright White +export COLOR_16="#F8F8F2" # Bright White export BACKGROUND_COLOR="#272822" # Background -export FOREGROUND_COLOR="#f8f8f2" # Foreground (Text) +export FOREGROUND_COLOR="#F8F8F2" # Foreground (Text) -export CURSOR_COLOR="#f8f8f2" # Cursor +export CURSOR_COLOR="#F8F8F2" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/monokai-pro-ristretto.sh b/themes/monokai-pro-ristretto.sh old mode 100755 new mode 100644 diff --git a/themes/monokai-pro.sh b/themes/monokai-pro.sh old mode 100755 new mode 100644 diff --git a/themes/monokai-soda.sh b/themes/monokai-soda.sh old mode 100755 new mode 100644 index cd3911f..554c7d8 --- a/themes/monokai-soda.sh +++ b/themes/monokai-soda.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Monokai Soda" -export COLOR_01="#1a1a1a" # Black (Host) -export COLOR_02="#f4005f" # Red (Syntax string) -export COLOR_03="#98e024" # Green (Command) -export COLOR_04="#fa8419" # Yellow (Command second) -export COLOR_05="#9d65ff" # Blue (Path) -export COLOR_06="#f4005f" # Magenta (Syntax var) -export COLOR_07="#58d1eb" # Cyan (Prompt) -export COLOR_08="#c4c5b5" # White +export COLOR_01="#1A1A1A" # Black (Host) +export COLOR_02="#F4005F" # Red (Syntax string) +export COLOR_03="#98E024" # Green (Command) +export COLOR_04="#FA8419" # Yellow (Command second) +export COLOR_05="#9D65FF" # Blue (Path) +export COLOR_06="#F4005F" # Magenta (Syntax var) +export COLOR_07="#58D1EB" # Cyan (Prompt) +export COLOR_08="#C4C5B5" # White -export COLOR_09="#625e4c" # Bright Black -export COLOR_10="#f4005f" # Bright Red (Command error) -export COLOR_11="#98e024" # Bright Green (Exec) -export COLOR_12="#e0d561" # Bright Yellow -export COLOR_13="#9d65ff" # Bright Blue (Folder) -export COLOR_14="#f4005f" # Bright Magenta -export COLOR_15="#58d1eb" # Bright Cyan -export COLOR_16="#f6f6ef" # Bright White +export COLOR_09="#625E4C" # Bright Black +export COLOR_10="#F4005F" # Bright Red (Command error) +export COLOR_11="#98E024" # Bright Green (Exec) +export COLOR_12="#E0D561" # Bright Yellow +export COLOR_13="#9D65FF" # Bright Blue (Folder) +export COLOR_14="#F4005F" # Bright Magenta +export COLOR_15="#58D1EB" # Bright Cyan +export COLOR_16="#F6F6EF" # Bright White -export BACKGROUND_COLOR="#1a1a1a" # Background -export FOREGROUND_COLOR="#c4c5b5" # Foreground (Text) +export BACKGROUND_COLOR="#1A1A1A" # Background +export FOREGROUND_COLOR="#C4C5B5" # Foreground (Text) -export CURSOR_COLOR="#c4c5b5" # Cursor +export CURSOR_COLOR="#C4C5B5" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/morada.sh b/themes/morada.sh old mode 100755 new mode 100644 index e0e3b4a..259050c --- a/themes/morada.sh +++ b/themes/morada.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Morada" export COLOR_01="#040404" # Black (Host) -export COLOR_02="#0f49c4" # Red (Syntax string) -export COLOR_03="#48b117" # Green (Command) -export COLOR_04="#e87324" # Yellow (Command second) -export COLOR_05="#bc0116" # Blue (Path) -export COLOR_06="#665b93" # Magenta (Syntax var) -export COLOR_07="#70a699" # Cyan (Prompt) -export COLOR_08="#f5dcbe" # White +export COLOR_02="#0F49C4" # Red (Syntax string) +export COLOR_03="#48B117" # Green (Command) +export COLOR_04="#E87324" # Yellow (Command second) +export COLOR_05="#BC0116" # Blue (Path) +export COLOR_06="#665B93" # Magenta (Syntax var) +export COLOR_07="#70A699" # Cyan (Prompt) +export COLOR_08="#F5DCBE" # White -export COLOR_09="#4f7cbf" # Bright Black -export COLOR_10="#1c96c7" # Bright Red (Command error) -export COLOR_11="#3bff6f" # Bright Green (Exec) -export COLOR_12="#efc31c" # Bright Yellow -export COLOR_13="#fb605b" # Bright Blue (Folder) -export COLOR_14="#975b5a" # Bright Magenta -export COLOR_15="#1eff8e" # Bright Cyan -export COLOR_16="#f6f5fb" # Bright White +export COLOR_09="#4F7CBF" # Bright Black +export COLOR_10="#1C96C7" # Bright Red (Command error) +export COLOR_11="#3BFF6F" # Bright Green (Exec) +export COLOR_12="#EFC31C" # Bright Yellow +export COLOR_13="#FB605B" # Bright Blue (Folder) +export COLOR_14="#975B5A" # Bright Magenta +export COLOR_15="#1EFF8E" # Bright Cyan +export COLOR_16="#F6F5FB" # Bright White -export BACKGROUND_COLOR="#211f46" # Background -export FOREGROUND_COLOR="#ffffff" # Foreground (Text) +export BACKGROUND_COLOR="#211F46" # Background +export FOREGROUND_COLOR="#FFFFFF" # Foreground (Text) -export CURSOR_COLOR="#ffffff" # Cursor +export CURSOR_COLOR="#FFFFFF" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/n0tch2k.sh b/themes/n0tch2k.sh old mode 100755 new mode 100644 index 56f2c5c..430326d --- a/themes/n0tch2k.sh +++ b/themes/n0tch2k.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="N0Tch2K" export COLOR_01="#383838" # Black (Host) -export COLOR_02="#a95551" # Red (Syntax string) +export COLOR_02="#A95551" # Red (Syntax string) export COLOR_03="#666666" # Green (Command) -export COLOR_04="#a98051" # Yellow (Command second) -export COLOR_05="#657d3e" # Blue (Path) +export COLOR_04="#A98051" # Yellow (Command second) +export COLOR_05="#657D3E" # Blue (Path) export COLOR_06="#767676" # Magenta (Syntax var) -export COLOR_07="#c9c9c9" # Cyan (Prompt) -export COLOR_08="#d0b8a3" # White +export COLOR_07="#C9C9C9" # Cyan (Prompt) +export COLOR_08="#D0B8A3" # White export COLOR_09="#474747" # Bright Black -export COLOR_10="#a97775" # Bright Red (Command error) -export COLOR_11="#8c8c8c" # Bright Green (Exec) -export COLOR_12="#a99175" # Bright Yellow -export COLOR_13="#98bd5e" # Bright Blue (Folder) -export COLOR_14="#a3a3a3" # Bright Magenta -export COLOR_15="#dcdcdc" # Bright Cyan -export COLOR_16="#d8c8bb" # Bright White +export COLOR_10="#A97775" # Bright Red (Command error) +export COLOR_11="#8C8C8C" # Bright Green (Exec) +export COLOR_12="#A99175" # Bright Yellow +export COLOR_13="#98BD5E" # Bright Blue (Folder) +export COLOR_14="#A3A3A3" # Bright Magenta +export COLOR_15="#DCDCDC" # Bright Cyan +export COLOR_16="#D8C8BB" # Bright White export BACKGROUND_COLOR="#222222" # Background -export FOREGROUND_COLOR="#a0a0a0" # Foreground (Text) +export FOREGROUND_COLOR="#A0A0A0" # Foreground (Text) -export CURSOR_COLOR="#a0a0a0" # Cursor +export CURSOR_COLOR="#A0A0A0" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/neon-night.sh b/themes/neon-night.sh old mode 100755 new mode 100644 index f4db6a8..d0cceee --- a/themes/neon-night.sh +++ b/themes/neon-night.sh @@ -2,25 +2,25 @@ export PROFILE_NAME="Neon Night" -export COLOR_01="#20242d" # Black (Host) +export COLOR_01="#20242D" # Black (Host) export COLOR_02="#FF8E8E" # Red (Syntax string) export COLOR_03="#7EFDD0" # Green (Command) export COLOR_04="#FCAD3F" # Yellow (Command second) export COLOR_05="#69B4F9" # Blue (Path) export COLOR_06="#DD92F6" # Magenta (Syntax var) -export COLOR_07="#8CE8ff" # Cyan (Prompt) +export COLOR_07="#8CE8FF" # Cyan (Prompt) export COLOR_08="#C9CCCD" # White -export COLOR_09="#20242d" # Bright Black +export COLOR_09="#20242D" # Bright Black export COLOR_10="#FF8E8E" # Bright Red (Command error) export COLOR_11="#7EFDD0" # Bright Green (Exec) export COLOR_12="#FCAD3F" # Bright Yellow export COLOR_13="#69B4F9" # Bright Blue (Folder) export COLOR_14="#DD92F6" # Bright Magenta -export COLOR_15="#8CE8ff" # Bright Cyan +export COLOR_15="#8CE8FF" # Bright Cyan export COLOR_16="#C9CCCD" # Bright White -export BACKGROUND_COLOR="#20242d" # Background +export BACKGROUND_COLOR="#20242D" # Background export FOREGROUND_COLOR="#C7C8FF" # Foreground (Text) export CURSOR_COLOR="#C7C8FF" # Cursor diff --git a/themes/neopolitan.sh b/themes/neopolitan.sh old mode 100755 new mode 100644 index 34a6bcc..857b1ae --- a/themes/neopolitan.sh +++ b/themes/neopolitan.sh @@ -4,26 +4,26 @@ export PROFILE_NAME="Neopolitan" export COLOR_01="#000000" # Black (Host) export COLOR_02="#800000" # Red (Syntax string) -export COLOR_03="#61ce3c" # Green (Command) -export COLOR_04="#fbde2d" # Yellow (Command second) -export COLOR_05="#253b76" # Blue (Path) -export COLOR_06="#ff0080" # Magenta (Syntax var) -export COLOR_07="#8da6ce" # Cyan (Prompt) -export COLOR_08="#f8f8f8" # White +export COLOR_03="#61CE3C" # Green (Command) +export COLOR_04="#FBDE2D" # Yellow (Command second) +export COLOR_05="#253B76" # Blue (Path) +export COLOR_06="#FF0080" # Magenta (Syntax var) +export COLOR_07="#8DA6CE" # Cyan (Prompt) +export COLOR_08="#F8F8F8" # White export COLOR_09="#000000" # Bright Black export COLOR_10="#800000" # Bright Red (Command error) -export COLOR_11="#61ce3c" # Bright Green (Exec) -export COLOR_12="#fbde2d" # Bright Yellow -export COLOR_13="#253b76" # Bright Blue (Folder) -export COLOR_14="#ff0080" # Bright Magenta -export COLOR_15="#8da6ce" # Bright Cyan -export COLOR_16="#f8f8f8" # Bright White +export COLOR_11="#61CE3C" # Bright Green (Exec) +export COLOR_12="#FBDE2D" # Bright Yellow +export COLOR_13="#253B76" # Bright Blue (Folder) +export COLOR_14="#FF0080" # Bright Magenta +export COLOR_15="#8DA6CE" # Bright Cyan +export COLOR_16="#F8F8F8" # Bright White -export BACKGROUND_COLOR="#271f19" # Background -export FOREGROUND_COLOR="#ffffff" # Foreground (Text) +export BACKGROUND_COLOR="#271F19" # Background +export FOREGROUND_COLOR="#FFFFFF" # Foreground (Text) -export CURSOR_COLOR="#ffffff" # Cursor +export CURSOR_COLOR="#FFFFFF" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/nep.sh b/themes/nep.sh old mode 100755 new mode 100644 index e4657e2..b593611 --- a/themes/nep.sh +++ b/themes/nep.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Nep" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#dd6f00" # Red (Syntax string) -export COLOR_03="#00dd6f" # Green (Command) -export COLOR_04="#6fdd00" # Yellow (Command second) -export COLOR_05="#6f00dd" # Blue (Path) -export COLOR_06="#dd006f" # Magenta (Syntax var) -export COLOR_07="#006fdd" # Cyan (Prompt) -export COLOR_08="#f2f2f2" # White +export COLOR_02="#DD6F00" # Red (Syntax string) +export COLOR_03="#00DD6F" # Green (Command) +export COLOR_04="#6FDD00" # Yellow (Command second) +export COLOR_05="#6F00DD" # Blue (Path) +export COLOR_06="#DD006F" # Magenta (Syntax var) +export COLOR_07="#006FDD" # Cyan (Prompt) +export COLOR_08="#F2F2F2" # White -export COLOR_09="#7d7d7d" # Bright Black -export COLOR_10="#ffb974" # Bright Red (Command error) -export COLOR_11="#74ffb9" # Bright Green (Exec) -export COLOR_12="#b9ff74" # Bright Yellow -export COLOR_13="#b974ff" # Bright Blue (Folder) -export COLOR_14="#ff74b9" # Bright Magenta -export COLOR_15="#74b9ff" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_09="#7D7D7D" # Bright Black +export COLOR_10="#FFB974" # Bright Red (Command error) +export COLOR_11="#74FFB9" # Bright Green (Exec) +export COLOR_12="#B9FF74" # Bright Yellow +export COLOR_13="#B974FF" # Bright Blue (Folder) +export COLOR_14="#FF74B9" # Bright Magenta +export COLOR_15="#74B9FF" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#758480" # Background -export FOREGROUND_COLOR="#23476a" # Foreground (Text) +export FOREGROUND_COLOR="#23476A" # Foreground (Text) -export CURSOR_COLOR="#23476a" # Cursor +export CURSOR_COLOR="#23476A" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/neutron.sh b/themes/neutron.sh old mode 100755 new mode 100644 index 36c25cb..c158ca9 --- a/themes/neutron.sh +++ b/themes/neutron.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Neutron" -export COLOR_01="#23252b" # Black (Host) -export COLOR_02="#b54036" # Red (Syntax string) -export COLOR_03="#5ab977" # Green (Command) -export COLOR_04="#deb566" # Yellow (Command second) -export COLOR_05="#6a7c93" # Blue (Path) -export COLOR_06="#a4799d" # Magenta (Syntax var) -export COLOR_07="#3f94a8" # Cyan (Prompt) -export COLOR_08="#e6e8ef" # White +export COLOR_01="#23252B" # Black (Host) +export COLOR_02="#B54036" # Red (Syntax string) +export COLOR_03="#5AB977" # Green (Command) +export COLOR_04="#DEB566" # Yellow (Command second) +export COLOR_05="#6A7C93" # Blue (Path) +export COLOR_06="#A4799D" # Magenta (Syntax var) +export COLOR_07="#3F94A8" # Cyan (Prompt) +export COLOR_08="#E6E8EF" # White -export COLOR_09="#23252b" # Bright Black -export COLOR_10="#b54036" # Bright Red (Command error) -export COLOR_11="#5ab977" # Bright Green (Exec) -export COLOR_12="#deb566" # Bright Yellow -export COLOR_13="#6a7c93" # Bright Blue (Folder) -export COLOR_14="#a4799d" # Bright Magenta -export COLOR_15="#3f94a8" # Bright Cyan -export COLOR_16="#ebedf2" # Bright White +export COLOR_09="#23252B" # Bright Black +export COLOR_10="#B54036" # Bright Red (Command error) +export COLOR_11="#5AB977" # Bright Green (Exec) +export COLOR_12="#DEB566" # Bright Yellow +export COLOR_13="#6A7C93" # Bright Blue (Folder) +export COLOR_14="#A4799D" # Bright Magenta +export COLOR_15="#3F94A8" # Bright Cyan +export COLOR_16="#EBEDF2" # Bright White -export BACKGROUND_COLOR="#1c1e22" # Background -export FOREGROUND_COLOR="#e6e8ef" # Foreground (Text) +export BACKGROUND_COLOR="#1C1E22" # Background +export FOREGROUND_COLOR="#E6E8EF" # Foreground (Text) -export CURSOR_COLOR="#e6e8ef" # Cursor +export CURSOR_COLOR="#E6E8EF" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/night-owl.sh b/themes/night-owl.sh old mode 100755 new mode 100644 index 8d0e396..23aa494 --- a/themes/night-owl.sh +++ b/themes/night-owl.sh @@ -4,26 +4,26 @@ export PROFILE_NAME="Night Owl" export COLOR_01="#011627" # Black (Host) export COLOR_02="#EF5350" # Red (Syntax string) -export COLOR_03="#22da6e" # Green (Command) -export COLOR_04="#addb67" # Yellow (Command second) -export COLOR_05="#82aaff" # Blue (Path) -export COLOR_06="#c792ea" # Magenta (Syntax var) -export COLOR_07="#21c7a8" # Cyan (Prompt) -export COLOR_08="#ffffff" # White +export COLOR_03="#22DA6E" # Green (Command) +export COLOR_04="#ADDB67" # Yellow (Command second) +export COLOR_05="#82AAFF" # Blue (Path) +export COLOR_06="#C792EA" # Magenta (Syntax var) +export COLOR_07="#21C7A8" # Cyan (Prompt) +export COLOR_08="#FFFFFF" # White export COLOR_09="#575656" # Bright Black -export COLOR_10="#ef5350" # Bright Red (Command error) -export COLOR_11="#22da6e" # Bright Green (Exec) -export COLOR_12="#ffeb95" # Bright Yellow -export COLOR_13="#82aaff" # Bright Blue (Folder) -export COLOR_14="#c792ea" # Bright Magenta -export COLOR_15="#7fdbca" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#EF5350" # Bright Red (Command error) +export COLOR_11="#22DA6E" # Bright Green (Exec) +export COLOR_12="#FFEB95" # Bright Yellow +export COLOR_13="#82AAFF" # Bright Blue (Folder) +export COLOR_14="#C792EA" # Bright Magenta +export COLOR_15="#7FDBCA" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#011627" # Background -export FOREGROUND_COLOR="#d6deeb" # Foreground (Text) +export FOREGROUND_COLOR="#D6DEEB" # Foreground (Text) -export CURSOR_COLOR="#d6deeb" # Cursor +export CURSOR_COLOR="#D6DEEB" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/nightlion-v1.sh b/themes/nightlion-v1.sh old mode 100755 new mode 100644 index 4040aa4..ff88273 --- a/themes/nightlion-v1.sh +++ b/themes/nightlion-v1.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Nightlion V1" -export COLOR_01="#4c4c4c" # Black (Host) -export COLOR_02="#bb0000" # Red (Syntax string) -export COLOR_03="#5fde8f" # Green (Command) -export COLOR_04="#f3f167" # Yellow (Command second) -export COLOR_05="#276bd8" # Blue (Path) -export COLOR_06="#bb00bb" # Magenta (Syntax var) -export COLOR_07="#00dadf" # Cyan (Prompt) -export COLOR_08="#bbbbbb" # White +export COLOR_01="#4C4C4C" # Black (Host) +export COLOR_02="#BB0000" # Red (Syntax string) +export COLOR_03="#5FDE8F" # Green (Command) +export COLOR_04="#F3F167" # Yellow (Command second) +export COLOR_05="#276BD8" # Blue (Path) +export COLOR_06="#BB00BB" # Magenta (Syntax var) +export COLOR_07="#00DADF" # Cyan (Prompt) +export COLOR_08="#BBBBBB" # White export COLOR_09="#555555" # Bright Black -export COLOR_10="#ff5555" # Bright Red (Command error) -export COLOR_11="#55ff55" # Bright Green (Exec) -export COLOR_12="#ffff55" # Bright Yellow -export COLOR_13="#5555ff" # Bright Blue (Folder) -export COLOR_14="#ff55ff" # Bright Magenta -export COLOR_15="#55ffff" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#FF5555" # Bright Red (Command error) +export COLOR_11="#55FF55" # Bright Green (Exec) +export COLOR_12="#FFFF55" # Bright Yellow +export COLOR_13="#5555FF" # Bright Blue (Folder) +export COLOR_14="#FF55FF" # Bright Magenta +export COLOR_15="#55FFFF" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#000000" # Background -export FOREGROUND_COLOR="#bbbbbb" # Foreground (Text) +export FOREGROUND_COLOR="#BBBBBB" # Foreground (Text) -export CURSOR_COLOR="#bbbbbb" # Cursor +export CURSOR_COLOR="#BBBBBB" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/nightlion-v2.sh b/themes/nightlion-v2.sh old mode 100755 new mode 100644 index 57d752d..a375423 --- a/themes/nightlion-v2.sh +++ b/themes/nightlion-v2.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Nightlion V2" -export COLOR_01="#4c4c4c" # Black (Host) -export COLOR_02="#bb0000" # Red (Syntax string) -export COLOR_03="#04f623" # Green (Command) -export COLOR_04="#f3f167" # Yellow (Command second) -export COLOR_05="#64d0f0" # Blue (Path) -export COLOR_06="#ce6fdb" # Magenta (Syntax var) -export COLOR_07="#00dadf" # Cyan (Prompt) -export COLOR_08="#bbbbbb" # White +export COLOR_01="#4C4C4C" # Black (Host) +export COLOR_02="#BB0000" # Red (Syntax string) +export COLOR_03="#04F623" # Green (Command) +export COLOR_04="#F3F167" # Yellow (Command second) +export COLOR_05="#64D0F0" # Blue (Path) +export COLOR_06="#CE6FDB" # Magenta (Syntax var) +export COLOR_07="#00DADF" # Cyan (Prompt) +export COLOR_08="#BBBBBB" # White export COLOR_09="#555555" # Bright Black -export COLOR_10="#ff5555" # Bright Red (Command error) -export COLOR_11="#7df71d" # Bright Green (Exec) -export COLOR_12="#ffff55" # Bright Yellow -export COLOR_13="#62cbe8" # Bright Blue (Folder) -export COLOR_14="#ff9bf5" # Bright Magenta -export COLOR_15="#00ccd8" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#FF5555" # Bright Red (Command error) +export COLOR_11="#7DF71D" # Bright Green (Exec) +export COLOR_12="#FFFF55" # Bright Yellow +export COLOR_13="#62CBE8" # Bright Blue (Folder) +export COLOR_14="#FF9BF5" # Bright Magenta +export COLOR_15="#00CCD8" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#171717" # Background -export FOREGROUND_COLOR="#bbbbbb" # Foreground (Text) +export FOREGROUND_COLOR="#BBBBBB" # Foreground (Text) -export CURSOR_COLOR="#bbbbbb" # Cursor +export CURSOR_COLOR="#BBBBBB" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/nighty.sh b/themes/nighty.sh old mode 100755 new mode 100644 diff --git a/themes/nord-light.sh b/themes/nord-light.sh old mode 100755 new mode 100644 index 809a990..cb3f501 --- a/themes/nord-light.sh +++ b/themes/nord-light.sh @@ -20,8 +20,8 @@ export COLOR_14="#E586E7" # Bright Magenta export COLOR_15="#96DCDA" # Bright Cyan export COLOR_16="#DEDEDE" # Bright White -export BACKGROUND_COLOR="#ebeaf2" # Background -export FOREGROUND_COLOR="#004f7c" # Foreground (Text) +export BACKGROUND_COLOR="#EBEAF2" # Background +export FOREGROUND_COLOR="#004F7C" # Foreground (Text) export CURSOR_COLOR="#439ECF" # Cursor diff --git a/themes/nord.sh b/themes/nord.sh old mode 100755 new mode 100644 diff --git a/themes/novel.sh b/themes/novel.sh old mode 100755 new mode 100644 index 211de29..64d4469 --- a/themes/novel.sh +++ b/themes/novel.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Novel" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#cc0000" # Red (Syntax string) +export COLOR_02="#CC0000" # Red (Syntax string) export COLOR_03="#009600" # Green (Command) -export COLOR_04="#d06b00" # Yellow (Command second) -export COLOR_05="#0000cc" # Blue (Path) -export COLOR_06="#cc00cc" # Magenta (Syntax var) -export COLOR_07="#0087cc" # Cyan (Prompt) -export COLOR_08="#cccccc" # White +export COLOR_04="#D06B00" # Yellow (Command second) +export COLOR_05="#0000CC" # Blue (Path) +export COLOR_06="#CC00CC" # Magenta (Syntax var) +export COLOR_07="#0087CC" # Cyan (Prompt) +export COLOR_08="#CCCCCC" # White export COLOR_09="#808080" # Bright Black -export COLOR_10="#cc0000" # Bright Red (Command error) +export COLOR_10="#CC0000" # Bright Red (Command error) export COLOR_11="#009600" # Bright Green (Exec) -export COLOR_12="#d06b00" # Bright Yellow -export COLOR_13="#0000cc" # Bright Blue (Folder) -export COLOR_14="#cc00cc" # Bright Magenta -export COLOR_15="#0087cc" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_12="#D06B00" # Bright Yellow +export COLOR_13="#0000CC" # Bright Blue (Folder) +export COLOR_14="#CC00CC" # Bright Magenta +export COLOR_15="#0087CC" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#dfdbc3" # Background -export FOREGROUND_COLOR="#3b2322" # Foreground (Text) +export BACKGROUND_COLOR="#DFDBC3" # Background +export FOREGROUND_COLOR="#3B2322" # Foreground (Text) -export CURSOR_COLOR="#3b2322" # Cursor +export CURSOR_COLOR="#3B2322" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/obsidian.sh b/themes/obsidian.sh old mode 100755 new mode 100644 index 3f7b9e3..ab3876b --- a/themes/obsidian.sh +++ b/themes/obsidian.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Obsidian" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#a60001" # Red (Syntax string) -export COLOR_03="#00bb00" # Green (Command) -export COLOR_04="#fecd22" # Yellow (Command second) -export COLOR_05="#3a9bdb" # Blue (Path) -export COLOR_06="#bb00bb" # Magenta (Syntax var) -export COLOR_07="#00bbbb" # Cyan (Prompt) -export COLOR_08="#bbbbbb" # White +export COLOR_02="#A60001" # Red (Syntax string) +export COLOR_03="#00BB00" # Green (Command) +export COLOR_04="#FECD22" # Yellow (Command second) +export COLOR_05="#3A9BDB" # Blue (Path) +export COLOR_06="#BB00BB" # Magenta (Syntax var) +export COLOR_07="#00BBBB" # Cyan (Prompt) +export COLOR_08="#BBBBBB" # White export COLOR_09="#555555" # Bright Black -export COLOR_10="#ff0003" # Bright Red (Command error) -export COLOR_11="#93c863" # Bright Green (Exec) -export COLOR_12="#fef874" # Bright Yellow -export COLOR_13="#a1d7ff" # Bright Blue (Folder) -export COLOR_14="#ff55ff" # Bright Magenta -export COLOR_15="#55ffff" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#FF0003" # Bright Red (Command error) +export COLOR_11="#93C863" # Bright Green (Exec) +export COLOR_12="#FEF874" # Bright Yellow +export COLOR_13="#A1D7FF" # Bright Blue (Folder) +export COLOR_14="#FF55FF" # Bright Magenta +export COLOR_15="#55FFFF" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#283033" # Background -export FOREGROUND_COLOR="#cdcdcd" # Foreground (Text) +export FOREGROUND_COLOR="#CDCDCD" # Foreground (Text) -export CURSOR_COLOR="#cdcdcd" # Cursor +export CURSOR_COLOR="#CDCDCD" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/ocean-dark.sh b/themes/ocean-dark.sh old mode 100755 new mode 100644 diff --git a/themes/ocean.sh b/themes/ocean.sh old mode 100755 new mode 100644 index 2af65a5..6894951 --- a/themes/ocean.sh +++ b/themes/ocean.sh @@ -4,26 +4,26 @@ export PROFILE_NAME="Ocean" export COLOR_01="#000000" # Black (Host) export COLOR_02="#990000" # Red (Syntax string) -export COLOR_03="#00a600" # Green (Command) +export COLOR_03="#00A600" # Green (Command) export COLOR_04="#999900" # Yellow (Command second) -export COLOR_05="#0000b2" # Blue (Path) -export COLOR_06="#b200b2" # Magenta (Syntax var) -export COLOR_07="#00a6b2" # Cyan (Prompt) -export COLOR_08="#bfbfbf" # White +export COLOR_05="#0000B2" # Blue (Path) +export COLOR_06="#B200B2" # Magenta (Syntax var) +export COLOR_07="#00A6B2" # Cyan (Prompt) +export COLOR_08="#BFBFBF" # White export COLOR_09="#666666" # Bright Black -export COLOR_10="#e50000" # Bright Red (Command error) -export COLOR_11="#00d900" # Bright Green (Exec) -export COLOR_12="#e5e500" # Bright Yellow -export COLOR_13="#0000ff" # Bright Blue (Folder) -export COLOR_14="#e500e5" # Bright Magenta -export COLOR_15="#00e5e5" # Bright Cyan -export COLOR_16="#e5e5e5" # Bright White +export COLOR_10="#E50000" # Bright Red (Command error) +export COLOR_11="#00D900" # Bright Green (Exec) +export COLOR_12="#E5E500" # Bright Yellow +export COLOR_13="#0000FF" # Bright Blue (Folder) +export COLOR_14="#E500E5" # Bright Magenta +export COLOR_15="#00E5E5" # Bright Cyan +export COLOR_16="#E5E5E5" # Bright White -export BACKGROUND_COLOR="#224fbc" # Background -export FOREGROUND_COLOR="#ffffff" # Foreground (Text) +export BACKGROUND_COLOR="#224FBC" # Background +export FOREGROUND_COLOR="#FFFFFF" # Foreground (Text) -export CURSOR_COLOR="#ffffff" # Cursor +export CURSOR_COLOR="#FFFFFF" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/oceanic-next.sh b/themes/oceanic-next.sh old mode 100755 new mode 100644 index 6c1b13c..9b9b9f9 --- a/themes/oceanic-next.sh +++ b/themes/oceanic-next.sh @@ -20,10 +20,10 @@ export COLOR_14="#B77EB8" # Bright Magenta export COLOR_15="#50A5A4" # Bright Cyan export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#121b21" # Background -export FOREGROUND_COLOR="#b3b8c3" # Foreground (Text) +export BACKGROUND_COLOR="#121B21" # Background +export FOREGROUND_COLOR="#B3B8C3" # Foreground (Text) -export CURSOR_COLOR="#b3b8c3" # Cursor +export CURSOR_COLOR="#B3B8C3" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/ollie.sh b/themes/ollie.sh old mode 100755 new mode 100644 index c4c41ae..55a428e --- a/themes/ollie.sh +++ b/themes/ollie.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Ollie" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#ac2e31" # Red (Syntax string) -export COLOR_03="#31ac61" # Green (Command) -export COLOR_04="#ac4300" # Yellow (Command second) -export COLOR_05="#2d57ac" # Blue (Path) -export COLOR_06="#b08528" # Magenta (Syntax var) -export COLOR_07="#1fa6ac" # Cyan (Prompt) -export COLOR_08="#8a8eac" # White +export COLOR_02="#AC2E31" # Red (Syntax string) +export COLOR_03="#31AC61" # Green (Command) +export COLOR_04="#AC4300" # Yellow (Command second) +export COLOR_05="#2D57AC" # Blue (Path) +export COLOR_06="#B08528" # Magenta (Syntax var) +export COLOR_07="#1FA6AC" # Cyan (Prompt) +export COLOR_08="#8A8EAC" # White -export COLOR_09="#5b3725" # Bright Black -export COLOR_10="#ff3d48" # Bright Red (Command error) -export COLOR_11="#3bff99" # Bright Green (Exec) -export COLOR_12="#ff5e1e" # Bright Yellow -export COLOR_13="#4488ff" # Bright Blue (Folder) -export COLOR_14="#ffc21d" # Bright Magenta -export COLOR_15="#1ffaff" # Bright Cyan -export COLOR_16="#5b6ea7" # Bright White +export COLOR_09="#5B3725" # Bright Black +export COLOR_10="#FF3D48" # Bright Red (Command error) +export COLOR_11="#3BFF99" # Bright Green (Exec) +export COLOR_12="#FF5E1E" # Bright Yellow +export COLOR_13="#4488FF" # Bright Blue (Folder) +export COLOR_14="#FFC21D" # Bright Magenta +export COLOR_15="#1FFAFF" # Bright Cyan +export COLOR_16="#5B6EA7" # Bright White export BACKGROUND_COLOR="#222125" # Background -export FOREGROUND_COLOR="#8a8dae" # Foreground (Text) +export FOREGROUND_COLOR="#8A8DAE" # Foreground (Text) -export CURSOR_COLOR="#8a8dae" # Cursor +export CURSOR_COLOR="#8A8DAE" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/omni.sh b/themes/omni.sh old mode 100755 new mode 100644 index 38d3536..618b9f6 --- a/themes/omni.sh +++ b/themes/omni.sh @@ -4,7 +4,7 @@ export PROFILE_NAME="Omni" export COLOR_01="#191622" # Black (Host) export COLOR_02="#E96379" # Red (Syntax string) -export COLOR_03="#67e480" # Green (Command) +export COLOR_03="#67E480" # Green (Command) export COLOR_04="#E89E64" # Yellow (Command second) export COLOR_05="#78D1E1" # Blue (Path) export COLOR_06="#988BC7" # Magenta (Syntax var) @@ -13,12 +13,12 @@ export COLOR_08="#ABB2BF" # White export COLOR_09="#000000" # Bright Black export COLOR_10="#E96379" # Bright Red (Command error) -export COLOR_11="#67e480" # Bright Green (Exec) +export COLOR_11="#67E480" # Bright Green (Exec) export COLOR_12="#E89E64" # Bright Yellow export COLOR_13="#78D1E1" # Bright Blue (Folder) export COLOR_14="#988BC7" # Bright Magenta export COLOR_15="#FF79C6" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#191622" # Background export FOREGROUND_COLOR="#ABB2BF" # Foreground (Text) diff --git a/themes/one-dark.sh b/themes/one-dark.sh old mode 100755 new mode 100644 diff --git a/themes/one-half-black.sh b/themes/one-half-black.sh old mode 100755 new mode 100644 index 3ba73d7..3a28b89 --- a/themes/one-half-black.sh +++ b/themes/one-half-black.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="One Half Black" -export COLOR_01="#282c34" # Black (Host) -export COLOR_02="#e06c75" # Red (Syntax string) -export COLOR_03="#98c379" # Green (Command) -export COLOR_04="#e5c07b" # Yellow (Command second) -export COLOR_05="#61afef" # Blue (Path) -export COLOR_06="#c678dd" # Magenta (Syntax var) -export COLOR_07="#56b6c2" # Cyan (Prompt) -export COLOR_08="#dcdfe4" # White +export COLOR_01="#282C34" # Black (Host) +export COLOR_02="#E06C75" # Red (Syntax string) +export COLOR_03="#98C379" # Green (Command) +export COLOR_04="#E5C07B" # Yellow (Command second) +export COLOR_05="#61AFEF" # Blue (Path) +export COLOR_06="#C678DD" # Magenta (Syntax var) +export COLOR_07="#56B6C2" # Cyan (Prompt) +export COLOR_08="#DCDFE4" # White -export COLOR_09="#282c34" # Bright Black -export COLOR_10="#e06c75" # Bright Red (Command error) -export COLOR_11="#98c379" # Bright Green (Exec) -export COLOR_12="#e5c07b" # Bright Yellow -export COLOR_13="#61afef" # Bright Blue (Folder) -export COLOR_14="#c678dd" # Bright Magenta -export COLOR_15="#56b6c2" # Bright Cyan -export COLOR_16="#dcdfe4" # Bright White +export COLOR_09="#282C34" # Bright Black +export COLOR_10="#E06C75" # Bright Red (Command error) +export COLOR_11="#98C379" # Bright Green (Exec) +export COLOR_12="#E5C07B" # Bright Yellow +export COLOR_13="#61AFEF" # Bright Blue (Folder) +export COLOR_14="#C678DD" # Bright Magenta +export COLOR_15="#56B6C2" # Bright Cyan +export COLOR_16="#DCDFE4" # Bright White export BACKGROUND_COLOR="#000000" # Background -export FOREGROUND_COLOR="#dcdfe4" # Foreground (Text) +export FOREGROUND_COLOR="#DCDFE4" # Foreground (Text) -export CURSOR_COLOR="#dcdfe4" # Cursor +export CURSOR_COLOR="#DCDFE4" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/one-light.sh b/themes/one-light.sh old mode 100755 new mode 100644 diff --git a/themes/palenight.sh b/themes/palenight.sh old mode 100755 new mode 100644 diff --git a/themes/pali.sh b/themes/pali.sh old mode 100755 new mode 100644 index e0b70a1..16a4b2d --- a/themes/pali.sh +++ b/themes/pali.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Pali" -export COLOR_01="#0a0a0a" # Black (Host) -export COLOR_02="#ab8f74" # Red (Syntax string) -export COLOR_03="#74ab8f" # Green (Command) -export COLOR_04="#8fab74" # Yellow (Command second) -export COLOR_05="#8f74ab" # Blue (Path) -export COLOR_06="#ab748f" # Magenta (Syntax var) -export COLOR_07="#748fab" # Cyan (Prompt) +export COLOR_01="#0A0A0A" # Black (Host) +export COLOR_02="#AB8F74" # Red (Syntax string) +export COLOR_03="#74AB8F" # Green (Command) +export COLOR_04="#8FAB74" # Yellow (Command second) +export COLOR_05="#8F74AB" # Blue (Path) +export COLOR_06="#AB748F" # Magenta (Syntax var) +export COLOR_07="#748FAB" # Cyan (Prompt) export COLOR_08="#F2F2F2" # White export COLOR_09="#5D5D5D" # Bright Black export COLOR_10="#FF1D62" # Bright Red (Command error) -export COLOR_11="#9cc3af" # Bright Green (Exec) +export COLOR_11="#9CC3AF" # Bright Green (Exec) export COLOR_12="#FFD00A" # Bright Yellow -export COLOR_13="#af9cc3" # Bright Blue (Folder) +export COLOR_13="#AF9CC3" # Bright Blue (Folder) export COLOR_14="#FF1D62" # Bright Magenta export COLOR_15="#4BB8FD" # Bright Cyan export COLOR_16="#A020F0" # Bright White export BACKGROUND_COLOR="#232E37" # Background -export FOREGROUND_COLOR="#d9e6f2" # Foreground (Text) +export FOREGROUND_COLOR="#D9E6F2" # Foreground (Text) -export CURSOR_COLOR="#d9e6f2" # Cursor +export CURSOR_COLOR="#D9E6F2" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/panda.sh b/themes/panda.sh old mode 100755 new mode 100644 diff --git a/themes/papercolor-dark.sh b/themes/papercolor-dark.sh old mode 100755 new mode 100644 diff --git a/themes/papercolor-light.sh b/themes/papercolor-light.sh old mode 100755 new mode 100644 diff --git a/themes/paraiso-dark.sh b/themes/paraiso-dark.sh old mode 100755 new mode 100644 index dfc407b..f1b3c4f --- a/themes/paraiso-dark.sh +++ b/themes/paraiso-dark.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Paraiso Dark" -export COLOR_01="#2f1e2e" # Black (Host) -export COLOR_02="#ef6155" # Red (Syntax string) -export COLOR_03="#48b685" # Green (Command) -export COLOR_04="#fec418" # Yellow (Command second) -export COLOR_05="#06b6ef" # Blue (Path) -export COLOR_06="#815ba4" # Magenta (Syntax var) -export COLOR_07="#5bc4bf" # Cyan (Prompt) -export COLOR_08="#a39e9b" # White +export COLOR_01="#2F1E2E" # Black (Host) +export COLOR_02="#EF6155" # Red (Syntax string) +export COLOR_03="#48B685" # Green (Command) +export COLOR_04="#FEC418" # Yellow (Command second) +export COLOR_05="#06B6EF" # Blue (Path) +export COLOR_06="#815BA4" # Magenta (Syntax var) +export COLOR_07="#5BC4BF" # Cyan (Prompt) +export COLOR_08="#A39E9B" # White -export COLOR_09="#776e71" # Bright Black -export COLOR_10="#ef6155" # Bright Red (Command error) -export COLOR_11="#48b685" # Bright Green (Exec) -export COLOR_12="#fec418" # Bright Yellow -export COLOR_13="#06b6ef" # Bright Blue (Folder) -export COLOR_14="#815ba4" # Bright Magenta -export COLOR_15="#5bc4bf" # Bright Cyan -export COLOR_16="#e7e9db" # Bright White +export COLOR_09="#776E71" # Bright Black +export COLOR_10="#EF6155" # Bright Red (Command error) +export COLOR_11="#48B685" # Bright Green (Exec) +export COLOR_12="#FEC418" # Bright Yellow +export COLOR_13="#06B6EF" # Bright Blue (Folder) +export COLOR_14="#815BA4" # Bright Magenta +export COLOR_15="#5BC4BF" # Bright Cyan +export COLOR_16="#E7E9DB" # Bright White -export BACKGROUND_COLOR="#2f1e2e" # Background -export FOREGROUND_COLOR="#a39e9b" # Foreground (Text) +export BACKGROUND_COLOR="#2F1E2E" # Background +export FOREGROUND_COLOR="#A39E9B" # Foreground (Text) -export CURSOR_COLOR="#a39e9b" # Cursor +export CURSOR_COLOR="#A39E9B" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/paul-millr.sh b/themes/paul-millr.sh old mode 100755 new mode 100644 index b77abf5..6641785 --- a/themes/paul-millr.sh +++ b/themes/paul-millr.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Paul Millr" -export COLOR_01="#2a2a2a" # Black (Host) -export COLOR_02="#ff0000" # Red (Syntax string) -export COLOR_03="#79ff0f" # Green (Command) -export COLOR_04="#d3bf00" # Yellow (Command second) -export COLOR_05="#396bd7" # Blue (Path) -export COLOR_06="#b449be" # Magenta (Syntax var) -export COLOR_07="#66ccff" # Cyan (Prompt) -export COLOR_08="#bbbbbb" # White +export COLOR_01="#2A2A2A" # Black (Host) +export COLOR_02="#FF0000" # Red (Syntax string) +export COLOR_03="#79FF0F" # Green (Command) +export COLOR_04="#D3BF00" # Yellow (Command second) +export COLOR_05="#396BD7" # Blue (Path) +export COLOR_06="#B449BE" # Magenta (Syntax var) +export COLOR_07="#66CCFF" # Cyan (Prompt) +export COLOR_08="#BBBBBB" # White export COLOR_09="#666666" # Bright Black -export COLOR_10="#ff0080" # Bright Red (Command error) -export COLOR_11="#66ff66" # Bright Green (Exec) -export COLOR_12="#f3d64e" # Bright Yellow -export COLOR_13="#709aed" # Bright Blue (Folder) -export COLOR_14="#db67e6" # Bright Magenta -export COLOR_15="#7adff2" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#FF0080" # Bright Red (Command error) +export COLOR_11="#66FF66" # Bright Green (Exec) +export COLOR_12="#F3D64E" # Bright Yellow +export COLOR_13="#709AED" # Bright Blue (Folder) +export COLOR_14="#DB67E6" # Bright Magenta +export COLOR_15="#7ADFF2" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#000000" # Background -export FOREGROUND_COLOR="#f2f2f2" # Foreground (Text) +export FOREGROUND_COLOR="#F2F2F2" # Foreground (Text) -export CURSOR_COLOR="#f2f2f2" # Cursor +export CURSOR_COLOR="#F2F2F2" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/pencil-dark.sh b/themes/pencil-dark.sh old mode 100755 new mode 100644 index fd0ef97..b13f145 --- a/themes/pencil-dark.sh +++ b/themes/pencil-dark.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Pencil Dark" export COLOR_01="#212121" # Black (Host) -export COLOR_02="#c30771" # Red (Syntax string) -export COLOR_03="#10a778" # Green (Command) -export COLOR_04="#a89c14" # Yellow (Command second) -export COLOR_05="#008ec4" # Blue (Path) -export COLOR_06="#523c79" # Magenta (Syntax var) -export COLOR_07="#20a5ba" # Cyan (Prompt) -export COLOR_08="#d9d9d9" # White +export COLOR_02="#C30771" # Red (Syntax string) +export COLOR_03="#10A778" # Green (Command) +export COLOR_04="#A89C14" # Yellow (Command second) +export COLOR_05="#008EC4" # Blue (Path) +export COLOR_06="#523C79" # Magenta (Syntax var) +export COLOR_07="#20A5BA" # Cyan (Prompt) +export COLOR_08="#D9D9D9" # White export COLOR_09="#424242" # Bright Black -export COLOR_10="#fb007a" # Bright Red (Command error) -export COLOR_11="#5fd7af" # Bright Green (Exec) -export COLOR_12="#f3e430" # Bright Yellow -export COLOR_13="#20bbfc" # Bright Blue (Folder) -export COLOR_14="#6855de" # Bright Magenta -export COLOR_15="#4fb8cc" # Bright Cyan -export COLOR_16="#f1f1f1" # Bright White +export COLOR_10="#FB007A" # Bright Red (Command error) +export COLOR_11="#5FD7AF" # Bright Green (Exec) +export COLOR_12="#F3E430" # Bright Yellow +export COLOR_13="#20BBFC" # Bright Blue (Folder) +export COLOR_14="#6855DE" # Bright Magenta +export COLOR_15="#4FB8CC" # Bright Cyan +export COLOR_16="#F1F1F1" # Bright White export BACKGROUND_COLOR="#212121" # Background -export FOREGROUND_COLOR="#f1f1f1" # Foreground (Text) +export FOREGROUND_COLOR="#F1F1F1" # Foreground (Text) -export CURSOR_COLOR="#f1f1f1" # Cursor +export CURSOR_COLOR="#F1F1F1" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/pencil-light.sh b/themes/pencil-light.sh old mode 100755 new mode 100644 index 283f4bc..7e5679e --- a/themes/pencil-light.sh +++ b/themes/pencil-light.sh @@ -3,24 +3,24 @@ export PROFILE_NAME="Pencil Light" export COLOR_01="#212121" # Black (Host) -export COLOR_02="#c30771" # Red (Syntax string) -export COLOR_03="#10a778" # Green (Command) -export COLOR_04="#a89c14" # Yellow (Command second) -export COLOR_05="#008ec4" # Blue (Path) -export COLOR_06="#523c79" # Magenta (Syntax var) -export COLOR_07="#20a5ba" # Cyan (Prompt) -export COLOR_08="#d9d9d9" # White +export COLOR_02="#C30771" # Red (Syntax string) +export COLOR_03="#10A778" # Green (Command) +export COLOR_04="#A89C14" # Yellow (Command second) +export COLOR_05="#008EC4" # Blue (Path) +export COLOR_06="#523C79" # Magenta (Syntax var) +export COLOR_07="#20A5BA" # Cyan (Prompt) +export COLOR_08="#D9D9D9" # White export COLOR_09="#424242" # Bright Black -export COLOR_10="#fb007a" # Bright Red (Command error) -export COLOR_11="#5fd7af" # Bright Green (Exec) -export COLOR_12="#f3e430" # Bright Yellow -export COLOR_13="#20bbfc" # Bright Blue (Folder) -export COLOR_14="#6855de" # Bright Magenta -export COLOR_15="#4fb8cc" # Bright Cyan -export COLOR_16="#f1f1f1" # Bright White +export COLOR_10="#FB007A" # Bright Red (Command error) +export COLOR_11="#5FD7AF" # Bright Green (Exec) +export COLOR_12="#F3E430" # Bright Yellow +export COLOR_13="#20BBFC" # Bright Blue (Folder) +export COLOR_14="#6855DE" # Bright Magenta +export COLOR_15="#4FB8CC" # Bright Cyan +export COLOR_16="#F1F1F1" # Bright White -export BACKGROUND_COLOR="#f1f1f1" # Background +export BACKGROUND_COLOR="#F1F1F1" # Background export FOREGROUND_COLOR="#424242" # Foreground (Text) export CURSOR_COLOR="#424242" # Cursor diff --git a/themes/peppermint.sh b/themes/peppermint.sh old mode 100755 new mode 100644 diff --git a/themes/pixiefloss.sh b/themes/pixiefloss.sh old mode 100755 new mode 100644 index 8f037dd..d48cb8d --- a/themes/pixiefloss.sh +++ b/themes/pixiefloss.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Pixiefloss" -export COLOR_01="#2f2942" # Black (Host) -export COLOR_02="#ff857f" # Red (Syntax string) -export COLOR_03="#48b685" # Green (Command) -export COLOR_04="#e6c000" # Yellow (Command second) -export COLOR_05="#ae81ff" # Blue (Path) -export COLOR_06="#ef6155" # Magenta (Syntax var) -export COLOR_07="#c2ffdf" # Cyan (Prompt) -export COLOR_08="#f8f8f2" # White +export COLOR_01="#2F2942" # Black (Host) +export COLOR_02="#FF857F" # Red (Syntax string) +export COLOR_03="#48B685" # Green (Command) +export COLOR_04="#E6C000" # Yellow (Command second) +export COLOR_05="#AE81FF" # Blue (Path) +export COLOR_06="#EF6155" # Magenta (Syntax var) +export COLOR_07="#C2FFDF" # Cyan (Prompt) +export COLOR_08="#F8F8F2" # White -export COLOR_09="#75507b" # Bright Black -export COLOR_10="#f1568e" # Bright Red (Command error) -export COLOR_11="#5adba2" # Bright Green (Exec) -export COLOR_12="#d5a425" # Bright Yellow -export COLOR_13="#c5a3ff" # Bright Blue (Folder) -export COLOR_14="#ef6155" # Bright Magenta -export COLOR_15="#c2ffff" # Bright Cyan -export COLOR_16="#f8f8f0" # Bright White +export COLOR_09="#75507B" # Bright Black +export COLOR_10="#F1568E" # Bright Red (Command error) +export COLOR_11="#5ADBA2" # Bright Green (Exec) +export COLOR_12="#D5A425" # Bright Yellow +export COLOR_13="#C5A3FF" # Bright Blue (Folder) +export COLOR_14="#EF6155" # Bright Magenta +export COLOR_15="#C2FFFF" # Bright Cyan +export COLOR_16="#F8F8F0" # Bright White -export BACKGROUND_COLOR="#241f33" # Background -export FOREGROUND_COLOR="#d1cae8" # Foreground (Text) +export BACKGROUND_COLOR="#241F33" # Background +export FOREGROUND_COLOR="#D1CAE8" # Foreground (Text) -export CURSOR_COLOR="#d1cae8" # Cursor +export CURSOR_COLOR="#D1CAE8" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/pnevma.sh b/themes/pnevma.sh old mode 100755 new mode 100644 index 7c85d78..5c5e5ef --- a/themes/pnevma.sh +++ b/themes/pnevma.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Pnevma" -export COLOR_01="#2f2e2d" # Black (Host) -export COLOR_02="#a36666" # Red (Syntax string) -export COLOR_03="#90a57d" # Green (Command) -export COLOR_04="#d7af87" # Yellow (Command second) -export COLOR_05="#7fa5bd" # Blue (Path) -export COLOR_06="#c79ec4" # Magenta (Syntax var) -export COLOR_07="#8adbb4" # Cyan (Prompt) -export COLOR_08="#d0d0d0" # White +export COLOR_01="#2F2E2D" # Black (Host) +export COLOR_02="#A36666" # Red (Syntax string) +export COLOR_03="#90A57D" # Green (Command) +export COLOR_04="#D7AF87" # Yellow (Command second) +export COLOR_05="#7FA5BD" # Blue (Path) +export COLOR_06="#C79EC4" # Magenta (Syntax var) +export COLOR_07="#8ADBB4" # Cyan (Prompt) +export COLOR_08="#D0D0D0" # White -export COLOR_09="#4a4845" # Bright Black -export COLOR_10="#d78787" # Bright Red (Command error) -export COLOR_11="#afbea2" # Bright Green (Exec) -export COLOR_12="#e4c9af" # Bright Yellow -export COLOR_13="#a1bdce" # Bright Blue (Folder) -export COLOR_14="#d7beda" # Bright Magenta -export COLOR_15="#b1e7dd" # Bright Cyan -export COLOR_16="#efefef" # Bright White +export COLOR_09="#4A4845" # Bright Black +export COLOR_10="#D78787" # Bright Red (Command error) +export COLOR_11="#AFBEA2" # Bright Green (Exec) +export COLOR_12="#E4C9AF" # Bright Yellow +export COLOR_13="#A1BDCE" # Bright Blue (Folder) +export COLOR_14="#D7BEDA" # Bright Magenta +export COLOR_15="#B1E7DD" # Bright Cyan +export COLOR_16="#EFEFEF" # Bright White -export BACKGROUND_COLOR="#1c1c1c" # Background -export FOREGROUND_COLOR="#d0d0d0" # Foreground (Text) +export BACKGROUND_COLOR="#1C1C1C" # Background +export FOREGROUND_COLOR="#D0D0D0" # Foreground (Text) -export CURSOR_COLOR="#d0d0d0" # Cursor +export CURSOR_COLOR="#D0D0D0" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/powershell.sh b/themes/powershell.sh old mode 100755 new mode 100644 diff --git a/themes/predawn.sh b/themes/predawn.sh old mode 100755 new mode 100644 index fe2660a..a2a14f4 --- a/themes/predawn.sh +++ b/themes/predawn.sh @@ -3,22 +3,22 @@ export PROFILE_NAME="Predawn" export COLOR_01="#F18260" # Black (Host) -export COLOR_02="#b51a20" # Red (Syntax string) -export COLOR_03="#a6cc75" # Green (Command) -export COLOR_04="#fed33a" # Yellow (Command second) -export COLOR_05="#81b2b1" # Blue (Path) -export COLOR_06="#eb6c4e" # Magenta (Syntax var) -export COLOR_07="#81b2b1" # Cyan (Prompt) -export COLOR_08="#eaeaea" # White +export COLOR_02="#B51A20" # Red (Syntax string) +export COLOR_03="#A6CC75" # Green (Command) +export COLOR_04="#FED33A" # Yellow (Command second) +export COLOR_05="#81B2B1" # Blue (Path) +export COLOR_06="#EB6C4E" # Magenta (Syntax var) +export COLOR_07="#81B2B1" # Cyan (Prompt) +export COLOR_08="#EAEAEA" # White export COLOR_09="#666666" # Bright Black -export COLOR_10="#ff000b" # Bright Red (Command error) -export COLOR_11="#c4ee94" # Bright Green (Exec) -export COLOR_12="#e8e06d" # Bright Yellow -export COLOR_13="#a5ebea" # Bright Blue (Folder) -export COLOR_14="#ef8a50" # Bright Magenta -export COLOR_15="#a5ebea" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#FF000B" # Bright Red (Command error) +export COLOR_11="#C4EE94" # Bright Green (Exec) +export COLOR_12="#E8E06D" # Bright Yellow +export COLOR_13="#A5EBEA" # Bright Blue (Folder) +export COLOR_14="#EF8A50" # Bright Magenta +export COLOR_15="#A5EBEA" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#282828" # Background export FOREGROUND_COLOR="#F1F1F1" # Foreground (Text) diff --git a/themes/pro.sh b/themes/pro.sh old mode 100755 new mode 100644 index 9c562c3..de711cd --- a/themes/pro.sh +++ b/themes/pro.sh @@ -4,26 +4,26 @@ export PROFILE_NAME="Pro" export COLOR_01="#000000" # Black (Host) export COLOR_02="#990000" # Red (Syntax string) -export COLOR_03="#00a600" # Green (Command) +export COLOR_03="#00A600" # Green (Command) export COLOR_04="#999900" # Yellow (Command second) -export COLOR_05="#2009db" # Blue (Path) -export COLOR_06="#b200b2" # Magenta (Syntax var) -export COLOR_07="#00a6b2" # Cyan (Prompt) -export COLOR_08="#bfbfbf" # White +export COLOR_05="#2009DB" # Blue (Path) +export COLOR_06="#B200B2" # Magenta (Syntax var) +export COLOR_07="#00A6B2" # Cyan (Prompt) +export COLOR_08="#BFBFBF" # White export COLOR_09="#666666" # Bright Black -export COLOR_10="#e50000" # Bright Red (Command error) -export COLOR_11="#00d900" # Bright Green (Exec) -export COLOR_12="#e5e500" # Bright Yellow -export COLOR_13="#0000ff" # Bright Blue (Folder) -export COLOR_14="#e500e5" # Bright Magenta -export COLOR_15="#00e5e5" # Bright Cyan -export COLOR_16="#e5e5e5" # Bright White +export COLOR_10="#E50000" # Bright Red (Command error) +export COLOR_11="#00D900" # Bright Green (Exec) +export COLOR_12="#E5E500" # Bright Yellow +export COLOR_13="#0000FF" # Bright Blue (Folder) +export COLOR_14="#E500E5" # Bright Magenta +export COLOR_15="#00E5E5" # Bright Cyan +export COLOR_16="#E5E5E5" # Bright White export BACKGROUND_COLOR="#000000" # Background -export FOREGROUND_COLOR="#f2f2f2" # Foreground (Text) +export FOREGROUND_COLOR="#F2F2F2" # Foreground (Text) -export CURSOR_COLOR="#f2f2f2" # Cursor +export CURSOR_COLOR="#F2F2F2" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/purple-people-eater.sh b/themes/purple-people-eater.sh old mode 100755 new mode 100644 index 3d00197..2bec7ad --- a/themes/purple-people-eater.sh +++ b/themes/purple-people-eater.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Purple People Eater" -export COLOR_01="#0d1117" # Black (Host) -export COLOR_02="#e34c26" # Red (Syntax string) +export COLOR_01="#0D1117" # Black (Host) +export COLOR_02="#E34C26" # Red (Syntax string) export COLOR_03="#238636" # Green (Command) -export COLOR_04="#ed9a51" # Yellow (Command second) -export COLOR_05="#a5d6ff" # Blue (Path) -export COLOR_06="#6eb0e8" # Magenta (Syntax var) -export COLOR_07="#c09aeb" # Cyan (Prompt) -export COLOR_08="#c9d1d9" # White +export COLOR_04="#ED9A51" # Yellow (Command second) +export COLOR_05="#A5D6FF" # Blue (Path) +export COLOR_06="#6EB0E8" # Magenta (Syntax var) +export COLOR_07="#C09AEB" # Cyan (Prompt) +export COLOR_08="#C9D1D9" # White -export COLOR_09="#0d1117" # Bright Black -export COLOR_10="#ff7b72" # Bright Red (Command error) -export COLOR_11="#3bab4a" # Bright Green (Exec) -export COLOR_12="#ffa657" # Bright Yellow -export COLOR_13="#a5d6ff" # Bright Blue (Folder) -export COLOR_14="#79c0ff" # Bright Magenta -export COLOR_15="#b694df" # Bright Cyan -export COLOR_16="#c9d1d9" # Bright White +export COLOR_09="#0D1117" # Bright Black +export COLOR_10="#FF7B72" # Bright Red (Command error) +export COLOR_11="#3BAB4A" # Bright Green (Exec) +export COLOR_12="#FFA657" # Bright Yellow +export COLOR_13="#A5D6FF" # Bright Blue (Folder) +export COLOR_14="#79C0FF" # Bright Magenta +export COLOR_15="#B694DF" # Bright Cyan +export COLOR_16="#C9D1D9" # Bright White -export BACKGROUND_COLOR="#161b22" # Background -export FOREGROUND_COLOR="#c9d1d9" # Foreground (Text) +export BACKGROUND_COLOR="#161B22" # Background +export FOREGROUND_COLOR="#C9D1D9" # Foreground (Text) -export CURSOR_COLOR="#c9d1d9" # Cursor +export CURSOR_COLOR="#C9D1D9" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/red-alert.sh b/themes/red-alert.sh old mode 100755 new mode 100644 index 391ada6..b7fc736 --- a/themes/red-alert.sh +++ b/themes/red-alert.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Red Alert" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#d62e4e" # Red (Syntax string) -export COLOR_03="#71be6b" # Green (Command) -export COLOR_04="#beb86b" # Yellow (Command second) -export COLOR_05="#489bee" # Blue (Path) -export COLOR_06="#e979d7" # Magenta (Syntax var) -export COLOR_07="#6bbeb8" # Cyan (Prompt) -export COLOR_08="#d6d6d6" # White +export COLOR_02="#D62E4E" # Red (Syntax string) +export COLOR_03="#71BE6B" # Green (Command) +export COLOR_04="#BEB86B" # Yellow (Command second) +export COLOR_05="#489BEE" # Blue (Path) +export COLOR_06="#E979D7" # Magenta (Syntax var) +export COLOR_07="#6BBEB8" # Cyan (Prompt) +export COLOR_08="#D6D6D6" # White export COLOR_09="#262626" # Bright Black -export COLOR_10="#e02553" # Bright Red (Command error) -export COLOR_11="#aff08c" # Bright Green (Exec) -export COLOR_12="#dfddb7" # Bright Yellow -export COLOR_13="#65aaf1" # Bright Blue (Folder) -export COLOR_14="#ddb7df" # Bright Magenta -export COLOR_15="#b7dfdd" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#E02553" # Bright Red (Command error) +export COLOR_11="#AFF08C" # Bright Green (Exec) +export COLOR_12="#DFDDB7" # Bright Yellow +export COLOR_13="#65AAF1" # Bright Blue (Folder) +export COLOR_14="#DDB7DF" # Bright Magenta +export COLOR_15="#B7DFDD" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#762423" # Background -export FOREGROUND_COLOR="#ffffff" # Foreground (Text) +export FOREGROUND_COLOR="#FFFFFF" # Foreground (Text) -export CURSOR_COLOR="#ffffff" # Cursor +export CURSOR_COLOR="#FFFFFF" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/red-sands.sh b/themes/red-sands.sh old mode 100755 new mode 100644 index ee33cae..e1e1465 --- a/themes/red-sands.sh +++ b/themes/red-sands.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Red Sands" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#ff3f00" # Red (Syntax string) -export COLOR_03="#00bb00" # Green (Command) -export COLOR_04="#e7b000" # Yellow (Command second) -export COLOR_05="#0072ff" # Blue (Path) -export COLOR_06="#bb00bb" # Magenta (Syntax var) -export COLOR_07="#00bbbb" # Cyan (Prompt) -export COLOR_08="#bbbbbb" # White +export COLOR_02="#FF3F00" # Red (Syntax string) +export COLOR_03="#00BB00" # Green (Command) +export COLOR_04="#E7B000" # Yellow (Command second) +export COLOR_05="#0072FF" # Blue (Path) +export COLOR_06="#BB00BB" # Magenta (Syntax var) +export COLOR_07="#00BBBB" # Cyan (Prompt) +export COLOR_08="#BBBBBB" # White export COLOR_09="#555555" # Bright Black -export COLOR_10="#bb0000" # Bright Red (Command error) -export COLOR_11="#00bb00" # Bright Green (Exec) -export COLOR_12="#e7b000" # Bright Yellow -export COLOR_13="#0072ae" # Bright Blue (Folder) -export COLOR_14="#ff55ff" # Bright Magenta -export COLOR_15="#55ffff" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#BB0000" # Bright Red (Command error) +export COLOR_11="#00BB00" # Bright Green (Exec) +export COLOR_12="#E7B000" # Bright Yellow +export COLOR_13="#0072AE" # Bright Blue (Folder) +export COLOR_14="#FF55FF" # Bright Magenta +export COLOR_15="#55FFFF" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#7a251e" # Background -export FOREGROUND_COLOR="#d7c9a7" # Foreground (Text) +export BACKGROUND_COLOR="#7A251E" # Background +export FOREGROUND_COLOR="#D7C9A7" # Foreground (Text) -export CURSOR_COLOR="#d7c9a7" # Cursor +export CURSOR_COLOR="#D7C9A7" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/relaxed.sh b/themes/relaxed.sh old mode 100755 new mode 100644 diff --git a/themes/rippedcasts.sh b/themes/rippedcasts.sh old mode 100755 new mode 100644 index e569abf..7ae72f6 --- a/themes/rippedcasts.sh +++ b/themes/rippedcasts.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Rippedcasts" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#cdaf95" # Red (Syntax string) -export COLOR_03="#a8ff60" # Green (Command) -export COLOR_04="#bfbb1f" # Yellow (Command second) -export COLOR_05="#75a5b0" # Blue (Path) -export COLOR_06="#ff73fd" # Magenta (Syntax var) -export COLOR_07="#5a647e" # Cyan (Prompt) -export COLOR_08="#bfbfbf" # White +export COLOR_02="#CDAF95" # Red (Syntax string) +export COLOR_03="#A8FF60" # Green (Command) +export COLOR_04="#BFBB1F" # Yellow (Command second) +export COLOR_05="#75A5B0" # Blue (Path) +export COLOR_06="#FF73FD" # Magenta (Syntax var) +export COLOR_07="#5A647E" # Cyan (Prompt) +export COLOR_08="#BFBFBF" # White export COLOR_09="#666666" # Bright Black -export COLOR_10="#eecbad" # Bright Red (Command error) -export COLOR_11="#bcee68" # Bright Green (Exec) -export COLOR_12="#e5e500" # Bright Yellow -export COLOR_13="#86bdc9" # Bright Blue (Folder) -export COLOR_14="#e500e5" # Bright Magenta -export COLOR_15="#8c9bc4" # Bright Cyan -export COLOR_16="#e5e5e5" # Bright White +export COLOR_10="#EECBAD" # Bright Red (Command error) +export COLOR_11="#BCEE68" # Bright Green (Exec) +export COLOR_12="#E5E500" # Bright Yellow +export COLOR_13="#86BDC9" # Bright Blue (Folder) +export COLOR_14="#E500E5" # Bright Magenta +export COLOR_15="#8C9BC4" # Bright Cyan +export COLOR_16="#E5E5E5" # Bright White -export BACKGROUND_COLOR="#2b2b2b" # Background -export FOREGROUND_COLOR="#ffffff" # Foreground (Text) +export BACKGROUND_COLOR="#2B2B2B" # Background +export FOREGROUND_COLOR="#FFFFFF" # Foreground (Text) -export CURSOR_COLOR="#ffffff" # Cursor +export CURSOR_COLOR="#FFFFFF" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/rose-pine-dawn.sh b/themes/rose-pine-dawn.sh old mode 100755 new mode 100644 diff --git a/themes/rose-pine-moon.sh b/themes/rose-pine-moon.sh old mode 100755 new mode 100644 diff --git a/themes/rose-pine.sh b/themes/rose-pine.sh old mode 100755 new mode 100644 diff --git a/themes/royal.sh b/themes/royal.sh old mode 100755 new mode 100644 index 5a463ca..f5bd4a2 --- a/themes/royal.sh +++ b/themes/royal.sh @@ -2,23 +2,23 @@ export PROFILE_NAME="Royal" -export COLOR_01="#241f2b" # Black (Host) -export COLOR_02="#91284c" # Red (Syntax string) -export COLOR_03="#23801c" # Green (Command) -export COLOR_04="#b49d27" # Yellow (Command second) -export COLOR_05="#6580b0" # Blue (Path) -export COLOR_06="#674d96" # Magenta (Syntax var) -export COLOR_07="#8aaabe" # Cyan (Prompt) +export COLOR_01="#241F2B" # Black (Host) +export COLOR_02="#91284C" # Red (Syntax string) +export COLOR_03="#23801C" # Green (Command) +export COLOR_04="#B49D27" # Yellow (Command second) +export COLOR_05="#6580B0" # Blue (Path) +export COLOR_06="#674D96" # Magenta (Syntax var) +export COLOR_07="#8AAABE" # Cyan (Prompt) export COLOR_08="#524966" # White -export COLOR_09="#312d3d" # Bright Black -export COLOR_10="#d5356c" # Bright Red (Command error) -export COLOR_11="#2cd946" # Bright Green (Exec) -export COLOR_12="#fde83b" # Bright Yellow -export COLOR_13="#90baf9" # Bright Blue (Folder) -export COLOR_14="#a479e3" # Bright Magenta -export COLOR_15="#acd4eb" # Bright Cyan -export COLOR_16="#9e8cbd" # Bright White +export COLOR_09="#312D3D" # Bright Black +export COLOR_10="#D5356C" # Bright Red (Command error) +export COLOR_11="#2CD946" # Bright Green (Exec) +export COLOR_12="#FDE83B" # Bright Yellow +export COLOR_13="#90BAF9" # Bright Blue (Folder) +export COLOR_14="#A479E3" # Bright Magenta +export COLOR_15="#ACD4EB" # Bright Cyan +export COLOR_16="#9E8CBD" # Bright White export BACKGROUND_COLOR="#100815" # Background export FOREGROUND_COLOR="#514968" # Foreground (Text) diff --git a/themes/sat.sh b/themes/sat.sh old mode 100755 new mode 100644 index dc9b681..9cb6861 --- a/themes/sat.sh +++ b/themes/sat.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Sat" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#dd0007" # Red (Syntax string) -export COLOR_03="#07dd00" # Green (Command) -export COLOR_04="#ddd600" # Yellow (Command second) -export COLOR_05="#0007dd" # Blue (Path) -export COLOR_06="#d600dd" # Magenta (Syntax var) -export COLOR_07="#00ddd6" # Cyan (Prompt) -export COLOR_08="#f2f2f2" # White +export COLOR_02="#DD0007" # Red (Syntax string) +export COLOR_03="#07DD00" # Green (Command) +export COLOR_04="#DDD600" # Yellow (Command second) +export COLOR_05="#0007DD" # Blue (Path) +export COLOR_06="#D600DD" # Magenta (Syntax var) +export COLOR_07="#00DDD6" # Cyan (Prompt) +export COLOR_08="#F2F2F2" # White -export COLOR_09="#7d7d7d" # Bright Black -export COLOR_10="#ff7478" # Bright Red (Command error) -export COLOR_11="#78ff74" # Bright Green (Exec) -export COLOR_12="#fffa74" # Bright Yellow -export COLOR_13="#7478ff" # Bright Blue (Folder) -export COLOR_14="#fa74ff" # Bright Magenta -export COLOR_15="#74fffa" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_09="#7D7D7D" # Bright Black +export COLOR_10="#FF7478" # Bright Red (Command error) +export COLOR_11="#78FF74" # Bright Green (Exec) +export COLOR_12="#FFFA74" # Bright Yellow +export COLOR_13="#7478FF" # Bright Blue (Folder) +export COLOR_14="#FA74FF" # Bright Magenta +export COLOR_15="#74FFFA" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#758480" # Background -export FOREGROUND_COLOR="#23476a" # Foreground (Text) +export FOREGROUND_COLOR="#23476A" # Foreground (Text) -export CURSOR_COLOR="#23476a" # Cursor +export CURSOR_COLOR="#23476A" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/sea-shells.sh b/themes/sea-shells.sh old mode 100755 new mode 100644 index eaa4315..e0997cc --- a/themes/sea-shells.sh +++ b/themes/sea-shells.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Sea Shells" -export COLOR_01="#17384c" # Black (Host) -export COLOR_02="#d15123" # Red (Syntax string) -export COLOR_03="#027c9b" # Green (Command) -export COLOR_04="#fca02f" # Yellow (Command second) -export COLOR_05="#1e4950" # Blue (Path) -export COLOR_06="#68d4f1" # Magenta (Syntax var) -export COLOR_07="#50a3b5" # Cyan (Prompt) -export COLOR_08="#deb88d" # White +export COLOR_01="#17384C" # Black (Host) +export COLOR_02="#D15123" # Red (Syntax string) +export COLOR_03="#027C9B" # Green (Command) +export COLOR_04="#FCA02F" # Yellow (Command second) +export COLOR_05="#1E4950" # Blue (Path) +export COLOR_06="#68D4F1" # Magenta (Syntax var) +export COLOR_07="#50A3B5" # Cyan (Prompt) +export COLOR_08="#DEB88D" # White -export COLOR_09="#434b53" # Bright Black -export COLOR_10="#d48678" # Bright Red (Command error) -export COLOR_11="#628d98" # Bright Green (Exec) -export COLOR_12="#fdd39f" # Bright Yellow -export COLOR_13="#1bbcdd" # Bright Blue (Folder) -export COLOR_14="#bbe3ee" # Bright Magenta -export COLOR_15="#87acb4" # Bright Cyan -export COLOR_16="#fee4ce" # Bright White +export COLOR_09="#434B53" # Bright Black +export COLOR_10="#D48678" # Bright Red (Command error) +export COLOR_11="#628D98" # Bright Green (Exec) +export COLOR_12="#FDD39F" # Bright Yellow +export COLOR_13="#1BBCDD" # Bright Blue (Folder) +export COLOR_14="#BBE3EE" # Bright Magenta +export COLOR_15="#87ACB4" # Bright Cyan +export COLOR_16="#FEE4CE" # Bright White -export BACKGROUND_COLOR="#09141b" # Background -export FOREGROUND_COLOR="#deb88d" # Foreground (Text) +export BACKGROUND_COLOR="#09141B" # Background +export FOREGROUND_COLOR="#DEB88D" # Foreground (Text) -export CURSOR_COLOR="#deb88d" # Cursor +export CURSOR_COLOR="#DEB88D" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/seafoam-pastel.sh b/themes/seafoam-pastel.sh old mode 100755 new mode 100644 index 3baf0f5..3edcec7 --- a/themes/seafoam-pastel.sh +++ b/themes/seafoam-pastel.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Seafoam Pastel" export COLOR_01="#757575" # Black (Host) -export COLOR_02="#825d4d" # Red (Syntax string) -export COLOR_03="#728c62" # Green (Command) -export COLOR_04="#ada16d" # Yellow (Command second) -export COLOR_05="#4d7b82" # Blue (Path) -export COLOR_06="#8a7267" # Magenta (Syntax var) +export COLOR_02="#825D4D" # Red (Syntax string) +export COLOR_03="#728C62" # Green (Command) +export COLOR_04="#ADA16D" # Yellow (Command second) +export COLOR_05="#4D7B82" # Blue (Path) +export COLOR_06="#8A7267" # Magenta (Syntax var) export COLOR_07="#729494" # Cyan (Prompt) -export COLOR_08="#e0e0e0" # White +export COLOR_08="#E0E0E0" # White -export COLOR_09="#8a8a8a" # Bright Black -export COLOR_10="#cf937a" # Bright Red (Command error) -export COLOR_11="#98d9aa" # Bright Green (Exec) -export COLOR_12="#fae79d" # Bright Yellow -export COLOR_13="#7ac3cf" # Bright Blue (Folder) -export COLOR_14="#d6b2a1" # Bright Magenta -export COLOR_15="#ade0e0" # Bright Cyan -export COLOR_16="#e0e0e0" # Bright White +export COLOR_09="#8A8A8A" # Bright Black +export COLOR_10="#CF937A" # Bright Red (Command error) +export COLOR_11="#98D9AA" # Bright Green (Exec) +export COLOR_12="#FAE79D" # Bright Yellow +export COLOR_13="#7AC3CF" # Bright Blue (Folder) +export COLOR_14="#D6B2A1" # Bright Magenta +export COLOR_15="#ADE0E0" # Bright Cyan +export COLOR_16="#E0E0E0" # Bright White export BACKGROUND_COLOR="#243435" # Background -export FOREGROUND_COLOR="#d4e7d4" # Foreground (Text) +export FOREGROUND_COLOR="#D4E7D4" # Foreground (Text) -export CURSOR_COLOR="#d4e7d4" # Cursor +export CURSOR_COLOR="#D4E7D4" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/seti.sh b/themes/seti.sh old mode 100755 new mode 100644 index 1c0df3f..09fbfa5 --- a/themes/seti.sh +++ b/themes/seti.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Seti" export COLOR_01="#323232" # Black (Host) -export COLOR_02="#c22832" # Red (Syntax string) -export COLOR_03="#8ec43d" # Green (Command) -export COLOR_04="#e0c64f" # Yellow (Command second) -export COLOR_05="#43a5d5" # Blue (Path) -export COLOR_06="#8b57b5" # Magenta (Syntax var) -export COLOR_07="#8ec43d" # Cyan (Prompt) -export COLOR_08="#eeeeee" # White +export COLOR_02="#C22832" # Red (Syntax string) +export COLOR_03="#8EC43D" # Green (Command) +export COLOR_04="#E0C64F" # Yellow (Command second) +export COLOR_05="#43A5D5" # Blue (Path) +export COLOR_06="#8B57B5" # Magenta (Syntax var) +export COLOR_07="#8EC43D" # Cyan (Prompt) +export COLOR_08="#EEEEEE" # White export COLOR_09="#323232" # Bright Black -export COLOR_10="#c22832" # Bright Red (Command error) -export COLOR_11="#8ec43d" # Bright Green (Exec) -export COLOR_12="#e0c64f" # Bright Yellow -export COLOR_13="#43a5d5" # Bright Blue (Folder) -export COLOR_14="#8b57b5" # Bright Magenta -export COLOR_15="#8ec43d" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#C22832" # Bright Red (Command error) +export COLOR_11="#8EC43D" # Bright Green (Exec) +export COLOR_12="#E0C64F" # Bright Yellow +export COLOR_13="#43A5D5" # Bright Blue (Folder) +export COLOR_14="#8B57B5" # Bright Magenta +export COLOR_15="#8EC43D" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#111213" # Background -export FOREGROUND_COLOR="#cacecd" # Foreground (Text) +export FOREGROUND_COLOR="#CACECD" # Foreground (Text) -export CURSOR_COLOR="#cacecd" # Cursor +export CURSOR_COLOR="#CACECD" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/shaman.sh b/themes/shaman.sh old mode 100755 new mode 100644 index 8f0242b..30e14a8 --- a/themes/shaman.sh +++ b/themes/shaman.sh @@ -3,22 +3,22 @@ export PROFILE_NAME="Shaman" export COLOR_01="#012026" # Black (Host) -export COLOR_02="#b2302d" # Red (Syntax string) -export COLOR_03="#00a941" # Green (Command) -export COLOR_04="#5e8baa" # Yellow (Command second) -export COLOR_05="#449a86" # Blue (Path) -export COLOR_06="#00599d" # Magenta (Syntax var) -export COLOR_07="#5d7e19" # Cyan (Prompt) +export COLOR_02="#B2302D" # Red (Syntax string) +export COLOR_03="#00A941" # Green (Command) +export COLOR_04="#5E8BAA" # Yellow (Command second) +export COLOR_05="#449A86" # Blue (Path) +export COLOR_06="#00599D" # Magenta (Syntax var) +export COLOR_07="#5D7E19" # Cyan (Prompt) export COLOR_08="#405555" # White export COLOR_09="#384451" # Bright Black -export COLOR_10="#ff4242" # Bright Red (Command error) -export COLOR_11="#2aea5e" # Bright Green (Exec) -export COLOR_12="#8ed4fd" # Bright Yellow -export COLOR_13="#61d5ba" # Bright Blue (Folder) -export COLOR_14="#1298ff" # Bright Magenta -export COLOR_15="#98d028" # Bright Cyan -export COLOR_16="#58fbd6" # Bright White +export COLOR_10="#FF4242" # Bright Red (Command error) +export COLOR_11="#2AEA5E" # Bright Green (Exec) +export COLOR_12="#8ED4FD" # Bright Yellow +export COLOR_13="#61D5BA" # Bright Blue (Folder) +export COLOR_14="#1298FF" # Bright Magenta +export COLOR_15="#98D028" # Bright Cyan +export COLOR_16="#58FBD6" # Bright White export BACKGROUND_COLOR="#001015" # Background export FOREGROUND_COLOR="#405555" # Foreground (Text) diff --git a/themes/shel.sh b/themes/shel.sh old mode 100755 new mode 100644 index e0fc2e0..7af18ca --- a/themes/shel.sh +++ b/themes/shel.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Shel" -export COLOR_01="#2c2423" # Black (Host) -export COLOR_02="#ab2463" # Red (Syntax string) -export COLOR_03="#6ca323" # Green (Command) -export COLOR_04="#ab6423" # Yellow (Command second) -export COLOR_05="#2c64a2" # Blue (Path) -export COLOR_06="#6c24a2" # Magenta (Syntax var) -export COLOR_07="#2ca363" # Cyan (Prompt) +export COLOR_01="#2C2423" # Black (Host) +export COLOR_02="#AB2463" # Red (Syntax string) +export COLOR_03="#6CA323" # Green (Command) +export COLOR_04="#AB6423" # Yellow (Command second) +export COLOR_05="#2C64A2" # Blue (Path) +export COLOR_06="#6C24A2" # Magenta (Syntax var) +export COLOR_07="#2CA363" # Cyan (Prompt) export COLOR_08="#918988" # White export COLOR_09="#918988" # Bright Black -export COLOR_10="#f588b9" # Bright Red (Command error) -export COLOR_11="#c2ee86" # Bright Green (Exec) -export COLOR_12="#f5ba86" # Bright Yellow -export COLOR_13="#8fbaec" # Bright Blue (Folder) -export COLOR_14="#c288ec" # Bright Magenta -export COLOR_15="#8feeb9" # Bright Cyan -export COLOR_16="#f5eeec" # Bright White +export COLOR_10="#F588B9" # Bright Red (Command error) +export COLOR_11="#C2EE86" # Bright Green (Exec) +export COLOR_12="#F5BA86" # Bright Yellow +export COLOR_13="#8FBAEC" # Bright Blue (Folder) +export COLOR_14="#C288EC" # Bright Magenta +export COLOR_15="#8FEEB9" # Bright Cyan +export COLOR_16="#F5EEEC" # Bright White -export BACKGROUND_COLOR="#2a201f" # Background -export FOREGROUND_COLOR="#4882cd" # Foreground (Text) +export BACKGROUND_COLOR="#2A201F" # Background +export FOREGROUND_COLOR="#4882CD" # Foreground (Text) -export CURSOR_COLOR="#4882cd" # Cursor +export CURSOR_COLOR="#4882CD" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/slate.sh b/themes/slate.sh old mode 100755 new mode 100644 index 00df3b4..bc225a4 --- a/themes/slate.sh +++ b/themes/slate.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Slate" export COLOR_01="#222222" # Black (Host) -export COLOR_02="#e2a8bf" # Red (Syntax string) -export COLOR_03="#81d778" # Green (Command) -export COLOR_04="#c4c9c0" # Yellow (Command second) -export COLOR_05="#264b49" # Blue (Path) -export COLOR_06="#a481d3" # Magenta (Syntax var) -export COLOR_07="#15ab9c" # Cyan (Prompt) -export COLOR_08="#02c5e0" # White +export COLOR_02="#E2A8BF" # Red (Syntax string) +export COLOR_03="#81D778" # Green (Command) +export COLOR_04="#C4C9C0" # Yellow (Command second) +export COLOR_05="#264B49" # Blue (Path) +export COLOR_06="#A481D3" # Magenta (Syntax var) +export COLOR_07="#15AB9C" # Cyan (Prompt) +export COLOR_08="#02C5E0" # White -export COLOR_09="#ffffff" # Bright Black -export COLOR_10="#ffcdd9" # Bright Red (Command error) -export COLOR_11="#beffa8" # Bright Green (Exec) -export COLOR_12="#d0ccca" # Bright Yellow -export COLOR_13="#7ab0d2" # Bright Blue (Folder) -export COLOR_14="#c5a7d9" # Bright Magenta -export COLOR_15="#8cdfe0" # Bright Cyan -export COLOR_16="#e0e0e0" # Bright White +export COLOR_09="#FFFFFF" # Bright Black +export COLOR_10="#FFCDD9" # Bright Red (Command error) +export COLOR_11="#BEFFA8" # Bright Green (Exec) +export COLOR_12="#D0CCCA" # Bright Yellow +export COLOR_13="#7AB0D2" # Bright Blue (Folder) +export COLOR_14="#C5A7D9" # Bright Magenta +export COLOR_15="#8CDFE0" # Bright Cyan +export COLOR_16="#E0E0E0" # Bright White export BACKGROUND_COLOR="#222222" # Background -export FOREGROUND_COLOR="#35b1d2" # Foreground (Text) +export FOREGROUND_COLOR="#35B1D2" # Foreground (Text) -export CURSOR_COLOR="#35b1d2" # Cursor +export CURSOR_COLOR="#35B1D2" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/smyck.sh b/themes/smyck.sh old mode 100755 new mode 100644 diff --git a/themes/snazzy.sh b/themes/snazzy.sh old mode 100755 new mode 100644 diff --git a/themes/soft-server.sh b/themes/soft-server.sh old mode 100755 new mode 100644 index dc5de13..d289c3d --- a/themes/soft-server.sh +++ b/themes/soft-server.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Soft Server" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#a2686a" # Red (Syntax string) -export COLOR_03="#9aa56a" # Green (Command) -export COLOR_04="#a3906a" # Yellow (Command second) -export COLOR_05="#6b8fa3" # Blue (Path) -export COLOR_06="#6a71a3" # Magenta (Syntax var) -export COLOR_07="#6ba58f" # Cyan (Prompt) -export COLOR_08="#99a3a2" # White +export COLOR_02="#A2686A" # Red (Syntax string) +export COLOR_03="#9AA56A" # Green (Command) +export COLOR_04="#A3906A" # Yellow (Command second) +export COLOR_05="#6B8FA3" # Blue (Path) +export COLOR_06="#6A71A3" # Magenta (Syntax var) +export COLOR_07="#6BA58F" # Cyan (Prompt) +export COLOR_08="#99A3A2" # White -export COLOR_09="#666c6c" # Bright Black -export COLOR_10="#dd5c60" # Bright Red (Command error) -export COLOR_11="#bfdf55" # Bright Green (Exec) -export COLOR_12="#deb360" # Bright Yellow -export COLOR_13="#62b1df" # Bright Blue (Folder) -export COLOR_14="#606edf" # Bright Magenta -export COLOR_15="#64e39c" # Bright Cyan -export COLOR_16="#d2e0de" # Bright White +export COLOR_09="#666C6C" # Bright Black +export COLOR_10="#DD5C60" # Bright Red (Command error) +export COLOR_11="#BFDF55" # Bright Green (Exec) +export COLOR_12="#DEB360" # Bright Yellow +export COLOR_13="#62B1DF" # Bright Blue (Folder) +export COLOR_14="#606EDF" # Bright Magenta +export COLOR_15="#64E39C" # Bright Cyan +export COLOR_16="#D2E0DE" # Bright White export BACKGROUND_COLOR="#242626" # Background -export FOREGROUND_COLOR="#99a3a2" # Foreground (Text) +export FOREGROUND_COLOR="#99A3A2" # Foreground (Text) -export CURSOR_COLOR="#99a3a2" # Cursor +export CURSOR_COLOR="#99A3A2" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/solarized-darcula.sh b/themes/solarized-darcula.sh old mode 100755 new mode 100644 index 360a329..ed2867e --- a/themes/solarized-darcula.sh +++ b/themes/solarized-darcula.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Solarized Darcula" -export COLOR_01="#25292a" # Black (Host) -export COLOR_02="#f24840" # Red (Syntax string) +export COLOR_01="#25292A" # Black (Host) +export COLOR_02="#F24840" # Red (Syntax string) export COLOR_03="#629655" # Green (Command) -export COLOR_04="#b68800" # Yellow (Command second) -export COLOR_05="#2075c7" # Blue (Path) -export COLOR_06="#797fd4" # Magenta (Syntax var) -export COLOR_07="#15968d" # Cyan (Prompt) -export COLOR_08="#d2d8d9" # White +export COLOR_04="#B68800" # Yellow (Command second) +export COLOR_05="#2075C7" # Blue (Path) +export COLOR_06="#797FD4" # Magenta (Syntax var) +export COLOR_07="#15968D" # Cyan (Prompt) +export COLOR_08="#D2D8D9" # White -export COLOR_09="#25292a" # Bright Black -export COLOR_10="#f24840" # Bright Red (Command error) +export COLOR_09="#25292A" # Bright Black +export COLOR_10="#F24840" # Bright Red (Command error) export COLOR_11="#629655" # Bright Green (Exec) -export COLOR_12="#b68800" # Bright Yellow -export COLOR_13="#2075c7" # Bright Blue (Folder) -export COLOR_14="#797fd4" # Bright Magenta -export COLOR_15="#15968d" # Bright Cyan -export COLOR_16="#d2d8d9" # Bright White +export COLOR_12="#B68800" # Bright Yellow +export COLOR_13="#2075C7" # Bright Blue (Folder) +export COLOR_14="#797FD4" # Bright Magenta +export COLOR_15="#15968D" # Bright Cyan +export COLOR_16="#D2D8D9" # Bright White -export BACKGROUND_COLOR="#3d3f41" # Background -export FOREGROUND_COLOR="#d2d8d9" # Foreground (Text) +export BACKGROUND_COLOR="#3D3F41" # Background +export FOREGROUND_COLOR="#D2D8D9" # Foreground (Text) -export CURSOR_COLOR="#d2d8d9" # Cursor +export CURSOR_COLOR="#D2D8D9" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/solarized-dark-higher-contrast.sh b/themes/solarized-dark-higher-contrast.sh old mode 100755 new mode 100644 index f9c6e03..46b01a1 --- a/themes/solarized-dark-higher-contrast.sh +++ b/themes/solarized-dark-higher-contrast.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Solarized Dark Higher Contrast" export COLOR_01="#002831" # Black (Host) -export COLOR_02="#d11c24" # Red (Syntax string) -export COLOR_03="#6cbe6c" # Green (Command) -export COLOR_04="#a57706" # Yellow (Command second) -export COLOR_05="#2176c7" # Blue (Path) -export COLOR_06="#c61c6f" # Magenta (Syntax var) +export COLOR_02="#D11C24" # Red (Syntax string) +export COLOR_03="#6CBE6C" # Green (Command) +export COLOR_04="#A57706" # Yellow (Command second) +export COLOR_05="#2176C7" # Blue (Path) +export COLOR_06="#C61C6F" # Magenta (Syntax var) export COLOR_07="#259286" # Cyan (Prompt) -export COLOR_08="#eae3cb" # White +export COLOR_08="#EAE3CB" # White export COLOR_09="#006488" # Bright Black -export COLOR_10="#f5163b" # Bright Red (Command error) -export COLOR_11="#51ef84" # Bright Green (Exec) -export COLOR_12="#b27e28" # Bright Yellow -export COLOR_13="#178ec8" # Bright Blue (Folder) -export COLOR_14="#e24d8e" # Bright Magenta -export COLOR_15="#00b39e" # Bright Cyan -export COLOR_16="#fcf4dc" # Bright White +export COLOR_10="#F5163B" # Bright Red (Command error) +export COLOR_11="#51EF84" # Bright Green (Exec) +export COLOR_12="#B27E28" # Bright Yellow +export COLOR_13="#178EC8" # Bright Blue (Folder) +export COLOR_14="#E24D8E" # Bright Magenta +export COLOR_15="#00B39E" # Bright Cyan +export COLOR_16="#FCF4DC" # Bright White -export BACKGROUND_COLOR="#001e27" # Background -export FOREGROUND_COLOR="#9cc2c3" # Foreground (Text) +export BACKGROUND_COLOR="#001E27" # Background +export FOREGROUND_COLOR="#9CC2C3" # Foreground (Text) -export CURSOR_COLOR="#9cc2c3" # Cursor +export CURSOR_COLOR="#9CC2C3" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/solarized-dark.sh b/themes/solarized-dark.sh old mode 100755 new mode 100644 diff --git a/themes/solarized-light.sh b/themes/solarized-light.sh old mode 100755 new mode 100644 diff --git a/themes/sonokai.sh b/themes/sonokai.sh old mode 100755 new mode 100644 diff --git a/themes/spacedust.sh b/themes/spacedust.sh old mode 100755 new mode 100644 index bce796e..bdea8f8 --- a/themes/spacedust.sh +++ b/themes/spacedust.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Spacedust" -export COLOR_01="#6e5346" # Black (Host) -export COLOR_02="#e35b00" # Red (Syntax string) -export COLOR_03="#5cab96" # Green (Command) -export COLOR_04="#e3cd7b" # Yellow (Command second) -export COLOR_05="#0f548b" # Blue (Path) -export COLOR_06="#e35b00" # Magenta (Syntax var) -export COLOR_07="#06afc7" # Cyan (Prompt) -export COLOR_08="#f0f1ce" # White +export COLOR_01="#6E5346" # Black (Host) +export COLOR_02="#E35B00" # Red (Syntax string) +export COLOR_03="#5CAB96" # Green (Command) +export COLOR_04="#E3CD7B" # Yellow (Command second) +export COLOR_05="#0F548B" # Blue (Path) +export COLOR_06="#E35B00" # Magenta (Syntax var) +export COLOR_07="#06AFC7" # Cyan (Prompt) +export COLOR_08="#F0F1CE" # White -export COLOR_09="#684c31" # Bright Black -export COLOR_10="#ff8a3a" # Bright Red (Command error) -export COLOR_11="#aecab8" # Bright Green (Exec) -export COLOR_12="#ffc878" # Bright Yellow -export COLOR_13="#67a0ce" # Bright Blue (Folder) -export COLOR_14="#ff8a3a" # Bright Magenta -export COLOR_15="#83a7b4" # Bright Cyan -export COLOR_16="#fefff1" # Bright White +export COLOR_09="#684C31" # Bright Black +export COLOR_10="#FF8A3A" # Bright Red (Command error) +export COLOR_11="#AECAB8" # Bright Green (Exec) +export COLOR_12="#FFC878" # Bright Yellow +export COLOR_13="#67A0CE" # Bright Blue (Folder) +export COLOR_14="#FF8A3A" # Bright Magenta +export COLOR_15="#83A7B4" # Bright Cyan +export COLOR_16="#FEFFF1" # Bright White -export BACKGROUND_COLOR="#0a1e24" # Background -export FOREGROUND_COLOR="#ecf0c1" # Foreground (Text) +export BACKGROUND_COLOR="#0A1E24" # Background +export FOREGROUND_COLOR="#ECF0C1" # Foreground (Text) -export CURSOR_COLOR="#ecf0c1" # Cursor +export CURSOR_COLOR="#ECF0C1" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/spacegray-eighties-dull.sh b/themes/spacegray-eighties-dull.sh old mode 100755 new mode 100644 index 38235a9..3558d6f --- a/themes/spacegray-eighties-dull.sh +++ b/themes/spacegray-eighties-dull.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Spacegray Eighties Dull" -export COLOR_01="#15171c" # Black (Host) -export COLOR_02="#b24a56" # Red (Syntax string) -export COLOR_03="#92b477" # Green (Command) -export COLOR_04="#c6735a" # Yellow (Command second) -export COLOR_05="#7c8fa5" # Blue (Path) -export COLOR_06="#a5789e" # Magenta (Syntax var) -export COLOR_07="#80cdcb" # Cyan (Prompt) -export COLOR_08="#b3b8c3" # White +export COLOR_01="#15171C" # Black (Host) +export COLOR_02="#B24A56" # Red (Syntax string) +export COLOR_03="#92B477" # Green (Command) +export COLOR_04="#C6735A" # Yellow (Command second) +export COLOR_05="#7C8FA5" # Blue (Path) +export COLOR_06="#A5789E" # Magenta (Syntax var) +export COLOR_07="#80CDCB" # Cyan (Prompt) +export COLOR_08="#B3B8C3" # White export COLOR_09="#555555" # Bright Black -export COLOR_10="#ec5f67" # Bright Red (Command error) -export COLOR_11="#89e986" # Bright Green (Exec) -export COLOR_12="#fec254" # Bright Yellow -export COLOR_13="#5486c0" # Bright Blue (Folder) -export COLOR_14="#bf83c1" # Bright Magenta -export COLOR_15="#58c2c1" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#EC5F67" # Bright Red (Command error) +export COLOR_11="#89E986" # Bright Green (Exec) +export COLOR_12="#FEC254" # Bright Yellow +export COLOR_13="#5486C0" # Bright Blue (Folder) +export COLOR_14="#BF83C1" # Bright Magenta +export COLOR_15="#58C2C1" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#222222" # Background -export FOREGROUND_COLOR="#c9c6bc" # Foreground (Text) +export FOREGROUND_COLOR="#C9C6BC" # Foreground (Text) -export CURSOR_COLOR="#c9c6bc" # Cursor +export CURSOR_COLOR="#C9C6BC" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/spacegray-eighties.sh b/themes/spacegray-eighties.sh old mode 100755 new mode 100644 index 6a23347..db68202 --- a/themes/spacegray-eighties.sh +++ b/themes/spacegray-eighties.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Spacegray Eighties" -export COLOR_01="#15171c" # Black (Host) -export COLOR_02="#ec5f67" # Red (Syntax string) -export COLOR_03="#81a764" # Green (Command) -export COLOR_04="#fec254" # Yellow (Command second) -export COLOR_05="#5486c0" # Blue (Path) -export COLOR_06="#bf83c1" # Magenta (Syntax var) -export COLOR_07="#57c2c1" # Cyan (Prompt) -export COLOR_08="#efece7" # White +export COLOR_01="#15171C" # Black (Host) +export COLOR_02="#EC5F67" # Red (Syntax string) +export COLOR_03="#81A764" # Green (Command) +export COLOR_04="#FEC254" # Yellow (Command second) +export COLOR_05="#5486C0" # Blue (Path) +export COLOR_06="#BF83C1" # Magenta (Syntax var) +export COLOR_07="#57C2C1" # Cyan (Prompt) +export COLOR_08="#EFECE7" # White export COLOR_09="#555555" # Bright Black -export COLOR_10="#ff6973" # Bright Red (Command error) -export COLOR_11="#93d493" # Bright Green (Exec) -export COLOR_12="#ffd256" # Bright Yellow -export COLOR_13="#4d84d1" # Bright Blue (Folder) -export COLOR_14="#ff55ff" # Bright Magenta -export COLOR_15="#83e9e4" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#FF6973" # Bright Red (Command error) +export COLOR_11="#93D493" # Bright Green (Exec) +export COLOR_12="#FFD256" # Bright Yellow +export COLOR_13="#4D84D1" # Bright Blue (Folder) +export COLOR_14="#FF55FF" # Bright Magenta +export COLOR_15="#83E9E4" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#222222" # Background -export FOREGROUND_COLOR="#bdbaae" # Foreground (Text) +export FOREGROUND_COLOR="#BDBAAE" # Foreground (Text) -export CURSOR_COLOR="#bdbaae" # Cursor +export CURSOR_COLOR="#BDBAAE" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/spacegray.sh b/themes/spacegray.sh old mode 100755 new mode 100644 index d29173a..21fbcd2 --- a/themes/spacegray.sh +++ b/themes/spacegray.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Spacegray" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#b04b57" # Red (Syntax string) -export COLOR_03="#87b379" # Green (Command) -export COLOR_04="#e5c179" # Yellow (Command second) -export COLOR_05="#7d8fa4" # Blue (Path) -export COLOR_06="#a47996" # Magenta (Syntax var) -export COLOR_07="#85a7a5" # Cyan (Prompt) -export COLOR_08="#b3b8c3" # White +export COLOR_02="#B04B57" # Red (Syntax string) +export COLOR_03="#87B379" # Green (Command) +export COLOR_04="#E5C179" # Yellow (Command second) +export COLOR_05="#7D8FA4" # Blue (Path) +export COLOR_06="#A47996" # Magenta (Syntax var) +export COLOR_07="#85A7A5" # Cyan (Prompt) +export COLOR_08="#B3B8C3" # White export COLOR_09="#000000" # Bright Black -export COLOR_10="#b04b57" # Bright Red (Command error) -export COLOR_11="#87b379" # Bright Green (Exec) -export COLOR_12="#e5c179" # Bright Yellow -export COLOR_13="#7d8fa4" # Bright Blue (Folder) -export COLOR_14="#a47996" # Bright Magenta -export COLOR_15="#85a7a5" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#B04B57" # Bright Red (Command error) +export COLOR_11="#87B379" # Bright Green (Exec) +export COLOR_12="#E5C179" # Bright Yellow +export COLOR_13="#7D8FA4" # Bright Blue (Folder) +export COLOR_14="#A47996" # Bright Magenta +export COLOR_15="#85A7A5" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#20242d" # Background -export FOREGROUND_COLOR="#b3b8c3" # Foreground (Text) +export BACKGROUND_COLOR="#20242D" # Background +export FOREGROUND_COLOR="#B3B8C3" # Foreground (Text) -export CURSOR_COLOR="#b3b8c3" # Cursor +export CURSOR_COLOR="#B3B8C3" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/spring.sh b/themes/spring.sh old mode 100755 new mode 100644 index 4d97ac9..44a2429 --- a/themes/spring.sh +++ b/themes/spring.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Spring" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#ff4d83" # Red (Syntax string) -export COLOR_03="#1f8c3b" # Green (Command) -export COLOR_04="#1fc95b" # Yellow (Command second) -export COLOR_05="#1dd3ee" # Blue (Path) -export COLOR_06="#8959a8" # Magenta (Syntax var) -export COLOR_07="#3e999f" # Cyan (Prompt) -export COLOR_08="#ffffff" # White +export COLOR_02="#FF4D83" # Red (Syntax string) +export COLOR_03="#1F8C3B" # Green (Command) +export COLOR_04="#1FC95B" # Yellow (Command second) +export COLOR_05="#1DD3EE" # Blue (Path) +export COLOR_06="#8959A8" # Magenta (Syntax var) +export COLOR_07="#3E999F" # Cyan (Prompt) +export COLOR_08="#FFFFFF" # White export COLOR_09="#000000" # Bright Black -export COLOR_10="#ff0021" # Bright Red (Command error) -export COLOR_11="#1fc231" # Bright Green (Exec) -export COLOR_12="#d5b807" # Bright Yellow -export COLOR_13="#15a9fd" # Bright Blue (Folder) -export COLOR_14="#8959a8" # Bright Magenta -export COLOR_15="#3e999f" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#FF0021" # Bright Red (Command error) +export COLOR_11="#1FC231" # Bright Green (Exec) +export COLOR_12="#D5B807" # Bright Yellow +export COLOR_13="#15A9FD" # Bright Blue (Folder) +export COLOR_14="#8959A8" # Bright Magenta +export COLOR_15="#3E999F" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#0a1e24" # Background -export FOREGROUND_COLOR="#ecf0c1" # Foreground (Text) +export BACKGROUND_COLOR="#0A1E24" # Background +export FOREGROUND_COLOR="#ECF0C1" # Foreground (Text) -export CURSOR_COLOR="#ecf0c1" # Cursor +export CURSOR_COLOR="#ECF0C1" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/square.sh b/themes/square.sh old mode 100755 new mode 100644 index 2aea861..eefc625 --- a/themes/square.sh +++ b/themes/square.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Square" export COLOR_01="#050505" # Black (Host) -export COLOR_02="#e9897c" # Red (Syntax string) -export COLOR_03="#b6377d" # Green (Command) -export COLOR_04="#ecebbe" # Yellow (Command second) -export COLOR_05="#a9cdeb" # Blue (Path) -export COLOR_06="#75507b" # Magenta (Syntax var) -export COLOR_07="#c9caec" # Cyan (Prompt) -export COLOR_08="#f2f2f2" # White +export COLOR_02="#E9897C" # Red (Syntax string) +export COLOR_03="#B6377D" # Green (Command) +export COLOR_04="#ECEBBE" # Yellow (Command second) +export COLOR_05="#A9CDEB" # Blue (Path) +export COLOR_06="#75507B" # Magenta (Syntax var) +export COLOR_07="#C9CAEC" # Cyan (Prompt) +export COLOR_08="#F2F2F2" # White export COLOR_09="#141414" # Bright Black -export COLOR_10="#f99286" # Bright Red (Command error) -export COLOR_11="#c3f786" # Bright Green (Exec) -export COLOR_12="#fcfbcc" # Bright Yellow -export COLOR_13="#b6defb" # Bright Blue (Folder) -export COLOR_14="#ad7fa8" # Bright Magenta -export COLOR_15="#d7d9fc" # Bright Cyan -export COLOR_16="#e2e2e2" # Bright White +export COLOR_10="#F99286" # Bright Red (Command error) +export COLOR_11="#C3F786" # Bright Green (Exec) +export COLOR_12="#FCFBCC" # Bright Yellow +export COLOR_13="#B6DEFB" # Bright Blue (Folder) +export COLOR_14="#AD7FA8" # Bright Magenta +export COLOR_15="#D7D9FC" # Bright Cyan +export COLOR_16="#E2E2E2" # Bright White -export BACKGROUND_COLOR="#0a1e24" # Background -export FOREGROUND_COLOR="#a1a1a1" # Foreground (Text) +export BACKGROUND_COLOR="#0A1E24" # Background +export FOREGROUND_COLOR="#A1A1A1" # Foreground (Text) -export CURSOR_COLOR="#a1a1a1" # Cursor +export CURSOR_COLOR="#A1A1A1" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/srcery.sh b/themes/srcery.sh old mode 100755 new mode 100644 index 91e6ea8..4cf43cc --- a/themes/srcery.sh +++ b/themes/srcery.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Srcery" -export COLOR_01="#1c1b19" # Black (Host) -export COLOR_02="#ef2f27" # Red (Syntax string) -export COLOR_03="#519f50" # Green (Command) -export COLOR_04="#fbb829" # Yellow (Command second) -export COLOR_05="#2c78bf" # Blue (Path) -export COLOR_06="#e02c6d" # Magenta (Syntax var) -export COLOR_07="#0aaeb3" # Cyan (Prompt) -export COLOR_08="#baa67f" # White +export COLOR_01="#1C1B19" # Black (Host) +export COLOR_02="#EF2F27" # Red (Syntax string) +export COLOR_03="#519F50" # Green (Command) +export COLOR_04="#FBB829" # Yellow (Command second) +export COLOR_05="#2C78BF" # Blue (Path) +export COLOR_06="#E02C6D" # Magenta (Syntax var) +export COLOR_07="#0AAEB3" # Cyan (Prompt) +export COLOR_08="#BAA67F" # White export COLOR_09="#918175" # Bright Black -export COLOR_10="#f75341" # Bright Red (Command error) -export COLOR_11="#98bc37" # Bright Green (Exec) -export COLOR_12="#fed06e" # Bright Yellow -export COLOR_13="#68a8e4" # Bright Blue (Folder) -export COLOR_14="#ff5c8f" # Bright Magenta -export COLOR_15="#2be4d0" # Bright Cyan -export COLOR_16="#fce8c3" # Bright White +export COLOR_10="#F75341" # Bright Red (Command error) +export COLOR_11="#98BC37" # Bright Green (Exec) +export COLOR_12="#FED06E" # Bright Yellow +export COLOR_13="#68A8E4" # Bright Blue (Folder) +export COLOR_14="#FF5C8F" # Bright Magenta +export COLOR_15="#2BE4D0" # Bright Cyan +export COLOR_16="#FCE8C3" # Bright White -export BACKGROUND_COLOR="#1c1b19" # Background -export FOREGROUND_COLOR="#fce8c3" # Foreground (Text) +export BACKGROUND_COLOR="#1C1B19" # Background +export FOREGROUND_COLOR="#FCE8C3" # Foreground (Text) -export CURSOR_COLOR="#fbb829" # Cursor +export CURSOR_COLOR="#FBB829" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/summer-pop.sh b/themes/summer-pop.sh old mode 100755 new mode 100644 diff --git a/themes/sundried.sh b/themes/sundried.sh old mode 100755 new mode 100644 index 0d94f22..6c8da04 --- a/themes/sundried.sh +++ b/themes/sundried.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Sundried" -export COLOR_01="#302b2a" # Black (Host) -export COLOR_02="#a7463d" # Red (Syntax string) +export COLOR_01="#302B2A" # Black (Host) +export COLOR_02="#A7463D" # Red (Syntax string) export COLOR_03="#587744" # Green (Command) -export COLOR_04="#9d602a" # Yellow (Command second) -export COLOR_05="#485b98" # Blue (Path) +export COLOR_04="#9D602A" # Yellow (Command second) +export COLOR_05="#485B98" # Blue (Path) export COLOR_06="#864651" # Magenta (Syntax var) -export COLOR_07="#9c814f" # Cyan (Prompt) -export COLOR_08="#c9c9c9" # White +export COLOR_07="#9C814F" # Cyan (Prompt) +export COLOR_08="#C9C9C9" # White -export COLOR_09="#4d4e48" # Bright Black -export COLOR_10="#aa000c" # Bright Red (Command error) -export COLOR_11="#128c21" # Bright Green (Exec) -export COLOR_12="#fc6a21" # Bright Yellow -export COLOR_13="#7999f7" # Bright Blue (Folder) -export COLOR_14="#fd8aa1" # Bright Magenta -export COLOR_15="#fad484" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_09="#4D4E48" # Bright Black +export COLOR_10="#AA000C" # Bright Red (Command error) +export COLOR_11="#128C21" # Bright Green (Exec) +export COLOR_12="#FC6A21" # Bright Yellow +export COLOR_13="#7999F7" # Bright Blue (Folder) +export COLOR_14="#FD8AA1" # Bright Magenta +export COLOR_15="#FAD484" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#1a1818" # Background -export FOREGROUND_COLOR="#c9c9c9" # Foreground (Text) +export BACKGROUND_COLOR="#1A1818" # Background +export FOREGROUND_COLOR="#C9C9C9" # Foreground (Text) -export CURSOR_COLOR="#c9c9c9" # Cursor +export CURSOR_COLOR="#C9C9C9" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/sweet-eliverlara.sh b/themes/sweet-eliverlara.sh old mode 100755 new mode 100644 diff --git a/themes/sweet-terminal.sh b/themes/sweet-terminal.sh old mode 100755 new mode 100644 index 785f162..d3e5ec1 --- a/themes/sweet-terminal.sh +++ b/themes/sweet-terminal.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Sweet Terminal" export COLOR_01="#3F3F54" # Black (Host) -export COLOR_02="#f60055" # Red (Syntax string) -export COLOR_03="#06c993" # Green (Command) -export COLOR_04="#9700be" # Yellow (Command second) -export COLOR_05="#f69154" # Blue (Path) -export COLOR_06="#ec89cb" # Magenta (Syntax var) +export COLOR_02="#F60055" # Red (Syntax string) +export COLOR_03="#06C993" # Green (Command) +export COLOR_04="#9700BE" # Yellow (Command second) +export COLOR_05="#F69154" # Blue (Path) +export COLOR_06="#EC89CB" # Magenta (Syntax var) export COLOR_07="#60ADEC" # Cyan (Prompt) export COLOR_08="#ABB2BF" # White export COLOR_09="#959DCB" # Bright Black -export COLOR_10="#f60055" # Bright Red (Command error) -export COLOR_11="#06c993" # Bright Green (Exec) -export COLOR_12="#9700be" # Bright Yellow -export COLOR_13="#f69154" # Bright Blue (Folder) -export COLOR_14="#ec89cb" # Bright Magenta -export COLOR_15="#00dded" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#F60055" # Bright Red (Command error) +export COLOR_11="#06C993" # Bright Green (Exec) +export COLOR_12="#9700BE" # Bright Yellow +export COLOR_13="#F69154" # Bright Blue (Folder) +export COLOR_14="#EC89CB" # Bright Magenta +export COLOR_15="#00DDED" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#222235" # Background -export FOREGROUND_COLOR="#ffffff" # Foreground (Text) +export FOREGROUND_COLOR="#FFFFFF" # Foreground (Text) -export CURSOR_COLOR="#ffffff" # Cursor +export CURSOR_COLOR="#FFFFFF" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/symphonic.sh b/themes/symphonic.sh old mode 100755 new mode 100644 index b11cf70..8fab275 --- a/themes/symphonic.sh +++ b/themes/symphonic.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Symphonic" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#dc322f" # Red (Syntax string) -export COLOR_03="#56db3a" # Green (Command) -export COLOR_04="#ff8400" # Yellow (Command second) -export COLOR_05="#0084d4" # Blue (Path) -export COLOR_06="#b729d9" # Magenta (Syntax var) -export COLOR_07="#ccccff" # Cyan (Prompt) -export COLOR_08="#ffffff" # White +export COLOR_02="#DC322F" # Red (Syntax string) +export COLOR_03="#56DB3A" # Green (Command) +export COLOR_04="#FF8400" # Yellow (Command second) +export COLOR_05="#0084D4" # Blue (Path) +export COLOR_06="#B729D9" # Magenta (Syntax var) +export COLOR_07="#CCCCFF" # Cyan (Prompt) +export COLOR_08="#FFFFFF" # White -export COLOR_09="#1b1d21" # Bright Black -export COLOR_10="#dc322f" # Bright Red (Command error) -export COLOR_11="#56db3a" # Bright Green (Exec) -export COLOR_12="#ff8400" # Bright Yellow -export COLOR_13="#0084d4" # Bright Blue (Folder) -export COLOR_14="#b729d9" # Bright Magenta -export COLOR_15="#ccccff" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_09="#1B1D21" # Bright Black +export COLOR_10="#DC322F" # Bright Red (Command error) +export COLOR_11="#56DB3A" # Bright Green (Exec) +export COLOR_12="#FF8400" # Bright Yellow +export COLOR_13="#0084D4" # Bright Blue (Folder) +export COLOR_14="#B729D9" # Bright Magenta +export COLOR_15="#CCCCFF" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#000000" # Background -export FOREGROUND_COLOR="#ffffff" # Foreground (Text) +export FOREGROUND_COLOR="#FFFFFF" # Foreground (Text) -export CURSOR_COLOR="#ffffff" # Cursor +export CURSOR_COLOR="#FFFFFF" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/synthwave-alpha.sh b/themes/synthwave-alpha.sh old mode 100755 new mode 100644 index 1885a08..5a1bae2 --- a/themes/synthwave-alpha.sh +++ b/themes/synthwave-alpha.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Synthwave Alpha" -export COLOR_01="#241b30" # Black (Host) -export COLOR_02="#9a0048" # Red (Syntax string) -export COLOR_03="#00986c" # Green (Command) -export COLOR_04="#adad3e" # Yellow (Command second) -export COLOR_05="#6e29ad" # Blue (Path) -export COLOR_06="#b300ad" # Magenta (Syntax var) -export COLOR_07="#00b0b1" # Cyan (Prompt) -export COLOR_08="#b9b1bc" # White +export COLOR_01="#241B30" # Black (Host) +export COLOR_02="#9A0048" # Red (Syntax string) +export COLOR_03="#00986C" # Green (Command) +export COLOR_04="#ADAD3E" # Yellow (Command second) +export COLOR_05="#6E29AD" # Blue (Path) +export COLOR_06="#B300AD" # Magenta (Syntax var) +export COLOR_07="#00B0B1" # Cyan (Prompt) +export COLOR_08="#B9B1BC" # White -export COLOR_09="#7f7094" # Bright Black -export COLOR_10="#e60a70" # Bright Red (Command error) -export COLOR_11="#0ae4a4" # Bright Green (Exec) -export COLOR_12="#f9f972" # Bright Yellow -export COLOR_13="#aa54f9" # Bright Blue (Folder) -export COLOR_14="#ff00f6" # Bright Magenta -export COLOR_15="#00fbfd" # Bright Cyan -export COLOR_16="#f2f2e3" # Bright White +export COLOR_09="#7F7094" # Bright Black +export COLOR_10="#E60A70" # Bright Red (Command error) +export COLOR_11="#0AE4A4" # Bright Green (Exec) +export COLOR_12="#F9F972" # Bright Yellow +export COLOR_13="#AA54F9" # Bright Blue (Folder) +export COLOR_14="#FF00F6" # Bright Magenta +export COLOR_15="#00FBFD" # Bright Cyan +export COLOR_16="#F2F2E3" # Bright White -export BACKGROUND_COLOR="#241b30" # Background -export FOREGROUND_COLOR="#f2f2e3" # Foreground (Text) +export BACKGROUND_COLOR="#241B30" # Background +export FOREGROUND_COLOR="#F2F2E3" # Foreground (Text) -export CURSOR_COLOR="#f2f2e3" # Cursor +export CURSOR_COLOR="#F2F2E3" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/synthwave.sh b/themes/synthwave.sh old mode 100755 new mode 100644 index 2755fcf..7b2e2ce --- a/themes/synthwave.sh +++ b/themes/synthwave.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Synthwave" export COLOR_01="#011627" # Black (Host) -export COLOR_02="#fe4450" # Red (Syntax string) -export COLOR_03="#72f1b8" # Green (Command) -export COLOR_04="#fede5d" # Yellow (Command second) -export COLOR_05="#03edf9" # Blue (Path) -export COLOR_06="#ff7edb" # Magenta (Syntax var) -export COLOR_07="#03edf9" # Cyan (Prompt) -export COLOR_08="#ffffff" # White +export COLOR_02="#FE4450" # Red (Syntax string) +export COLOR_03="#72F1B8" # Green (Command) +export COLOR_04="#FEDE5D" # Yellow (Command second) +export COLOR_05="#03EDF9" # Blue (Path) +export COLOR_06="#FF7EDB" # Magenta (Syntax var) +export COLOR_07="#03EDF9" # Cyan (Prompt) +export COLOR_08="#FFFFFF" # White export COLOR_09="#575656" # Bright Black -export COLOR_10="#fe4450" # Bright Red (Command error) -export COLOR_11="#72f1b8" # Bright Green (Exec) -export COLOR_12="#fede5d" # Bright Yellow -export COLOR_13="#03edf9" # Bright Blue (Folder) -export COLOR_14="#ff7edb" # Bright Magenta -export COLOR_15="#03edf9" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#FE4450" # Bright Red (Command error) +export COLOR_11="#72F1B8" # Bright Green (Exec) +export COLOR_12="#FEDE5D" # Bright Yellow +export COLOR_13="#03EDF9" # Bright Blue (Folder) +export COLOR_14="#FF7EDB" # Bright Magenta +export COLOR_15="#03EDF9" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#262335" # Background -export FOREGROUND_COLOR="#ffffff" # Foreground (Text) +export FOREGROUND_COLOR="#FFFFFF" # Foreground (Text) -export CURSOR_COLOR="#03edf9" # Cursor +export CURSOR_COLOR="#03EDF9" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/teerb.sh b/themes/teerb.sh old mode 100755 new mode 100644 index 3106f02..4d4972c --- a/themes/teerb.sh +++ b/themes/teerb.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Teerb" -export COLOR_01="#1c1c1c" # Black (Host) -export COLOR_02="#d68686" # Red (Syntax string) -export COLOR_03="#aed686" # Green (Command) -export COLOR_04="#d7af87" # Yellow (Command second) -export COLOR_05="#86aed6" # Blue (Path) -export COLOR_06="#d6aed6" # Magenta (Syntax var) -export COLOR_07="#8adbb4" # Cyan (Prompt) -export COLOR_08="#d0d0d0" # White +export COLOR_01="#1C1C1C" # Black (Host) +export COLOR_02="#D68686" # Red (Syntax string) +export COLOR_03="#AED686" # Green (Command) +export COLOR_04="#D7AF87" # Yellow (Command second) +export COLOR_05="#86AED6" # Blue (Path) +export COLOR_06="#D6AED6" # Magenta (Syntax var) +export COLOR_07="#8ADBB4" # Cyan (Prompt) +export COLOR_08="#D0D0D0" # White -export COLOR_09="#1c1c1c" # Bright Black -export COLOR_10="#d68686" # Bright Red (Command error) -export COLOR_11="#aed686" # Bright Green (Exec) -export COLOR_12="#e4c9af" # Bright Yellow -export COLOR_13="#86aed6" # Bright Blue (Folder) -export COLOR_14="#d6aed6" # Bright Magenta -export COLOR_15="#b1e7dd" # Bright Cyan -export COLOR_16="#efefef" # Bright White +export COLOR_09="#1C1C1C" # Bright Black +export COLOR_10="#D68686" # Bright Red (Command error) +export COLOR_11="#AED686" # Bright Green (Exec) +export COLOR_12="#E4C9AF" # Bright Yellow +export COLOR_13="#86AED6" # Bright Blue (Folder) +export COLOR_14="#D6AED6" # Bright Magenta +export COLOR_15="#B1E7DD" # Bright Cyan +export COLOR_16="#EFEFEF" # Bright White export BACKGROUND_COLOR="#262626" # Background -export FOREGROUND_COLOR="#d0d0d0" # Foreground (Text) +export FOREGROUND_COLOR="#D0D0D0" # Foreground (Text) -export CURSOR_COLOR="#d0d0d0" # Cursor +export CURSOR_COLOR="#D0D0D0" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/tender.sh b/themes/tender.sh old mode 100755 new mode 100644 index ea1a613..b12a96e --- a/themes/tender.sh +++ b/themes/tender.sh @@ -2,23 +2,23 @@ export PROFILE_NAME="Tender" -export COLOR_01="#1d1d1d" # Black (Host) -export COLOR_02="#c5152f" # Red (Syntax string) -export COLOR_03="#c9d05c" # Green (Command) -export COLOR_04="#ffc24b" # Yellow (Command second) -export COLOR_05="#b3deef" # Blue (Path) -export COLOR_06="#d3b987" # Magenta (Syntax var) -export COLOR_07="#73cef4" # Cyan (Prompt) -export COLOR_08="#eeeeee" # White +export COLOR_01="#1D1D1D" # Black (Host) +export COLOR_02="#C5152F" # Red (Syntax string) +export COLOR_03="#C9D05C" # Green (Command) +export COLOR_04="#FFC24B" # Yellow (Command second) +export COLOR_05="#B3DEEF" # Blue (Path) +export COLOR_06="#D3B987" # Magenta (Syntax var) +export COLOR_07="#73CEF4" # Cyan (Prompt) +export COLOR_08="#EEEEEE" # White export COLOR_09="#323232" # Bright Black -export COLOR_10="#f43753" # Bright Red (Command error) -export COLOR_11="#d9e066" # Bright Green (Exec) -export COLOR_12="#facc72" # Bright Yellow -export COLOR_13="#c0eafb" # Bright Blue (Folder) -export COLOR_14="#efd093" # Bright Magenta -export COLOR_15="#a1d6ec" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#F43753" # Bright Red (Command error) +export COLOR_11="#D9E066" # Bright Green (Exec) +export COLOR_12="#FACC72" # Bright Yellow +export COLOR_13="#C0EAFB" # Bright Blue (Folder) +export COLOR_14="#EFD093" # Bright Magenta +export COLOR_15="#A1D6EC" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#282828" # Background export FOREGROUND_COLOR="#EEEEEE" # Foreground (Text) diff --git a/themes/terminal-basic.sh b/themes/terminal-basic.sh old mode 100755 new mode 100644 index c1e000d..b4c0578 --- a/themes/terminal-basic.sh +++ b/themes/terminal-basic.sh @@ -4,23 +4,23 @@ export PROFILE_NAME="Terminal Basic" export COLOR_01="#000000" # Black (Host) export COLOR_02="#990000" # Red (Syntax string) -export COLOR_03="#00a600" # Green (Command) +export COLOR_03="#00A600" # Green (Command) export COLOR_04="#999900" # Yellow (Command second) -export COLOR_05="#0000b2" # Blue (Path) -export COLOR_06="#b200b2" # Magenta (Syntax var) -export COLOR_07="#00a6b2" # Cyan (Prompt) -export COLOR_08="#bfbfbf" # White +export COLOR_05="#0000B2" # Blue (Path) +export COLOR_06="#B200B2" # Magenta (Syntax var) +export COLOR_07="#00A6B2" # Cyan (Prompt) +export COLOR_08="#BFBFBF" # White export COLOR_09="#666666" # Bright Black -export COLOR_10="#e50000" # Bright Red (Command error) -export COLOR_11="#00d900" # Bright Green (Exec) -export COLOR_12="#e5e500" # Bright Yellow -export COLOR_13="#0000ff" # Bright Blue (Folder) -export COLOR_14="#e500e5" # Bright Magenta -export COLOR_15="#00e5e5" # Bright Cyan -export COLOR_16="#e5e5e5" # Bright White +export COLOR_10="#E50000" # Bright Red (Command error) +export COLOR_11="#00D900" # Bright Green (Exec) +export COLOR_12="#E5E500" # Bright Yellow +export COLOR_13="#0000FF" # Bright Blue (Folder) +export COLOR_14="#E500E5" # Bright Magenta +export COLOR_15="#00E5E5" # Bright Cyan +export COLOR_16="#E5E5E5" # Bright White -export BACKGROUND_COLOR="#ffffff" # Background +export BACKGROUND_COLOR="#FFFFFF" # Background export FOREGROUND_COLOR="#000000" # Foreground (Text) export CURSOR_COLOR="#000000" # Cursor diff --git a/themes/terminix-dark.sh b/themes/terminix-dark.sh old mode 100755 new mode 100644 index e9fa822..ca94512 --- a/themes/terminix-dark.sh +++ b/themes/terminix-dark.sh @@ -2,23 +2,23 @@ export PROFILE_NAME="Terminix Dark" -export COLOR_01="#282a2e" # Black (Host) -export COLOR_02="#a54242" # Red (Syntax string) -export COLOR_03="#a1b56c" # Green (Command) -export COLOR_04="#de935f" # Yellow (Command second) +export COLOR_01="#282A2E" # Black (Host) +export COLOR_02="#A54242" # Red (Syntax string) +export COLOR_03="#A1B56C" # Green (Command) +export COLOR_04="#DE935F" # Yellow (Command second) export COLOR_05="#225555" # Blue (Path) -export COLOR_06="#85678f" # Magenta (Syntax var) -export COLOR_07="#5e8d87" # Cyan (Prompt) +export COLOR_06="#85678F" # Magenta (Syntax var) +export COLOR_07="#5E8D87" # Cyan (Prompt) export COLOR_08="#777777" # White -export COLOR_09="#373b41" # Bright Black -export COLOR_10="#c63535" # Bright Red (Command error) +export COLOR_09="#373B41" # Bright Black +export COLOR_10="#C63535" # Bright Red (Command error) export COLOR_11="#608360" # Bright Green (Exec) -export COLOR_12="#fa805a" # Bright Yellow -export COLOR_13="#449da1" # Bright Blue (Folder) -export COLOR_14="#ba8baf" # Bright Magenta -export COLOR_15="#86c1b9" # Bright Cyan -export COLOR_16="#c5c8c6" # Bright White +export COLOR_12="#FA805A" # Bright Yellow +export COLOR_13="#449DA1" # Bright Blue (Folder) +export COLOR_14="#BA8BAF" # Bright Magenta +export COLOR_15="#86C1B9" # Bright Cyan +export COLOR_16="#C5C8C6" # Bright White export BACKGROUND_COLOR="#091116" # Background export FOREGROUND_COLOR="#868A8C" # Foreground (Text) diff --git a/themes/thayer-bright.sh b/themes/thayer-bright.sh old mode 100755 new mode 100644 index 11ab832..0c168ce --- a/themes/thayer-bright.sh +++ b/themes/thayer-bright.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Thayer Bright" -export COLOR_01="#1b1d1e" # Black (Host) -export COLOR_02="#f92672" # Red (Syntax string) -export COLOR_03="#4df840" # Green (Command) -export COLOR_04="#f4fd22" # Yellow (Command second) -export COLOR_05="#2757d6" # Blue (Path) -export COLOR_06="#8c54fe" # Magenta (Syntax var) -export COLOR_07="#38c8b5" # Cyan (Prompt) -export COLOR_08="#ccccc6" # White +export COLOR_01="#1B1D1E" # Black (Host) +export COLOR_02="#F92672" # Red (Syntax string) +export COLOR_03="#4DF840" # Green (Command) +export COLOR_04="#F4FD22" # Yellow (Command second) +export COLOR_05="#2757D6" # Blue (Path) +export COLOR_06="#8C54FE" # Magenta (Syntax var) +export COLOR_07="#38C8B5" # Cyan (Prompt) +export COLOR_08="#CCCCC6" # White export COLOR_09="#505354" # Bright Black -export COLOR_10="#ff5995" # Bright Red (Command error) -export COLOR_11="#b6e354" # Bright Green (Exec) -export COLOR_12="#feed6c" # Bright Yellow -export COLOR_13="#3f78ff" # Bright Blue (Folder) -export COLOR_14="#9e6ffe" # Bright Magenta -export COLOR_15="#23cfd5" # Bright Cyan -export COLOR_16="#f8f8f2" # Bright White +export COLOR_10="#FF5995" # Bright Red (Command error) +export COLOR_11="#B6E354" # Bright Green (Exec) +export COLOR_12="#FEED6C" # Bright Yellow +export COLOR_13="#3F78FF" # Bright Blue (Folder) +export COLOR_14="#9E6FFE" # Bright Magenta +export COLOR_15="#23CFD5" # Bright Cyan +export COLOR_16="#F8F8F2" # Bright White -export BACKGROUND_COLOR="#1b1d1e" # Background -export FOREGROUND_COLOR="#f8f8f8" # Foreground (Text) +export BACKGROUND_COLOR="#1B1D1E" # Background +export FOREGROUND_COLOR="#F8F8F8" # Foreground (Text) -export CURSOR_COLOR="#f8f8f8" # Cursor +export CURSOR_COLOR="#F8F8F8" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/tin.sh b/themes/tin.sh old mode 100755 new mode 100644 index 51d71aa..f4a5ae8 --- a/themes/tin.sh +++ b/themes/tin.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Tin" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#8d534e" # Red (Syntax string) -export COLOR_03="#4e8d53" # Green (Command) -export COLOR_04="#888d4e" # Yellow (Command second) -export COLOR_05="#534e8d" # Blue (Path) -export COLOR_06="#8d4e88" # Magenta (Syntax var) -export COLOR_07="#4e888d" # Cyan (Prompt) -export COLOR_08="#ffffff" # White +export COLOR_02="#8D534E" # Red (Syntax string) +export COLOR_03="#4E8D53" # Green (Command) +export COLOR_04="#888D4E" # Yellow (Command second) +export COLOR_05="#534E8D" # Blue (Path) +export COLOR_06="#8D4E88" # Magenta (Syntax var) +export COLOR_07="#4E888D" # Cyan (Prompt) +export COLOR_08="#FFFFFF" # White export COLOR_09="#000000" # Bright Black -export COLOR_10="#b57d78" # Bright Red (Command error) -export COLOR_11="#78b57d" # Bright Green (Exec) -export COLOR_12="#b0b578" # Bright Yellow -export COLOR_13="#7d78b5" # Bright Blue (Folder) -export COLOR_14="#b578b0" # Bright Magenta -export COLOR_15="#78b0b5" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#B57D78" # Bright Red (Command error) +export COLOR_11="#78B57D" # Bright Green (Exec) +export COLOR_12="#B0B578" # Bright Yellow +export COLOR_13="#7D78B5" # Bright Blue (Folder) +export COLOR_14="#B578B0" # Bright Magenta +export COLOR_15="#78B0B5" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#2e2e35" # Background -export FOREGROUND_COLOR="#ffffff" # Foreground (Text) +export BACKGROUND_COLOR="#2E2E35" # Background +export FOREGROUND_COLOR="#FFFFFF" # Foreground (Text) -export CURSOR_COLOR="#ffffff" # Cursor +export CURSOR_COLOR="#FFFFFF" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/tokyo-night-light.sh b/themes/tokyo-night-light.sh old mode 100755 new mode 100644 index 3157d9a..d625ff5 --- a/themes/tokyo-night-light.sh +++ b/themes/tokyo-night-light.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Tokyo Night Light" -export COLOR_01="#0f0f14" # Black (Host) -export COLOR_02="#8c4351" # Red (Syntax string) -export COLOR_03="#485e30" # Green (Command) -export COLOR_04="#8f5e15" # Yellow (Command second) -export COLOR_05="#34548a" # Blue (Path) -export COLOR_06="#5a4a78" # Magenta (Syntax var) -export COLOR_07="#0f4b6e" # Cyan (Prompt) -export COLOR_08="#343b58" # White +export COLOR_01="#0F0F14" # Black (Host) +export COLOR_02="#8C4351" # Red (Syntax string) +export COLOR_03="#485E30" # Green (Command) +export COLOR_04="#8F5E15" # Yellow (Command second) +export COLOR_05="#34548A" # Blue (Path) +export COLOR_06="#5A4A78" # Magenta (Syntax var) +export COLOR_07="#0F4B6E" # Cyan (Prompt) +export COLOR_08="#343B58" # White -export COLOR_09="#9699a3" # Bright Black -export COLOR_10="#8c4351" # Bright Red (Command error) -export COLOR_11="#485e30" # Bright Green (Exec) -export COLOR_12="#8f5e15" # Bright Yellow -export COLOR_13="#34548a" # Bright Blue (Folder) -export COLOR_14="#5a4a78" # Bright Magenta -export COLOR_15="#0f4b6e" # Bright Cyan -export COLOR_16="#343b58" # Bright White +export COLOR_09="#9699A3" # Bright Black +export COLOR_10="#8C4351" # Bright Red (Command error) +export COLOR_11="#485E30" # Bright Green (Exec) +export COLOR_12="#8F5E15" # Bright Yellow +export COLOR_13="#34548A" # Bright Blue (Folder) +export COLOR_14="#5A4A78" # Bright Magenta +export COLOR_15="#0F4B6E" # Bright Cyan +export COLOR_16="#343B58" # Bright White -export BACKGROUND_COLOR="#d5d6db" # Background -export FOREGROUND_COLOR="#565a6e" # Foreground (Text) +export BACKGROUND_COLOR="#D5D6DB" # Background +export FOREGROUND_COLOR="#565A6E" # Foreground (Text) -export CURSOR_COLOR="#565a6e" # Cursor +export CURSOR_COLOR="#565A6E" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/tokyo-night-storm.sh b/themes/tokyo-night-storm.sh old mode 100755 new mode 100644 index ac8e4a4..300ca33 --- a/themes/tokyo-night-storm.sh +++ b/themes/tokyo-night-storm.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Tokyo Night Storm" export COLOR_01="#414868" # Black (Host) -export COLOR_02="#f7768e" # Red (Syntax string) -export COLOR_03="#9ece6a" # Green (Command) -export COLOR_04="#e0af68" # Yellow (Command second) -export COLOR_05="#7aa2f7" # Blue (Path) -export COLOR_06="#bb9af7" # Magenta (Syntax var) -export COLOR_07="#7dcfff" # Cyan (Prompt) -export COLOR_08="#c0caf5" # White +export COLOR_02="#F7768E" # Red (Syntax string) +export COLOR_03="#9ECE6A" # Green (Command) +export COLOR_04="#E0AF68" # Yellow (Command second) +export COLOR_05="#7AA2F7" # Blue (Path) +export COLOR_06="#BB9AF7" # Magenta (Syntax var) +export COLOR_07="#7DCFFF" # Cyan (Prompt) +export COLOR_08="#C0CAF5" # White export COLOR_09="#414868" # Bright Black -export COLOR_10="#f7768e" # Bright Red (Command error) -export COLOR_11="#9ece6a" # Bright Green (Exec) -export COLOR_12="#e0af68" # Bright Yellow -export COLOR_13="#7aa2f7" # Bright Blue (Folder) -export COLOR_14="#bb9af7" # Bright Magenta -export COLOR_15="#7dcfff" # Bright Cyan -export COLOR_16="#c0caf5" # Bright White +export COLOR_10="#F7768E" # Bright Red (Command error) +export COLOR_11="#9ECE6A" # Bright Green (Exec) +export COLOR_12="#E0AF68" # Bright Yellow +export COLOR_13="#7AA2F7" # Bright Blue (Folder) +export COLOR_14="#BB9AF7" # Bright Magenta +export COLOR_15="#7DCFFF" # Bright Cyan +export COLOR_16="#C0CAF5" # Bright White -export BACKGROUND_COLOR="#24283b" # Background -export FOREGROUND_COLOR="#c0caf5" # Foreground (Text) +export BACKGROUND_COLOR="#24283B" # Background +export FOREGROUND_COLOR="#C0CAF5" # Foreground (Text) -export CURSOR_COLOR="#c0caf5" # Cursor +export CURSOR_COLOR="#C0CAF5" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/tokyo-night.sh b/themes/tokyo-night.sh old mode 100755 new mode 100644 index 3b7b1fe..f43baa5 --- a/themes/tokyo-night.sh +++ b/themes/tokyo-night.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Tokyo Night" export COLOR_01="#414868" # Black (Host) -export COLOR_02="#f7768e" # Red (Syntax string) -export COLOR_03="#9ece6a" # Green (Command) -export COLOR_04="#e0af68" # Yellow (Command second) -export COLOR_05="#7aa2f7" # Blue (Path) -export COLOR_06="#bb9af7" # Magenta (Syntax var) -export COLOR_07="#7dcfff" # Cyan (Prompt) -export COLOR_08="#a9b1d6" # White +export COLOR_02="#F7768E" # Red (Syntax string) +export COLOR_03="#9ECE6A" # Green (Command) +export COLOR_04="#E0AF68" # Yellow (Command second) +export COLOR_05="#7AA2F7" # Blue (Path) +export COLOR_06="#BB9AF7" # Magenta (Syntax var) +export COLOR_07="#7DCFFF" # Cyan (Prompt) +export COLOR_08="#A9B1D6" # White export COLOR_09="#414868" # Bright Black -export COLOR_10="#f7768e" # Bright Red (Command error) -export COLOR_11="#9ece6a" # Bright Green (Exec) -export COLOR_12="#e0af68" # Bright Yellow -export COLOR_13="#7aa2f7" # Bright Blue (Folder) -export COLOR_14="#bb9af7" # Bright Magenta -export COLOR_15="#7dcfff" # Bright Cyan -export COLOR_16="#c0caf5" # Bright White +export COLOR_10="#F7768E" # Bright Red (Command error) +export COLOR_11="#9ECE6A" # Bright Green (Exec) +export COLOR_12="#E0AF68" # Bright Yellow +export COLOR_13="#7AA2F7" # Bright Blue (Folder) +export COLOR_14="#BB9AF7" # Bright Magenta +export COLOR_15="#7DCFFF" # Bright Cyan +export COLOR_16="#C0CAF5" # Bright White -export BACKGROUND_COLOR="#1a1b26" # Background -export FOREGROUND_COLOR="#c0caf5" # Foreground (Text) +export BACKGROUND_COLOR="#1A1B26" # Background +export FOREGROUND_COLOR="#C0CAF5" # Foreground (Text) -export CURSOR_COLOR="#c0caf5" # Cursor +export CURSOR_COLOR="#C0CAF5" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/tomorrow-night-blue.sh b/themes/tomorrow-night-blue.sh old mode 100755 new mode 100644 diff --git a/themes/tomorrow-night-bright.sh b/themes/tomorrow-night-bright.sh old mode 100755 new mode 100644 diff --git a/themes/tomorrow-night-eighties.sh b/themes/tomorrow-night-eighties.sh old mode 100755 new mode 100644 diff --git a/themes/tomorrow-night.sh b/themes/tomorrow-night.sh old mode 100755 new mode 100644 diff --git a/themes/tomorrow.sh b/themes/tomorrow.sh old mode 100755 new mode 100644 diff --git a/themes/toy-chest.sh b/themes/toy-chest.sh old mode 100755 new mode 100644 index c7badd9..042efb9 --- a/themes/toy-chest.sh +++ b/themes/toy-chest.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Toy Chest" -export COLOR_01="#2c3f58" # Black (Host) -export COLOR_02="#be2d26" # Red (Syntax string) -export COLOR_03="#1a9172" # Green (Command) -export COLOR_04="#db8e27" # Yellow (Command second) -export COLOR_05="#325d96" # Blue (Path) -export COLOR_06="#8a5edc" # Magenta (Syntax var) -export COLOR_07="#35a08f" # Cyan (Prompt) -export COLOR_08="#23d183" # White +export COLOR_01="#2C3F58" # Black (Host) +export COLOR_02="#BE2D26" # Red (Syntax string) +export COLOR_03="#1A9172" # Green (Command) +export COLOR_04="#DB8E27" # Yellow (Command second) +export COLOR_05="#325D96" # Blue (Path) +export COLOR_06="#8A5EDC" # Magenta (Syntax var) +export COLOR_07="#35A08F" # Cyan (Prompt) +export COLOR_08="#23D183" # White export COLOR_09="#336889" # Bright Black -export COLOR_10="#dd5944" # Bright Red (Command error) -export COLOR_11="#31d07b" # Bright Green (Exec) -export COLOR_12="#e7d84b" # Bright Yellow -export COLOR_13="#34a6da" # Bright Blue (Folder) -export COLOR_14="#ae6bdc" # Bright Magenta -export COLOR_15="#42c3ae" # Bright Cyan -export COLOR_16="#d5d5d5" # Bright White +export COLOR_10="#DD5944" # Bright Red (Command error) +export COLOR_11="#31D07B" # Bright Green (Exec) +export COLOR_12="#E7D84B" # Bright Yellow +export COLOR_13="#34A6DA" # Bright Blue (Folder) +export COLOR_14="#AE6BDC" # Bright Magenta +export COLOR_15="#42C3AE" # Bright Cyan +export COLOR_16="#D5D5D5" # Bright White -export BACKGROUND_COLOR="#24364b" # Background -export FOREGROUND_COLOR="#31d07b" # Foreground (Text) +export BACKGROUND_COLOR="#24364B" # Background +export FOREGROUND_COLOR="#31D07B" # Foreground (Text) -export CURSOR_COLOR="#31d07b" # Cursor +export CURSOR_COLOR="#31D07B" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/treehouse.sh b/themes/treehouse.sh old mode 100755 new mode 100644 index f6e9cf4..27b5e51 --- a/themes/treehouse.sh +++ b/themes/treehouse.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Treehouse" export COLOR_01="#321300" # Black (Host) -export COLOR_02="#b2270e" # Red (Syntax string) -export COLOR_03="#44a900" # Green (Command) -export COLOR_04="#aa820c" # Yellow (Command second) -export COLOR_05="#58859a" # Blue (Path) -export COLOR_06="#97363d" # Magenta (Syntax var) -export COLOR_07="#b25a1e" # Cyan (Prompt) -export COLOR_08="#786b53" # White +export COLOR_02="#B2270E" # Red (Syntax string) +export COLOR_03="#44A900" # Green (Command) +export COLOR_04="#AA820C" # Yellow (Command second) +export COLOR_05="#58859A" # Blue (Path) +export COLOR_06="#97363D" # Magenta (Syntax var) +export COLOR_07="#B25A1E" # Cyan (Prompt) +export COLOR_08="#786B53" # White export COLOR_09="#433626" # Bright Black -export COLOR_10="#ed5d20" # Bright Red (Command error) -export COLOR_11="#55f238" # Bright Green (Exec) -export COLOR_12="#f2b732" # Bright Yellow -export COLOR_13="#85cfed" # Bright Blue (Folder) -export COLOR_14="#e14c5a" # Bright Magenta -export COLOR_15="#f07d14" # Bright Cyan -export COLOR_16="#ffc800" # Bright White +export COLOR_10="#ED5D20" # Bright Red (Command error) +export COLOR_11="#55F238" # Bright Green (Exec) +export COLOR_12="#F2B732" # Bright Yellow +export COLOR_13="#85CFED" # Bright Blue (Folder) +export COLOR_14="#E14C5A" # Bright Magenta +export COLOR_15="#F07D14" # Bright Cyan +export COLOR_16="#FFC800" # Bright White export BACKGROUND_COLOR="#191919" # Background -export FOREGROUND_COLOR="#786b53" # Foreground (Text) +export FOREGROUND_COLOR="#786B53" # Foreground (Text) -export CURSOR_COLOR="#786b53" # Cursor +export CURSOR_COLOR="#786B53" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/twilight.sh b/themes/twilight.sh old mode 100755 new mode 100644 index 881fd46..65afc60 --- a/themes/twilight.sh +++ b/themes/twilight.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Twilight" export COLOR_01="#141414" # Black (Host) -export COLOR_02="#c06d44" # Red (Syntax string) -export COLOR_03="#afb97a" # Green (Command) -export COLOR_04="#c2a86c" # Yellow (Command second) -export COLOR_05="#44474a" # Blue (Path) -export COLOR_06="#b4be7c" # Magenta (Syntax var) +export COLOR_02="#C06D44" # Red (Syntax string) +export COLOR_03="#AFB97A" # Green (Command) +export COLOR_04="#C2A86C" # Yellow (Command second) +export COLOR_05="#44474A" # Blue (Path) +export COLOR_06="#B4BE7C" # Magenta (Syntax var) export COLOR_07="#778385" # Cyan (Prompt) -export COLOR_08="#ffffd4" # White +export COLOR_08="#FFFFD4" # White export COLOR_09="#262626" # Bright Black -export COLOR_10="#de7c4c" # Bright Red (Command error) -export COLOR_11="#ccd88c" # Bright Green (Exec) -export COLOR_12="#e2c47e" # Bright Yellow -export COLOR_13="#5a5e62" # Bright Blue (Folder) -export COLOR_14="#d0dc8e" # Bright Magenta -export COLOR_15="#8a989b" # Bright Cyan -export COLOR_16="#ffffd4" # Bright White +export COLOR_10="#DE7C4C" # Bright Red (Command error) +export COLOR_11="#CCD88C" # Bright Green (Exec) +export COLOR_12="#E2C47E" # Bright Yellow +export COLOR_13="#5A5E62" # Bright Blue (Folder) +export COLOR_14="#D0DC8E" # Bright Magenta +export COLOR_15="#8A989B" # Bright Cyan +export COLOR_16="#FFFFD4" # Bright White export BACKGROUND_COLOR="#141414" # Background -export FOREGROUND_COLOR="#ffffd4" # Foreground (Text) +export FOREGROUND_COLOR="#FFFFD4" # Foreground (Text) -export CURSOR_COLOR="#ffffd4" # Cursor +export CURSOR_COLOR="#FFFFD4" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/ura.sh b/themes/ura.sh old mode 100755 new mode 100644 index d6c85df..82343ec --- a/themes/ura.sh +++ b/themes/ura.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Ura" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#c21b6f" # Red (Syntax string) -export COLOR_03="#6fc21b" # Green (Command) -export COLOR_04="#c26f1b" # Yellow (Command second) -export COLOR_05="#1b6fc2" # Blue (Path) -export COLOR_06="#6f1bc2" # Magenta (Syntax var) -export COLOR_07="#1bc26f" # Cyan (Prompt) +export COLOR_02="#C21B6F" # Red (Syntax string) +export COLOR_03="#6FC21B" # Green (Command) +export COLOR_04="#C26F1B" # Yellow (Command second) +export COLOR_05="#1B6FC2" # Blue (Path) +export COLOR_06="#6F1BC2" # Magenta (Syntax var) +export COLOR_07="#1BC26F" # Cyan (Prompt) export COLOR_08="#808080" # White export COLOR_09="#808080" # Bright Black -export COLOR_10="#ee84b9" # Bright Red (Command error) -export COLOR_11="#b9ee84" # Bright Green (Exec) -export COLOR_12="#eeb984" # Bright Yellow -export COLOR_13="#84b9ee" # Bright Blue (Folder) -export COLOR_14="#b984ee" # Bright Magenta -export COLOR_15="#84eeb9" # Bright Cyan -export COLOR_16="#e5e5e5" # Bright White +export COLOR_10="#EE84B9" # Bright Red (Command error) +export COLOR_11="#B9EE84" # Bright Green (Exec) +export COLOR_12="#EEB984" # Bright Yellow +export COLOR_13="#84B9EE" # Bright Blue (Folder) +export COLOR_14="#B984EE" # Bright Magenta +export COLOR_15="#84EEB9" # Bright Cyan +export COLOR_16="#E5E5E5" # Bright White -export BACKGROUND_COLOR="#feffee" # Background -export FOREGROUND_COLOR="#23476a" # Foreground (Text) +export BACKGROUND_COLOR="#FEFFEE" # Background +export FOREGROUND_COLOR="#23476A" # Foreground (Text) -export CURSOR_COLOR="#23476a" # Cursor +export CURSOR_COLOR="#23476A" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/urple.sh b/themes/urple.sh old mode 100755 new mode 100644 index b8618d8..592e2a9 --- a/themes/urple.sh +++ b/themes/urple.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Urple" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#b0425b" # Red (Syntax string) -export COLOR_03="#37a415" # Green (Command) -export COLOR_04="#ad5c42" # Yellow (Command second) -export COLOR_05="#564d9b" # Blue (Path) -export COLOR_06="#6c3ca1" # Magenta (Syntax var) +export COLOR_02="#B0425B" # Red (Syntax string) +export COLOR_03="#37A415" # Green (Command) +export COLOR_04="#AD5C42" # Yellow (Command second) +export COLOR_05="#564D9B" # Blue (Path) +export COLOR_06="#6C3CA1" # Magenta (Syntax var) export COLOR_07="#808080" # Cyan (Prompt) -export COLOR_08="#87799c" # White +export COLOR_08="#87799C" # White -export COLOR_09="#5d3225" # Bright Black -export COLOR_10="#ff6388" # Bright Red (Command error) -export COLOR_11="#29e620" # Bright Green (Exec) -export COLOR_12="#f08161" # Bright Yellow -export COLOR_13="#867aed" # Bright Blue (Folder) -export COLOR_14="#a05eee" # Bright Magenta -export COLOR_15="#eaeaea" # Bright Cyan -export COLOR_16="#bfa3ff" # Bright White +export COLOR_09="#5D3225" # Bright Black +export COLOR_10="#FF6388" # Bright Red (Command error) +export COLOR_11="#29E620" # Bright Green (Exec) +export COLOR_12="#F08161" # Bright Yellow +export COLOR_13="#867AED" # Bright Blue (Folder) +export COLOR_14="#A05EEE" # Bright Magenta +export COLOR_15="#EAEAEA" # Bright Cyan +export COLOR_16="#BFA3FF" # Bright White -export BACKGROUND_COLOR="#1b1b23" # Background -export FOREGROUND_COLOR="#877a9b" # Foreground (Text) +export BACKGROUND_COLOR="#1B1B23" # Background +export FOREGROUND_COLOR="#877A9B" # Foreground (Text) -export CURSOR_COLOR="#877a9b" # Cursor +export CURSOR_COLOR="#877A9B" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/vag.sh b/themes/vag.sh old mode 100755 new mode 100644 index d4fc4e0..58ee18b --- a/themes/vag.sh +++ b/themes/vag.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Vag" export COLOR_01="#303030" # Black (Host) -export COLOR_02="#a87139" # Red (Syntax string) -export COLOR_03="#39a871" # Green (Command) -export COLOR_04="#71a839" # Yellow (Command second) -export COLOR_05="#7139a8" # Blue (Path) -export COLOR_06="#a83971" # Magenta (Syntax var) -export COLOR_07="#3971a8" # Cyan (Prompt) -export COLOR_08="#8a8a8a" # White +export COLOR_02="#A87139" # Red (Syntax string) +export COLOR_03="#39A871" # Green (Command) +export COLOR_04="#71A839" # Yellow (Command second) +export COLOR_05="#7139A8" # Blue (Path) +export COLOR_06="#A83971" # Magenta (Syntax var) +export COLOR_07="#3971A8" # Cyan (Prompt) +export COLOR_08="#8A8A8A" # White export COLOR_09="#494949" # Bright Black -export COLOR_10="#b0763b" # Bright Red (Command error) -export COLOR_11="#3bb076" # Bright Green (Exec) -export COLOR_12="#76b03b" # Bright Yellow -export COLOR_13="#763bb0" # Bright Blue (Folder) -export COLOR_14="#b03b76" # Bright Magenta -export COLOR_15="#3b76b0" # Bright Cyan -export COLOR_16="#cfcfcf" # Bright White +export COLOR_10="#B0763B" # Bright Red (Command error) +export COLOR_11="#3BB076" # Bright Green (Exec) +export COLOR_12="#76B03B" # Bright Yellow +export COLOR_13="#763BB0" # Bright Blue (Folder) +export COLOR_14="#B03B76" # Bright Magenta +export COLOR_15="#3B76B0" # Bright Cyan +export COLOR_16="#CFCFCF" # Bright White -export BACKGROUND_COLOR="#191f1d" # Background -export FOREGROUND_COLOR="#d9e6f2" # Foreground (Text) +export BACKGROUND_COLOR="#191F1D" # Background +export FOREGROUND_COLOR="#D9E6F2" # Foreground (Text) -export CURSOR_COLOR="#d9e6f2" # Cursor +export CURSOR_COLOR="#D9E6F2" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/vaughn.sh b/themes/vaughn.sh old mode 100755 new mode 100644 index b82768f..fa5190f --- a/themes/vaughn.sh +++ b/themes/vaughn.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Vaughn" -export COLOR_01="#25234f" # Black (Host) +export COLOR_01="#25234F" # Black (Host) export COLOR_02="#705050" # Red (Syntax string) -export COLOR_03="#60b48a" # Green (Command) -export COLOR_04="#dfaf8f" # Yellow (Command second) -export COLOR_05="#5555ff" # Blue (Path) -export COLOR_06="#f08cc3" # Magenta (Syntax var) -export COLOR_07="#8cd0d3" # Cyan (Prompt) +export COLOR_03="#60B48A" # Green (Command) +export COLOR_04="#DFAF8F" # Yellow (Command second) +export COLOR_05="#5555FF" # Blue (Path) +export COLOR_06="#F08CC3" # Magenta (Syntax var) +export COLOR_07="#8CD0D3" # Cyan (Prompt) export COLOR_08="#709080" # White export COLOR_09="#709080" # Bright Black -export COLOR_10="#dca3a3" # Bright Red (Command error) -export COLOR_11="#60b48a" # Bright Green (Exec) -export COLOR_12="#f0dfaf" # Bright Yellow -export COLOR_13="#5555ff" # Bright Blue (Folder) -export COLOR_14="#ec93d3" # Bright Magenta -export COLOR_15="#93e0e3" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#DCA3A3" # Bright Red (Command error) +export COLOR_11="#60B48A" # Bright Green (Exec) +export COLOR_12="#F0DFAF" # Bright Yellow +export COLOR_13="#5555FF" # Bright Blue (Folder) +export COLOR_14="#EC93D3" # Bright Magenta +export COLOR_15="#93E0E3" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#25234f" # Background -export FOREGROUND_COLOR="#dcdccc" # Foreground (Text) +export BACKGROUND_COLOR="#25234F" # Background +export FOREGROUND_COLOR="#DCDCCC" # Foreground (Text) -export CURSOR_COLOR="#dcdccc" # Cursor +export CURSOR_COLOR="#DCDCCC" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/vibrant-ink.sh b/themes/vibrant-ink.sh old mode 100755 new mode 100644 index 4c5b838..9f382cb --- a/themes/vibrant-ink.sh +++ b/themes/vibrant-ink.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Vibrant Ink" export COLOR_01="#878787" # Black (Host) -export COLOR_02="#ff6600" # Red (Syntax string) -export COLOR_03="#ccff04" # Green (Command) -export COLOR_04="#ffcc00" # Yellow (Command second) -export COLOR_05="#44b4cc" # Blue (Path) -export COLOR_06="#9933cc" # Magenta (Syntax var) -export COLOR_07="#44b4cc" # Cyan (Prompt) -export COLOR_08="#f5f5f5" # White +export COLOR_02="#FF6600" # Red (Syntax string) +export COLOR_03="#CCFF04" # Green (Command) +export COLOR_04="#FFCC00" # Yellow (Command second) +export COLOR_05="#44B4CC" # Blue (Path) +export COLOR_06="#9933CC" # Magenta (Syntax var) +export COLOR_07="#44B4CC" # Cyan (Prompt) +export COLOR_08="#F5F5F5" # White export COLOR_09="#555555" # Bright Black -export COLOR_10="#ff0000" # Bright Red (Command error) -export COLOR_11="#00ff00" # Bright Green (Exec) -export COLOR_12="#ffff00" # Bright Yellow -export COLOR_13="#0000ff" # Bright Blue (Folder) -export COLOR_14="#ff00ff" # Bright Magenta -export COLOR_15="#00ffff" # Bright Cyan -export COLOR_16="#e5e5e5" # Bright White +export COLOR_10="#FF0000" # Bright Red (Command error) +export COLOR_11="#00FF00" # Bright Green (Exec) +export COLOR_12="#FFFF00" # Bright Yellow +export COLOR_13="#0000FF" # Bright Blue (Folder) +export COLOR_14="#FF00FF" # Bright Magenta +export COLOR_15="#00FFFF" # Bright Cyan +export COLOR_16="#E5E5E5" # Bright White export BACKGROUND_COLOR="#000000" # Background -export FOREGROUND_COLOR="#ffffff" # Foreground (Text) +export FOREGROUND_COLOR="#FFFFFF" # Foreground (Text) -export CURSOR_COLOR="#ffffff" # Cursor +export CURSOR_COLOR="#FFFFFF" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/vs-code-dark.sh b/themes/vs-code-dark.sh old mode 100755 new mode 100644 diff --git a/themes/vs-code-light.sh b/themes/vs-code-light.sh old mode 100755 new mode 100644 index a14d6d2..eea5470 --- a/themes/vs-code-light.sh +++ b/themes/vs-code-light.sh @@ -12,7 +12,7 @@ export COLOR_07="#0598BC" # Cyan (Prompt) export COLOR_08="#343434" # White export COLOR_09="#5E5E5E" # Bright Black -export COLOR_10="#cd3333" # Bright Red (Command error) +export COLOR_10="#CD3333" # Bright Red (Command error) export COLOR_11="#1BCE1A" # Bright Green (Exec) export COLOR_12="#ADBB5B" # Bright Yellow export COLOR_13="#0752A8" # Bright Blue (Folder) @@ -20,7 +20,7 @@ export COLOR_14="#C451CE" # Bright Magenta export COLOR_15="#52A8C7" # Bright Cyan export COLOR_16="#A6A3A6" # Bright White -export BACKGROUND_COLOR="#f9f9f9" # Background +export BACKGROUND_COLOR="#F9F9F9" # Background export FOREGROUND_COLOR="#020202" # Foreground (Text) export CURSOR_COLOR="#020202" # Cursor diff --git a/themes/warm-neon.sh b/themes/warm-neon.sh old mode 100755 new mode 100644 index 4dc7fc0..37ff08e --- a/themes/warm-neon.sh +++ b/themes/warm-neon.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Warm Neon" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#e24346" # Red (Syntax string) -export COLOR_03="#39b13a" # Green (Command) -export COLOR_04="#dae145" # Yellow (Command second) -export COLOR_05="#4261c5" # Blue (Path) -export COLOR_06="#f920fb" # Magenta (Syntax var) -export COLOR_07="#2abbd4" # Cyan (Prompt) -export COLOR_08="#d0b8a3" # White +export COLOR_02="#E24346" # Red (Syntax string) +export COLOR_03="#39B13A" # Green (Command) +export COLOR_04="#DAE145" # Yellow (Command second) +export COLOR_05="#4261C5" # Blue (Path) +export COLOR_06="#F920FB" # Magenta (Syntax var) +export COLOR_07="#2ABBD4" # Cyan (Prompt) +export COLOR_08="#D0B8A3" # White -export COLOR_09="#fefcfc" # Bright Black -export COLOR_10="#e97071" # Bright Red (Command error) -export COLOR_11="#9cc090" # Bright Green (Exec) -export COLOR_12="#ddda7a" # Bright Yellow -export COLOR_13="#7b91d6" # Bright Blue (Folder) -export COLOR_14="#f674ba" # Bright Magenta -export COLOR_15="#5ed1e5" # Bright Cyan -export COLOR_16="#d8c8bb" # Bright White +export COLOR_09="#FEFCFC" # Bright Black +export COLOR_10="#E97071" # Bright Red (Command error) +export COLOR_11="#9CC090" # Bright Green (Exec) +export COLOR_12="#DDDA7A" # Bright Yellow +export COLOR_13="#7B91D6" # Bright Blue (Folder) +export COLOR_14="#F674BA" # Bright Magenta +export COLOR_15="#5ED1E5" # Bright Cyan +export COLOR_16="#D8C8BB" # Bright White export BACKGROUND_COLOR="#404040" # Background -export FOREGROUND_COLOR="#afdab6" # Foreground (Text) +export FOREGROUND_COLOR="#AFDAB6" # Foreground (Text) -export CURSOR_COLOR="#afdab6" # Cursor +export CURSOR_COLOR="#AFDAB6" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/wez.sh b/themes/wez.sh old mode 100755 new mode 100644 index 2b3c1fc..89394c1 --- a/themes/wez.sh +++ b/themes/wez.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Wez" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#cc5555" # Red (Syntax string) -export COLOR_03="#55cc55" # Green (Command) -export COLOR_04="#cdcd55" # Yellow (Command second) -export COLOR_05="#5555cc" # Blue (Path) -export COLOR_06="#cc55cc" # Magenta (Syntax var) -export COLOR_07="#7acaca" # Cyan (Prompt) -export COLOR_08="#cccccc" # White +export COLOR_02="#CC5555" # Red (Syntax string) +export COLOR_03="#55CC55" # Green (Command) +export COLOR_04="#CDCD55" # Yellow (Command second) +export COLOR_05="#5555CC" # Blue (Path) +export COLOR_06="#CC55CC" # Magenta (Syntax var) +export COLOR_07="#7ACACA" # Cyan (Prompt) +export COLOR_08="#CCCCCC" # White export COLOR_09="#555555" # Bright Black -export COLOR_10="#ff5555" # Bright Red (Command error) -export COLOR_11="#55ff55" # Bright Green (Exec) -export COLOR_12="#ffff55" # Bright Yellow -export COLOR_13="#5555ff" # Bright Blue (Folder) -export COLOR_14="#ff55ff" # Bright Magenta -export COLOR_15="#55ffff" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#FF5555" # Bright Red (Command error) +export COLOR_11="#55FF55" # Bright Green (Exec) +export COLOR_12="#FFFF55" # Bright Yellow +export COLOR_13="#5555FF" # Bright Blue (Folder) +export COLOR_14="#FF55FF" # Bright Magenta +export COLOR_15="#55FFFF" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#000000" # Background -export FOREGROUND_COLOR="#b3b3b3" # Foreground (Text) +export FOREGROUND_COLOR="#B3B3B3" # Foreground (Text) -export CURSOR_COLOR="#b3b3b3" # Cursor +export CURSOR_COLOR="#B3B3B3" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/wild-cherry.sh b/themes/wild-cherry.sh old mode 100755 new mode 100644 index f4dcb73..187251d --- a/themes/wild-cherry.sh +++ b/themes/wild-cherry.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Wild Cherry" export COLOR_01="#000507" # Black (Host) -export COLOR_02="#d94085" # Red (Syntax string) -export COLOR_03="#2ab250" # Green (Command) -export COLOR_04="#ffd16f" # Yellow (Command second) -export COLOR_05="#883cdc" # Blue (Path) -export COLOR_06="#ececec" # Magenta (Syntax var) -export COLOR_07="#c1b8b7" # Cyan (Prompt) -export COLOR_08="#fff8de" # White +export COLOR_02="#D94085" # Red (Syntax string) +export COLOR_03="#2AB250" # Green (Command) +export COLOR_04="#FFD16F" # Yellow (Command second) +export COLOR_05="#883CDC" # Blue (Path) +export COLOR_06="#ECECEC" # Magenta (Syntax var) +export COLOR_07="#C1B8B7" # Cyan (Prompt) +export COLOR_08="#FFF8DE" # White -export COLOR_09="#009cc9" # Bright Black -export COLOR_10="#da6bac" # Bright Red (Command error) -export COLOR_11="#f4dca5" # Bright Green (Exec) -export COLOR_12="#eac066" # Bright Yellow -export COLOR_13="#308cba" # Bright Blue (Folder) -export COLOR_14="#ae636b" # Bright Magenta -export COLOR_15="#ff919d" # Bright Cyan -export COLOR_16="#e4838d" # Bright White +export COLOR_09="#009CC9" # Bright Black +export COLOR_10="#DA6BAC" # Bright Red (Command error) +export COLOR_11="#F4DCA5" # Bright Green (Exec) +export COLOR_12="#EAC066" # Bright Yellow +export COLOR_13="#308CBA" # Bright Blue (Folder) +export COLOR_14="#AE636B" # Bright Magenta +export COLOR_15="#FF919D" # Bright Cyan +export COLOR_16="#E4838D" # Bright White -export BACKGROUND_COLOR="#1f1726" # Background -export FOREGROUND_COLOR="#dafaff" # Foreground (Text) +export BACKGROUND_COLOR="#1F1726" # Background +export FOREGROUND_COLOR="#DAFAFF" # Foreground (Text) -export CURSOR_COLOR="#dafaff" # Cursor +export CURSOR_COLOR="#DAFAFF" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/wombat.sh b/themes/wombat.sh old mode 100755 new mode 100644 index 8407932..f8d6bc1 --- a/themes/wombat.sh +++ b/themes/wombat.sh @@ -3,27 +3,27 @@ export PROFILE_NAME="Wombat" export COLOR_01="#000000" # Black (Host) -export COLOR_02="#ff615a" # Red (Syntax string) -export COLOR_03="#b1e969" # Green (Command) -export COLOR_04="#ebd99c" # Yellow (Command second) -export COLOR_05="#5da9f6" # Blue (Path) -export COLOR_06="#e86aff" # Magenta (Syntax var) -export COLOR_07="#82fff7" # Cyan (Prompt) -export COLOR_08="#dedacf" # White +export COLOR_02="#FF615A" # Red (Syntax string) +export COLOR_03="#B1E969" # Green (Command) +export COLOR_04="#EBD99C" # Yellow (Command second) +export COLOR_05="#5DA9F6" # Blue (Path) +export COLOR_06="#E86AFF" # Magenta (Syntax var) +export COLOR_07="#82FFF7" # Cyan (Prompt) +export COLOR_08="#DEDACF" # White export COLOR_09="#313131" # Bright Black -export COLOR_10="#f58c80" # Bright Red (Command error) -export COLOR_11="#ddf88f" # Bright Green (Exec) -export COLOR_12="#eee5b2" # Bright Yellow -export COLOR_13="#a5c7ff" # Bright Blue (Folder) -export COLOR_14="#ddaaff" # Bright Magenta -export COLOR_15="#b7fff9" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#F58C80" # Bright Red (Command error) +export COLOR_11="#DDF88F" # Bright Green (Exec) +export COLOR_12="#EEE5B2" # Bright Yellow +export COLOR_13="#A5C7FF" # Bright Blue (Folder) +export COLOR_14="#DDAAFF" # Bright Magenta +export COLOR_15="#B7FFF9" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#171717" # Background -export FOREGROUND_COLOR="#dedacf" # Foreground (Text) +export FOREGROUND_COLOR="#DEDACF" # Foreground (Text) -export CURSOR_COLOR="#dedacf" # Cursor +export CURSOR_COLOR="#DEDACF" # Cursor # | =========================================================================== # | Apply Colors diff --git a/themes/wryan.sh b/themes/wryan.sh old mode 100755 new mode 100644 index 3c4a88c..6dffebc --- a/themes/wryan.sh +++ b/themes/wryan.sh @@ -3,22 +3,22 @@ export PROFILE_NAME="Wryan" export COLOR_01="#333333" # Black (Host) -export COLOR_02="#8c4665" # Red (Syntax string) +export COLOR_02="#8C4665" # Red (Syntax string) export COLOR_03="#287373" # Green (Command) -export COLOR_04="#7c7c99" # Yellow (Command second) +export COLOR_04="#7C7C99" # Yellow (Command second) export COLOR_05="#395573" # Blue (Path) -export COLOR_06="#5e468c" # Magenta (Syntax var) -export COLOR_07="#31658c" # Cyan (Prompt) -export COLOR_08="#899ca1" # White +export COLOR_06="#5E468C" # Magenta (Syntax var) +export COLOR_07="#31658C" # Cyan (Prompt) +export COLOR_08="#899CA1" # White -export COLOR_09="#3d3d3d" # Bright Black -export COLOR_10="#bf4d80" # Bright Red (Command error) -export COLOR_11="#53a6a6" # Bright Green (Exec) -export COLOR_12="#9e9ecb" # Bright Yellow -export COLOR_13="#477ab3" # Bright Blue (Folder) -export COLOR_14="#7e62b3" # Bright Magenta -export COLOR_15="#6096bf" # Bright Cyan -export COLOR_16="#c0c0c0" # Bright White +export COLOR_09="#3D3D3D" # Bright Black +export COLOR_10="#BF4D80" # Bright Red (Command error) +export COLOR_11="#53A6A6" # Bright Green (Exec) +export COLOR_12="#9E9ECB" # Bright Yellow +export COLOR_13="#477AB3" # Bright Blue (Folder) +export COLOR_14="#7E62B3" # Bright Magenta +export COLOR_15="#6096BF" # Bright Cyan +export COLOR_16="#C0C0C0" # Bright White export BACKGROUND_COLOR="#101010" # Background export FOREGROUND_COLOR="#999993" # Foreground (Text) diff --git a/themes/wzoreck.sh b/themes/wzoreck.sh old mode 100755 new mode 100644 diff --git a/themes/zenburn.sh b/themes/zenburn.sh old mode 100755 new mode 100644 index 0989bc6..9933eb4 --- a/themes/zenburn.sh +++ b/themes/zenburn.sh @@ -2,28 +2,28 @@ export PROFILE_NAME="Zenburn" -export COLOR_01="#4d4d4d" # Black (Host) +export COLOR_01="#4D4D4D" # Black (Host) export COLOR_02="#705050" # Red (Syntax string) -export COLOR_03="#60b48a" # Green (Command) -export COLOR_04="#f0dfaf" # Yellow (Command second) +export COLOR_03="#60B48A" # Green (Command) +export COLOR_04="#F0DFAF" # Yellow (Command second) export COLOR_05="#506070" # Blue (Path) -export COLOR_06="#dc8cc3" # Magenta (Syntax var) -export COLOR_07="#8cd0d3" # Cyan (Prompt) -export COLOR_08="#dcdccc" # White +export COLOR_06="#DC8CC3" # Magenta (Syntax var) +export COLOR_07="#8CD0D3" # Cyan (Prompt) +export COLOR_08="#DCDCCC" # White export COLOR_09="#709080" # Bright Black -export COLOR_10="#dca3a3" # Bright Red (Command error) -export COLOR_11="#c3bf9f" # Bright Green (Exec) -export COLOR_12="#e0cf9f" # Bright Yellow -export COLOR_13="#94bff3" # Bright Blue (Folder) -export COLOR_14="#ec93d3" # Bright Magenta -export COLOR_15="#93e0e3" # Bright Cyan -export COLOR_16="#ffffff" # Bright White +export COLOR_10="#DCA3A3" # Bright Red (Command error) +export COLOR_11="#C3BF9F" # Bright Green (Exec) +export COLOR_12="#E0CF9F" # Bright Yellow +export COLOR_13="#94BFF3" # Bright Blue (Folder) +export COLOR_14="#EC93D3" # Bright Magenta +export COLOR_15="#93E0E3" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White -export BACKGROUND_COLOR="#3f3f3f" # Background -export FOREGROUND_COLOR="#dcdccc" # Foreground (Text) +export BACKGROUND_COLOR="#3F3F3F" # Background +export FOREGROUND_COLOR="#DCDCCC" # Foreground (Text) -export CURSOR_COLOR="#dcdccc" # Cursor +export CURSOR_COLOR="#DCDCCC" # Cursor # | =========================================================================== # | Apply Colors