From cf3f6caca85e77faeadc9da97f806856389ed231 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Fri, 20 Jun 2025 17:12:00 +0200 Subject: [PATCH] Fix Noctis button text colour --- novelwriter/assets/themes/noctis.conf | 5 +++-- novelwriter/assets/themes/noctis_lux.conf | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/novelwriter/assets/themes/noctis.conf b/novelwriter/assets/themes/noctis.conf index 0b5cfe7f..35820118 100644 --- a/novelwriter/assets/themes/noctis.conf +++ b/novelwriter/assets/themes/noctis.conf @@ -7,7 +7,7 @@ credit = Liviu Schera, and contributors url = https://github.com/liviuschera/noctis ## -# Noctis Lux : themes/lux.json +# Noctis Lux : themes/noctis.json ## # colors # selection.background : #107684 -> Palette.highlight @@ -17,6 +17,7 @@ url = https://github.com/liviuschera/noctis # editor.selectionBackground : #169fb144 -> Syntax.line, Syntax.texthighlight # textLink.foreground : #40d4e7 -> Palette.link, Syntax.link # input.background : #052529 -> Palette.button +# input.foreground : #cdd3de -> Palette.buttontext # notifications.foreground : #cdd3de -> Palette.tooltiptext # notifications.background : #073940 -> Palette.tooltipbase ## @@ -70,7 +71,7 @@ text = default tooltipbase = #073940 tooltiptext = #cdd3de button = base -buttontext = #6a7a7c +buttontext = #cdd3de brighttext = base highlight = #107684 highlightedtext = default diff --git a/novelwriter/assets/themes/noctis_lux.conf b/novelwriter/assets/themes/noctis_lux.conf index 65090ef3..ddf34244 100644 --- a/novelwriter/assets/themes/noctis_lux.conf +++ b/novelwriter/assets/themes/noctis_lux.conf @@ -17,6 +17,7 @@ url = https://github.com/liviuschera/noctis # editor.selectionBackground : #ade2eb77 -> Syntax.line, Syntax.texthighlight # textLink.foreground : #00c6e0 -> Palette.link, Syntax.link # input.background : #fef8ec -> Palette.button +# input.foreground : #6a7a7c -> Palette.buttontext # notifications.foreground : #005661 -> Palette.tooltiptext # notifications.background : #f2edde -> Palette.tooltipbase ##