Fix Noctis button text colour

This commit is contained in:
Veronica Berglyd Olsen
2025-06-20 17:12:00 +02:00
parent ab1d55611f
commit cf3f6caca8
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -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
@@ -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
##