parent
2536af15e0
commit
f3400032c9
|
@ -177,11 +177,11 @@ hi_magenta = ('magenta505', 'default')
|
||||||
lo_red = ('red300', 'default')
|
lo_red = ('red300', 'default')
|
||||||
hi_red = ('red511', 'default')
|
hi_red = ('red511', 'default')
|
||||||
|
|
||||||
# orange are for arrays and hashes
|
# orange is for macro definitions, headers and constants
|
||||||
hi_orange = ('yellow531', 'default')
|
hi_orange = ('yellow531', 'default')
|
||||||
lo_orange = ('yellow520', 'default')
|
lo_orange = ('yellow520', 'default')
|
||||||
|
|
||||||
# yellow is for scalars and prototypes
|
# yellow is for parts of macros
|
||||||
hi_yellow = ('yellow551', 'default')
|
hi_yellow = ('yellow551', 'default')
|
||||||
lo_yellow = ('yellow330', 'default')
|
lo_yellow = ('yellow330', 'default')
|
||||||
|
|
||||||
|
@ -189,11 +189,11 @@ lo_yellow = ('yellow330', 'default')
|
||||||
lo_green = ('green030', 'default')
|
lo_green = ('green030', 'default')
|
||||||
hi_green = ('green050', 'default')
|
hi_green = ('green050', 'default')
|
||||||
|
|
||||||
# cyan is for quotes, evals, regexes, subs
|
# cyan is for types
|
||||||
lo_cyan = ('cyan033', 'default')
|
lo_cyan = ('cyan033', 'default')
|
||||||
hi_cyan = ('cyan155', 'default')
|
hi_cyan = ('cyan155', 'default')
|
||||||
|
|
||||||
# blue is unused
|
# blue is definitions, functions and some macros
|
||||||
lo_blue = ('blue113', 'default')
|
lo_blue = ('blue113', 'default')
|
||||||
hi_blue = ('blue225', 'default')
|
hi_blue = ('blue225', 'default')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue