mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Base: Set a reasonable HoverHighlight color in Redmond theme
Buttons turning deep blue when hovered was a bit too weird. :^)
This commit is contained in:
parent
998b3f6d87
commit
67f999b701
Notes:
sideshowbarker
2024-07-19 05:10:53 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/67f999b701f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ BaseText=black
|
||||||
ThreedHighlight=#fff8ff
|
ThreedHighlight=#fff8ff
|
||||||
ThreedShadow1=#7f787f
|
ThreedShadow1=#7f787f
|
||||||
ThreedShadow2=#000000
|
ThreedShadow2=#000000
|
||||||
HoverHighlight=#0000aa
|
HoverHighlight=#dbdbdb
|
||||||
Selection=#0000aa
|
Selection=#0000aa
|
||||||
SelectionText=white
|
SelectionText=white
|
||||||
InactiveSelection=#606060
|
InactiveSelection=#606060
|
||||||
|
|
Loading…
Reference in a new issue