0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/website/sh_vim-dark.css

24 lines
367 B
CSS
Raw Normal View History

2009-05-17 15:54:06 +02:00
.sh_sourceCode {
font-weight: normal;
font-style: normal;
}
.sh_sourceCode .sh_symbol , .sh_sourceCode .sh_cbracket {
2009-05-17 15:54:06 +02:00
color: #bbd;
}
.sh_sourceCode .sh_keyword {
font-style: italic;
}
.sh_sourceCode .sh_string, .sh_sourceCode .sh_regexp, .sh_sourceCode .sh_number
2009-05-17 15:54:06 +02:00
{
color: #daa;
}
.sh_sourceCode .sh_comment {
color: #777;
}