make some colors slightly lighter

--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2009-07-27 14:07:57 -04:00
parent 64d459a117
commit 7c113ed27d
1 changed files with 2 additions and 2 deletions

View File

@ -756,11 +756,11 @@ hi_yellow = ('yellow551', 'default', 'bold')
lo_yellow = ('yellow330', 'default', 'bold') lo_yellow = ('yellow330', 'default', 'bold')
# green is for strings and hash keys # green is for strings and hash keys
lo_green = ('green020', 'default', 'bold') lo_green = ('green030', 'default', 'bold')
hi_green = ('green050', 'default', 'bold') hi_green = ('green050', 'default', 'bold')
# cyan is for quotes, evals, regexes, subs # cyan is for quotes, evals, regexes, subs
lo_cyan = ('cyan022', 'default', 'bold') lo_cyan = ('cyan033', 'default', 'bold')
hi_cyan = ('cyan255', 'default', 'bold') hi_cyan = ('cyan255', 'default', 'bold')
# blue is unused # blue is unused