fix: wrong dracula foreground color

See https://draculatheme.com/contribute.
This commit is contained in:
azzamsa 2023-08-07 19:09:32 +07:00
parent 70503db3f0
commit cd6fe89488
3 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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"}
{"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"}

View File

@ -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