Skip to content

Instantly share code, notes, and snippets.

@i-like-robots
Created December 19, 2017 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save i-like-robots/b9ab98b8c2cc99ceb9bc53cc7b907a79 to your computer and use it in GitHub Desktop.
Save i-like-robots/b9ab98b8c2cc99ceb9bc53cc7b907a79 to your computer and use it in GitHub Desktop.
Monokai Pro Pygments/Rouge theme
.highlight { background: #282A3A; color: #EAF2F1 }
.ge { font-style: italic } // Generic.Emph
.gs { font-weight: bold } // Generic.Strong
.gi { color: #BAD761 } // Generic.Inserted
.gd { color: #FF657A } // Generic.Deleted
.err { color: #FF657A } // Error
.nc, // Name.Class
.nf, // Name.Function
.ld, // Literal.Date
.sr // Literal.String.Regex
{ color: #BAD761 }
.kt, // Keyword.Type
.nn, // Name.Namespace
.ni, // Name.Entity
.s , // Literal.String
.sb, // Literal.String.Backtick
.s2, // Literal.String.Double
.sx, // Literal.String.Other
.s1, // Literal.String.Single
.ss, // Literal.String.Symbol
.sc // Literal.String.Char
{ color: #FFD76D }
.l , // Literal
.nv // Name.Variable
{ color: #FF9B5E }
.k , // Keyword
.o , // Operator
.ow, // Operator.Word
.no, // Name.Constant
.ne, // Name.Exception
.nt, // Name.Tag
.vc, // Name.Variable.Class
.vg, // Name.Variable.Global
.vi // Name.Variable.Instance
{ color: #FF657A }
.kc, // Keyword.Constant
.kp, // Keyword.Pseudo
.kr, // Keyword.Reserved
.m , // Literal.Number
.mf, // Literal.Number.Float
.mi, // Literal.Number.Integer
.mo, // Literal.Number.Oct
.il, // Literal.Number.Integer.Long
.se // Literal.String.Escape
{ color: #C39AC9 }
.kd, // Keyword.Declaration
.kn, // Keyword.Namespace
.na, // Name.Attribute
.nd // Name.Decorator
{ color: #9CD1BB }
.n , // Name
.nl, // Name.Label
.nx, // Name.Other
.py, // Name.Property
.nb, // Name.Builtin
.bp, // Name.Builtin.Pseudo
.mh // Literal.Number.Hex
{ color: #EAF2F1 }
.p, // Punctuation
.w // Text.Whitespace
{ color: #B2B9BD }
.sd, // Literal.String.Doc
.sh, // Literal.String.Heredoc
.si, // Literal.String.Interpol
.c , // Comment
.cm, // Comment.Multiline
.cp, // Comment.Preproc
.c1, // Comment.Single
.cs // Comment.Special
{ color: #888D94 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment