From b66f91e7d35ae1d2de3f0cec3d7a8489db6e37ca Mon Sep 17 00:00:00 2001 From: Joel Hansen <83897866+hansejo@users.noreply.github.com> Date: Wed, 19 May 2021 00:02:43 +1000 Subject: [PATCH] Base: Add "Plum" theme (#7076) A theme with dark purples and reds. Inspired by the classic NT theme. --- Base/res/themes/Plum.ini | 82 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 Base/res/themes/Plum.ini 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