1
Fork 0
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:
Andreas Kling 2019-12-24 02:11:30 +01:00
parent df3a2dba43
commit 2cdab2c925

34
Base/res/themes/Dark.ini Normal file
View 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