Skip to content

Commit

Permalink
Make parameter prefix orange
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchall committed Jul 21, 2016
1 parent 5b9abcb commit 695ad9b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .static/dark_background.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
codeblock div[class^='highlight'], pre.literal-block div[class^='highlight'], .rst-content .literal-block div[class^='highlight'], div[class^='highlight'] div[class^='highlight'] {
background-color: #272822 !important;
}

.highlight .nc {
color: #fd971f !important;
font-weight: normal !important;
} /* Name.Class */

.highlight .kt {
font-weight: italic !important;
} /* Keyword.Type */

.highlight .kc {
font-weight: normal !important;
} /* Keyword.Constant */

0 comments on commit 695ad9b

Please sign in to comment.