1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 03:07:44 +00:00

Base: Add more syntax highlighting color roles to the Default theme

This commit is contained in:
Itamar 2022-02-07 08:12:18 +02:00 committed by Andreas Kling
parent aba2e03b71
commit 81dcf6c58b

View file

@ -67,6 +67,12 @@ SyntaxControlKeyword=#a42ea2
SyntaxIdentifier=#000000
SyntaxPreprocessorStatement=#00a0a0
SyntaxPreprocessorValue=#a00000
SyntaxFunction=blue
SyntaxVariable=black
SyntaxCustomType=orange
SyntaxNamespace=orange
SyntaxMember=red
SyntaxParameter=#eb6d1e
Tooltip=#ffffe1
TooltipText=black
Tray=#808080