1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:27:35 +00:00

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).
This commit is contained in:
Ben Maxwell 2022-03-13 21:14:20 +00:00 committed by Andreas Kling
parent 7535398dbf
commit e435710f7c

View file

@ -13,11 +13,10 @@ MovingWindowBorder1=#212121
MovingWindowBorder2=#212121 MovingWindowBorder2=#212121
MovingWindowTitle=#fcfcfc MovingWindowTitle=#fcfcfc
MovingWindowTitleStripes=#363636 MovingWindowTitleStripes=#363636
HighlightWindowBorder1=#a10d0d HighlightWindowBorder1=#363636
HighlightWindowBorder2=#fabbbb HighlightWindowBorder2=#363636
HighlightWindowTitle=white HighlightWindowTitle=white
HighlightWindowTitleShadow=#600707 HighlightWindowTitleStripes=#212121
HighlightWindowTitleStripes=#a10d0d
HighlightSearching=#ffff00 HighlightSearching=#ffff00
HighlightSearchingText=white HighlightSearchingText=white
MenuBase=#212121 MenuBase=#212121
@ -42,8 +41,8 @@ SelectionText=white
InactiveSelection=#606060 InactiveSelection=#606060
InactiveSelectionText=white InactiveSelectionText=white
PlaceholderText=#808080 PlaceholderText=#808080
RubberBandFill=#f4ca9e3c RubberBandFill=#55bff032
RubberBandBorder=#6e2209 RubberBandBorder=#1fabeb
Link=#55bff0 Link=#55bff0
ActiveLink=red ActiveLink=red
VisitedLink=magenta VisitedLink=magenta
@ -56,16 +55,16 @@ RulerInactiveText=#808080
TextCursor=#fcfcfc TextCursor=#fcfcfc
FocusOutline=#909090 FocusOutline=#909090
SyntaxComment=#a0a1a7 SyntaxComment=#a0a1a7
SyntaxNumber=#976715 SyntaxNumber=#b8ee43
SyntaxString=#53a053 SyntaxString=#ffad76
SyntaxType=#a000a0 SyntaxType=#ff7684
SyntaxPunctuation=white SyntaxPunctuation=white
SyntaxOperator=white SyntaxOperator=white
SyntaxKeyword=#a42ea2 SyntaxKeyword=#f379cc
SyntaxControlKeyword=#a42ea2 SyntaxControlKeyword=#f379cc
SyntaxIdentifier=#000000 SyntaxIdentifier=#9ddaf6
SyntaxPreprocessorStatement=#00a0a0 SyntaxPreprocessorStatement=#00a093
SyntaxPreprocessorValue=#a00000 SyntaxPreprocessorValue=#ff5252
Tooltip=#363636 Tooltip=#363636
TooltipText=white TooltipText=white
Tray=#212121 Tray=#212121