Skip to content

Commit

Permalink
dracula: Use Dracula's unimportant entry to match theme colors
Browse files Browse the repository at this point in the history
This change makes the Dracula theme's unimportant entry match Dracula's "Current Line" entry as `#44475A`.

See more: https://draculatheme.com/contribute
  • Loading branch information
RobLoach authored and sharkdp committed Oct 1, 2024
1 parent 22240bd commit 20bea7c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions themes/dracula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ colors:
#
# The assignment of colors to file types roughly follows `dircolors`

black : '282a36'
green : '50fa7b'
purple : 'bd93f9'
red : 'ff5555'
yellow : 'f1fa8c'
cyan : '8be9fd'
pink : 'ff79c6'
orange : 'ffb86c'
white : 'f8f8f2'
base01 : '3a3c4e'
black : '282a36'
currentline : '44475a'
green : '50fa7b'
purple : 'bd93f9'
red : 'ff5555'
yellow : 'f1fa8c'
cyan : '8be9fd'
pink : 'ff79c6'
orange : 'ffb86c'
white : 'f8f8f2'

core:
normal_text:
Expand Down Expand Up @@ -143,4 +143,4 @@ executable:
foreground: green

unimportant:
foreground: base01
foreground: currentline

0 comments on commit 20bea7c

Please sign in to comment.