Compare commits

...

3 Commits

Author SHA1 Message Date
github-actions[bot] 9dd297b600 ------- Generate Themes ------- 2023-08-09 14:18:42 +00:00
Mgldvd 505a4f1b9c
Merge pull request #392 from azzamsa/master
fix: wrong dracula foreground color
2023-08-09 09:18:07 -05:00
azzamsa cd6fe89488 fix: wrong dracula foreground color
See https://draculatheme.com/contribute.
2023-08-07 19:14:20 +07:00
4 changed files with 7 additions and 7 deletions

Binary file not shown.

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": "d1ae32cb9490da18366c4f0f08d77e087e93cc1dfa46ea40f03ae6bed12c57d7"}

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