mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
Base: Add more syntax highlighting color roles to the Default theme
This commit is contained in:
parent
aba2e03b71
commit
81dcf6c58b
1 changed files with 6 additions and 0 deletions
|
@ -67,6 +67,12 @@ SyntaxControlKeyword=#a42ea2
|
||||||
SyntaxIdentifier=#000000
|
SyntaxIdentifier=#000000
|
||||||
SyntaxPreprocessorStatement=#00a0a0
|
SyntaxPreprocessorStatement=#00a0a0
|
||||||
SyntaxPreprocessorValue=#a00000
|
SyntaxPreprocessorValue=#a00000
|
||||||
|
SyntaxFunction=blue
|
||||||
|
SyntaxVariable=black
|
||||||
|
SyntaxCustomType=orange
|
||||||
|
SyntaxNamespace=orange
|
||||||
|
SyntaxMember=red
|
||||||
|
SyntaxParameter=#eb6d1e
|
||||||
Tooltip=#ffffe1
|
Tooltip=#ffffe1
|
||||||
TooltipText=black
|
TooltipText=black
|
||||||
Tray=#808080
|
Tray=#808080
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue