From 8a1eca86795e7680087799b30ca572648ff2d644 Mon Sep 17 00:00:00 2001 From: mgldvd Date: Sat, 2 Nov 2024 08:47:41 -0500 Subject: [PATCH] update Dracula theme --- themes/Dracula.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/themes/Dracula.yml b/themes/Dracula.yml index 2437003a..028d6eb1 100644 --- a/themes/Dracula.yml +++ b/themes/Dracula.yml @@ -1,27 +1,27 @@ --- name: 'Dracula' -author: '' # 'AUTHOR NAME (http://WEBSITE.com)' -variant: '' # dark or light +author: 'Dracula (https://draculatheme.com)' +variant: 'dark' # dark or light -color_01: '#44475A' # Black (Host) -color_02: '#FF5555' # Red (Syntax string) -color_03: '#50FA7B' # Green (Command) -color_04: '#FFB86C' # Yellow (Command second) -color_05: '#8BE9FD' # Blue (Path) -color_06: '#BD93F9' # Magenta (Syntax var) -color_07: '#FF79C6' # Cyan (Prompt) -color_08: '#f8f8f2' # White +color_01: '#262626' # Black (Host) +color_02: '#E64747' # Red (Syntax string) +color_03: '#42E66C' # Green (Command) +color_04: '#E4F34A' # Yellow (Command second) +color_05: '#9B6BDF' # Blue (Path) +color_06: '#E356A7' # Magenta (Syntax var) +color_07: '#75D7EC' # Cyan (Prompt) +color_08: '#F8F8F2' # White -color_09: '#000000' # Bright Black +color_09: '#7A7A7A' # Bright Black color_10: '#FF5555' # Bright Red (Command error) color_11: '#50FA7B' # Bright Green (Exec) -color_12: '#FFB86C' # Bright Yellow -color_13: '#8BE9FD' # Bright Blue (Folder) -color_14: '#BD93F9' # Bright Magenta -color_15: '#FF79C6' # Bright Cyan -color_16: '#FFFFFF' # Bright White +color_12: '#F1FA8C' # Bright Yellow +color_13: '#BD93F9' # Bright Blue (Folder) +color_14: '#FF79C6' # Bright Magenta +color_15: '#8BE9FD' # Bright Cyan +color_16: '#F9F9FB' # Bright White background: '#282A36' # Background -foreground: '#f8f8f2' # Foreground (Text) +foreground: '#F8F8F2' # Foreground (Text) -cursor: '#f8f8f2' # Cursor +cursor: '#F8F8F2' # Cursor \ No newline at end of file