1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-31 16:47:47 +00:00

Base+LibGUI+LibGfx: Improve disabled text readability

Currently, disabled text colors are hardcoded. They look good in Default
and light themes, but no so good in dark ones. This PR adds new
variables for all themes to correctly display disabled text.
This commit is contained in:
Jaime Valenzuela Durán 2022-03-05 01:28:03 +01:00 committed by Andreas Kling
parent 26d29e9220
commit 7c32400431
22 changed files with 44 additions and 4 deletions

View file

@ -36,6 +36,8 @@ Button=#c7c2b0ff
MenuSelectionText=#f3f3f3ff
SelectionText=#ffffffff
BaseText=#000000ff
DisabledTextFront=#808080
DisabledTextBack=#e4d6beff
SyntaxPreprocessorStatement=#00a0a0ff
Accent=#6f517bff
Base=#ffffffff