qt: improve highlight and text contrast (#2097)
Closes: https://github.com/nix-community/stylix/issues/2079
Link: https://github.com/nix-community/stylix/pull/2097
Reviewed-by: NAHO <trueNAHO@users.noreply.github.com>
(cherry picked from commit c53b4a548a)
This commit is contained in:
parent
87d4fd1127
commit
76c65d08c1
1 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ light.color=#{{base03-hex}}
|
|||
mid.light.color=#{{base03-hex}}
|
||||
dark.color=#{{base00-hex}}
|
||||
mid.color=#{{base00-hex}}
|
||||
highlight.color=#{{base03-hex}}
|
||||
highlight.color=#{{base0E-hex}}
|
||||
inactive.highlight.color=#{{base03-hex}}
|
||||
tooltip.base.color=#{{base00-hex}}
|
||||
text.color=#{{base05-hex}}
|
||||
|
|
@ -88,7 +88,7 @@ window.text.color=#{{base05-hex}}
|
|||
button.text.color=#{{base05-hex}}
|
||||
disabled.text.color=#{{base04-hex}}
|
||||
tooltip.text.color=#{{base05-hex}}
|
||||
highlight.text.color=#{{base05-hex}}
|
||||
highlight.text.color=#{{base00-hex}}
|
||||
link.color=#{{base0D-hex}}
|
||||
link.visited.color=#{{base0E-hex}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue