Skip to content

Commit

Permalink
update Dracula theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgldvd committed Nov 2, 2024
1 parent 57e5c23 commit 8a1eca8
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions themes/Dracula.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8a1eca8

Please sign in to comment.