Skip to content

Instantly share code, notes, and snippets.

@paradox460
Created October 22, 2012 18:48
Show Gist options
  • Save paradox460/3933345 to your computer and use it in GitHub Desktop.
Save paradox460/3933345 to your computer and use it in GitHub Desktop.
TomorrowNight-pygments
$code-background: #1d1f21
$code-current-line: #282a2e
$code-selection: #373b41
$code-foreground: #c5c8c6
$code-comment: #969896
$code-red: #cc6666
$code-orange: #de935f
$code-yellow: #f0c674
$code-green: #b5bd68
$code-aqua: #8abeb7
$code-blue: #81a2be
$code-purple: #b294bb
.highlight
background: $code-background
color: $code-foreground
.hll
background-color: $code-selection
.c //Comment
color: $code-comment
font-style: italic
.err //Error
color: $code-red
.k //Keyword
color: $code-foreground
.n //Name
color: $code-foreground
.o //Operator
color: $code-aqua
.p //Punctuation
color: $code-foreground
.cm //Comment.Multiline
color: $code-comment
font-style: italic
.cp //Comment.Preproc
color: $code-comment
font-style: italic
.c1 //Comment.Single
color: $code-comment
font-style: italic
.cs //Comment.Special
color: $code-comment
font-style: italic
.kc //Keyword.Constant
color: $code-foreground
.kd //Keyword.Declaration
color: $code-foreground
.kn //Keyword.Namespace
color: $code-foreground
.kp //Keyword.Pseudo
color: $code-foreground
.kr //Keyword.Reserved
color: $code-foreground
.kt //Keyword.Type
color: $code-blue
.m //Literal.Number
color: $code-foreground
.s //Literal.String
color: $code-green
.na //Name.Attribute
color: $code-foreground
.nb //Name.Builtin
color: $code-aqua
.nc //Name.Class
color: $code-yellow
.no //Name.Constant
color: $code-orange
.nd //Name.Decorator
color: $code-yellow
.ni //Name.Entity
color: $code-foreground
.ne //Name.Exception
color: $code-foreground
.nf //Name.Function
color: $code-blue
.nl //Name.Label
color: $code-foreground
.nn //Name.Namespace
color: $code-foreground
.nx //Name.Other
color: $code-foreground
.py //Name.Property
color: $code-foreground
.nt //Name.Tag
color: $code-foreground
.nv //Name.Variable
color: $code-foreground
.ow //Operator.Word
color: $code-aqua
.w //Text.Whitespace
color: $code-foreground
.mf //Literal.Number.Float
color: $code-foreground
.mh //Literal.Number.Hex
color: $code-foreground
.mi //Literal.Number.Integer
color: $code-foreground
.mo //Literal.Number.Oct
color: $code-foreground
.sb //Literal.String.Backtick
color: $code-green
.sc //Literal.String.Char
color: $code-green
.sd //Literal.String.Doc
color: $code-green
.s2 //Literal.String.Double
color: $code-green
.se //Literal.String.Escape
color: $code-green
.sh //Literal.String.Heredoc
color: $code-green
.si //Literal.String.Interpol
color: $code-green
.sx //Literal.String.Other
color: $code-green
.sr //Literal.String.Regex
color: $code-green
.s1 //Literal.String.Single
color: $code-green
.ss //Literal.String.Symbol
color: $code-green
.bp //Name.Builtin.Pseudo
color: $code-aqua
.vc //Name.Variable.Class
color: $code-foreground
.vg //Name.Variable.Global
color: $code-foreground
.vi //Name.Variable.Instance
color: $code-foreground
.il //Literal.Number.Integer.Long
color: $code-foreground
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment