1. 完善 black_theme.xml

This commit is contained in:
chenzhuo 2024-12-31 17:23:42 +08:00
parent 047ae5f77c
commit d150c434cf

View File

@ -2182,12 +2182,17 @@
TextColor="#aaaa00"
ParentStyle="Declaration"
/>
<Style Name="Declare Macro" ParentStyle="Declaration" />
<Style
Name="Declare Macro"
TextColor="#ef5656"
ParentStyle="Declaration"
/>
<Style
Name="Declare Struct"
ParentStyle="Declaration"
Scale="140"
KeepWithNextLine="1"
TextColor="#37a6e1"
TextColor="#eaea15"
ParentStyle="Declaration"
/>
<Style Name="Declare Union" ParentStyle="Declare Struct" />
<Style
@ -2207,7 +2212,12 @@
TextColor="#ef5656"
ParentStyle="Declaration"
/>
<Style Name="Declare Enum" ParentStyle="Declare Struct" />
<Style
Name="Declare Enum"
FontSizeQps="56"
TextColor="#37a6e1"
ParentStyle="Declare Struct"
/>
<Style
Name="Declare Enum Const"
TextColor="#ef5656"
@ -2224,10 +2234,10 @@
/>
<Style
Name="Label"
TextColor="#ff0000"
Scale="110"
Underline="Single"
ParentStyle="Declaration"
Scale="100"
Underline="Single"
TextColor="#ff0000"
/>
<Style Name="Declare Interface" ParentStyle="Declare Class" />
<Style Name="Declare Resource" ParentStyle="Declaration" />
@ -2241,7 +2251,7 @@
/>
<Style
Name="Ref to Macro"
TextColor="#bfbf00"
TextColor="#aaaa00"
ParentStyle="Ref to Func"
/>
<Style
@ -2275,7 +2285,11 @@
<Style Name="Ref to Proto" ParentStyle="Ref to Func" />
<Style Name="Ref to Preproc" ParentStyle="Reference" />
<Style Name="Ref to Search" ParentStyle="Reference" />
<Style Name="Ref to Label" ParentStyle="Reference" />
<Style
Name="Ref to Label"
ParentStyle="Reference"
TextColor="#ff0000"
/>
<Style
Name="Ref to Member"
Italic="0"