diff options
-rw-r--r-- | Base/res/themes/Cupertino.ini | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/Base/res/themes/Cupertino.ini b/Base/res/themes/Cupertino.ini index 6f0aadf84c..b004e21e75 100644 --- a/Base/res/themes/Cupertino.ini +++ b/Base/res/themes/Cupertino.ini @@ -13,11 +13,10 @@ MovingWindowBorder1=#212121 MovingWindowBorder2=#212121 MovingWindowTitle=#fcfcfc MovingWindowTitleStripes=#363636 -HighlightWindowBorder1=#a10d0d -HighlightWindowBorder2=#fabbbb +HighlightWindowBorder1=#363636 +HighlightWindowBorder2=#363636 HighlightWindowTitle=white -HighlightWindowTitleShadow=#600707 -HighlightWindowTitleStripes=#a10d0d +HighlightWindowTitleStripes=#212121 HighlightSearching=#ffff00 HighlightSearchingText=white MenuBase=#212121 @@ -42,8 +41,8 @@ SelectionText=white InactiveSelection=#606060 InactiveSelectionText=white PlaceholderText=#808080 -RubberBandFill=#f4ca9e3c -RubberBandBorder=#6e2209 +RubberBandFill=#55bff032 +RubberBandBorder=#1fabeb Link=#55bff0 ActiveLink=red VisitedLink=magenta @@ -56,16 +55,16 @@ RulerInactiveText=#808080 TextCursor=#fcfcfc FocusOutline=#909090 SyntaxComment=#a0a1a7 -SyntaxNumber=#976715 -SyntaxString=#53a053 -SyntaxType=#a000a0 +SyntaxNumber=#b8ee43 +SyntaxString=#ffad76 +SyntaxType=#ff7684 SyntaxPunctuation=white SyntaxOperator=white -SyntaxKeyword=#a42ea2 -SyntaxControlKeyword=#a42ea2 -SyntaxIdentifier=#000000 -SyntaxPreprocessorStatement=#00a0a0 -SyntaxPreprocessorValue=#a00000 +SyntaxKeyword=#f379cc +SyntaxControlKeyword=#f379cc +SyntaxIdentifier=#9ddaf6 +SyntaxPreprocessorStatement=#00a093 +SyntaxPreprocessorValue=#ff5252 Tooltip=#363636 TooltipText=white Tray=#212121 |