mirror of
https://github.com/RGBCube/serenity
synced 2025-08-02 11:37:46 +00: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
5 changed files with 10 additions and 10 deletions
|
@ -56,5 +56,5 @@ SyntaxControlKeyword=orchid
|
|||
SyntaxIdentifier=lightskyblue
|
||||
SyntaxPreprocessorStatement=darkgray
|
||||
SyntaxPreprocessorValue=orange
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
Tooltip=#444444
|
||||
TooltipText=white
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue