Просмотр исходного кода

Themes: Update tooltip colors of dark themes

For themes with primarily light text colors and dark backgrounds the
current almost-white background/black text tooltips look a bit out of
place. I've changed them to what I believe are sensible colors but theme
authors are of course free to tweak further.
Linus Groh 4 лет назад
Родитель
Сommit
664794b19e
5 измененных файлов с 10 добавлено и 10 удалено
  1. 2 2
      Base/res/themes/Basalt.ini
  2. 2 2
      Base/res/themes/Dark.ini
  3. 2 2
      Base/res/themes/Discord.ini
  4. 2 2
      Base/res/themes/Joi.ini
  5. 2 2
      Base/res/themes/Nord.ini

+ 2 - 2
Base/res/themes/Basalt.ini

@@ -64,8 +64,8 @@ SyntaxControlKeyword=orchid
 SyntaxIdentifier=white
 SyntaxIdentifier=white
 SyntaxPreprocessorStatement=#ffafff
 SyntaxPreprocessorStatement=#ffafff
 SyntaxPreprocessorValue=orange
 SyntaxPreprocessorValue=orange
-Tooltip=#ffffe1
-TooltipText=black
+Tooltip=#1f1f1f
+TooltipText=white
 
 
 [Metrics]
 [Metrics]
 TitleHeight=24
 TitleHeight=24

+ 2 - 2
Base/res/themes/Dark.ini

@@ -56,5 +56,5 @@ SyntaxControlKeyword=orchid
 SyntaxIdentifier=lightskyblue
 SyntaxIdentifier=lightskyblue
 SyntaxPreprocessorStatement=darkgray
 SyntaxPreprocessorStatement=darkgray
 SyntaxPreprocessorValue=orange
 SyntaxPreprocessorValue=orange
-Tooltip=#ffffe1
-TooltipText=black
+Tooltip=#444444
+TooltipText=white

+ 2 - 2
Base/res/themes/Discord.ini

@@ -57,5 +57,5 @@ SyntaxControlKeyword=#021766
 SyntaxIdentifier=#333333
 SyntaxIdentifier=#333333
 SyntaxPreprocessorStatement=darkgray
 SyntaxPreprocessorStatement=darkgray
 SyntaxPreprocessorValue=#320073
 SyntaxPreprocessorValue=#320073
-Tooltip=#ffffe1
-TooltipText=black
+Tooltip=#23272A
+TooltipText=white

+ 2 - 2
Base/res/themes/Joi.ini

@@ -56,5 +56,5 @@ SyntaxControlKeyword=black
 SyntaxIdentifier=#092e64
 SyntaxIdentifier=#092e64
 SyntaxPreprocessorStatement=#008080
 SyntaxPreprocessorStatement=#008080
 SyntaxPreprocessorValue=#800000
 SyntaxPreprocessorValue=#800000
-Tooltip=#ffffe1
-TooltipText=black
+Tooltip=#251AAB
+TooltipText=white

+ 2 - 2
Base/res/themes/Nord.ini

@@ -56,5 +56,5 @@ SyntaxControlKeyword=black
 SyntaxIdentifier=#092e64
 SyntaxIdentifier=#092e64
 SyntaxPreprocessorStatement=#008080
 SyntaxPreprocessorStatement=#008080
 SyntaxPreprocessorValue=#800000
 SyntaxPreprocessorValue=#800000
-Tooltip=#ffffe1
-TooltipText=black
+Tooltip=#4c566a
+TooltipText=white