-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhemisu-light.css
More file actions
49 lines (37 loc) · 992 Bytes
/
hemisu-light.css
File metadata and controls
49 lines (37 loc) · 992 Bytes
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
/* Hemisu Dark */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
/* Original theme - http://noahfrederick.com/vim-color-scheme-hemisu/ */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
.hemisu-comment, pre .comment, pre .xml .doctype, pre .html .doctype {
color: #999999;
}
.hemisu-accent1, pre .number, pre .ruby .keyword {
color: #538192;
}
.hemisu-accent2, pre .string, pre .regexp, pre .xml .value, pre .html .value {
color: #739200;
}
.hemisu-accent3, pre .keyword, pre .title, pre .constant, pre .xml .tag, pre .html .tag, pre .css .rules .attribute {
color: #ff0055;
}
.hemisu-accent4 {
color: #503d15;
}
.hljs {
background-color: #F9F9F9;
border-radius: 1px;
margin: 30px 0px;
}
pre code {
display: block;
color: #111111;
font-family: Menlo, Monaco, Consolas, monospace;
line-height: 1.5;
padding: 0px 14px;
}
pre .xml .tag .title {
color: #111111;
}
pre .html .tag .title {
color: #111111;
}