Move highlighter to solarized

This commit is contained in:
Gergely Polonkai 2015-04-26 10:41:46 +02:00
parent f4fbc5e470
commit 4c5fc2c8ed
1 changed files with 118 additions and 70 deletions

View File

@ -90,9 +90,25 @@ body
background-color: #ddd background-color: #ddd
.highlight .highlight
background-color: #b5b5b5 background-color: #fdf6e3
color: #586e75
padding: 10px padding: 10px
/* Line Numbers */
/* Make line numbers unselectable: excludes line numbers from */
/* copy-paste user ops */
.lineno
color: #93a1a1
-webkit-user-select: none
-moz-user-select: none
-o-user-select: none
.lineno::-moz-selection /* Mozilla specific */
background-color: transparent
.lineno::selection /* Other major browsers */
background-color: transparent
.code-title .code-title
text-indent: 0 !important text-indent: 0 !important
font-size: 120% font-size: 120%
@ -123,46 +139,67 @@ body
code code
/* Comment */ /* Comment */
.c .c
color: #999988 color: #93a1a1
font-style: italic font-style: italic
/* Error */ /* Error */
.err .err
color: #a61717 color: #586e75
background-color: #e3d2d2
/* Generic */
.g
color: #586e75
/* Keyword */ /* Keyword */
.k .k
color: #859900
font-weight: bold font-weight: bold
/* Literal */
.l
color: #586e75
/* Name */
.n
color: #586e75
/* Operator */ /* Operator */
.o .o
color: #859900
font-weight: bold font-weight: bold
/* Other */
.x
color: #cb4b16
/* Punctuation */
.p
color: #586e75
/* Comment.Multiline */ /* Comment.Multiline */
.cm .cm
color: #999988 color: #93a1a1
font-style: italic font-style: italic
/* Comment.Preproc */ /* Comment.Preproc */
.cp .cp
color: #999999 color: #859900
font-weight: bold font-weight: bold
/* Comment.Single */ /* Comment.Single */
.c1 .c1
color: #999988 color: #93a1a1
font-style: italic font-style: italic
/* Comment.Special */ /* Comment.Special */
.cs .cs
color: #999999 color: #859900
font-weight: bold font-weight: bold
font-style: italic font-style: italic
/* Generic.Deleted */ /* Generic.Deleted */
.gd .gd
color: #000000 color: #2aa198
background-color: #ffdddd background-color: #ffdddd
/* Generic.Deleted.Specific */ /* Generic.Deleted.Specific */
@ -172,218 +209,229 @@ body
/* Generic.Emph */ /* Generic.Emph */
.ge .ge
color: #586e75
font-style: italic font-style: italic
/* Generic.Error */ /* Generic.Error */
.gr .gr
color: #aa0000 color: #dc322f
/* Generic.Heading */ /* Generic.Heading */
.gh .gh
color: #999999 color: #cb4b16
/* Generic.Inserted */ /* Generic.Inserted */
.gi .gi
color: #000000 color: #859900
background-color: #ddffdd
/* Generic.Inserted.Specific */
.x
color: #000000
background-color: #aaffaa
/* Generic.Output */ /* Generic.Output */
.go .go
color: #888888 color: #586e75
/* Generic.Prompt */ /* Generic.Prompt */
.gp .gp
color: #555555 color: #586e75
/* Generic.Strong */ /* Generic.Strong */
.gs .gs
color: #586e75
font-weight: bold font-weight: bold
/* Generic.Subheading */ /* Generic.Subheading */
.gu .gu
color: #aaaaaa color: #cb4b16
/* Generic.Traceback */ /* Generic.Traceback */
.gt .gt
color: #aa0000 color: #586e75
/* Keyword.Constant */ /* Keyword.Constant */
.kc .kc
color: #cb4b16
font-weight: bold font-weight: bold
/* Keyword.Declaration */ /* Keyword.Declaration */
.kd .kd
color: #268bd2
font-weight: bold font-weight: bold
/* Keyword.Namespace */
.kn
color: #859900
/* Keyword.Pseudo */ /* Keyword.Pseudo */
.kp .kp
color: #859900
font-weight: bold font-weight: bold
/* Keyword.Reserved */ /* Keyword.Reserved */
.kr .kr
color: #268bd2
font-weight: bold font-weight: bold
/* Keyword.Type */ /* Keyword.Type */
.kt .kt
color: #445588 color: #dc322f
font-weight: bold font-weight: bold
/* Literal.Date */
.ld
color: #586e75
/* Literal.Number */ /* Literal.Number */
.m .m
color: #009999 color: #2aa198
/* Literal.String */ /* Literal.String */
.s .s
color: #d14 color: #2aa198
/* Name.Attribute */ /* Name.Attribute */
.na .na
color: #008080 color: #586e75
/* Name.Builtin */ /* Name.Builtin */
.nb .nb
color: #0086B3 color: #b58900
/* Name.Class */ /* Name.Class */
.nc .nc
color: #445588 color: #268bd2
font-weight: bold font-weight: bold
/* Name.Constant */ /* Name.Constant */
.no .no
color: #008080 color: #cb4b16
/* Name.Decorator */
.nd
color: #268bd2
/* Name.Entity */ /* Name.Entity */
.ni .ni
color: #800080 color: #cb4b16
/* Name.Exception */ /* Name.Exception */
.ne .ne
color: #990000 color: #cb4b16
font-weight: bold font-weight: bold
/* Name.Function */ /* Name.Function */
.nf .nf
color: #990000 color: #268bd2
font-weight: bold font-weight: bold
/* Name.Label */
.nl
color: #586e75
/* Name.Namespace */ /* Name.Namespace */
.nn .nn
color: #555555 color: #586e75
/* Name.Other */
.nx
color: #586e75
/* Name.Property */
.py
color: #586e75
/* Name.Tag */ /* Name.Tag */
.nt .nt
color: #000080 color: #268bd2
/* Name.Variable */ /* Name.Variable */
.nv .nv
color: #008080 color: #268bd2
/* Operator.Word */ /* Operator.Word */
.ow .ow
font-weight: bold color: #859900
/* Text.Whitespace */ /* Text.Whitespace */
.w .w
color: #bbbbbb color: #586e75
/* Literal.Number.Float */ /* Literal.Number.Float */
.mf .mf
color: #009999 color: #2aa198
/* Literal.Number.Hex */ /* Literal.Number.Hex */
.mh .mh
color: #009999 color: #2aa198
/* Literal.Number.Integer */ /* Literal.Number.Integer */
.mi .mi
color: #009999 color: #2aa198
/* Literal.Number.Oct */ /* Literal.Number.Oct */
.mo .mo
color: #009999 color: #2aa198
/* Literal.String.Backtick */ /* Literal.String.Backtick */
.sb .sb
color: #d14 color: #93a1a1
/* Literal.String.Char */ /* Literal.String.Char */
.sc .sc
color: #d14 color: #2aa198
/* Literal.String.Doc */ /* Literal.String.Doc */
.sd .sd
color: #d14 color: #586e75
/* Literal.String.Double */ /* Literal.String.Double */
.s2 .s2
color: #d14 color: #2aa198
/* Literal.String.Escape */ /* Literal.String.Escape */
.se .se
color: #d14 color: #cb4b16
/* Literal.String.Heredoc */ /* Literal.String.Heredoc */
.sh .sh
color: #d14 color: #586e75
/* Literal.String.Interpol */ /* Literal.String.Interpol */
.si .si
color: #d14 color: #2aa198
/* Literal.String.Other */ /* Literal.String.Other */
.sx .sx
color: #d14 color: #2aa198
/* Literal.String.Regex */ /* Literal.String.Regex */
.sr .sr
color: #009926 color: #dc322f
/* Literal.String.Single */ /* Literal.String.Single */
.s1 .s1
color: #d14 color: #2aa198
/* Literal.String.Symbol */ /* Literal.String.Symbol */
.ss .ss
color: #990073 color: #2aa198
/* Name.Builtin.Pseudo */ /* Name.Builtin.Pseudo */
.bp .bp
color: #999999 color: #268bd2
/* Name.Variable.Class */ /* Name.Variable.Class */
.vc .vc
color: #008080 color: #268bd2
/* Name.Variable.Global */ /* Name.Variable.Global */
.vg .vg
color: #008080 color: #268bd2
/* Name.Variable.Instance */ /* Name.Variable.Instance */
.vi .vi
color: #008080 color: #268bd2
/* Literal.Number.Integer.Long */ /* Literal.Number.Integer.Long */
.il .il
color: #009999 color: #2aa198
/* Make line numbers unselectable: excludes line numbers from */
/* copy-paste user ops */
.lineno
-webkit-user-select: none
-moz-user-select: none
-o-user-select: none
.lineno::-moz-selection /* Mozilla specific */
background-color: transparent
.lineno::selection /* Other major browsers */
background-color: transparent
#keywords-button #keywords-button