diff options
author | Joel Hansen <83897866+hansejo@users.noreply.github.com> | 2021-05-19 00:02:43 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-18 16:02:43 +0200 |
commit | b66f91e7d35ae1d2de3f0cec3d7a8489db6e37ca (patch) | |
tree | f3bb2853f404e6388ec8e82e5d72d936db79db66 /Base/res/themes | |
parent | 92879383fbb9fc8129962c98f0447dbf0e732170 (diff) | |
download | serenity-b66f91e7d35ae1d2de3f0cec3d7a8489db6e37ca.zip |
Base: Add "Plum" theme (#7076)
A theme with dark purples and reds. Inspired by the classic NT theme.
Diffstat (limited to 'Base/res/themes')
-rw-r--r-- | Base/res/themes/Plum.ini | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/Base/res/themes/Plum.ini b/Base/res/themes/Plum.ini new file mode 100644 index 0000000000..7726f244a8 --- /dev/null +++ b/Base/res/themes/Plum.ini @@ -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 |