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
+2 -2
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
+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