mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-29 21:05:59 +02:00
Add colorization options for primitives, structs, generic params and make typealias match aliased type color.
This commit is contained in:
parent
10e2a56530
commit
7a7cc716c6
8 changed files with 66 additions and 11 deletions
|
@ -208,6 +208,9 @@ namespace IDE.ui
|
|||
0xFF75715E, // Comment
|
||||
0xFFA6E22A, // Method
|
||||
0xFF66D9EF, // Type
|
||||
0xFF66D9EF, // PrimitiveType
|
||||
0xFF66D9EF, // Struct
|
||||
0xFF66D9EF, // GenericParam
|
||||
0xFF66A0EF, // RefType
|
||||
0xFF9A9EEB, // Interface
|
||||
0xFF7BEEB7, // Namespace
|
||||
|
|
|
@ -30,6 +30,9 @@ namespace IDE.ui
|
|||
Comment,
|
||||
Method,
|
||||
Type,
|
||||
PrimitiveType,
|
||||
Struct,
|
||||
GenericParam,
|
||||
RefType,
|
||||
Interface,
|
||||
Namespace,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue