Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 33 additions & 19 deletions dracula.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,38 @@
user: 159 # cyan
group: 231 # foreground
user: &cyan 159
group: &foreground 231
permission:
read: 183 # blue
write: 212 # magenta
exec: 159 # cyan
exec-sticky: 159 # cyan
no-access: 210 # red
read: &blue 183 # purple
write: &magenta 212
exec: *cyan
exec-sticky: *cyan
no-access: &red 210
octal: *magenta
acl: *blue
context: *cyan
date:
hour-old: 146 # comment 20% lighter
day-old: 103 # comment
older: 60 # current line
hour-old: &comment-20 146 # 20% lighter
day-old: &comment 103
older: &current-line 60
size:
none: 60 # current line
small: 120 # green
medium: 222 # orange
large: 210 # red
none: *current-line
small: &green 120
medium: &orange 222
large: *red
inode:
valid: 231 # foreground
invalid: 210 # red
valid: *foreground
invalid: *red
links:
valid: 159 # cyan
invalid: 210 # red
tree-edge: 183 # blue
valid: *cyan
invalid: *red
tree-edge: *blue
git-status:
default: *comment
unmodified: *comment
ignored: *current-line
new-in-index: *green
new-in-workdir: *green
typechange: *orange
deleted: *red
renamed: &yellow 229
modified: *orange
conflicted: *red