summaryrefslogtreecommitdiff
path: root/gstudio/static/gstudio/js/Gnowmacs/src/css/.svn/text-base/ymacs-dark.css.svn-base
blob: adbc0efb5b066ce846a23c1e581fc0fcc6823213 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
@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;
}