global and system colors added

This commit is contained in:
Karl Tauber
2019-08-20 09:31:12 +02:00
parent cbbbda9dc1
commit 647bde2e5e
2 changed files with 34 additions and 0 deletions

View File

@@ -18,6 +18,23 @@
*.background=3c3f41
*.foreground=bbbbbb
*.textBackground=3c3f41
*.textForeground=bbbbbb
*.caretForeground=bbbbbb
*.inactiveBackground=3C3F41
*.inactiveForeground=bbbbbb
*.selectionBackground=4B6EAF
*.selectionForeground=bbbbbb
#---- system ----
control=3c3f41
controlText=bbbbbb
infoText=bbbbbb
text=bbbbbb
textText=bbbbbb
window=3c3f41
#---- Label ----

View File

@@ -18,6 +18,23 @@
*.background=f2f2f2
*.foreground=000000
*.textBackground=cccccc
*.textForeground=000000
*.caretForeground=000000
*.inactiveBackground=ffffff
*.inactiveForeground=777777
*.selectionBackground=4A6EB7
*.selectionForeground=ffffff
#---- system ----
control=e0e0e0
controlText=000000
infoText=000000
text=000000
textText=000000
window=f2f2f2
#---- Label ----