better color comments

--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2009-08-20 00:36:41 -04:00
parent 2536af15e0
commit f3400032c9
1 changed files with 4 additions and 4 deletions

View File

@ -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')