mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +00:00
LibDraw: Add ColorRole::BaseText (to be painted on ColorRole::Base)
This commit is contained in:
parent
a79bac428b
commit
aae54bdbde
11 changed files with 13 additions and 0 deletions
|
@ -26,6 +26,7 @@ WindowText=white
|
|||
Button=#555555
|
||||
ButtonText=white
|
||||
Base=#424242
|
||||
BaseText=white
|
||||
|
||||
ThreedHighlight=#6f6f6f
|
||||
ThreedShadow1=#3d3e40
|
||||
|
|
|
@ -27,6 +27,7 @@ Button=#d4d0c8
|
|||
ButtonText=black
|
||||
|
||||
Base=white
|
||||
BaseText=black
|
||||
|
||||
ThreedHighlight=white
|
||||
ThreedShadow1=#808080
|
||||
|
|
|
@ -27,6 +27,7 @@ Button=#d46c64
|
|||
ButtonText=black
|
||||
|
||||
Base=#d3d7c4
|
||||
BaseText=black
|
||||
|
||||
ThreedHighlight=#e69e99
|
||||
ThreedShadow1=#a24841
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue