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:
parent
7535398dbf
commit
e435710f7c
Notes:
sideshowbarker
2024-07-18 04:46:35 +09:00
Author: https://github.com/MacDue Commit: https://github.com/SerenityOS/serenity/commit/e435710f7c Pull-request: https://github.com/SerenityOS/serenity/pull/13034
1 changed files with 13 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue