summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-05-24 16:46:05 -0300
committerAndrés <andmarti@gmail.com>2021-05-24 16:46:05 -0300
commit21d63b921f91bd57d6ec61599d8b250b41a318b1 (patch)
tree68a9e0b3f1420971540bfcb65fbdabffd53129ac
parente39b6041aa0a6cf6cf9742d72c87cd8467338b08 (diff)
updated dracula theme to include new types for sheets
-rw-r--r--themes/dracula.sc5
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/dracula.sc b/themes/dracula.sc
index ef4e431..d1165ef 100644
--- a/themes/dracula.sc
+++ b/themes/dracula.sc
@@ -29,6 +29,9 @@ color "type=CELL_SELECTION_SC fg=WHITE bg=altbackground bold=1"
color "type=NUMB fg=MAGENTA bg=BLACK bold=0"
color "type=CELL_NEGATIVE fg=RED bg=BLACK bold=0"
color "type=EXPRESSION fg=YELLOW bg=BLACK bold=0"
+color "type=SHEET fg=comment bg=BLACK bold=0"
+color "type=CURRENT_SHEET fg=CYAN bg=BLACK bold=1"
+color "type=FILENM fg=YELLOW bg=BLACK bold=0"
# To not italicize strings, replace italic=1 with italic=0 on following line
-color "type=STRG fg=CYAN bg=BLACK bold=0 italic=1"
+color "type=STRG fg=CYAN bg=BLACK bold=0 italic=0"
color "type=DATEF fg=YELLOW bg=BLACK"