Skip to content

Commit

Permalink
more contrasted code highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalek committed Jul 11, 2024
1 parent 48ec355 commit 6a52ced
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions assets/css/highlights.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.highlight .kr { color: #8686ff } /* Keyword.Reserved */
.highlight .kt { color: #00aaaa } /* Keyword.Type */
.highlight .m { color: #009999 } /* Literal.Number */
.highlight .s { color: #aa5500 } /* Literal.String */
.highlight .s { color: #fe7f00 } /* Literal.String */
.highlight .na { color: #1e90ff } /* Name.Attribute */
.highlight .nb { color: #00aaaa } /* Name.Builtin */
.highlight .nc { color: #00aa00; text-decoration: underline } /* Name.Class */
Expand All @@ -40,16 +40,16 @@
.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 .sb { color: #fe7f00 } /* Literal.String.Backtick */
.highlight .sc { color: #fe7f00 } /* Literal.String.Char */
.highlight .sd { color: #fe7f00 } /* Literal.String.Doc */
.highlight .s2 { color: #fe7f00 } /* Literal.String.Double */
.highlight .se { color: #fe7f00 } /* Literal.String.Escape */
.highlight .sh { color: #fe7f00 } /* Literal.String.Heredoc */
.highlight .si { color: #fe7f00 } /* Literal.String.Interpol */
.highlight .sx { color: #fe7f00 } /* Literal.String.Other */
.highlight .sr { color: #009999 } /* Literal.String.Regex */
.highlight .s1 { color: #aa5500 } /* Literal.String.Single */
.highlight .s1 { color: #fe7f00 } /* Literal.String.Single */
.highlight .ss { color: #8686ff } /* Literal.String.Symbol */
.highlight .bp { color: #00aaaa } /* Name.Builtin.Pseudo */
.highlight .vc { color: #ff0000 } /* Name.Variable.Class */
Expand Down

0 comments on commit 6a52ced

Please sign in to comment.