mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:57:44 +00:00
LibGUI: Use themes for syntax highlighting
This commit is contained in:
parent
6da7fd9aab
commit
2b162ef794
14 changed files with 219 additions and 85 deletions
|
@ -77,6 +77,17 @@ enum class ColorRole {
|
|||
RulerInactiveText,
|
||||
TextCursor,
|
||||
FocusOutline,
|
||||
SyntaxComment,
|
||||
SyntaxNumber,
|
||||
SyntaxString,
|
||||
SyntaxType,
|
||||
SyntaxPunctuation,
|
||||
SyntaxOperator,
|
||||
SyntaxKeyword,
|
||||
SyntaxControlKeyword,
|
||||
SyntaxIdentifier,
|
||||
SyntaxPreprocessorStatement,
|
||||
SyntaxPreprocessorValue,
|
||||
|
||||
__Count,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue