1. 完善 black_theme.xml
This commit is contained in:
parent
047ae5f77c
commit
d150c434cf
@ -2182,12 +2182,17 @@
|
|||||||
TextColor="#aaaa00"
|
TextColor="#aaaa00"
|
||||||
ParentStyle="Declaration"
|
ParentStyle="Declaration"
|
||||||
/>
|
/>
|
||||||
<Style Name="Declare Macro" ParentStyle="Declaration" />
|
<Style
|
||||||
|
Name="Declare Macro"
|
||||||
|
TextColor="#ef5656"
|
||||||
|
ParentStyle="Declaration"
|
||||||
|
/>
|
||||||
<Style
|
<Style
|
||||||
Name="Declare Struct"
|
Name="Declare Struct"
|
||||||
ParentStyle="Declaration"
|
Scale="140"
|
||||||
KeepWithNextLine="1"
|
KeepWithNextLine="1"
|
||||||
TextColor="#37a6e1"
|
TextColor="#eaea15"
|
||||||
|
ParentStyle="Declaration"
|
||||||
/>
|
/>
|
||||||
<Style Name="Declare Union" ParentStyle="Declare Struct" />
|
<Style Name="Declare Union" ParentStyle="Declare Struct" />
|
||||||
<Style
|
<Style
|
||||||
@ -2207,7 +2212,12 @@
|
|||||||
TextColor="#ef5656"
|
TextColor="#ef5656"
|
||||||
ParentStyle="Declaration"
|
ParentStyle="Declaration"
|
||||||
/>
|
/>
|
||||||
<Style Name="Declare Enum" ParentStyle="Declare Struct" />
|
<Style
|
||||||
|
Name="Declare Enum"
|
||||||
|
FontSizeQps="56"
|
||||||
|
TextColor="#37a6e1"
|
||||||
|
ParentStyle="Declare Struct"
|
||||||
|
/>
|
||||||
<Style
|
<Style
|
||||||
Name="Declare Enum Const"
|
Name="Declare Enum Const"
|
||||||
TextColor="#ef5656"
|
TextColor="#ef5656"
|
||||||
@ -2224,10 +2234,10 @@
|
|||||||
/>
|
/>
|
||||||
<Style
|
<Style
|
||||||
Name="Label"
|
Name="Label"
|
||||||
TextColor="#ff0000"
|
|
||||||
Scale="110"
|
|
||||||
Underline="Single"
|
|
||||||
ParentStyle="Declaration"
|
ParentStyle="Declaration"
|
||||||
|
Scale="100"
|
||||||
|
Underline="Single"
|
||||||
|
TextColor="#ff0000"
|
||||||
/>
|
/>
|
||||||
<Style Name="Declare Interface" ParentStyle="Declare Class" />
|
<Style Name="Declare Interface" ParentStyle="Declare Class" />
|
||||||
<Style Name="Declare Resource" ParentStyle="Declaration" />
|
<Style Name="Declare Resource" ParentStyle="Declaration" />
|
||||||
@ -2241,7 +2251,7 @@
|
|||||||
/>
|
/>
|
||||||
<Style
|
<Style
|
||||||
Name="Ref to Macro"
|
Name="Ref to Macro"
|
||||||
TextColor="#bfbf00"
|
TextColor="#aaaa00"
|
||||||
ParentStyle="Ref to Func"
|
ParentStyle="Ref to Func"
|
||||||
/>
|
/>
|
||||||
<Style
|
<Style
|
||||||
@ -2275,7 +2285,11 @@
|
|||||||
<Style Name="Ref to Proto" ParentStyle="Ref to Func" />
|
<Style Name="Ref to Proto" ParentStyle="Ref to Func" />
|
||||||
<Style Name="Ref to Preproc" ParentStyle="Reference" />
|
<Style Name="Ref to Preproc" ParentStyle="Reference" />
|
||||||
<Style Name="Ref to Search" 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
|
<Style
|
||||||
Name="Ref to Member"
|
Name="Ref to Member"
|
||||||
Italic="0"
|
Italic="0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user