mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-08 23:42:53 +03:00
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.
This commit is contained in:
parent
dca9e4ec10
commit
664794b19e
Notes:
sideshowbarker
2024-07-19 01:44:47 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/664794b19e6 Pull-request: https://github.com/SerenityOS/serenity/pull/3842
@ -64,8 +64,8 @@ SyntaxControlKeyword=orchid
|
||||
SyntaxIdentifier=white
|
||||
SyntaxPreprocessorStatement=#ffafff
|
||||
SyntaxPreprocessorValue=orange
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
Tooltip=#1f1f1f
|
||||
TooltipText=white
|
||||
|
||||
[Metrics]
|
||||
TitleHeight=24
|
||||
|
@ -56,5 +56,5 @@ SyntaxControlKeyword=orchid
|
||||
SyntaxIdentifier=lightskyblue
|
||||
SyntaxPreprocessorStatement=darkgray
|
||||
SyntaxPreprocessorValue=orange
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
Tooltip=#444444
|
||||
TooltipText=white
|
||||
|
@ -57,5 +57,5 @@ SyntaxControlKeyword=#021766
|
||||
SyntaxIdentifier=#333333
|
||||
SyntaxPreprocessorStatement=darkgray
|
||||
SyntaxPreprocessorValue=#320073
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
Tooltip=#23272A
|
||||
TooltipText=white
|
||||
|
@ -56,5 +56,5 @@ SyntaxControlKeyword=black
|
||||
SyntaxIdentifier=#092e64
|
||||
SyntaxPreprocessorStatement=#008080
|
||||
SyntaxPreprocessorValue=#800000
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
Tooltip=#251AAB
|
||||
TooltipText=white
|
||||
|
@ -56,5 +56,5 @@ SyntaxControlKeyword=black
|
||||
SyntaxIdentifier=#092e64
|
||||
SyntaxPreprocessorStatement=#008080
|
||||
SyntaxPreprocessorValue=#800000
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
Tooltip=#4c566a
|
||||
TooltipText=white
|
||||
|
Loading…
Reference in New Issue
Block a user