-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
91 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
# Readme | ||
|
||
Other syntax highlighting themes: https://github.com/numist/highlight-css/ | ||
|
||
- [ ] change to https://github.com/fongandrew/hydeout | ||
- [x] change syntax highlighting theme to nord |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,214 +1,86 @@ | ||
.highlight table td { padding: 5px; } | ||
.highlight table pre { margin: 0; } | ||
.highlight .c, .highlight .ch, .highlight .cd, .highlight .cpf { | ||
color: #75715e; | ||
font-style: italic; | ||
} | ||
.highlight .cm { | ||
color: #75715e; | ||
font-style: italic; | ||
} | ||
.highlight .c1 { | ||
color: #75715e; | ||
font-style: italic; | ||
} | ||
.highlight .cp { | ||
color: #75715e; | ||
font-weight: bold; | ||
} | ||
.highlight .cs { | ||
color: #75715e; | ||
font-weight: bold; | ||
font-style: italic; | ||
} | ||
.highlight .err { | ||
color: #960050; | ||
background-color: #1e0010; | ||
} | ||
.highlight .gi { | ||
color: #ffffff; | ||
background-color: #324932; | ||
} | ||
.highlight .gd { | ||
color: #ffffff; | ||
background-color: #493131; | ||
} | ||
.highlight .ge { | ||
color: #000000; | ||
font-style: italic; | ||
} | ||
.highlight .gr { | ||
color: #aa0000; | ||
} | ||
.highlight .gt { | ||
color: #aa0000; | ||
} | ||
.highlight .gh { | ||
color: #999999; | ||
} | ||
.highlight .go { | ||
color: #888888; | ||
} | ||
.highlight .gp { | ||
color: #555555; | ||
} | ||
.highlight .gs { | ||
font-weight: bold; | ||
} | ||
.highlight .gu { | ||
color: #aaaaaa; | ||
} | ||
.highlight .k, .highlight .kv { | ||
color: #66d9ef; | ||
font-weight: bold; | ||
} | ||
.highlight .kc { | ||
color: #66d9ef; | ||
font-weight: bold; | ||
} | ||
.highlight .kd { | ||
color: #66d9ef; | ||
font-weight: bold; | ||
} | ||
.highlight .kp { | ||
color: #66d9ef; | ||
font-weight: bold; | ||
} | ||
.highlight .kr { | ||
color: #66d9ef; | ||
font-weight: bold; | ||
} | ||
.highlight .kt { | ||
color: #66d9ef; | ||
font-weight: bold; | ||
} | ||
.highlight .kn { | ||
color: #f92672; | ||
font-weight: bold; | ||
} | ||
.highlight .ow { | ||
color: #f92672; | ||
font-weight: bold; | ||
} | ||
.highlight .o { | ||
color: #f92672; | ||
font-weight: bold; | ||
} | ||
.highlight .mf { | ||
color: #ae81ff; | ||
} | ||
.highlight .mh { | ||
color: #ae81ff; | ||
} | ||
.highlight .il { | ||
color: #ae81ff; | ||
} | ||
.highlight .mi { | ||
color: #ae81ff; | ||
} | ||
.highlight .mo { | ||
color: #ae81ff; | ||
} | ||
.highlight .m, .highlight .mb, .highlight .mx { | ||
color: #ae81ff; | ||
} | ||
.highlight .se { | ||
color: #ae81ff; | ||
} | ||
.highlight .sa { | ||
color: #66d9ef; | ||
font-weight: bold; | ||
} | ||
.highlight .sb { | ||
color: #e6db74; | ||
} | ||
.highlight .sc { | ||
color: #e6db74; | ||
} | ||
.highlight .sd { | ||
color: #e6db74; | ||
} | ||
.highlight .s2 { | ||
color: #e6db74; | ||
} | ||
.highlight .sh { | ||
color: #e6db74; | ||
} | ||
.highlight .si { | ||
color: #e6db74; | ||
} | ||
.highlight .sx { | ||
color: #e6db74; | ||
} | ||
.highlight .sr { | ||
color: #e6db74; | ||
} | ||
.highlight .s1 { | ||
color: #e6db74; | ||
} | ||
.highlight .ss { | ||
color: #e6db74; | ||
} | ||
.highlight .s, .highlight .dl { | ||
color: #e6db74; | ||
} | ||
.highlight .na { | ||
color: #a6e22e; | ||
} | ||
.highlight .nc { | ||
color: #a6e22e; | ||
font-weight: bold; | ||
} | ||
.highlight .nd { | ||
color: #a6e22e; | ||
font-weight: bold; | ||
} | ||
.highlight .ne { | ||
color: #a6e22e; | ||
font-weight: bold; | ||
} | ||
.highlight .nf, .highlight .fm { | ||
color: #a6e22e; | ||
font-weight: bold; | ||
} | ||
.highlight .no { | ||
color: #66d9ef; | ||
} | ||
.highlight .bp { | ||
color: #f8f8f2; | ||
} | ||
.highlight .nb { | ||
color: #f8f8f2; | ||
} | ||
.highlight .ni { | ||
color: #f8f8f2; | ||
} | ||
.highlight .nn { | ||
color: #f8f8f2; | ||
} | ||
.highlight .vc { | ||
color: #f8f8f2; | ||
} | ||
.highlight .vg { | ||
color: #f8f8f2; | ||
} | ||
.highlight .vi { | ||
color: #f8f8f2; | ||
} | ||
.highlight .nv, .highlight .vm { | ||
color: #f8f8f2; | ||
} | ||
.highlight .w { | ||
color: #f8f8f2; | ||
} | ||
.highlight .nl { | ||
color: #f8f8f2; | ||
font-weight: bold; | ||
} | ||
.highlight .nt { | ||
color: #f92672; | ||
} | ||
.highlight { | ||
color: #f8f8f2; | ||
background-color: #49483e; | ||
} | ||
/* This file was generated using `pygmentize -S nord -f html -a .highlight` */ | ||
pre { line-height: 125%; } | ||
td.linenos .normal { color: #D8DEE9; background-color: #242933; padding-left: 5px; padding-right: 5px; } | ||
span.linenos { color: #D8DEE9; background-color: #242933; padding-left: 5px; padding-right: 5px; } | ||
td.linenos .special { color: #242933; background-color: #D8DEE9; padding-left: 5px; padding-right: 5px; } | ||
span.linenos.special { color: #242933; background-color: #D8DEE9; padding-left: 5px; padding-right: 5px; } | ||
.highlight .hll { background-color: #3B4252 } | ||
.highlight { background: #2E3440; color: #d8dee9 } | ||
.highlight .c { color: #616e87; font-style: italic } /* Comment */ | ||
.highlight .err { color: #bf616a } /* Error */ | ||
.highlight .esc { color: #d8dee9 } /* Escape */ | ||
.highlight .g { color: #d8dee9 } /* Generic */ | ||
.highlight .k { color: #81a1c1; font-weight: bold } /* Keyword */ | ||
.highlight .l { color: #d8dee9 } /* Literal */ | ||
.highlight .n { color: #d8dee9 } /* Name */ | ||
.highlight .o { color: #81a1c1; font-weight: bold } /* Operator */ | ||
.highlight .x { color: #d8dee9 } /* Other */ | ||
.highlight .p { color: #eceff4 } /* Punctuation */ | ||
.highlight .ch { color: #616e87; font-style: italic } /* Comment.Hashbang */ | ||
.highlight .cm { color: #616e87; font-style: italic } /* Comment.Multiline */ | ||
.highlight .cp { color: #5e81ac; font-style: italic } /* Comment.Preproc */ | ||
.highlight .cpf { color: #616e87; font-style: italic } /* Comment.PreprocFile */ | ||
.highlight .c1 { color: #616e87; font-style: italic } /* Comment.Single */ | ||
.highlight .cs { color: #616e87; font-style: italic } /* Comment.Special */ | ||
.highlight .gd { color: #bf616a } /* Generic.Deleted */ | ||
.highlight .ge { color: #d8dee9; font-style: italic } /* Generic.Emph */ | ||
.highlight .ges { color: #d8dee9; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ | ||
.highlight .gr { color: #bf616a } /* Generic.Error */ | ||
.highlight .gh { color: #88c0d0; font-weight: bold } /* Generic.Heading */ | ||
.highlight .gi { color: #a3be8c } /* Generic.Inserted */ | ||
.highlight .go { color: #d8dee9 } /* Generic.Output */ | ||
.highlight .gp { color: #616e88; font-weight: bold } /* Generic.Prompt */ | ||
.highlight .gs { color: #d8dee9; font-weight: bold } /* Generic.Strong */ | ||
.highlight .gu { color: #88c0d0; font-weight: bold } /* Generic.Subheading */ | ||
.highlight .gt { color: #bf616a } /* Generic.Traceback */ | ||
.highlight .kc { color: #81a1c1; font-weight: bold } /* Keyword.Constant */ | ||
.highlight .kd { color: #81a1c1; font-weight: bold } /* Keyword.Declaration */ | ||
.highlight .kn { color: #81a1c1; font-weight: bold } /* Keyword.Namespace */ | ||
.highlight .kp { color: #81a1c1 } /* Keyword.Pseudo */ | ||
.highlight .kr { color: #81a1c1; font-weight: bold } /* Keyword.Reserved */ | ||
.highlight .kt { color: #81a1c1 } /* Keyword.Type */ | ||
.highlight .ld { color: #d8dee9 } /* Literal.Date */ | ||
.highlight .m { color: #b48ead } /* Literal.Number */ | ||
.highlight .s { color: #a3be8c } /* Literal.String */ | ||
.highlight .na { color: #8fbcbb } /* Name.Attribute */ | ||
.highlight .nb { color: #81a1c1 } /* Name.Builtin */ | ||
.highlight .nc { color: #8fbcbb } /* Name.Class */ | ||
.highlight .no { color: #8fbcbb } /* Name.Constant */ | ||
.highlight .nd { color: #d08770 } /* Name.Decorator */ | ||
.highlight .ni { color: #d08770 } /* Name.Entity */ | ||
.highlight .ne { color: #bf616a } /* Name.Exception */ | ||
.highlight .nf { color: #88c0d0 } /* Name.Function */ | ||
.highlight .nl { color: #d8dee9 } /* Name.Label */ | ||
.highlight .nn { color: #8fbcbb } /* Name.Namespace */ | ||
.highlight .nx { color: #d8dee9 } /* Name.Other */ | ||
.highlight .py { color: #d8dee9 } /* Name.Property */ | ||
.highlight .nt { color: #81a1c1 } /* Name.Tag */ | ||
.highlight .nv { color: #d8dee9 } /* Name.Variable */ | ||
.highlight .ow { color: #81a1c1; font-weight: bold } /* Operator.Word */ | ||
.highlight .pm { color: #eceff4 } /* Punctuation.Marker */ | ||
.highlight .w { color: #d8dee9 } /* Text.Whitespace */ | ||
.highlight .mb { color: #b48ead } /* Literal.Number.Bin */ | ||
.highlight .mf { color: #b48ead } /* Literal.Number.Float */ | ||
.highlight .mh { color: #b48ead } /* Literal.Number.Hex */ | ||
.highlight .mi { color: #b48ead } /* Literal.Number.Integer */ | ||
.highlight .mo { color: #b48ead } /* Literal.Number.Oct */ | ||
.highlight .sa { color: #a3be8c } /* Literal.String.Affix */ | ||
.highlight .sb { color: #a3be8c } /* Literal.String.Backtick */ | ||
.highlight .sc { color: #a3be8c } /* Literal.String.Char */ | ||
.highlight .dl { color: #a3be8c } /* Literal.String.Delimiter */ | ||
.highlight .sd { color: #616e87 } /* Literal.String.Doc */ | ||
.highlight .s2 { color: #a3be8c } /* Literal.String.Double */ | ||
.highlight .se { color: #ebcb8b } /* Literal.String.Escape */ | ||
.highlight .sh { color: #a3be8c } /* Literal.String.Heredoc */ | ||
.highlight .si { color: #a3be8c } /* Literal.String.Interpol */ | ||
.highlight .sx { color: #a3be8c } /* Literal.String.Other */ | ||
.highlight .sr { color: #ebcb8b } /* Literal.String.Regex */ | ||
.highlight .s1 { color: #a3be8c } /* Literal.String.Single */ | ||
.highlight .ss { color: #a3be8c } /* Literal.String.Symbol */ | ||
.highlight .bp { color: #81a1c1 } /* Name.Builtin.Pseudo */ | ||
.highlight .fm { color: #88c0d0 } /* Name.Function.Magic */ | ||
.highlight .vc { color: #d8dee9 } /* Name.Variable.Class */ | ||
.highlight .vg { color: #d8dee9 } /* Name.Variable.Global */ | ||
.highlight .vi { color: #d8dee9 } /* Name.Variable.Instance */ | ||
.highlight .vm { color: #d8dee9 } /* Name.Variable.Magic */ | ||
.highlight .il { color: #b48ead } /* Literal.Number.Integer.Long */ |