From 9e85280af5bc495e906f071b4a7f45e987cadd82 Mon Sep 17 00:00:00 2001 From: nightwing Date: Fri, 29 Jun 2012 23:14:06 +0400 Subject: [PATCH] fix gutterline color for dark themes --- lib/ace/theme/clouds_midnight.css | 2 +- lib/ace/theme/cobalt.css | 2 +- lib/ace/theme/idle_fingers.css | 2 +- lib/ace/theme/kr_theme.css | 2 +- lib/ace/theme/merbivore.css | 2 +- lib/ace/theme/merbivore_soft.css | 2 +- lib/ace/theme/mono_industrial.css | 2 +- lib/ace/theme/pastel_on_dark.css | 2 +- lib/ace/theme/tomorrow_night.css | 2 +- lib/ace/theme/tomorrow_night_bright.css | 2 +- lib/ace/theme/tomorrow_night_eighties.css | 2 +- lib/ace/theme/twilight.css | 2 +- lib/ace/theme/vibrant_ink.css | 2 +- tool/Theme.tmpl.css | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/lib/ace/theme/clouds_midnight.css b/lib/ace/theme/clouds_midnight.css index 75d96274..b42113d7 100644 --- a/lib/ace/theme/clouds_midnight.css +++ b/lib/ace/theme/clouds_midnight.css @@ -57,7 +57,7 @@ } .ace-clouds-midnight .ace_gutter_active_line { - background-color : #dcdcdc; + background-color: rgba(215, 215, 215, 0.031); } .ace-clouds-midnight .ace_marker-layer .ace_selected_word { diff --git a/lib/ace/theme/cobalt.css b/lib/ace/theme/cobalt.css index 5b82122b..2a4aaed0 100644 --- a/lib/ace/theme/cobalt.css +++ b/lib/ace/theme/cobalt.css @@ -57,7 +57,7 @@ } .ace-cobalt .ace_gutter_active_line { - background-color : #dcdcdc; + background-color : rgba(0, 0, 0, 0.35); } .ace-cobalt .ace_marker-layer .ace_selected_word { diff --git a/lib/ace/theme/idle_fingers.css b/lib/ace/theme/idle_fingers.css index ad0e0840..ba753f20 100644 --- a/lib/ace/theme/idle_fingers.css +++ b/lib/ace/theme/idle_fingers.css @@ -57,7 +57,7 @@ } .ace-idle-fingers .ace_gutter_active_line { - background-color : #dcdcdc; + background-color: #353637; } .ace-idle-fingers .ace_marker-layer .ace_selected_word { diff --git a/lib/ace/theme/kr_theme.css b/lib/ace/theme/kr_theme.css index b790ea1b..3e5f7332 100644 --- a/lib/ace/theme/kr_theme.css +++ b/lib/ace/theme/kr_theme.css @@ -57,7 +57,7 @@ } .ace-kr-theme .ace_gutter_active_line { - background-color : #dcdcdc; + background-color : #38403D; } .ace-kr-theme .ace_marker-layer .ace_selected_word { diff --git a/lib/ace/theme/merbivore.css b/lib/ace/theme/merbivore.css index 09a3bf09..1048600a 100644 --- a/lib/ace/theme/merbivore.css +++ b/lib/ace/theme/merbivore.css @@ -57,7 +57,7 @@ } .ace-merbivore .ace_gutter_active_line { - background-color : #dcdcdc; + background-color : #333435; } .ace-merbivore .ace_marker-layer .ace_selected_word { diff --git a/lib/ace/theme/merbivore_soft.css b/lib/ace/theme/merbivore_soft.css index e4593535..8e1d24a5 100644 --- a/lib/ace/theme/merbivore_soft.css +++ b/lib/ace/theme/merbivore_soft.css @@ -57,7 +57,7 @@ } .ace-merbivore-soft .ace_gutter_active_line { - background-color : #dcdcdc; + background-color: #333435; } .ace-merbivore-soft .ace_marker-layer .ace_selected_word { diff --git a/lib/ace/theme/mono_industrial.css b/lib/ace/theme/mono_industrial.css index 77e8569b..a8af1bcd 100644 --- a/lib/ace/theme/mono_industrial.css +++ b/lib/ace/theme/mono_industrial.css @@ -57,7 +57,7 @@ } .ace-mono-industrial .ace_gutter_active_line { - background-color : #dcdcdc; + background-color: rgba(12, 13, 12, 0.25); } .ace-mono-industrial .ace_marker-layer .ace_selected_word { diff --git a/lib/ace/theme/pastel_on_dark.css b/lib/ace/theme/pastel_on_dark.css index 8c480937..e220569c 100644 --- a/lib/ace/theme/pastel_on_dark.css +++ b/lib/ace/theme/pastel_on_dark.css @@ -57,7 +57,7 @@ } .ace-pastel-on-dark .ace_gutter_active_line { - background-color : #dcdcdc; + background-color: rgba(255, 255, 255, 0.031); } .ace-pastel-on-dark .ace_marker-layer .ace_selected_word { diff --git a/lib/ace/theme/tomorrow_night.css b/lib/ace/theme/tomorrow_night.css index a86eb09f..3ac694f5 100644 --- a/lib/ace/theme/tomorrow_night.css +++ b/lib/ace/theme/tomorrow_night.css @@ -57,7 +57,7 @@ } .ace-tomorrow-night .ace_gutter_active_line { - background-color : #dcdcdc; + background-color: #282A2E; } .ace-tomorrow-night .ace_marker-layer .ace_selected_word { diff --git a/lib/ace/theme/tomorrow_night_bright.css b/lib/ace/theme/tomorrow_night_bright.css index a2b6a6df..7cee6607 100644 --- a/lib/ace/theme/tomorrow_night_bright.css +++ b/lib/ace/theme/tomorrow_night_bright.css @@ -57,7 +57,7 @@ } .ace-tomorrow-night-bright .ace_gutter_active_line { - background-color : #dcdcdc; + background-color: #2A2A2A; } .ace-tomorrow-night-bright .ace_marker-layer .ace_selected_word { diff --git a/lib/ace/theme/tomorrow_night_eighties.css b/lib/ace/theme/tomorrow_night_eighties.css index c3d4ce77..ce5ef317 100644 --- a/lib/ace/theme/tomorrow_night_eighties.css +++ b/lib/ace/theme/tomorrow_night_eighties.css @@ -57,7 +57,7 @@ } .ace-tomorrow-night-eighties .ace_gutter_active_line { - background-color : #dcdcdc; + background-color: #393939; } .ace-tomorrow-night-eighties .ace_marker-layer .ace_selected_word { diff --git a/lib/ace/theme/twilight.css b/lib/ace/theme/twilight.css index e7aeb58c..28d1ffa6 100644 --- a/lib/ace/theme/twilight.css +++ b/lib/ace/theme/twilight.css @@ -57,7 +57,7 @@ } .ace-twilight .ace_gutter_active_line { - background-color : #dcdcdc; + background-color: rgba(255, 255, 255, 0.031); } .ace-twilight .ace_marker-layer .ace_selected_word { diff --git a/lib/ace/theme/vibrant_ink.css b/lib/ace/theme/vibrant_ink.css index a1512591..3677a28e 100644 --- a/lib/ace/theme/vibrant_ink.css +++ b/lib/ace/theme/vibrant_ink.css @@ -57,7 +57,7 @@ } .ace-vibrant-ink .ace_gutter_active_line { - background-color : #dcdcdc; + background-color: #333333; } .ace-vibrant-ink .ace_marker-layer .ace_selected_word { diff --git a/tool/Theme.tmpl.css b/tool/Theme.tmpl.css index cabcc497..f1579b60 100644 --- a/tool/Theme.tmpl.css +++ b/tool/Theme.tmpl.css @@ -57,7 +57,7 @@ } .%cssClass% .ace_gutter_active_line { - background-color : #dcdcdc; + background-color: %active_line%; } .%cssClass% .ace_marker-layer .ace_selected_word {