From 3f0982dd7c1c6f2fc65c1aff94cbbd0df2f90dd0 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 2 Mar 2013 16:23:31 +0000 Subject: [PATCH] Tiny color tweak --- lib/editor.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/editor.css b/lib/editor.css index a103e5f..27c9705 100644 --- a/lib/editor.css +++ b/lib/editor.css @@ -1,4 +1,4 @@ -/* ICE coder default theme: Based VERY loosely on Monokai */ +/* ICEcoder default theme: Based VERY loosely on Monokai */ .cm-s-icecoder {color: #666; background: #1c1c19} @@ -26,7 +26,7 @@ .cm-s-icecoder span.cm-bracket {color: #cc7} .cm-s-icecoder span.cm-tag {color: #e8e8e8} -.cm-s-icecoder span.cm-attribute {color: #00b8bb} +.cm-s-icecoder span.cm-attribute {color: #0bb} .cm-s-icecoder span.cm-header {color: #a0a} .cm-s-icecoder span.cm-quote {color: #090}