From 968bdbf12a33568c51fb8ef7f62739a8a4ff8a8a Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Wed, 11 Jun 2025 21:57:15 +0200 Subject: [PATCH 1/2] Add LCARS theme --- novelwriter/assets/themes/lcars.conf | 77 ++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 novelwriter/assets/themes/lcars.conf diff --git a/novelwriter/assets/themes/lcars.conf b/novelwriter/assets/themes/lcars.conf new file mode 100644 index 00000000..f6d7410b --- /dev/null +++ b/novelwriter/assets/themes/lcars.conf @@ -0,0 +1,77 @@ +[Main] +name = LCARS +mode = dark +description = The Next Generation of Star Trek colours +author = Veronica Berglyd Olsen +credit = Veronica Berglyd Olsen +url = https://github.com/vkbo/novelWriter +license = CC BY-SA 4.0 +licenseurl = https://creativecommons.org/licenses/by-sa/4.0/ + +[Base] +base = #101010 +default = #c7c7c7 +faded = #757575 +red = #cd6667 +orange = #ff9902 +yellow = #efcb73 +green = #8cff7f +cyan = #7ffff2 +blue = #96a0ff +purple = #e6b0d4 + +[Project] +root = yellow +folder = yellow +file = default +title = orange +chapter = red +scene = blue +note = yellow +active = blue +inactive = red +disabled = faded + +[Palette] +window = base:L160 +windowtext = default +base = base +alternatebase = base:L300 +text = default +tooltipbase = yellow:L140 +tooltiptext = base +button = base:L140 +buttontext = default +brighttext = base +highlight = purple +highlightedtext = base +link = blue +linkvisited = blue +accent = blue + +[GUI] +helptext = blue +fadedtext = faded +errortext = red + +[Syntax] +background = base +text = default +link = blue +headertext = orange +headertag = red +emphasis = orange +dialog = yellow +altdialog = purple +note = blue +hidden = faded +shortcode = blue +keyword = red +tag = orange +value = orange +optional = blue +spellcheckline = red +errorline = red +replacetag = blue +modifier = red +texthighlight = orange:96 From 5ab3736f051d81aa393ff1c93c8d04828249e635 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:42:52 +0200 Subject: [PATCH 2/2] Tweak colours --- novelwriter/assets/themes/lcars.conf | 34 ++++++++++++++-------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/novelwriter/assets/themes/lcars.conf b/novelwriter/assets/themes/lcars.conf index f6d7410b..e0130c59 100644 --- a/novelwriter/assets/themes/lcars.conf +++ b/novelwriter/assets/themes/lcars.conf @@ -12,19 +12,19 @@ licenseurl = https://creativecommons.org/licenses/by-sa/4.0/ base = #101010 default = #c7c7c7 faded = #757575 -red = #cd6667 +red = #e24d5f orange = #ff9902 -yellow = #efcb73 -green = #8cff7f +yellow = #ffdc59 +green = #54e985 cyan = #7ffff2 -blue = #96a0ff -purple = #e6b0d4 +blue = #009cff +purple = #8aa5ff [Project] -root = yellow +root = orange folder = yellow file = default -title = orange +title = green chapter = red scene = blue note = yellow @@ -33,7 +33,7 @@ inactive = red disabled = faded [Palette] -window = base:L160 +window = base:L180 windowtext = default base = base alternatebase = base:L300 @@ -45,9 +45,9 @@ buttontext = default brighttext = base highlight = purple highlightedtext = base -link = blue -linkvisited = blue -accent = blue +link = purple +linkvisited = purple +accent = orange [GUI] helptext = blue @@ -57,21 +57,21 @@ errortext = red [Syntax] background = base text = default -link = blue +link = purple headertext = orange headertag = red emphasis = orange dialog = yellow -altdialog = purple -note = blue +altdialog = green +note = purple hidden = faded -shortcode = blue +shortcode = purple keyword = red tag = orange value = orange -optional = blue +optional = purple spellcheckline = red errorline = red -replacetag = blue +replacetag = purple modifier = red texthighlight = orange:96