From e435710f7c40d349409d00a14389ab7dc315c8b1 Mon Sep 17 00:00:00 2001 From: Ben Maxwell Date: Sun, 13 Mar 2022 21:14:20 +0000 Subject: Base: Add syntax/code styling to Cupertino theme This makes code readable in Hack Studio. This commit also replaces the 'highlight' window colour with one that matches theme (the previous was the default). --- Base/res/themes/Cupertino.ini | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'Base/res/themes') 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 -- cgit v1.2.3