Update theme customisation documentation

This commit is contained in:
Veronica Berglyd Olsen
2025-06-11 00:08:17 +02:00
parent 186062926a
commit 6a9e268eb7
+24 -19
View File
@@ -59,40 +59,45 @@ A colour theme ``.conf`` file consists of the following settings:
licenseurl = https://creativecommons.org/licenses/by-sa/4.0/ licenseurl = https://creativecommons.org/licenses/by-sa/4.0/
[Base] [Base]
base = #fcfcfc
default = #303030 default = #303030
faded = #6c6c6c faded = #6c6c6c
red = #a62a2d red = #a62a2d
orange = #b36829 orange = #b36829
yellow = #a68542 yellow = #a39c34
green = #296629 green = #296629
cyan = #269999 cyan = #269999
blue = #3a70a6 blue = #3a70a6
purple = #b35ab3 purple = #b35ab3
[Project] [Project]
root = blue root = blue
folder = yellow folder = yellow
file = default file = default
title = green title = green
chapter = red chapter = red
scene = blue scene = blue
note = yellow note = yellow
active = green
inactive = red
disabled = faded
[Palette] [Palette]
window = #efefef window = base:D105
windowtext = #000000 windowtext = default
base = #ffffff base = base
alternatebase = #e0e0e0 alternatebase = #e0e0e0
text = #000000 text = default
tooltipbase = #ffffc0 tooltipbase = #ffffc0
tooltiptext = #15150d tooltiptext = #15150d
button = #efefef button = #efefef
buttontext = #000000 buttontext = default
brighttext = #ffffff brighttext = base
highlight = #3087c6 highlight = #3087c6
highlightedtext = #ffffff highlightedtext = base
link = blue link = blue
linkvisited = blue linkvisited = blue
accent = #3087c6
[GUI] [GUI]
helptext = #5c5c5c helptext = #5c5c5c
@@ -100,15 +105,15 @@ A colour theme ``.conf`` file consists of the following settings:
errortext = red errortext = red
[Syntax] [Syntax]
background = #ffffff background = base
text = #000000 text = default
link = blue link = blue
headertext = green headertext = green
headertag = green:L135 headertag = green:L135
emphasis = orange emphasis = orange
dialog = blue dialog = blue
altdialog = blue altdialog = blue
note = yellow note = yellow:D125
hidden = faded hidden = faded
shortcode = green shortcode = green
keyword = red keyword = red
@@ -119,7 +124,7 @@ A colour theme ``.conf`` file consists of the following settings:
errorline = green errorline = green
replacetag = green replacetag = green
modifier = green modifier = green
texthighlight = #c8c80060 texthighlight = yellow:72
Theme Sections Theme Sections