Skip to content

Commit 88c716d

Browse files
committed
Move highlight styles into project
1 parent 2d0382a commit 88c716d

File tree

2 files changed

+71
-1
lines changed

2 files changed

+71
-1
lines changed

docs/_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
<meta name="date" content="2018-11-01"/>
88
<title>{{ page.title }}</title>
99
<link href="css/hamcrest.css" rel="stylesheet" type="text/css">
10-
<link href="https://raw.githubusercontent.com/jwarby/pygments-css/master/native.css" rel="stylesheet" type="text/css">
10+
<link href="css/pygments-native.css" rel="stylesheet" type="text/css">
1111
</head>

docs/css/pygments-native.css

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
.highlight pre { background-color: #404040 }
2+
.highlight .hll { background-color: #404040 }
3+
.highlight .c { color: #999999; font-style: italic } /* Comment */
4+
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
5+
.highlight .g { color: #d0d0d0 } /* Generic */
6+
.highlight .k { color: #6ab825; font-weight: bold } /* Keyword */
7+
.highlight .l { color: #d0d0d0 } /* Literal */
8+
.highlight .n { color: #d0d0d0 } /* Name */
9+
.highlight .o { color: #d0d0d0 } /* Operator */
10+
.highlight .x { color: #d0d0d0 } /* Other */
11+
.highlight .p { color: #d0d0d0 } /* Punctuation */
12+
.highlight .cm { color: #999999; font-style: italic } /* Comment.Multiline */
13+
.highlight .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */
14+
.highlight .c1 { color: #999999; font-style: italic } /* Comment.Single */
15+
.highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
16+
.highlight .gd { color: #d22323 } /* Generic.Deleted */
17+
.highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
18+
.highlight .gr { color: #d22323 } /* Generic.Error */
19+
.highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
20+
.highlight .gi { color: #589819 } /* Generic.Inserted */
21+
.highlight .go { color: #cccccc } /* Generic.Output */
22+
.highlight .gp { color: #aaaaaa } /* Generic.Prompt */
23+
.highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
24+
.highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
25+
.highlight .gt { color: #d22323 } /* Generic.Traceback */
26+
.highlight .kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */
27+
.highlight .kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */
28+
.highlight .kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */
29+
.highlight .kp { color: #6ab825 } /* Keyword.Pseudo */
30+
.highlight .kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */
31+
.highlight .kt { color: #6ab825; font-weight: bold } /* Keyword.Type */
32+
.highlight .ld { color: #d0d0d0 } /* Literal.Date */
33+
.highlight .m { color: #3677a9 } /* Literal.Number */
34+
.highlight .s { color: #ed9d13 } /* Literal.String */
35+
.highlight .na { color: #bbbbbb } /* Name.Attribute */
36+
.highlight .nb { color: #24909d } /* Name.Builtin */
37+
.highlight .nc { color: #447fcf; text-decoration: underline } /* Name.Class */
38+
.highlight .no { color: #40ffff } /* Name.Constant */
39+
.highlight .nd { color: #ffa500 } /* Name.Decorator */
40+
.highlight .ni { color: #d0d0d0 } /* Name.Entity */
41+
.highlight .ne { color: #bbbbbb } /* Name.Exception */
42+
.highlight .nf { color: #447fcf } /* Name.Function */
43+
.highlight .nl { color: #d0d0d0 } /* Name.Label */
44+
.highlight .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */
45+
.highlight .nx { color: #d0d0d0 } /* Name.Other */
46+
.highlight .py { color: #d0d0d0 } /* Name.Property */
47+
.highlight .nt { color: #6ab825; font-weight: bold } /* Name.Tag */
48+
.highlight .nv { color: #40ffff } /* Name.Variable */
49+
.highlight .ow { color: #6ab825; font-weight: bold } /* Operator.Word */
50+
.highlight .w { color: #666666 } /* Text.Whitespace */
51+
.highlight .mf { color: #3677a9 } /* Literal.Number.Float */
52+
.highlight .mh { color: #3677a9 } /* Literal.Number.Hex */
53+
.highlight .mi { color: #3677a9 } /* Literal.Number.Integer */
54+
.highlight .mo { color: #3677a9 } /* Literal.Number.Oct */
55+
.highlight .sb { color: #ed9d13 } /* Literal.String.Backtick */
56+
.highlight .sc { color: #ed9d13 } /* Literal.String.Char */
57+
.highlight .sd { color: #ed9d13 } /* Literal.String.Doc */
58+
.highlight .s2 { color: #ed9d13 } /* Literal.String.Double */
59+
.highlight .se { color: #ed9d13 } /* Literal.String.Escape */
60+
.highlight .sh { color: #ed9d13 } /* Literal.String.Heredoc */
61+
.highlight .si { color: #ed9d13 } /* Literal.String.Interpol */
62+
.highlight .sx { color: #ffa500 } /* Literal.String.Other */
63+
.highlight .sr { color: #ed9d13 } /* Literal.String.Regex */
64+
.highlight .s1 { color: #ed9d13 } /* Literal.String.Single */
65+
.highlight .ss { color: #ed9d13 } /* Literal.String.Symbol */
66+
.highlight .bp { color: #24909d } /* Name.Builtin.Pseudo */
67+
.highlight .vc { color: #40ffff } /* Name.Variable.Class */
68+
.highlight .vg { color: #40ffff } /* Name.Variable.Global */
69+
.highlight .vi { color: #40ffff } /* Name.Variable.Instance */
70+
.highlight .il { color: #3677a9 } /* Literal.Number.Integer.Long */

0 commit comments

Comments
 (0)