forked from alshedivat/al-folio
-
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.
added highlight themes to assets/css
- Loading branch information
Showing
20 changed files
with
1,255 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,58 @@ | ||
.highlight .hll { background-color: #ffffcc } | ||
.highlight .c { color: #aaaaaa; font-style: italic } /* Comment */ | ||
.highlight .err { color: #F00000; background-color: #F0A0A0 } /* Error */ | ||
.highlight .k { color: #0000aa } /* Keyword */ | ||
.highlight .cm { color: #aaaaaa; font-style: italic } /* Comment.Multiline */ | ||
.highlight .cp { color: #4c8317 } /* Comment.Preproc */ | ||
.highlight .c1 { color: #aaaaaa; font-style: italic } /* Comment.Single */ | ||
.highlight .cs { color: #0000aa; font-style: italic } /* Comment.Special */ | ||
.highlight .gd { color: #aa0000 } /* Generic.Deleted */ | ||
.highlight .ge { font-style: italic } /* Generic.Emph */ | ||
.highlight .gr { color: #aa0000 } /* Generic.Error */ | ||
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ | ||
.highlight .gi { color: #00aa00 } /* Generic.Inserted */ | ||
.highlight .go { color: #888888 } /* Generic.Output */ | ||
.highlight .gp { color: #555555 } /* Generic.Prompt */ | ||
.highlight .gs { font-weight: bold } /* Generic.Strong */ | ||
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ | ||
.highlight .gt { color: #aa0000 } /* Generic.Traceback */ | ||
.highlight .kc { color: #0000aa } /* Keyword.Constant */ | ||
.highlight .kd { color: #0000aa } /* Keyword.Declaration */ | ||
.highlight .kn { color: #0000aa } /* Keyword.Namespace */ | ||
.highlight .kp { color: #0000aa } /* Keyword.Pseudo */ | ||
.highlight .kr { color: #0000aa } /* Keyword.Reserved */ | ||
.highlight .kt { color: #00aaaa } /* Keyword.Type */ | ||
.highlight .m { color: #009999 } /* Literal.Number */ | ||
.highlight .s { color: #aa5500 } /* Literal.String */ | ||
.highlight .na { color: #1e90ff } /* Name.Attribute */ | ||
.highlight .nb { color: #00aaaa } /* Name.Builtin */ | ||
.highlight .nc { color: #00aa00; text-decoration: underline } /* Name.Class */ | ||
.highlight .no { color: #aa0000 } /* Name.Constant */ | ||
.highlight .nd { color: #888888 } /* Name.Decorator */ | ||
.highlight .ni { color: #800000; font-weight: bold } /* Name.Entity */ | ||
.highlight .nf { color: #00aa00 } /* Name.Function */ | ||
.highlight .nn { color: #00aaaa; text-decoration: underline } /* Name.Namespace */ | ||
.highlight .nt { color: #1e90ff; font-weight: bold } /* Name.Tag */ | ||
.highlight .nv { color: #aa0000 } /* Name.Variable */ | ||
.highlight .ow { color: #0000aa } /* Operator.Word */ | ||
.highlight .w { color: #bbbbbb } /* Text.Whitespace */ | ||
.highlight .mf { color: #009999 } /* Literal.Number.Float */ | ||
.highlight .mh { color: #009999 } /* Literal.Number.Hex */ | ||
.highlight .mi { color: #009999 } /* Literal.Number.Integer */ | ||
.highlight .mo { color: #009999 } /* Literal.Number.Oct */ | ||
.highlight .sb { color: #aa5500 } /* Literal.String.Backtick */ | ||
.highlight .sc { color: #aa5500 } /* Literal.String.Char */ | ||
.highlight .sd { color: #aa5500 } /* Literal.String.Doc */ | ||
.highlight .s2 { color: #aa5500 } /* Literal.String.Double */ | ||
.highlight .se { color: #aa5500 } /* Literal.String.Escape */ | ||
.highlight .sh { color: #aa5500 } /* Literal.String.Heredoc */ | ||
.highlight .si { color: #aa5500 } /* Literal.String.Interpol */ | ||
.highlight .sx { color: #aa5500 } /* Literal.String.Other */ | ||
.highlight .sr { color: #009999 } /* Literal.String.Regex */ | ||
.highlight .s1 { color: #aa5500 } /* Literal.String.Single */ | ||
.highlight .ss { color: #0000aa } /* Literal.String.Symbol */ | ||
.highlight .bp { color: #00aaaa } /* Name.Builtin.Pseudo */ | ||
.highlight .vc { color: #aa0000 } /* Name.Variable.Class */ | ||
.highlight .vg { color: #aa0000 } /* Name.Variable.Global */ | ||
.highlight .vi { color: #aa0000 } /* Name.Variable.Instance */ | ||
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ |
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
.highlight .hll { background-color: #ffffcc } | ||
.highlight .c { color: #008800; font-style: italic } /* Comment */ | ||
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ | ||
.highlight .k { color: #000080; font-weight: bold } /* Keyword */ | ||
.highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */ | ||
.highlight .cp { color: #008080 } /* Comment.Preproc */ | ||
.highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */ | ||
.highlight .cs { color: #008800; font-weight: bold } /* Comment.Special */ | ||
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ | ||
.highlight .ge { font-style: italic } /* Generic.Emph */ | ||
.highlight .gr { color: #aa0000 } /* Generic.Error */ | ||
.highlight .gh { color: #999999 } /* Generic.Heading */ | ||
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ | ||
.highlight .go { color: #888888 } /* Generic.Output */ | ||
.highlight .gp { color: #555555 } /* Generic.Prompt */ | ||
.highlight .gs { font-weight: bold } /* Generic.Strong */ | ||
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */ | ||
.highlight .gt { color: #aa0000 } /* Generic.Traceback */ | ||
.highlight .kc { color: #000080; font-weight: bold } /* Keyword.Constant */ | ||
.highlight .kd { color: #000080; font-weight: bold } /* Keyword.Declaration */ | ||
.highlight .kn { color: #000080; font-weight: bold } /* Keyword.Namespace */ | ||
.highlight .kp { color: #000080; font-weight: bold } /* Keyword.Pseudo */ | ||
.highlight .kr { color: #000080; font-weight: bold } /* Keyword.Reserved */ | ||
.highlight .kt { color: #000080; font-weight: bold } /* Keyword.Type */ | ||
.highlight .m { color: #0000FF } /* Literal.Number */ | ||
.highlight .s { color: #0000FF } /* Literal.String */ | ||
.highlight .na { color: #FF0000 } /* Name.Attribute */ | ||
.highlight .nt { color: #000080; font-weight: bold } /* Name.Tag */ | ||
.highlight .ow { font-weight: bold } /* Operator.Word */ | ||
.highlight .w { color: #bbbbbb } /* Text.Whitespace */ | ||
.highlight .mf { color: #0000FF } /* Literal.Number.Float */ | ||
.highlight .mh { color: #0000FF } /* Literal.Number.Hex */ | ||
.highlight .mi { color: #0000FF } /* Literal.Number.Integer */ | ||
.highlight .mo { color: #0000FF } /* Literal.Number.Oct */ | ||
.highlight .sb { color: #0000FF } /* Literal.String.Backtick */ | ||
.highlight .sc { color: #800080 } /* Literal.String.Char */ | ||
.highlight .sd { color: #0000FF } /* Literal.String.Doc */ | ||
.highlight .s2 { color: #0000FF } /* Literal.String.Double */ | ||
.highlight .se { color: #0000FF } /* Literal.String.Escape */ | ||
.highlight .sh { color: #0000FF } /* Literal.String.Heredoc */ | ||
.highlight .si { color: #0000FF } /* Literal.String.Interpol */ | ||
.highlight .sx { color: #0000FF } /* Literal.String.Other */ | ||
.highlight .sr { color: #0000FF } /* Literal.String.Regex */ | ||
.highlight .s1 { color: #0000FF } /* Literal.String.Single */ | ||
.highlight .ss { color: #0000FF } /* Literal.String.Symbol */ | ||
.highlight .il { color: #0000FF } /* Literal.Number.Integer.Long */ |
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
.highlight .hll { background-color: #ffffcc } | ||
.highlight .c { font-style: italic } /* Comment */ | ||
.highlight .err { border: 1px solid #FF0000 } /* Error */ | ||
.highlight .k { font-weight: bold } /* Keyword */ | ||
.highlight .cm { font-style: italic } /* Comment.Multiline */ | ||
.highlight .c1 { font-style: italic } /* Comment.Single */ | ||
.highlight .cs { font-style: italic } /* Comment.Special */ | ||
.highlight .ge { font-style: italic } /* Generic.Emph */ | ||
.highlight .gh { font-weight: bold } /* Generic.Heading */ | ||
.highlight .gp { font-weight: bold } /* Generic.Prompt */ | ||
.highlight .gs { font-weight: bold } /* Generic.Strong */ | ||
.highlight .gu { font-weight: bold } /* Generic.Subheading */ | ||
.highlight .kc { font-weight: bold } /* Keyword.Constant */ | ||
.highlight .kd { font-weight: bold } /* Keyword.Declaration */ | ||
.highlight .kn { font-weight: bold } /* Keyword.Namespace */ | ||
.highlight .kr { font-weight: bold } /* Keyword.Reserved */ | ||
.highlight .s { font-style: italic } /* Literal.String */ | ||
.highlight .nc { font-weight: bold } /* Name.Class */ | ||
.highlight .ni { font-weight: bold } /* Name.Entity */ | ||
.highlight .ne { font-weight: bold } /* Name.Exception */ | ||
.highlight .nn { font-weight: bold } /* Name.Namespace */ | ||
.highlight .nt { font-weight: bold } /* Name.Tag */ | ||
.highlight .ow { font-weight: bold } /* Operator.Word */ | ||
.highlight .sb { font-style: italic } /* Literal.String.Backtick */ | ||
.highlight .sc { font-style: italic } /* Literal.String.Char */ | ||
.highlight .sd { font-style: italic } /* Literal.String.Doc */ | ||
.highlight .s2 { font-style: italic } /* Literal.String.Double */ | ||
.highlight .se { font-weight: bold; font-style: italic } /* Literal.String.Escape */ | ||
.highlight .sh { font-style: italic } /* Literal.String.Heredoc */ | ||
.highlight .si { font-weight: bold; font-style: italic } /* Literal.String.Interpol */ | ||
.highlight .sx { font-style: italic } /* Literal.String.Other */ | ||
.highlight .sr { font-style: italic } /* Literal.String.Regex */ | ||
.highlight .s1 { font-style: italic } /* Literal.String.Single */ | ||
.highlight .ss { font-style: italic } /* Literal.String.Symbol */ |
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 |
---|---|---|
@@ -0,0 +1,61 @@ | ||
.highlight .hll { background-color: #ffffcc } | ||
.highlight .c { color: #808080 } /* Comment */ | ||
.highlight .err { color: #F00000; background-color: #F0A0A0 } /* Error */ | ||
.highlight .k { color: #008000; font-weight: bold } /* Keyword */ | ||
.highlight .o { color: #303030 } /* Operator */ | ||
.highlight .cm { color: #808080 } /* Comment.Multiline */ | ||
.highlight .cp { color: #507090 } /* Comment.Preproc */ | ||
.highlight .c1 { color: #808080 } /* Comment.Single */ | ||
.highlight .cs { color: #cc0000; font-weight: bold } /* Comment.Special */ | ||
.highlight .gd { color: #A00000 } /* Generic.Deleted */ | ||
.highlight .ge { font-style: italic } /* Generic.Emph */ | ||
.highlight .gr { color: #FF0000 } /* Generic.Error */ | ||
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ | ||
.highlight .gi { color: #00A000 } /* Generic.Inserted */ | ||
.highlight .go { color: #808080 } /* Generic.Output */ | ||
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ | ||
.highlight .gs { font-weight: bold } /* Generic.Strong */ | ||
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ | ||
.highlight .gt { color: #0040D0 } /* Generic.Traceback */ | ||
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ | ||
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ | ||
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ | ||
.highlight .kp { color: #003080; font-weight: bold } /* Keyword.Pseudo */ | ||
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ | ||
.highlight .kt { color: #303090; font-weight: bold } /* Keyword.Type */ | ||
.highlight .m { color: #6000E0; font-weight: bold } /* Literal.Number */ | ||
.highlight .s { background-color: #fff0f0 } /* Literal.String */ | ||
.highlight .na { color: #0000C0 } /* Name.Attribute */ | ||
.highlight .nb { color: #007020 } /* Name.Builtin */ | ||
.highlight .nc { color: #B00060; font-weight: bold } /* Name.Class */ | ||
.highlight .no { color: #003060; font-weight: bold } /* Name.Constant */ | ||
.highlight .nd { color: #505050; font-weight: bold } /* Name.Decorator */ | ||
.highlight .ni { color: #800000; font-weight: bold } /* Name.Entity */ | ||
.highlight .ne { color: #F00000; font-weight: bold } /* Name.Exception */ | ||
.highlight .nf { color: #0060B0; font-weight: bold } /* Name.Function */ | ||
.highlight .nl { color: #907000; font-weight: bold } /* Name.Label */ | ||
.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ | ||
.highlight .nt { color: #007000 } /* Name.Tag */ | ||
.highlight .nv { color: #906030 } /* Name.Variable */ | ||
.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */ | ||
.highlight .w { color: #bbbbbb } /* Text.Whitespace */ | ||
.highlight .mf { color: #6000E0; font-weight: bold } /* Literal.Number.Float */ | ||
.highlight .mh { color: #005080; font-weight: bold } /* Literal.Number.Hex */ | ||
.highlight .mi { color: #0000D0; font-weight: bold } /* Literal.Number.Integer */ | ||
.highlight .mo { color: #4000E0; font-weight: bold } /* Literal.Number.Oct */ | ||
.highlight .sb { background-color: #fff0f0 } /* Literal.String.Backtick */ | ||
.highlight .sc { color: #0040D0 } /* Literal.String.Char */ | ||
.highlight .sd { color: #D04020 } /* Literal.String.Doc */ | ||
.highlight .s2 { background-color: #fff0f0 } /* Literal.String.Double */ | ||
.highlight .se { color: #606060; font-weight: bold; background-color: #fff0f0 } /* Literal.String.Escape */ | ||
.highlight .sh { background-color: #fff0f0 } /* Literal.String.Heredoc */ | ||
.highlight .si { background-color: #e0e0e0 } /* Literal.String.Interpol */ | ||
.highlight .sx { color: #D02000; background-color: #fff0f0 } /* Literal.String.Other */ | ||
.highlight .sr { color: #000000; background-color: #fff0ff } /* Literal.String.Regex */ | ||
.highlight .s1 { background-color: #fff0f0 } /* Literal.String.Single */ | ||
.highlight .ss { color: #A06000 } /* Literal.String.Symbol */ | ||
.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */ | ||
.highlight .vc { color: #306090 } /* Name.Variable.Class */ | ||
.highlight .vg { color: #d07000; font-weight: bold } /* Name.Variable.Global */ | ||
.highlight .vi { color: #3030B0 } /* Name.Variable.Instance */ | ||
.highlight .il { color: #0000D0; font-weight: bold } /* Literal.Number.Integer.Long */ |
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 |
---|---|---|
@@ -0,0 +1,61 @@ | ||
.highlight .hll { background-color: #ffffcc } | ||
.highlight .c { color: #408080; font-style: italic } /* Comment */ | ||
.highlight .err { border: 1px solid #FF0000 } /* Error */ | ||
.highlight .k { color: #008000; font-weight: bold } /* Keyword */ | ||
.highlight .o { color: #666666 } /* Operator */ | ||
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */ | ||
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */ | ||
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */ | ||
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */ | ||
.highlight .gd { color: #A00000 } /* Generic.Deleted */ | ||
.highlight .ge { font-style: italic } /* Generic.Emph */ | ||
.highlight .gr { color: #FF0000 } /* Generic.Error */ | ||
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ | ||
.highlight .gi { color: #00A000 } /* Generic.Inserted */ | ||
.highlight .go { color: #808080 } /* Generic.Output */ | ||
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ | ||
.highlight .gs { font-weight: bold } /* Generic.Strong */ | ||
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ | ||
.highlight .gt { color: #0040D0 } /* Generic.Traceback */ | ||
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ | ||
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ | ||
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ | ||
.highlight .kp { color: #008000 } /* Keyword.Pseudo */ | ||
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ | ||
.highlight .kt { color: #B00040 } /* Keyword.Type */ | ||
.highlight .m { color: #666666 } /* Literal.Number */ | ||
.highlight .s { color: #BA2121 } /* Literal.String */ | ||
.highlight .na { color: #7D9029 } /* Name.Attribute */ | ||
.highlight .nb { color: #008000 } /* Name.Builtin */ | ||
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */ | ||
.highlight .no { color: #880000 } /* Name.Constant */ | ||
.highlight .nd { color: #AA22FF } /* Name.Decorator */ | ||
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */ | ||
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ | ||
.highlight .nf { color: #0000FF } /* Name.Function */ | ||
.highlight .nl { color: #A0A000 } /* Name.Label */ | ||
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ | ||
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */ | ||
.highlight .nv { color: #19177C } /* Name.Variable */ | ||
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ | ||
.highlight .w { color: #bbbbbb } /* Text.Whitespace */ | ||
.highlight .mf { color: #666666 } /* Literal.Number.Float */ | ||
.highlight .mh { color: #666666 } /* Literal.Number.Hex */ | ||
.highlight .mi { color: #666666 } /* Literal.Number.Integer */ | ||
.highlight .mo { color: #666666 } /* Literal.Number.Oct */ | ||
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */ | ||
.highlight .sc { color: #BA2121 } /* Literal.String.Char */ | ||
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ | ||
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */ | ||
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ | ||
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */ | ||
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ | ||
.highlight .sx { color: #008000 } /* Literal.String.Other */ | ||
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */ | ||
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */ | ||
.highlight .ss { color: #19177C } /* Literal.String.Symbol */ | ||
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */ | ||
.highlight .vc { color: #19177C } /* Name.Variable.Class */ | ||
.highlight .vg { color: #19177C } /* Name.Variable.Global */ | ||
.highlight .vi { color: #19177C } /* Name.Variable.Instance */ | ||
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ |
Oops, something went wrong.