summaryrefslogtreecommitdiff
path: root/gstudio/static/gstudio/js/Gnowmacs/src/css/themes/emacs-vim-colors.css
blob: f11d86304c002b0a355fd6141724b96d084ad668 (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
.Ymacs-Theme-vim-colors .Ymacs_Frame { color: #000000; background-color: #fefefe; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .type { color: #228b22; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .builtin { color: #a020f0; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .function-name { color: #008a8a; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .variable-name { color: #008a8a; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .constant { color: #008b00; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .string { color: #fe00fe; background-color: #f1f1f1; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .string-starter { color: #fe00fe; background-color: #f1f1f1; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .string-stopper { color: #fe00fe; background-color: #f1f1f1; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .regexp { color: #fe00fe; background-color: #f1f1f1; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .regexp-starter { color: #fe00fe; background-color: #f1f1f1; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .regexp-stopper { color: #fe00fe; background-color: #f1f1f1; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .regexp-modifier { color: #fe00fe; background-color: #f1f1f1; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .keyword { color: #a42929; font-weight: bold; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .comment { color: #0000ff; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .mcomment { color: #0000ff; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .comment-starter { color: #0000ff; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .mcomment-starter { color: #0000ff; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .mcomment-stopper { color: #0000ff; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .number { color: #008b00; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .operator { }
.Ymacs-Theme-vim-colors .Ymacs_Frame .error { color: #ff0000; font-weight: bold; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .xml-open-tag { color: #008a8a; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .xml-close-tag { color: #008a8a; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .xml-attribute { color: #008a8a; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .xml-entity-starter { color: #008b00; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .xml-entity-stopper { color: #008b00; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .xml-entity { color: #008b00; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .xml-open-bracket { }
.Ymacs-Theme-vim-colors .Ymacs_Frame .xml-close-bracket { }
.Ymacs-Theme-vim-colors .Ymacs_Frame .xml-closetag-slash { }
.Ymacs-Theme-vim-colors .Ymacs_Frame .xml-cdata { color: #0000ff; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .xml-cdata-starter { color: #0000ff; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .xml-cdata-stopper { color: #0000ff; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .lisp-keyword { color: #008b00; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .markdown-heading1 { font-size: 1.717em; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .markdown-heading2 { font-size: 1.400em; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .markdown-heading3 { font-size: 1.175em; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .markdown-heading4 { font-weight: bold; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .markdown-heading5 { font-weight: bold; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .markdown-heading6 { font-weight: bold; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .markdown-blockquote { color: #0000ff; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .markdown-blockquote1 { color: #0000ff; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .markdown-blockquote2 { color: #0000ff; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .markdown-blockquote3 { color: #0000ff; }

/* Org Mode */
.Ymacs-Theme-vim-colors .Ymacs_Frame .org-bold { font-weight: bold;  color: #a020f0; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .org-italic { font-style: italic;  color: #a020f0; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .org-underline { text-decoration: underline;  color: #a020f0; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .org-strike { text-decoration: line-through;  color: #a020f0; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .org-link-url {display: none; text-decoration: underline;  color: #a020f0; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .org-link-text {text-decoration: underline;  color: #a020f0; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .org-link-close {display:none; text-decoration: underline;  color: #a020f0; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .org-heading1 { color: #a020f0; }
.Ymacs-Theme-vim-colors .Ymacs_Frame .org-heading2 { color: rgb(255, 255, 0); }
.Ymacs-Theme-vim-colors .Ymacs_Frame .org-heading3 { color: rgb(0, 255, 0); }
.Ymacs-Theme-vim-colors .Ymacs_Frame .org-heading4 { color: rgb(0, 255, 255); }
.Ymacs-Theme-vim-colors .Ymacs_Frame .org-heading5 { color: rgb(255, 0, 0); }