summaryrefslogtreecommitdiff
path: root/objectapp/static/objectapp/js/Gnowmacs/src/css/themes/emacs-andreas.css
blob: cea5b2d53e5a63cdf98d8c27ac3af88aa2bc252b (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-andreas .Ymacs _Frame { color: #000000; background-color: #ffffff; }
.Ymacs -Theme-andreas .Ymacs _Frame .type { color: #681fab; }
.Ymacs -Theme-andreas .Ymacs _Frame .builtin { color: #da70d6; }
.Ymacs -Theme-andreas .Ymacs _Frame .function-name { color: #0000cd; }
.Ymacs -Theme-andreas .Ymacs _Frame .variable-name { color: #0000cd; }
.Ymacs -Theme-andreas .Ymacs _Frame .constant { color: #5f9ea0; }
.Ymacs -Theme-andreas .Ymacs _Frame .string { color: #008b00; }
.Ymacs -Theme-andreas .Ymacs _Frame .string-starter { color: #008b00; }
.Ymacs -Theme-andreas .Ymacs _Frame .string-stopper { color: #008b00; }
.Ymacs -Theme-andreas .Ymacs _Frame .regexp { color: #008b00; }
.Ymacs -Theme-andreas .Ymacs _Frame .regexp-starter { color: #008b00; }
.Ymacs -Theme-andreas .Ymacs _Frame .regexp-stopper { color: #008b00; }
.Ymacs -Theme-andreas .Ymacs _Frame .regexp-modifier { color: #008b00; }
.Ymacs -Theme-andreas .Ymacs _Frame .keyword { color: #ff0000; }
.Ymacs -Theme-andreas .Ymacs _Frame .comment { color: #ffa500; }
.Ymacs -Theme-andreas .Ymacs _Frame .mcomment { color: #ffa500; }
.Ymacs -Theme-andreas .Ymacs _Frame .comment-starter { color: #b22222; }
.Ymacs -Theme-andreas .Ymacs _Frame .mcomment-starter { color: #b22222; }
.Ymacs -Theme-andreas .Ymacs _Frame .mcomment-stopper { color: #b22222; }
.Ymacs -Theme-andreas .Ymacs _Frame .number { color: #5f9ea0; }
.Ymacs -Theme-andreas .Ymacs _Frame .operator { }
.Ymacs -Theme-andreas .Ymacs _Frame .error { color: #ff0000; font-weight: bold; }
.Ymacs -Theme-andreas .Ymacs _Frame .xml-open-tag { color: #0000cd; }
.Ymacs -Theme-andreas .Ymacs _Frame .xml-close-tag { color: #0000cd; }
.Ymacs -Theme-andreas .Ymacs _Frame .xml-attribute { color: #0000cd; }
.Ymacs -Theme-andreas .Ymacs _Frame .xml-entity-starter { color: #5f9ea0; }
.Ymacs -Theme-andreas .Ymacs _Frame .xml-entity-stopper { color: #5f9ea0; }
.Ymacs -Theme-andreas .Ymacs _Frame .xml-entity { color: #5f9ea0; }
.Ymacs -Theme-andreas .Ymacs _Frame .xml-open-bracket { }
.Ymacs -Theme-andreas .Ymacs _Frame .xml-close-bracket { }
.Ymacs -Theme-andreas .Ymacs _Frame .xml-closetag-slash { }
.Ymacs -Theme-andreas .Ymacs _Frame .xml-cdata { color: #ffa500; }
.Ymacs -Theme-andreas .Ymacs _Frame .xml-cdata-starter { color: #b22222; }
.Ymacs -Theme-andreas .Ymacs _Frame .xml-cdata-stopper { color: #b22222; }
.Ymacs -Theme-andreas .Ymacs _Frame .lisp-keyword { color: #5f9ea0; }
.Ymacs -Theme-andreas .Ymacs _Frame .markdown-heading1 { font-weight: bold; font-size: 2.050em; }
.Ymacs -Theme-andreas .Ymacs _Frame .markdown-heading2 { font-weight: bold; font-size: 2.050em; }
.Ymacs -Theme-andreas .Ymacs _Frame .markdown-heading3 { font-weight: bold; font-size: 1.508em; }
.Ymacs -Theme-andreas .Ymacs _Frame .markdown-heading4 { font-weight: bold; font-size: 1.925em; }
.Ymacs -Theme-andreas .Ymacs _Frame .markdown-heading5 { font-weight: bold; }
.Ymacs -Theme-andreas .Ymacs _Frame .markdown-heading6 { font-weight: bold; }
.Ymacs -Theme-andreas .Ymacs _Frame .markdown-blockquote { color: #ffa500; }
.Ymacs -Theme-andreas .Ymacs _Frame .markdown-blockquote1 { color: #ffa500; }
.Ymacs -Theme-andreas .Ymacs _Frame .markdown-blockquote2 { color: #ffa500; }
.Ymacs -Theme-andreas .Ymacs _Frame .markdown-blockquote3 { color: #ffa500; }

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