From 7c113ed27df490c23521ffe353c766092eb29393 Mon Sep 17 00:00:00 2001 From: Erik Osheim Date: Mon, 27 Jul 2009 14:07:57 -0400 Subject: [PATCH] make some colors slightly lighter --HG-- branch : pmacs2 --- mode/perl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mode/perl.py b/mode/perl.py index 4307799..ec1b921 100644 --- a/mode/perl.py +++ b/mode/perl.py @@ -756,11 +756,11 @@ hi_yellow = ('yellow551', 'default', 'bold') lo_yellow = ('yellow330', 'default', 'bold') # green is for strings and hash keys -lo_green = ('green020', 'default', 'bold') +lo_green = ('green030', 'default', 'bold') hi_green = ('green050', 'default', 'bold') # cyan is for quotes, evals, regexes, subs -lo_cyan = ('cyan022', 'default', 'bold') +lo_cyan = ('cyan033', 'default', 'bold') hi_cyan = ('cyan255', 'default', 'bold') # blue is unused