From d23ffd89e4d1b18b3d2d1a3a5ba2c4e9b083225c Mon Sep 17 00:00:00 2001 From: nightwing Date: Fri, 15 Jun 2012 00:16:04 +0400 Subject: [PATCH] update themes --- lib/ace/theme/crimson_editor.css | 4 ++++ lib/ace/theme/github.css | 28 ++++++++++++++++++++++++++++ lib/ace/theme/textmate.css | 3 ++- 3 files changed, 34 insertions(+), 1 deletion(-) diff --git a/lib/ace/theme/crimson_editor.css b/lib/ace/theme/crimson_editor.css index efd0d923..1ed6783a 100644 --- a/lib/ace/theme/crimson_editor.css +++ b/lib/ace/theme/crimson_editor.css @@ -133,6 +133,10 @@ background: rgb(232, 242, 254); } +.ace-crimson-editor .ace_gutter_active_line { + background-color : #dcdcdc; +} + .ace-crimson-editor .ace_meta.ace_tag { color:rgb(28, 2, 255); } diff --git a/lib/ace/theme/github.css b/lib/ace/theme/github.css index 5621cbd5..935990fa 100644 --- a/lib/ace/theme/github.css +++ b/lib/ace/theme/github.css @@ -102,4 +102,32 @@ /* this disables bold style for editor and keeps for static highlighter */ .ace-github.ace_editor .ace_line > span { font-weight: normal !important; +} + +.ace-github .ace_marker-layer .ace_step { + background: rgb(252, 255, 0); +} + +.ace-github .ace_marker-layer .ace_stack { + background: rgb(164, 229, 101); +} + +.ace-github .ace_marker-layer .ace_bracket { + margin: -1px 0 0 -1px; + border: 1px solid rgb(192, 192, 192); +} + +.ace-github .ace_gutter_active_line{ + background-color : rgba(0, 0, 0, 0.07); +} + +.ace-github .ace_marker-layer .ace_selected_word { + background: rgb(250, 250, 255); + border: 1px solid rgb(200, 200, 250); + +} + +.ace-github .ace_print_margin { + width: 1px; + background: #e8e8e8; } \ No newline at end of file diff --git a/lib/ace/theme/textmate.css b/lib/ace/theme/textmate.css index adfefa81..c23c30f1 100644 --- a/lib/ace/theme/textmate.css +++ b/lib/ace/theme/textmate.css @@ -146,7 +146,8 @@ .ace-tm .ace_marker-layer .ace_active_line { background: rgba(0, 0, 0, 0.07); } -.ace-tm .ace_gutter_active_line{ + +.ace-tm .ace_gutter_active_line { background-color : #dcdcdc; }