From 2fcb3a01310db8953e8b57c767ae5439532492c5 Mon Sep 17 00:00:00 2001 From: Null <13566767+nullbasis@users.noreply.github.com> Date: Tue, 19 Jan 2021 15:23:44 -0600 Subject: [PATCH] Added Solarized Dark and Light editor themes --- nw/assets/themes/syntax/solarized_dark.conf | 25 ++++++++++++++++++++ nw/assets/themes/syntax/solarized_light.conf | 25 ++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 nw/assets/themes/syntax/solarized_dark.conf create mode 100644 nw/assets/themes/syntax/solarized_light.conf diff --git a/nw/assets/themes/syntax/solarized_dark.conf b/nw/assets/themes/syntax/solarized_dark.conf new file mode 100644 index 00000000..14825852 --- /dev/null +++ b/nw/assets/themes/syntax/solarized_dark.conf @@ -0,0 +1,25 @@ +[Main] +name = Solarized Dark +author = nullbasis +credit = Ethan Schoonover +url = https://ethanschoonover.com/solarized/ +license = MIT +licenseurl = https://github.com/altercation/solarized/blob/master/LICENSE + +[Syntax] +background = 7, 54, 66 +text = 253, 246, 227 +link = 38, 139, 210 +headertext = 147, 161, 161 +headertag = 42, 161, 152 +emphasis = 38, 139, 210 +straightquotes = 238, 232, 213 +doublequotes = 238, 232, 213 +singlequotes = 238, 232, 213 +hidden = 147, 161, 161 +keyword = 133, 153, 0 +value = 203, 75, 22 +spellcheckline = 203, 75, 22 +tagerror = 220, 50, 47 +replacetag = 133, 153, 0 +modifier = 181, 137, 0 diff --git a/nw/assets/themes/syntax/solarized_light.conf b/nw/assets/themes/syntax/solarized_light.conf new file mode 100644 index 00000000..c2b96974 --- /dev/null +++ b/nw/assets/themes/syntax/solarized_light.conf @@ -0,0 +1,25 @@ +[Main] +name = Solarized Light +author = nullbasis +credit = Ethan Schoonover +url = https://ethanschoonover.com/solarized/ +license = MIT +licenseurl = https://github.com/altercation/solarized/blob/master/LICENSE + +[Syntax] +background = 253, 246, 227 +text = 0, 43, 54 +link = 38, 139, 210 +headertext = 88, 110, 117 +headertag = 42, 161, 152 +emphasis = 38, 139, 210 +straightquotes = 7, 54, 66 +doublequotes = 7, 54, 66 +singlequotes = 7, 54, 66 +hidden = 88, 110, 117 +keyword = 133, 153, 0 +value = 203, 75, 22 +spellcheckline = 203, 75, 22 +tagerror = 220, 50, 47 +replacetag = 133, 153, 0 +modifier = 181, 137, 0