mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +00:00
LibGUI+LibGfx+Base: Make tooltips color theme aware :^)
Also tweak the default tooltip color to be more bright and yellow!
This commit is contained in:
parent
332d05f3fd
commit
3c5da01f94
14 changed files with 28 additions and 1 deletions
|
@ -64,6 +64,8 @@ SyntaxControlKeyword=orchid
|
|||
SyntaxIdentifier=white
|
||||
SyntaxPreprocessorStatement=#ffafff
|
||||
SyntaxPreprocessorValue=orange
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
|
||||
[Metrics]
|
||||
TitleHeight=24
|
||||
|
|
|
@ -56,3 +56,5 @@ SyntaxControlKeyword=orchid
|
|||
SyntaxIdentifier=lightskyblue
|
||||
SyntaxPreprocessorStatement=darkgray
|
||||
SyntaxPreprocessorValue=orange
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
|
|
|
@ -64,6 +64,8 @@ SyntaxControlKeyword=black
|
|||
SyntaxIdentifier=#092e64
|
||||
SyntaxPreprocessorStatement=#008080
|
||||
SyntaxPreprocessorValue=#800000
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
|
||||
[Metrics]
|
||||
TitleHeight=19
|
||||
|
|
|
@ -57,3 +57,5 @@ SyntaxControlKeyword=#021766
|
|||
SyntaxIdentifier=#333333
|
||||
SyntaxPreprocessorStatement=darkgray
|
||||
SyntaxPreprocessorValue=#320073
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
|
|
|
@ -56,3 +56,5 @@ SyntaxControlKeyword=black
|
|||
SyntaxIdentifier=#092e64
|
||||
SyntaxPreprocessorStatement=#008080
|
||||
SyntaxPreprocessorValue=#800000
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
|
|
|
@ -56,3 +56,5 @@ SyntaxControlKeyword=black
|
|||
SyntaxIdentifier=#092e64
|
||||
SyntaxPreprocessorStatement=#008080
|
||||
SyntaxPreprocessorValue=#800000
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
|
|
|
@ -56,3 +56,5 @@ SyntaxControlKeyword=black
|
|||
SyntaxIdentifier=#092e64
|
||||
SyntaxPreprocessorStatement=#008080
|
||||
SyntaxPreprocessorValue=#800000
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
|
|
|
@ -56,3 +56,5 @@ SyntaxControlKeyword=black
|
|||
SyntaxIdentifier=#092e64
|
||||
SyntaxPreprocessorStatement=#008080
|
||||
SyntaxPreprocessorValue=#800000
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
|
|
|
@ -60,6 +60,8 @@ SyntaxControlKeyword=black
|
|||
SyntaxIdentifier=#092e64
|
||||
SyntaxPreprocessorStatement=#008080
|
||||
SyntaxPreprocessorValue=#800000
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
|
||||
[Metrics]
|
||||
TitleButtonWidth=17
|
||||
|
|
|
@ -60,6 +60,8 @@ SyntaxControlKeyword=black
|
|||
SyntaxIdentifier=#092e64
|
||||
SyntaxPreprocessorStatement=#008080
|
||||
SyntaxPreprocessorValue=#800000
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
|
||||
[Metrics]
|
||||
TitleButtonWidth=17
|
||||
|
|
|
@ -56,3 +56,5 @@ SyntaxControlKeyword=black
|
|||
SyntaxIdentifier=#092e64
|
||||
SyntaxPreprocessorStatement=#008080
|
||||
SyntaxPreprocessorValue=#800000
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
|
|
|
@ -56,3 +56,5 @@ SyntaxControlKeyword=black
|
|||
SyntaxIdentifier=#092e64
|
||||
SyntaxPreprocessorStatement=#008080
|
||||
SyntaxPreprocessorValue=#800000
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue