From 52caa76699e8c9c1277a08421eb5b930a2659ba0 Mon Sep 17 00:00:00 2001 From: Oleg Eterevsky Date: Fri, 11 Apr 2014 15:22:43 +0400 Subject: [PATCH] Fix background & foreground having the same color. Issue #227 --- css/theme-dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/theme-dark.css b/css/theme-dark.css index f6c95033e..79c27b404 100644 --- a/css/theme-dark.css +++ b/css/theme-dark.css @@ -67,7 +67,7 @@ body[theme="dark"] #settings-list select option { .cm-s-dark span.cm-variable {color: #a6e22e;} .cm-s-dark span.cm-variable-2 {color: #9effff;} .cm-s-dark span.cm-def {color: #fd971f;} -.cm-s-dark span.cm-error {background: #f92672; color: #f8f8f0;} +.cm-s-dark span.cm-error {background: #f92672; color: #f8f8f0 !important;} .cm-s-dark span.cm-bracket {color: #f8f8f2;} .cm-s-dark span.cm-tag {color: #f92672;} .cm-s-dark span.cm-link {color: #ae81ff;}