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 1/5] 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 From 7beb9afc36f338449b0c80b29f311b4ccaa87144 Mon Sep 17 00:00:00 2001 From: Null <13566767+nullbasis@users.noreply.github.com> Date: Tue, 19 Jan 2021 15:24:29 -0600 Subject: [PATCH 2/5] Added Solarized Dark and Light GUI themes --- .../themes/gui/solarized_dark/theme.conf | 29 +++++++++++++++++++ .../themes/gui/solarized_light/theme.conf | 29 +++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 nw/assets/themes/gui/solarized_dark/theme.conf create mode 100644 nw/assets/themes/gui/solarized_light/theme.conf diff --git a/nw/assets/themes/gui/solarized_dark/theme.conf b/nw/assets/themes/gui/solarized_dark/theme.conf new file mode 100644 index 00000000..ded8103b --- /dev/null +++ b/nw/assets/themes/gui/solarized_dark/theme.conf @@ -0,0 +1,29 @@ +[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 + +[Palette] +window = 0, 43, 54 +windowtext = 253, 246, 227 +base = 7, 54, 66 +alternatebase = 67, 67, 67 +text = 253, 246, 227 +tooltipbase = 133, 153, 0 +tooltiptext = 0, 43, 54 +button = 7, 54, 66 +buttontext = 253, 246, 227 +brighttext = 253, 246, 227 +highlight = 42, 161, 152 +highlightedtext = 0, 43, 54 +link = 38, 139, 210 +linkvisited = 38, 139, 210 + +[GUI] +treewordcount = 253, 246, 227 +statusnone = 88, 110, 117 +statussaved = 42, 161, 152 +statusunsaved = 203, 75, 22 diff --git a/nw/assets/themes/gui/solarized_light/theme.conf b/nw/assets/themes/gui/solarized_light/theme.conf new file mode 100644 index 00000000..6bc65e89 --- /dev/null +++ b/nw/assets/themes/gui/solarized_light/theme.conf @@ -0,0 +1,29 @@ +[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 + +[Palette] +window = 238, 232, 213 +windowtext = 0, 43, 54 +base = 253, 246, 227 +alternatebase = 238, 232, 213 +text = 0, 43, 54 +tooltipbase = 133, 153, 0 +tooltiptext = 0, 43, 54 +button = 238, 232, 213 +buttontext = 0, 43, 54 +brighttext = 0, 43, 54 +highlight = 42, 161, 152 +highlightedtext = 253, 246, 227 +link = 38, 139, 210 +linkvisited = 38, 139, 210 + +[GUI] +treewordcount = 0, 43, 54 +statusnone = 88, 110, 117 +statussaved = 42, 161, 152 +statusunsaved = 203, 75, 22 From 29665203c0caad1e9a9608736814b3e8b185654c Mon Sep 17 00:00:00 2001 From: Null <13566767+nullbasis@users.noreply.github.com> Date: Tue, 19 Jan 2021 16:19:16 -0600 Subject: [PATCH 3/5] Add files via upload --- nw/assets/themes/syntax/solarized_dark.conf | 2 +- nw/assets/themes/syntax/solarized_light.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nw/assets/themes/syntax/solarized_dark.conf b/nw/assets/themes/syntax/solarized_dark.conf index 14825852..adfc5942 100644 --- a/nw/assets/themes/syntax/solarized_dark.conf +++ b/nw/assets/themes/syntax/solarized_dark.conf @@ -13,7 +13,7 @@ link = 38, 139, 210 headertext = 147, 161, 161 headertag = 42, 161, 152 emphasis = 38, 139, 210 -straightquotes = 238, 232, 213 +straightquotes = 211, 54, 130 doublequotes = 238, 232, 213 singlequotes = 238, 232, 213 hidden = 147, 161, 161 diff --git a/nw/assets/themes/syntax/solarized_light.conf b/nw/assets/themes/syntax/solarized_light.conf index c2b96974..9e8681e1 100644 --- a/nw/assets/themes/syntax/solarized_light.conf +++ b/nw/assets/themes/syntax/solarized_light.conf @@ -13,7 +13,7 @@ link = 38, 139, 210 headertext = 88, 110, 117 headertag = 42, 161, 152 emphasis = 38, 139, 210 -straightquotes = 7, 54, 66 +straightquotes = 211, 54, 130 doublequotes = 7, 54, 66 singlequotes = 7, 54, 66 hidden = 88, 110, 117 From e3bc528647cd50ad160194629782291c86752912 Mon Sep 17 00:00:00 2001 From: Null <13566767+nullbasis@users.noreply.github.com> Date: Tue, 19 Jan 2021 16:32:32 -0600 Subject: [PATCH 4/5] Add files via upload --- nw/assets/themes/syntax/solarized_dark.conf | 4 ++-- nw/assets/themes/syntax/solarized_light.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nw/assets/themes/syntax/solarized_dark.conf b/nw/assets/themes/syntax/solarized_dark.conf index adfc5942..965430bb 100644 --- a/nw/assets/themes/syntax/solarized_dark.conf +++ b/nw/assets/themes/syntax/solarized_dark.conf @@ -14,8 +14,8 @@ headertext = 147, 161, 161 headertag = 42, 161, 152 emphasis = 38, 139, 210 straightquotes = 211, 54, 130 -doublequotes = 238, 232, 213 -singlequotes = 238, 232, 213 +doublequotes = 42, 161, 152 +singlequotes = 42, 161, 152 hidden = 147, 161, 161 keyword = 133, 153, 0 value = 203, 75, 22 diff --git a/nw/assets/themes/syntax/solarized_light.conf b/nw/assets/themes/syntax/solarized_light.conf index 9e8681e1..2d1f6d1c 100644 --- a/nw/assets/themes/syntax/solarized_light.conf +++ b/nw/assets/themes/syntax/solarized_light.conf @@ -14,8 +14,8 @@ headertext = 88, 110, 117 headertag = 42, 161, 152 emphasis = 38, 139, 210 straightquotes = 211, 54, 130 -doublequotes = 7, 54, 66 -singlequotes = 7, 54, 66 +doublequotes = 42, 161, 152 +singlequotes = 42, 161, 152 hidden = 88, 110, 117 keyword = 133, 153, 0 value = 203, 75, 22 From 7b4f6c32221438fb56698aa273c8f9d8d18f1c0f Mon Sep 17 00:00:00 2001 From: Null <13566767+nullbasis@users.noreply.github.com> Date: Tue, 19 Jan 2021 16:34:36 -0600 Subject: [PATCH 5/5] Add files via upload --- nw/assets/themes/gui/solarized_dark/theme.conf | 1 - nw/assets/themes/gui/solarized_light/theme.conf | 1 - 2 files changed, 2 deletions(-) diff --git a/nw/assets/themes/gui/solarized_dark/theme.conf b/nw/assets/themes/gui/solarized_dark/theme.conf index ded8103b..81a85a16 100644 --- a/nw/assets/themes/gui/solarized_dark/theme.conf +++ b/nw/assets/themes/gui/solarized_dark/theme.conf @@ -23,7 +23,6 @@ link = 38, 139, 210 linkvisited = 38, 139, 210 [GUI] -treewordcount = 253, 246, 227 statusnone = 88, 110, 117 statussaved = 42, 161, 152 statusunsaved = 203, 75, 22 diff --git a/nw/assets/themes/gui/solarized_light/theme.conf b/nw/assets/themes/gui/solarized_light/theme.conf index 6bc65e89..855e4e76 100644 --- a/nw/assets/themes/gui/solarized_light/theme.conf +++ b/nw/assets/themes/gui/solarized_light/theme.conf @@ -23,7 +23,6 @@ link = 38, 139, 210 linkvisited = 38, 139, 210 [GUI] -treewordcount = 0, 43, 54 statusnone = 88, 110, 117 statussaved = 42, 161, 152 statusunsaved = 203, 75, 22