diff --git a/installs/dracula.sh b/installs/dracula.sh index acc76c3..dc8fd86 100755 --- a/installs/dracula.sh +++ b/installs/dracula.sh @@ -9,7 +9,7 @@ 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_08="#f8f8f2" # White export COLOR_09="#000000" # Bright Black export COLOR_10="#FF5555" # Bright Red (Command error) @@ -21,9 +21,9 @@ export COLOR_15="#FF79C6" # Bright Cyan export COLOR_16="#FFFFFF" # Bright White export BACKGROUND_COLOR="#282A36" # Background -export FOREGROUND_COLOR="#94A3A5" # Foreground (Text) +export FOREGROUND_COLOR="#f8f8f2" # Foreground (Text) -export CURSOR_COLOR="#94A3A5" # Cursor +export CURSOR_COLOR="#f8f8f2" # Cursor # | =========================================================================== # | Apply Colors diff --git a/json/dracula.json b/json/dracula.json index 6b710a7..aac120f 100644 --- a/json/dracula.json +++ b/json/dracula.json @@ -1 +1 @@ -{"color_01": "#44475A", "color_02": "#FF5555", "color_03": "#50FA7B", "color_04": "#FFB86C", "color_05": "#8BE9FD", "color_06": "#BD93F9", "color_07": "#FF79C6", "color_08": "#94A3A5", "color_09": "#000000", "color_10": "#FF5555", "color_11": "#50FA7B", "color_12": "#FFB86C", "color_13": "#8BE9FD", "color_14": "#BD93F9", "color_15": "#FF79C6", "color_16": "#FFFFFF", "name": "Dracula", "foreground": "#94A3A5", "background": "#282A36", "cursor": "#94A3A5", "hash": "a144361fd413d29bf56361a88d43f07d7c973902cca83c6270ee7dcfd4948182"} \ No newline at end of file +{"color_01": "#44475A", "color_02": "#FF5555", "color_03": "#50FA7B", "color_04": "#FFB86C", "color_05": "#8BE9FD", "color_06": "#BD93F9", "color_07": "#FF79C6", "color_08": "#f8f8f2", "color_09": "#000000", "color_10": "#FF5555", "color_11": "#50FA7B", "color_12": "#FFB86C", "color_13": "#8BE9FD", "color_14": "#BD93F9", "color_15": "#FF79C6", "color_16": "#FFFFFF", "name": "Dracula", "foreground": "#f8f8f2", "background": "#282A36", "cursor": "#f8f8f2", "hash": "a144361fd413d29bf56361a88d43f07d7c973902cca83c6270ee7dcfd4948182"} diff --git a/themes/Dracula.yml b/themes/Dracula.yml index 51e7313..0364295 100644 --- a/themes/Dracula.yml +++ b/themes/Dracula.yml @@ -8,7 +8,7 @@ color_04: '#FFB86C' # Yellow (Command second) color_05: '#8BE9FD' # Blue (Path) color_06: '#BD93F9' # Magenta (Syntax var) color_07: '#FF79C6' # Cyan (Prompt) -color_08: '#94A3A5' # White +color_08: '#f8f8f2' # White color_09: '#000000' # Bright Black color_10: '#FF5555' # Bright Red (Command error) @@ -20,6 +20,6 @@ color_15: '#FF79C6' # Bright Cyan color_16: '#FFFFFF' # Bright White background: '#282A36' # Background -foreground: '#94A3A5' # Foreground (Text) +foreground: '#f8f8f2' # Foreground (Text) -cursor: '#94A3A5' # Cursor +cursor: '#f8f8f2' # Cursor