From 77727ad50006fbbec0186de43ac51abad8ff64ac Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Mon, 29 Apr 2024 21:08:11 +0200 Subject: [PATCH] Update tango theme --- novelwriter/assets/syntax/tango.conf | 29 +++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/novelwriter/assets/syntax/tango.conf b/novelwriter/assets/syntax/tango.conf index 12ad644b..2ee5c3f5 100644 --- a/novelwriter/assets/syntax/tango.conf +++ b/novelwriter/assets/syntax/tango.conf @@ -2,24 +2,39 @@ name = Tango author = Veronica Berglyd Olsen (adaptation) +## +# Colours: +# Background = 30302f : 48, 48, 47 +# Foreground = eeeeec : 238, 238, 236 +# Comment = 8f8f8d : 143, 143, 141 +# Red = ef2929 : 239, 41, 41 +# Orange = c4a000 : 196, 160, 0 +# Yellow = fce94f : 252, 233, 79 +# Green = 8ae234 : 138, 226, 52 +# Cyan = 34e2e2 : 52, 226, 226 +# Blue = 3465a4 : 114, 159, 207 +# Purple = ad7fa8 : 173, 127, 168 +## + [Syntax] background = 48, 48, 47 text = 238, 238, 236 -link = 115, 159, 207 -headertext = 115, 159, 207 -headertag = 52, 101, 164 +link = 114, 159, 207 +headertext = 114, 159, 207 +headertag = 114, 159, 207, 160 emphasis = 196, 160, 0 straightquotes = 239, 41, 41 doublequotes = 138, 226, 52 singlequotes = 252, 233, 79 note = 252, 242, 164 hidden = 143, 143, 141 -shortcode = 115, 159, 207 +shortcode = 114, 159, 207 keyword = 239, 41, 41 tag = 173, 127, 168 value = 239, 41, 41 -optional = 115, 159, 207 +optional = 114, 159, 207 spellcheckline = 239, 41, 41 errorline = 138, 226, 52 -replacetag = 51, 226, 226 -modifier = 196, 160, 0 +replacetag = 52, 226, 226 +modifier = 114, 159, 207 +texthighlight = 252, 233, 79, 96