diff options
-rw-r--r-- | Base/res/icons/themes/Durrque/16x16/window-close-modified.png | bin | 0 -> 1108 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Durrque/16x16/window-close.png | bin | 0 -> 1108 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Durrque/16x16/window-maximize.png | bin | 0 -> 1108 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Durrque/16x16/window-minimize.png | bin | 0 -> 1108 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Durrque/16x16/window-restore.png | bin | 0 -> 1108 bytes | |||
-rw-r--r-- | Base/res/themes/Durrque.ini | 102 |
6 files changed, 102 insertions, 0 deletions
diff --git a/Base/res/icons/themes/Durrque/16x16/window-close-modified.png b/Base/res/icons/themes/Durrque/16x16/window-close-modified.png Binary files differnew file mode 100644 index 0000000000..a528c094ea --- /dev/null +++ b/Base/res/icons/themes/Durrque/16x16/window-close-modified.png diff --git a/Base/res/icons/themes/Durrque/16x16/window-close.png b/Base/res/icons/themes/Durrque/16x16/window-close.png Binary files differnew file mode 100644 index 0000000000..dc77bf3e62 --- /dev/null +++ b/Base/res/icons/themes/Durrque/16x16/window-close.png diff --git a/Base/res/icons/themes/Durrque/16x16/window-maximize.png b/Base/res/icons/themes/Durrque/16x16/window-maximize.png Binary files differnew file mode 100644 index 0000000000..2f5b3dabb7 --- /dev/null +++ b/Base/res/icons/themes/Durrque/16x16/window-maximize.png diff --git a/Base/res/icons/themes/Durrque/16x16/window-minimize.png b/Base/res/icons/themes/Durrque/16x16/window-minimize.png Binary files differnew file mode 100644 index 0000000000..0303c92200 --- /dev/null +++ b/Base/res/icons/themes/Durrque/16x16/window-minimize.png diff --git a/Base/res/icons/themes/Durrque/16x16/window-restore.png b/Base/res/icons/themes/Durrque/16x16/window-restore.png Binary files differnew file mode 100644 index 0000000000..da5aa93fcf --- /dev/null +++ b/Base/res/icons/themes/Durrque/16x16/window-restore.png diff --git a/Base/res/themes/Durrque.ini b/Base/res/themes/Durrque.ini new file mode 100644 index 0000000000..0bbc068b2a --- /dev/null +++ b/Base/res/themes/Durrque.ini @@ -0,0 +1,102 @@ +[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 + +[Alignments] +TitleAlignment=Left + +[Flags] +IsDark=true + +[Metrics] +BorderThickness=4 +BorderRadius=0 +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 +TitleButtonIcons=/res/icons/themes/Durrque/16x16/ |