diff options
author | djwisdom <djwisdom@gmail.com> | 2022-09-14 12:09:43 +0800 |
---|---|---|
committer | Sam Atkins <atkinssj@gmail.com> | 2022-09-17 10:08:59 +0100 |
commit | 378f004a2813721bf99df94507aa9559f152a98e (patch) | |
tree | 2c607c7ba5bfaba6084ec2277a25c731c4f4c50f /Base | |
parent | 77f5f7a6f452d4941fef123f216ecf41fbb33a04 (diff) | |
download | serenity-378f004a2813721bf99df94507aa9559f152a98e.zip |
Base: Update Durrque theme for a better look and feel
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/icons/themes/Durrque/16x16/window-close-hover.png | bin | 0 -> 122 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Durrque/16x16/window-close-modified-hover.png | bin | 0 -> 126 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Durrque/16x16/window-maximize-hover.png | bin | 0 -> 113 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Durrque/16x16/window-minimize-hover.png | bin | 0 -> 96 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Durrque/16x16/window-restore-hover.png | bin | 0 -> 123 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Durrque/frame-half-shadow-light.png | bin | 0 -> 780 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Durrque/frame-shadow-dark.png | bin | 0 -> 1175 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Durrque/frame-shadow-light.png | bin | 0 -> 778 bytes | |||
-rw-r--r-- | Base/res/themes/Durrque.ini | 188 |
9 files changed, 95 insertions, 93 deletions
diff --git a/Base/res/icons/themes/Durrque/16x16/window-close-hover.png b/Base/res/icons/themes/Durrque/16x16/window-close-hover.png Binary files differnew file mode 100644 index 0000000000..47add135a1 --- /dev/null +++ b/Base/res/icons/themes/Durrque/16x16/window-close-hover.png diff --git a/Base/res/icons/themes/Durrque/16x16/window-close-modified-hover.png b/Base/res/icons/themes/Durrque/16x16/window-close-modified-hover.png Binary files differnew file mode 100644 index 0000000000..ebd8b786f4 --- /dev/null +++ b/Base/res/icons/themes/Durrque/16x16/window-close-modified-hover.png diff --git a/Base/res/icons/themes/Durrque/16x16/window-maximize-hover.png b/Base/res/icons/themes/Durrque/16x16/window-maximize-hover.png Binary files differnew file mode 100644 index 0000000000..a6b47f5355 --- /dev/null +++ b/Base/res/icons/themes/Durrque/16x16/window-maximize-hover.png diff --git a/Base/res/icons/themes/Durrque/16x16/window-minimize-hover.png b/Base/res/icons/themes/Durrque/16x16/window-minimize-hover.png Binary files differnew file mode 100644 index 0000000000..e3d91392c7 --- /dev/null +++ b/Base/res/icons/themes/Durrque/16x16/window-minimize-hover.png diff --git a/Base/res/icons/themes/Durrque/16x16/window-restore-hover.png b/Base/res/icons/themes/Durrque/16x16/window-restore-hover.png Binary files differnew file mode 100644 index 0000000000..6fc1a9d1c4 --- /dev/null +++ b/Base/res/icons/themes/Durrque/16x16/window-restore-hover.png diff --git a/Base/res/icons/themes/Durrque/frame-half-shadow-light.png b/Base/res/icons/themes/Durrque/frame-half-shadow-light.png Binary files differnew file mode 100644 index 0000000000..0290c34ce2 --- /dev/null +++ b/Base/res/icons/themes/Durrque/frame-half-shadow-light.png diff --git a/Base/res/icons/themes/Durrque/frame-shadow-dark.png b/Base/res/icons/themes/Durrque/frame-shadow-dark.png Binary files differnew file mode 100644 index 0000000000..8e7c2bcf52 --- /dev/null +++ b/Base/res/icons/themes/Durrque/frame-shadow-dark.png diff --git a/Base/res/icons/themes/Durrque/frame-shadow-light.png b/Base/res/icons/themes/Durrque/frame-shadow-light.png Binary files differnew file mode 100644 index 0000000000..68fb89a59c --- /dev/null +++ b/Base/res/icons/themes/Durrque/frame-shadow-light.png diff --git a/Base/res/themes/Durrque.ini b/Base/res/themes/Durrque.ini index 0bbc068b2a..71b6cb50c5 100644 --- a/Base/res/themes/Durrque.ini +++ b/Base/res/themes/Durrque.ini @@ -1,102 +1,104 @@ -[Colors] -DesktopBackground=#161b22 -Accent=#1f6feb -ActiveWindowBorder1=#1e4273 -ActiveWindowBorder2=#0d1117 -ActiveWindowTitle=#ffffdf -ActiveWindowTitleShadow=#0d1117 -ActiveWindowTitleStripes=#0d1117 -InactiveWindowBorder1=#222222 -InactiveWindowBorder2=#0d1117 -InactiveWindowTitle=#1f6feb -InactiveWindowTitleShadow=#0d1117 -InactiveWindowTitleStripes=#0d1117 -MovingWindowBorder1=#1e4273 -MovingWindowBorder2=#0d1117 -MovingWindowTitle=#ffffdf -MovingWindowTitleShadow=#0d1117 -MovingWindowTitleStripes=#0d1117 -HighlightWindowBorder1=#21268b -HighlightWindowBorder2=#1f6feb -HighlightWindowTitle=#1f6feb -HighlightWindowTitleShadow=#21268b -HighlightWindowTitleStripes=#1e4273 -HighlightSearching=#ffff00 -HighlightSearchingText=#0d1117 -MenuBase=#0d1117 -MenuBaseText=#a9d1d9 -MenuStripe=#161b22 -MenuSelection=#1f6feb -MenuSelectionText=#ffffdf -Window=#0d1117 -WindowText=#8b949e -Button=#0d1117 -ButtonText=#ffffdf -Base=#0d1117 -BaseText=#a9d1d9 -DisabledTextFront=#808080 -DisabledTextBack=#8b9493 -ThreedHighlight=#333333 -ThreedShadow1=#161b22 -ThreedShadow2=#161b22 -HoverHighlight=#1f6feb -Selection=#1f6feb -SelectionText=#ffffdf -InactiveSelection=#606060 -InactiveSelectionText=#ffffdf -PlaceholderText=#808080 -RubberBandFill=#21268b3c -RubberBandBorder=#1f6feb -Link=blue -ActiveLink=red -VisitedLink=magenta -Gutter=#21262d -GutterBorder=#404040 -Ruler=#21262d -RulerBorder=#404040 -RulerActiveText=#cccccc -RulerInactiveText=#808080 -TextCursor=#126BD6 -FocusOutline=#b3b3b3 -SyntaxComment=#8b949e -SyntaxNumber=#2d34bf -SyntaxString=#5eb55e -SyntaxType=#1f6feb -SyntaxPunctuation=#a9d1d9 -SyntaxOperator=#ffffdf -SyntaxKeyword=#1f6feb -SyntaxControlKeyword=#1f6feb -SyntaxIdentifier=#a9d1d9 -SyntaxPreprocessorStatement=#00a0a0 -SyntaxPreprocessorValue=#1f6feb -SyntaxFunction=#1f6feb -SyntaxVariable=#a9d1d9 -SyntaxCustomType=#e5fa31 -SyntaxNamespace=#e5fa31 -SyntaxMember=#1f6feb -SyntaxParameter=#a9d1d9 -Tooltip=#ffffe1 -TooltipText=#0d1117 -Tray=#161b22 -TrayText=#1f6feb +[Metrics] +TitleButtonWidth=15 +BorderRadius=0 +TitleButtonHeight=15 +TitleHeight=19 +BorderThickness=4 [Alignments] -TitleAlignment=Left +TitleAlignment=CenterLeft [Flags] IsDark=true - -[Metrics] -BorderThickness=4 -BorderRadius=0 -TitleHeight=19 -TitleButtonWidth=15 -TitleButtonHeight=15 +TitleButtonsIconOnly=false [Paths] -ActiveWindowShadow=/res/icons/themes/Default/frame-shadow-dark.png +TooltipShadow=/res/icons/themes/Durrque/frame-shadow-light.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 +ActiveWindowShadow=/res/icons/themes/Durrque/frame-shadow-dark.png +MenuShadow=/res/icons/themes/Durrque/frame-shadow-light.png +TaskbarShadow= TitleButtonIcons=/res/icons/themes/Durrque/16x16/ + +[Colors] +TrayText=#1f6febff +DisabledTextBack=#8b9493ff +SyntaxOperator=#ffffdfff +RubberBandFill=#21268b3c +MovingWindowTitleShadow=#0d1117ff +SyntaxParameter=#a9d1d9ff +ActiveWindowTitleShadow=#0d1117ff +InactiveWindowTitle=#1f6febff +SyntaxKeyword=#1f6febff +FocusOutline=#b3b3b3ff +Gutter=#21262dff +Link=#0000ffff +Window=#0d1117ff +SyntaxIdentifier=#a9d1d9ff +SyntaxPunctuation=#a9d1d9ff +MenuBase=#0d1117ff +RulerActiveText=#ccccccff +SyntaxVariable=#a9d1d9ff +VisitedLink=#ff00ffff +Tray=#161b22ff +HighlightWindowBorder1=#21268bff +Base=#0d1117ff +HighlightWindowTitle=#ffffdfff +RulerBorder=#404040ff +HighlightSearchingText=#0d1117ff +MovingWindowBorder2=#0d1117ff +ActiveWindowBorder2=#0d1117ff +Ruler=#21262dff +InactiveWindowBorder1=#222222ff +ButtonText=#8b949eff +SyntaxPreprocessorValue=#1f6febff +InactiveSelection=#606060ff +DesktopBackground=#161b22ff +SyntaxNumber=#2d34bfff +HighlightWindowBorder2=#1f6febff +MenuStripe=#161b22ff +MenuBaseText=#a9d1d9ff +ActiveWindowBorder1=#1e4273ff +SyntaxType=#1f6febff +MovingWindowBorder1=#1e4273ff +RulerInactiveText=#808080ff +ActiveWindowTitleStripes=#1e4273ff +ThreedHighlight=#333333ff +Tooltip=#ffffe1ff +MenuSelectionText=#ffffdfff +Accent=#1f6febff +SyntaxCustomType=#e5fa31ff +MenuSelection=#1f6febff +HighlightWindowTitleStripes=#1e4273ff +SyntaxPreprocessorStatement=#00a0a0ff +WindowText=#8b949eff +InactiveWindowBorder2=#0d1117ff +SyntaxControlKeyword=#1f6febff +TextCursor=#126bd6ff +MovingWindowTitleStripes=#0d1117ff +HighlightSearching=#ffff00ff +ThreedShadow2=#333333ff +InactiveWindowTitleShadow=#0d1117ff +PlaceholderText=#808080ff +HighlightWindowTitleShadow=#21268bff +SyntaxFunction=#1f6febff +GutterBorder=#404040ff +SyntaxComment=#8b949eff +InactiveWindowTitleStripes=#222222ff +SelectionText=#ffffdfff +BaseText=#8b949eff +ThreedShadow1=#161b22ff +TooltipText=#8b949eff +InactiveSelectionText=#8b949eff +Button=#0d1117ff +SyntaxMember=#1f6febff +SyntaxString=#5eb55eff +ActiveWindowTitle=#ffffdfff +DisabledTextFront=#808080ff +ActiveLink=#ff0000ff +SyntaxNamespace=#e5fa31ff +Selection=#1f6febff +RubberBandBorder=#1f6febff +MovingWindowTitle=#ffffdfff +HoverHighlight=#1f6febff + |