Skip to content

Commit

Permalink
Merge pull request #17 from stuartmaxwell/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmaxwell authored Apr 28, 2024
2 parents 05cef0c + df38ae0 commit 10b79dc
Show file tree
Hide file tree
Showing 9 changed files with 846 additions and 1 deletion.
279 changes: 279 additions & 0 deletions static/css/pygments/dracula.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,279 @@
pre {
line-height: 125%;
}
td.linenos .normal {
color: #f1fa8c;
background-color: #44475a;
padding-left: 5px;
padding-right: 5px;
}
span.linenos {
color: #f1fa8c;
background-color: #44475a;
padding-left: 5px;
padding-right: 5px;
}
td.linenos .special {
color: #50fa7b;
background-color: #6272a4;
padding-left: 5px;
padding-right: 5px;
}
span.linenos.special {
color: #50fa7b;
background-color: #6272a4;
padding-left: 5px;
padding-right: 5px;
}
.codehilite .hll {
background-color: #44475a;
}
.codehilite {
background: #282a36;
color: #f8f8f2;
}
.codehilite .c {
color: #6272a4;
} /* Comment */
.codehilite .err {
color: #f8f8f2;
} /* Error */
.codehilite .g {
color: #f8f8f2;
} /* Generic */
.codehilite .k {
color: #ff79c6;
} /* Keyword */
.codehilite .l {
color: #f8f8f2;
} /* Literal */
.codehilite .n {
color: #f8f8f2;
} /* Name */
.codehilite .o {
color: #ff79c6;
} /* Operator */
.codehilite .x {
color: #f8f8f2;
} /* Other */
.codehilite .p {
color: #f8f8f2;
} /* Punctuation */
.codehilite .ch {
color: #6272a4;
} /* Comment.Hashbang */
.codehilite .cm {
color: #6272a4;
} /* Comment.Multiline */
.codehilite .cp {
color: #ff79c6;
} /* Comment.Preproc */
.codehilite .cpf {
color: #6272a4;
} /* Comment.PreprocFile */
.codehilite .c1 {
color: #6272a4;
} /* Comment.Single */
.codehilite .cs {
color: #6272a4;
} /* Comment.Special */
.codehilite .gd {
color: #8b080b;
} /* Generic.Deleted */
.codehilite .ge {
color: #f8f8f2;
text-decoration: underline;
} /* Generic.Emph */
.codehilite .ges {
color: #f8f8f2;
text-decoration: underline;
} /* Generic.EmphStrong */
.codehilite .gr {
color: #f8f8f2;
} /* Generic.Error */
.codehilite .gh {
color: #f8f8f2;
font-weight: bold;
} /* Generic.Heading */
.codehilite .gi {
color: #f8f8f2;
font-weight: bold;
} /* Generic.Inserted */
.codehilite .go {
color: #44475a;
} /* Generic.Output */
.codehilite .gp {
color: #f8f8f2;
} /* Generic.Prompt */
.codehilite .gs {
color: #f8f8f2;
} /* Generic.Strong */
.codehilite .gu {
color: #f8f8f2;
font-weight: bold;
} /* Generic.Subheading */
.codehilite .gt {
color: #f8f8f2;
} /* Generic.Traceback */
.codehilite .kc {
color: #ff79c6;
} /* Keyword.Constant */
.codehilite .kd {
color: #8be9fd;
font-style: italic;
} /* Keyword.Declaration */
.codehilite .kn {
color: #ff79c6;
} /* Keyword.Namespace */
.codehilite .kp {
color: #ff79c6;
} /* Keyword.Pseudo */
.codehilite .kr {
color: #ff79c6;
} /* Keyword.Reserved */
.codehilite .kt {
color: #8be9fd;
} /* Keyword.Type */
.codehilite .ld {
color: #f8f8f2;
} /* Literal.Date */
.codehilite .m {
color: #ffb86c;
} /* Literal.Number */
.codehilite .s {
color: #bd93f9;
} /* Literal.String */
.codehilite .na {
color: #50fa7b;
} /* Name.Attribute */
.codehilite .nb {
color: #8be9fd;
font-style: italic;
} /* Name.Builtin */
.codehilite .nc {
color: #50fa7b;
} /* Name.Class */
.codehilite .no {
color: #f8f8f2;
} /* Name.Constant */
.codehilite .nd {
color: #f8f8f2;
} /* Name.Decorator */
.codehilite .ni {
color: #f8f8f2;
} /* Name.Entity */
.codehilite .ne {
color: #f8f8f2;
} /* Name.Exception */
.codehilite .nf {
color: #50fa7b;
} /* Name.Function */
.codehilite .nl {
color: #8be9fd;
font-style: italic;
} /* Name.Label */
.codehilite .nn {
color: #f8f8f2;
} /* Name.Namespace */
.codehilite .nx {
color: #f8f8f2;
} /* Name.Other */
.codehilite .py {
color: #f8f8f2;
} /* Name.Property */
.codehilite .nt {
color: #ff79c6;
} /* Name.Tag */
.codehilite .nv {
color: #8be9fd;
font-style: italic;
} /* Name.Variable */
.codehilite .ow {
color: #ff79c6;
} /* Operator.Word */
.codehilite .pm {
color: #f8f8f2;
} /* Punctuation.Marker */
.codehilite .w {
color: #f8f8f2;
} /* Text.Whitespace */
.codehilite .mb {
color: #ffb86c;
} /* Literal.Number.Bin */
.codehilite .mf {
color: #ffb86c;
} /* Literal.Number.Float */
.codehilite .mh {
color: #ffb86c;
} /* Literal.Number.Hex */
.codehilite .mi {
color: #ffb86c;
} /* Literal.Number.Integer */
.codehilite .mo {
color: #ffb86c;
} /* Literal.Number.Oct */
.codehilite .sa {
color: #bd93f9;
} /* Literal.String.Affix */
.codehilite .sb {
color: #bd93f9;
} /* Literal.String.Backtick */
.codehilite .sc {
color: #bd93f9;
} /* Literal.String.Char */
.codehilite .dl {
color: #bd93f9;
} /* Literal.String.Delimiter */
.codehilite .sd {
color: #bd93f9;
} /* Literal.String.Doc */
.codehilite .s2 {
color: #bd93f9;
} /* Literal.String.Double */
.codehilite .se {
color: #bd93f9;
} /* Literal.String.Escape */
.codehilite .sh {
color: #bd93f9;
} /* Literal.String.Heredoc */
.codehilite .si {
color: #bd93f9;
} /* Literal.String.Interpol */
.codehilite .sx {
color: #bd93f9;
} /* Literal.String.Other */
.codehilite .sr {
color: #bd93f9;
} /* Literal.String.Regex */
.codehilite .s1 {
color: #bd93f9;
} /* Literal.String.Single */
.codehilite .ss {
color: #bd93f9;
} /* Literal.String.Symbol */
.codehilite .bp {
color: #f8f8f2;
font-style: italic;
} /* Name.Builtin.Pseudo */
.codehilite .fm {
color: #50fa7b;
} /* Name.Function.Magic */
.codehilite .vc {
color: #8be9fd;
font-style: italic;
} /* Name.Variable.Class */
.codehilite .vg {
color: #8be9fd;
font-style: italic;
} /* Name.Variable.Global */
.codehilite .vi {
color: #8be9fd;
font-style: italic;
} /* Name.Variable.Instance */
.codehilite .vm {
color: #8be9fd;
font-style: italic;
} /* Name.Variable.Magic */
.codehilite .il {
color: #ffb86c;
} /* Literal.Number.Integer.Long */
1 change: 1 addition & 0 deletions static/css/pygments/dracula.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 10b79dc

Please sign in to comment.