summaryrefslogtreecommitdiff
path: root/objectapp/static/objectapp/js/Gnowmacs/src/css/ymacs-dark.css
diff options
context:
space:
mode:
authorsupriya <supriya@dragbox.(none)>2012-06-11 16:24:50 +0530
committersupriya <supriya@dragbox.(none)>2012-06-11 16:24:50 +0530
commit04f1a3ffa2b83e2849d7e3f7902de0309cf7443c (patch)
tree11e029fa6a875d004a81aa2c5dd93cc75537be9b /objectapp/static/objectapp/js/Gnowmacs/src/css/ymacs-dark.css
parent833243ea72813e1e3c4256fc00b9e0576e66cf06 (diff)
downloadgnowsys-04f1a3ffa2b83e2849d7e3f7902de0309cf7443c.tar.gz
Gnowmacs editor added to gnowsys-studio
Diffstat (limited to 'objectapp/static/objectapp/js/Gnowmacs/src/css/ymacs-dark.css')
-rw-r--r--objectapp/static/objectapp/js/Gnowmacs/src/css/ymacs-dark.css59
1 files changed, 59 insertions, 0 deletions
diff --git a/objectapp/static/objectapp/js/Gnowmacs/src/css/ymacs-dark.css b/objectapp/static/objectapp/js/Gnowmacs/src/css/ymacs-dark.css
new file mode 100644
index 0000000..cbb9336
--- /dev/null
+++ b/objectapp/static/objectapp/js/Gnowmacs/src/css/ymacs-dark.css
@@ -0,0 +1,59 @@
+@import url("ymacs-syntax-dark.css");
+@import url("themes/emacs-mishoo.css");
+@import url("themes/emacs-billw.css");
+@import url("themes/emacs-charcoal-black.css");
+@import url("themes/emacs-clarity-and-beauty.css");
+@import url("themes/emacs-classic.css");
+@import url("themes/emacs-gnome2.css");
+@import url("themes/emacs-calm-forest.css");
+@import url("themes/emacs-linh-dang-dark.css");
+@import url("themes/emacs-blue-mood.css");
+@import url("themes/emacs-zenburn.css");
+@import url("themes/emacs-standard-dark.css");
+
+.Ymacs-Theme-dark .Ymacs-caret {
+ background-color: #aaa;
+ /* outline: 1px solid #f83; */
+}
+
+.Ymacs-Theme-dark .Ymacs_Frame-focus .Ymacs-caret {
+ background-color: #f83;
+ color: #324 !important;
+ /* outline: none; */
+}
+
+.Ymacs-Theme-dark .Ymacs_Frame-focus .Ymacs-current-line {
+ background-color: #000;
+}
+
+.Ymacs-Theme-dark .Ymacs-overwrite-mode .Ymacs-caret {
+ background-color: #97f;
+ color: #fff;
+}
+
+.Ymacs-Theme-dark .Ymacs_Overlay .match-paren { background: #8f8; }
+.Ymacs-Theme-dark .Ymacs_Overlay .selection { background: #ccf; }
+.Ymacs-Theme-dark .Ymacs_Overlay .isearch { background: #ffc; }
+
+.Ymacs-Theme-dark .Ymacs_Modeline {
+ background-color: #777;
+ color: #111;
+ border-top: 1px solid #999;
+ border-bottom: 1px solid #000;
+}
+
+.Ymacs-Theme-dark .Ymacs_Frame-active .Ymacs_Modeline {
+ background-color: #bbb;
+ color: #000;
+ border-top: 1px solid #fff;
+}
+
+.Ymacs-Theme-dark .Ymacs-line-numbers .Ymacs-frame-content div.line:before {
+ border-right: 1px dotted #888;
+ background-color: #112;
+}
+
+.Ymacs-Theme-dark .Ymacs-line-numbers .Ymacs-frame-content div.Ymacs-current-line:before {
+ background-color: #000;
+ color: #f51;
+}