Skip to content

Instantly share code, notes, and snippets.

@hara
Created February 24, 2011 09:22
Show Gist options
  • Save hara/841954 to your computer and use it in GitHub Desktop.
Save hara/841954 to your computer and use it in GitHub Desktop.
CSS for output of Vim :TOhtml
.code {
margin: 0;
padding: 10px;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
line-height: 1;
color: #f6f3e8;
background-color: #242424;
font-family: monospace;
overflow-x: auto;
}
.Identifier {
color: #cae682;
}
.Statement {
color: #8ac6f2;
}
.Constant {
color: #e5786d;
}
.Type {
color: #cae682;
}
.String {
color: #95e454;
font-style: italic;
}
.Special {
color: #e7f6da;
}
.PreProc {
color: #e5786d;
}
.Comment {
color: #99968b;
font-style: italic;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment