forked from atinypixel/espresso-theme-library
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Monokai.css
56 lines (49 loc) · 1.22 KB
/
Monokai.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
/*
@theme Monokai
@override-placeholders html, xml, css, sourcecode.js, sourcecode.php
@author Derek Reynolds
@version 1.0b1
This is a port of the Monokai theme for TextMate.
The original theme can be found at: http://www.monokai.nl/blog/2006/07/15/textmate-color-theme/
TextMate can be found at: http://macromates.com/
*/
@base {
background-color: rgba(39, 40, 34, 1.0);
color: rgba(248, 248, 242, 1.0);
selection-background-color: rgba(73, 72, 62, 1.0);
insertion-point-color: rgba(248, 248, 242, 1.0);;
}
string,
* text.html > tag.html > attribute-value.string.quoted,
php string delimiter,
* css > property-value {
color: rgba(230, 219, 116, 1.0);
}
* tag entity.name,
tag > name,
css > property-name,
* php keyword,
operator {
color: rgba(249, 38, 114, 1.0);
background-color: rgba(0,0,0,0.0);
}
* php keyword.definition,
* php variable,
* php literal.keyword {
color: rgba(96, 217, 238, 1.0);
font-style: italic;
}
* comment,
* php comment content,
comment url,
comment override-marker,
* > comment punctuation,
tag.doctype {
color: rgba(117, 113, 94, 1.0);
}
* php function name,
* php identifier.function,
attribute-name,
* selector.css {
color: rgba(168, 225, 36, 1.0);
}