Fix a few inconsistencies

This commit is contained in:
Veronica Berglyd Olsen
2025-06-02 20:05:52 +02:00
parent eed5cd1877
commit d0f11a2595
8 changed files with 107 additions and 109 deletions
-3
View File
@@ -1,3 +0,0 @@
[Main]
name = Qt Default Theme
description = Qt standard colours
+22 -22
View File
@@ -34,8 +34,8 @@ windowtext = #000000
base = #ffffff base = #ffffff
alternatebase = #e0e0e0 alternatebase = #e0e0e0
text = #000000 text = #000000
tooltipbase = #ffffdc tooltipbase = #ffffc0
tooltiptext = #000000 tooltiptext = #15150d
button = #efefef button = #efefef
buttontext = #000000 buttontext = #000000
brighttext = #ffffff brighttext = #ffffff
@@ -50,23 +50,23 @@ fadedtext = #6c6c6c
errortext = red errortext = red
[Syntax] [Syntax]
background = #ffffff background = #ffffff
text = #000000 text = #000000
link = blue link = blue
headertext = green headertext = green
headertag = green, 160 headertag = green, 160
emphasis = orange emphasis = orange
dialog = blue dialog = blue
altdialog = blue altdialog = blue
note = yellow note = yellow
hidden = faded hidden = faded
shortcode = green shortcode = green
keyword = red keyword = red
tag = green tag = green
value = blue value = blue
optional = green optional = green
spellcheckline = red spellcheckline = red
errorline = green errorline = green
replacetag = green replacetag = green
modifier = green modifier = green
texthighlight = #c8c80060 texthighlight = #c8c80060
+20 -20
View File
@@ -69,23 +69,23 @@ fadedtext = faded
errortext = red errortext = red
[Syntax] [Syntax]
background = #fbfbfb background = #fbfbfb
text = default text = default
link = blue link = blue
headertext = blue headertext = blue
headertag = blue, 160 headertag = blue, 160
emphasis = orange emphasis = orange
dialog = green dialog = green
altdialog = yellow altdialog = yellow
note = #80764b note = #80764b
hidden = faded hidden = faded
shortcode = blue shortcode = blue
keyword = red keyword = red
tag = purple tag = purple
value = orange value = orange
optional = blue optional = blue
spellcheckline = red spellcheckline = red
errorline = green errorline = green
replacetag = aqua replacetag = aqua
modifier = green modifier = green
texthighlight = yellow, 96 texthighlight = yellow, 96
+20 -20
View File
@@ -69,23 +69,23 @@ fadedtext = faded
errortext = red errortext = red
[Syntax] [Syntax]
background = #011627 background = #011627
text = default text = default
link = blue link = blue
headertext = blue headertext = blue
headertag = blue, 160 headertag = blue, 160
emphasis = orange emphasis = orange
dialog = green dialog = green
altdialog = yellow altdialog = yellow
note = #fff9ca note = #fff9ca
hidden = faded hidden = faded
shortcode = blue shortcode = blue
keyword = red keyword = red
tag = purple tag = purple
value = orange value = orange
optional = blue optional = blue
spellcheckline = red spellcheckline = red
errorline = green errorline = green
replacetag = aqua replacetag = aqua
modifier = green modifier = green
texthighlight = yellow, 96 texthighlight = yellow, 96
+20 -20
View File
@@ -59,23 +59,23 @@ fadedtext = faded
errortext = red errortext = red
[Syntax] [Syntax]
background = #2e3436 background = #2e3436
text = default text = default
link = blue link = blue
headertext = blue headertext = blue
headertag = blue, 160 headertag = blue, 160
emphasis = orange emphasis = orange
dialog = green dialog = green
altdialog = yellow altdialog = yellow
note = #fcf2a4 note = #fcf2a4
hidden = faded hidden = faded
shortcode = blue shortcode = blue
keyword = red keyword = red
tag = purple tag = purple
value = red value = red
optional = blue optional = blue
spellcheckline = red spellcheckline = red
errorline = green errorline = green
replacetag = cyan replacetag = cyan
modifier = blue modifier = blue
texthighlight = yellow, 96 texthighlight = yellow, 96
+20 -20
View File
@@ -59,23 +59,23 @@ fadedtext = faded
errortext = red errortext = red
[Syntax] [Syntax]
background = #eeeeec background = #eeeeec
text = default text = default
link = blue link = blue
headertext = blue headertext = blue
headertag = blue, 160 headertag = blue, 160
emphasis = orange emphasis = orange
dialog = green dialog = green
altdialog = yellow altdialog = yellow
note = #a78800 note = #a78800
hidden = faded hidden = faded
shortcode = blue shortcode = blue
keyword = red keyword = red
tag = purple tag = purple
value = red value = red
optional = blue optional = blue
spellcheckline = red spellcheckline = red
errorline = green errorline = green
replacetag = cyan replacetag = cyan
modifier = blue modifier = blue
texthighlight = yellow, 96 texthighlight = yellow, 96
+4 -4
View File
@@ -53,11 +53,11 @@ windowtext = #000000
base = #ffffff base = #ffffff
alternatebase = #d6d6d6 alternatebase = #d6d6d6
text = #000000 text = #000000
tooltipbase = #ffffdc tooltipbase = #ffffc0
tooltiptext = #000000 tooltiptext = #15150d
button = #ffffff button = #efefef
buttontext = #000000 buttontext = #000000
brighttext = #ffffff brighttext = #efefef
highlight = blue highlight = blue
highlightedtext = #ffffff highlightedtext = #ffffff
link = blue link = blue
@@ -6,6 +6,7 @@ credit = Chris Kempson (color theme)
url = https://github.com/chriskempson/tomorrow-theme url = https://github.com/chriskempson/tomorrow-theme
license = MIT License license = MIT License
licenseurl = https://github.com/chriskempson/tomorrow-theme/blob/master/LICENSE.md licenseurl = https://github.com/chriskempson/tomorrow-theme/blob/master/LICENSE.md
## ##
# Theme: Tomorrow Night # Theme: Tomorrow Night
# Source: https://github.com/chriskempson/tomorrow-theme # Source: https://github.com/chriskempson/tomorrow-theme