mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:27:35 +00:00
Themes: Add a simple "Dark" theme :^)
This commit is contained in:
parent
df3a2dba43
commit
2cdab2c925
1 changed files with 34 additions and 0 deletions
34
Base/res/themes/Dark.ini
Normal file
34
Base/res/themes/Dark.ini
Normal file
|
@ -0,0 +1,34 @@
|
|||
[Colors]
|
||||
DesktopBackground=#202020
|
||||
|
||||
ActiveWindowBorder1=#3d3d4f
|
||||
ActiveWindowBorder2=#b7b7da
|
||||
ActiveWindowTitle=white
|
||||
|
||||
InactiveWindowBorder1=#606060
|
||||
InactiveWindowBorder2=#a0a0a0
|
||||
InactiveWindowTitle=#d5d0c7
|
||||
|
||||
MovingWindowBorder1=#49496c
|
||||
MovingWindowBorder2=#9c9cd5
|
||||
MovingWindowTitle=white
|
||||
|
||||
HighlightWindowBorder1=#a10d0d
|
||||
HighlightWindowBorder2=#fabbbb
|
||||
HighlightWindowTitle=white
|
||||
|
||||
MenuBase=#444444
|
||||
MenuStripe=#323232
|
||||
MenuSelection=#666666
|
||||
|
||||
Window=#323232
|
||||
WindowText=white
|
||||
Button=#555555
|
||||
ButtonText=white
|
||||
Base=#424242
|
||||
|
||||
ThreedHighlight=#6f6f6f
|
||||
ThreedShadow1=#3d3e40
|
||||
ThreedShadow2=#2e2f30
|
||||
|
||||
HoverHighlight=#696969
|
Loading…
Add table
Add a link
Reference in a new issue