forked from atinypixel/espresso-theme-library
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRailscasts.css
68 lines (52 loc) · 2.42 KB
/
Railscasts.css
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
61
62
63
64
65
66
67
68
/*
@theme Railscasts
@override-placeholders ruby, css, html
@author Ported by Xac Stegner from Ryan Bates' Railscasts TextMate theme
*/
@base {
color: #ddd;
background-color: #222;
insertion-point-color: #fff;
selection-background-color: #50586F;
}
tag, source, sourcecode { spell-check: disabled; }
/* HTML */
tag, string > punctuation, attribute-name, entity { color: #E5C06B; }
string { color: rgba(164, 194, 97, 1.00); }
comment, comment *, comment.block, comment.line.double-slash, comment>punctuation, tag.doctype, tag.doctype > *, tag.doctype > string.quoted { color: #BA9559; }
processing-instruction { color:#aeaeae; }
/* CSS */
css property-name { color: rgba(112, 155, 190, 1.00); }
css property-value { color: rgba(164, 194, 97, 1.00); }
css { spell-check: disabled; }
css.selector, css.selector > entity > punctuation { color: rgba(251, 199, 111, 1.00); }
css keyword.important { color: rgba(200, 121, 54, 1.00); }
css numeric { color: rgba(164, 194, 97, 1.00);}
css zunit { color: rgba(200, 121, 54, 1.00); }
css rgb-value { color: rgba(112, 155, 190, 1.00); }
css.at-rule string, css.at-rule string punctuation, media.css > block > punctuation, property-list.css > property-value > punctuation {
color: #fff;
}
keyword.important.css { color: rgba(200, 121, 54, 1.00); }
/* Ruby */
metadata { color: rgba(255, 0, 0, 1.00); }
metadata.comment { color: rgba(186, 149, 89, 1.00); }
string.interpolation { color: rgba(83, 158, 79, 1.00); }
keyword.control { color: rgba(200, 121, 54, 1.00); }
literal { color: rgba(112, 155, 190, 1.00); }
literal.numeric { color: rgba(164, 194, 97, 1.00); }
literal.string { color: rgba(164, 194, 97, 1.00); }
literal.keyword { color: rgba(112, 155, 190, 1.00); }
literal.symbol { color: rgba(112, 155, 190, 1.00); }
literal.escape { color: rgba(83, 158, 79, 1.00); }
operator, keyword.operator { color: rgba(200, 121, 54, 1.00); }
container.block { color: rgba(255, 0, 0, 1.00); }
container.function { color: rgba(251, 199, 111, 1.00); }
identifier.variable.parameter { color: rgba(255, 255, 255, 1.00); }
identifier { color: rgba(200, 121, 54, 1.00); }
identifier.variable { color: rgba(209, 208, 255, 1.00); }
identifier.variable.instance { color: rgba(209, 208, 255, 1.00); }
identifier.variable.local { color: rgba(255, 255, 255, 1.00); }
identifier.variable.constant { color: rgba(214, 72, 62, 1.00); }
keyword { color: rgba(200, 121, 54, 1.00); }
delimiter { color: rgba(255, 255, 255, 1.00); }