diff --git a/Base/res/icons/themes/Cupertino/16x16/window-close-modified.png b/Base/res/icons/themes/Cupertino/16x16/window-close-modified.png new file mode 100644 index 0000000000..6bc6768e62 Binary files /dev/null and b/Base/res/icons/themes/Cupertino/16x16/window-close-modified.png differ diff --git a/Base/res/icons/themes/Cupertino/16x16/window-close.png b/Base/res/icons/themes/Cupertino/16x16/window-close.png new file mode 100644 index 0000000000..6bc6768e62 Binary files /dev/null and b/Base/res/icons/themes/Cupertino/16x16/window-close.png differ diff --git a/Base/res/icons/themes/Cupertino/16x16/window-maximize.png b/Base/res/icons/themes/Cupertino/16x16/window-maximize.png new file mode 100644 index 0000000000..af2c4fea3c Binary files /dev/null and b/Base/res/icons/themes/Cupertino/16x16/window-maximize.png differ diff --git a/Base/res/icons/themes/Cupertino/16x16/window-minimize.png b/Base/res/icons/themes/Cupertino/16x16/window-minimize.png new file mode 100644 index 0000000000..fe86246d5c Binary files /dev/null and b/Base/res/icons/themes/Cupertino/16x16/window-minimize.png differ diff --git a/Base/res/icons/themes/Cupertino/16x16/window-restore.png b/Base/res/icons/themes/Cupertino/16x16/window-restore.png new file mode 100644 index 0000000000..636e610140 Binary files /dev/null and b/Base/res/icons/themes/Cupertino/16x16/window-restore.png differ diff --git a/Base/res/themes/Cupertino.ini b/Base/res/themes/Cupertino.ini new file mode 100644 index 0000000000..c7356b7e9e --- /dev/null +++ b/Base/res/themes/Cupertino.ini @@ -0,0 +1,88 @@ +[Colors] +DesktopBackground=#55bff0 +Accent=#55bff0 +ActiveWindowBorder1=#212121 +ActiveWindowBorder2=#212121 +ActiveWindowTitle=#fcfcfc +ActiveWindowTitleStripes=#363636 +InactiveWindowBorder1=#212121 +InactiveWindowBorder2=#212121 +InactiveWindowTitle=#fcfcfc +InactiveWindowTitleStripes=#212121 +MovingWindowBorder1=#212121 +MovingWindowBorder2=#212121 +MovingWindowTitle=#fcfcfc +MovingWindowTitleStripes=#363636 +HighlightWindowBorder1=#a10d0d +HighlightWindowBorder2=#fabbbb +HighlightWindowTitle=white +HighlightWindowTitleShadow=#600707 +HighlightWindowTitleStripes=#a10d0d +HighlightSearching=#ffff00 +HighlightSearchingText=white +MenuBase=#212121 +MenuBaseText=#fcfcfc +MenuStripe=#212121 +MenuSelection=#363636 +MenuSelectionText=#fcfcfc +Window=#292929 +WindowText=#fcfcfc +Button=#212121 +ButtonText=#fcfcfc +Base=#292929 +BaseText=#fcfcfc +ThreedHighlight=#363636 +ThreedShadow1=#363636 +ThreedShadow2=#363636 +HoverHighlight=#212121 +Selection=#55bff0 +SelectionText=white +InactiveSelection=#606060 +InactiveSelectionText=white +PlaceholderText=#808080 +RubberBandFill=#f4ca9e3c +RubberBandBorder=#6e2209 +Link=#55bff0 +ActiveLink=red +VisitedLink=magenta +Gutter=#363636 +GutterBorder=#363636 +Ruler=#363636 +RulerBorder=#363636 +RulerActiveText=#363636 +RulerInactiveText=#808080 +TextCursor=#fcfcfc +FocusOutline=#909090 +SyntaxComment=#a0a1a7 +SyntaxNumber=#976715 +SyntaxString=#53a053 +SyntaxType=#a000a0 +SyntaxPunctuation=white +SyntaxOperator=white +SyntaxKeyword=#a42ea2 +SyntaxControlKeyword=#a42ea2 +SyntaxIdentifier=#000000 +SyntaxPreprocessorStatement=#00a0a0 +SyntaxPreprocessorValue=#a00000 +Tooltip=#363636 +TooltipText=white +Tray=#212121 +TrayText=#fcfcfc + +[Flags] +IsDark=true +IsTitleCenter=true + +[Metrics] +BorderRadius=8 +BorderThickness=1 +TitleButtonWidth=20 +TitleButtonHeight=16 + +[Paths] +TitleButtonIcons=/res/icons/themes/Cupertino/16x16/ +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