Base: Add "Plum" theme (#7076)
A theme with dark purples and reds. Inspired by the classic NT theme.
This commit is contained in:
parent
92879383fb
commit
b66f91e7d3
Notes:
sideshowbarker
2024-07-18 17:51:53 +09:00
Author: https://github.com/hansejo 🔰 Commit: https://github.com/SerenityOS/serenity/commit/b66f91e7d35 Pull-request: https://github.com/SerenityOS/serenity/pull/7076
1 changed files with 82 additions and 0 deletions
82
Base/res/themes/Plum.ini
Normal file
82
Base/res/themes/Plum.ini
Normal file
|
@ -0,0 +1,82 @@
|
|||
[Colors]
|
||||
DesktopBackground=#402840
|
||||
ActiveWindowBorder1=#484060
|
||||
ActiveWindowBorder2=#a084b8
|
||||
ActiveWindowTitle=white
|
||||
ActiveWindowTitleShadow=#black
|
||||
ActiveWindowTitleStripes=#302b40
|
||||
InactiveWindowBorder1=#786058
|
||||
InactiveWindowBorder2=#a89878
|
||||
InactiveWindowTitle=#cbc6cf
|
||||
InactiveWindowTitleShadow=#black
|
||||
InactiveWindowTitleStripes=#5b4943
|
||||
MovingWindowBorder1=#5f547d
|
||||
MovingWindowBorder2=#b9a5ca
|
||||
MovingWindowTitle=white
|
||||
MovingWindowTitleShadow=#330760
|
||||
MovingWindowTitleStripes=#473f5f
|
||||
HighlightWindowBorder1=#484060
|
||||
HighlightWindowBorder2=#a89878
|
||||
HighlightWindowTitle=#cbc6cf
|
||||
HighlightWindowTitleShadow=#black
|
||||
HighlightWindowTitleStripes=#5b4943
|
||||
HighlightSearching=#ffff00
|
||||
HighlightSearchingText=black
|
||||
MenuBase=#a89890
|
||||
MenuBaseText=black
|
||||
MenuStripe=#75645cFF
|
||||
MenuSelection=#008080
|
||||
MenuSelectionText=black
|
||||
Window=#a89890
|
||||
WindowText=black
|
||||
Button=#a89890
|
||||
ButtonText=black
|
||||
Base=#d8d0c8
|
||||
BaseText=black
|
||||
ThreedHighlight=#d8d0c8
|
||||
ThreedShadow1=#786058
|
||||
ThreedShadow2=#201a18
|
||||
HoverHighlight=#b3a59e
|
||||
Selection=#008080
|
||||
SelectionText=white
|
||||
InactiveSelection=#606060
|
||||
InactiveSelectionText=white
|
||||
PlaceholderText=#808080
|
||||
RubberBandFill=#e39ef43c
|
||||
RubberBandBorder=#50096e
|
||||
Link=blue
|
||||
ActiveLink=red
|
||||
VisitedLink=magenta
|
||||
Ruler=#d4d0c8
|
||||
RulerBorder=#404040
|
||||
RulerActiveText=#404040
|
||||
RulerInactiveText=#808080
|
||||
TextCursor=#4c096e
|
||||
FocusOutline=#909090
|
||||
SyntaxComment=#008000
|
||||
SyntaxNumber=#800000
|
||||
SyntaxString=#800000
|
||||
SyntaxType=#800080
|
||||
SyntaxPunctuation=black
|
||||
SyntaxOperator=black
|
||||
SyntaxKeyword=black
|
||||
SyntaxControlKeyword=black
|
||||
SyntaxIdentifier=#092e64
|
||||
SyntaxPreprocessorStatement=#008080
|
||||
SyntaxPreprocessorValue=#800000
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
Tray=#808080
|
||||
TrayText=#ffffff
|
||||
|
||||
[Metrics]
|
||||
TitleHeight=19
|
||||
TitleButtonWidth=15
|
||||
TitleButtonHeight=15
|
||||
|
||||
[Paths]
|
||||
ActiveWindowShadow=/res/icons/themes/Default/frame-shadow-dark.png
|
||||
InactiveWindowShadow=/res/icons/themes/Default/frame-shadow-light.png
|
||||
MenuShadow=/res/icons/themes/Default/frame-shadow-light.png
|
||||
TaskBarShadow=/res/icons/themes/Default/frame-shadow-light.png
|
||||
TooltipShadow=/res/icons/themes/Default/frame-shadow-light.png
|
Loading…
Add table
Reference in a new issue