diff options
author | electrikmilk <brandonjordan124@gmail.com> | 2022-01-23 13:21:58 -0500 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-01-24 07:03:04 +0000 |
commit | c839ff574a187a242724baa5f16c972aeb84c512 (patch) | |
tree | ebb3e8137b69b17f1d99ba767c364ce6e78e8d43 /Base/res/themes | |
parent | 5b7682b3522749dd0eba0e234e167c7681566262 (diff) | |
download | serenity-c839ff574a187a242724baa5f16c972aeb84c512.zip |
Base: Add Pumpkin (Orange+Purple) theme
Diffstat (limited to 'Base/res/themes')
-rw-r--r-- | Base/res/themes/Pumpkin.ini | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/Base/res/themes/Pumpkin.ini b/Base/res/themes/Pumpkin.ini new file mode 100644 index 0000000000..4a10a54ded --- /dev/null +++ b/Base/res/themes/Pumpkin.ini @@ -0,0 +1,92 @@ +[Metrics] +TitleButtonWidth=15 +BorderRadius=0 +TitleButtonHeight=15 +TitleHeight=19 +BorderThickness=4 + +[Flags] +IsDark=false + +[Paths] +TooltipShadow=/res/icons/themes/Default/frame-shadow-light.png +TaskbarShadow= +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 +TitleButtonIcons=/res/icons/16x16/ + +[Colors] +SyntaxComment=#a0a1a7ff +RubberBandBorder=#cfaf20ff +SyntaxOperator=#000000ff +SyntaxControlKeyword=#a42ea2ff +ActiveLink=#ff0000ff +HoverHighlight=#e4d6beff +MovingWindowTitle=#e1ba70ff +MenuBaseText=#000000ff +Tooltip=#c8b0caff +ActiveWindowTitleShadow=#f0b143ff +Ruler=#c6cbc0ff +Selection=#6f517bff +InactiveSelection=#606060ff +ActiveWindowTitleStripes=#bf600cff +TooltipText=#000000ff +Button=#c7c2b0ff +MenuSelectionText=#f3f3f3ff +SelectionText=#ffffffff +BaseText=#000000ff +SyntaxPreprocessorStatement=#00a0a0ff +Accent=#6f517bff +Base=#ffffffff +InactiveWindowTitle=#f0b143ff +HighlightWindowTitle=#ffffffff +MovingWindowTitleShadow=#601e07ff +PlaceholderText=#747d74ff +WindowText=#000000ff +Link=#6f517bff +InactiveWindowBorder1=#bf600cff +DesktopBackground=#bf600cff +TextCursor=#573666ff +Window=#c7c6b0ff +ThreedShadow2=#404040ff +ThreedShadow1=#808080ff +InactiveSelectionText=#ffffffff +RubberBandFill=#978c0fff +MovingWindowTitleStripes=#e0ab39ff +HighlightWindowBorder2=#e9d51aff +SyntaxKeyword=#a42ea2ff +HighlightSearchingText=#000000ff +HighlightWindowTitleShadow=#bf600cff +ActiveWindowBorder2=#f0b143ff +MovingWindowBorder2=#b77f19ff +GutterBorder=#404040ff +SyntaxNumber=#976715ff +Gutter=#cac6b4ff +SyntaxPunctuation=#000000ff +RulerActiveText=#404040ff +ButtonText=#000000ff +RulerBorder=#404040ff +ThreedHighlight=#ffffffff +ActiveWindowTitle=#000000ff +SyntaxPreprocessorValue=#a00000ff +SyntaxType=#a000a0ff +Tray=#808080ff +VisitedLink=#ff00ffff +TrayText=#ffffffff +InactiveWindowBorder2=#875b09ff +InactiveWindowTitleShadow=#4c4c4cff +HighlightSearching=#ffff00ff +SyntaxIdentifier=#000000ff +HighlightWindowBorder1=#e9d51aff +MovingWindowBorder1=#875b09ff +ActiveWindowBorder1=#e9d51aff +SyntaxString=#53a053ff +MenuSelection=#573666ff +MenuStripe=#d4c7d5ff +RulerInactiveText=#808080ff +InactiveWindowTitleStripes=#ce7526ff +MenuBase=#ffffffff +FocusOutline=#909090ff +HighlightWindowTitleStripes=#bf600cff + |