1
0
mirror of https://github.com/kirsle/kirsle.net synced 2024-09-21 02:53:57 +00:00
kirsle.net/www/designs/solar-html5/vim-syntax.css

30 lines
462 B
CSS
Raw Normal View History

2014-10-16 19:18:26 +00:00
/* CSS classes used by vim syntax highlighting */
pre.vim {
background-color: #000000;
color: #FFFFFF;
max-height: 450px;
overflow: auto;
}
pre.vim span.Identifier {
color: #00FFFF;
font-weight: bold;
}
pre.vim span.Constant {
color: #FF99FF;
font-weight: bold;
}
pre.vim span.Statement {
color: #FFFF00;
font-weight: bold;
}
pre.vim span.Comment {
color: #0099FF;
font-weight: bold;
}
pre.vim span.PreProc {
color: #8080FF;
font-weight: bold;
}