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

25 lines
402 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-19 13:16:36 +02:00
color: #cd5;
2009-05-17 15:54:06 +02:00
}
.sh_sourceCode .sh_keyword {
font-style: italic;
}
2009-05-20 16:02:53 +02:00
.sh_sourceCode .sh_string, .sh_sourceCode .sh_regexp, .sh_sourceCode .sh_number,
.sh_sourceCode .sh_specialchar
2009-05-17 15:54:06 +02:00
{
2009-05-19 13:16:36 +02:00
color: #B0C4DE;
2009-05-17 15:54:06 +02:00
}
.sh_sourceCode .sh_comment {
color: #777;
}