Skip to content

Instantly share code, notes, and snippets.

@k2052
Created October 5, 2013 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save k2052/6847000 to your computer and use it in GitHub Desktop.
Save k2052/6847000 to your computer and use it in GitHub Desktop.
Github Like Codemirror theme
.CodeMirror.cm-s-github
.CodeMirror-activeline-background
background: rgba(255, 255, 255, 0.031)
.CodeMirror-gutters
background: #f0f0f0x
border-right: 1px solid #4D4D4D
box-shadow: 0 10px 20px black
.CodeMirror-linenumber
background-color: #f0f0f0
padding-right: 0 5px
color: #222
.cm-variable
color: #19469D
.cm-comment, .cm-header
color: #408080
font-style: italic
.cm-keyword
color: #954121
.cm-number
color: #40a070
.cm-string
color: #219161
.cm-operator
color: #00F
.cm-attribute
color: #00F
font-weight: normal
.cm-def
color: #458
font-weight: bold
.cm-tag
color: #000080
font-weight: normal
.cm-attribute
color: #008080
.cm-regexp
color: #B68
.cm-class
color: #458
font-weight: bold
.cm-special
color: #990073
.cm-builtin, .cm-constructor
color: #0086b3
.cm-variable-2
color: #999
font-weight: bold
.cm-meta
background: #fdd
.cm-errror
background: #dfd
.cm-change
background: #0086b3
.cm-chunk
color: #aaa
.cm-formula
opacity: 0.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment