mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-30 05:15:59 +02:00
Added Interface colorization type
This commit is contained in:
parent
9bbcb8eb5e
commit
7a65003679
5 changed files with 13 additions and 5 deletions
|
@ -203,6 +203,7 @@ namespace IDE.ui
|
|||
0xFFA6E22A, // Method
|
||||
0xFF66D9EF, // Type
|
||||
0xFF66D9EF, // RefType
|
||||
0xFF66D9EF, // Interface
|
||||
0xFF7BEEB7, // Namespace
|
||||
|
||||
0xFFB0B0B0, // Disassembly_Text
|
||||
|
|
|
@ -31,6 +31,7 @@ namespace IDE.ui
|
|||
Method,
|
||||
Type,
|
||||
RefType,
|
||||
Interface,
|
||||
Namespace,
|
||||
|
||||
Disassembly_Text,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue