summaryrefslogtreecommitdiff
path: root/_sass/skins/highlight/tomorrow/_highlight.scss
blob: c026a449df604e86eee236c178bc5ac9199437f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
figure.highlight::before {
  color: $highlight-comment !important;
  background-color: $highlight-background !important;
}
pre.lineno {
  color: $highlight-comment !important;
}
.highlight > pre {
  color: $highlight-foreground;
  background-color: $highlight-background !important;
  .c   { color: $highlight-comment; } /* Comment */
  .err { color: $highlight-red; } /* Error */
  .k   { color: $highlight-purple; } /* Keyword */
  .l   { color: $highlight-orange; } /* Literal */
  .n   { color: $highlight-foreground; } /* Name */
  .o   { color: $highlight-aqua; } /* Operator */
  .p   { color: $highlight-foreground; } /* Punctuation */
  .cm  { color: $highlight-comment; } /* Comment.Multiline */
  .cp  { color: $highlight-comment; } /* Comment.Preproc */
  .c1  { color: $highlight-comment; } /* Comment.Single */
  .cs  { color: $highlight-comment; } /* Comment.Special */
  .gd  { color: $highlight-red; } /* Generic.Deleted */
  .ge  { font-style: italic; } /* Generic.Emph */
  .gh  { font-weight: bold; color: $highlight-foreground; } /* Generic.Heading */
  .gi  { color: $highlight-green; } /* Generic.Inserted */
  .gp  { font-weight: bold; color: $highlight-comment; } /* Generic.Prompt */
  .gs  { font-weight: bold; } /* Generic.Strong */
  .gu  { font-weight: bold; color: $highlight-aqua; } /* Generic.Subheading */
  .kc  { color: $highlight-purple; } /* Keyword.Constant */
  .kd  { color: $highlight-purple; } /* Keyword.Declaration */
  .kn  { color: $highlight-aqua; } /* Keyword.Namespace */
  .kp  { color: $highlight-purple; } /* Keyword.Pseudo */
  .kr  { color: $highlight-purple; } /* Keyword.Reserved */
  .kt  { color: $highlight-yellow; } /* Keyword.Type */
  .ld  { color: $highlight-green; } /* Literal.Date */
  .m   { color: $highlight-orange; } /* Literal.Number */
  .s   { color: $highlight-green; } /* Literal.String */
  .na  { color: $highlight-blue; } /* Name.Attribute */
  .nb  { color: $highlight-foreground; } /* Name.Builtin */
  .nc  { color: $highlight-yellow; } /* Name.Class */
  .no  { color: $highlight-red; } /* Name.Constant */
  .nd  { color: $highlight-aqua; } /* Name.Decorator */
  .ni  { color: $highlight-foreground; } /* Name.Entity */
  .ne  { color: $highlight-red; } /* Name.Exception */
  .nf  { color: $highlight-blue; } /* Name.Function */
  .nl  { color: $highlight-foreground; } /* Name.Label */
  .nn  { color: $highlight-yellow; } /* Name.Namespace */
  .nx  { color: $highlight-blue; } /* Name.Other */
  .py  { color: $highlight-foreground; } /* Name.Property */
  .nt  { color: $highlight-aqua; } /* Name.Tag */
  .nv  { color: $highlight-red; } /* Name.Variable */
  .ow  { color: $highlight-aqua; } /* Operator.Word */
  .w   { color: $highlight-foreground; } /* Text.Whitespace */
  .mf  { color: $highlight-orange; } /* Literal.Number.Float */
  .mh  { color: $highlight-orange; } /* Literal.Number.Hex */
  .mi  { color: $highlight-orange; } /* Literal.Number.Integer */
  .mo  { color: $highlight-orange; } /* Literal.Number.Oct */
  .sb  { color: $highlight-green; } /* Literal.String.Backtick */
  .sc  { color: $highlight-foreground; } /* Literal.String.Char */
  .sd  { color: $highlight-comment; } /* Literal.String.Doc */
  .s2  { color: $highlight-green; } /* Literal.String.Double */
  .se  { color: $highlight-orange; } /* Literal.String.Escape */
  .sh  { color: $highlight-green; } /* Literal.String.Heredoc */
  .si  { color: $highlight-orange; } /* Literal.String.Interpol */
  .sx  { color: $highlight-green; } /* Literal.String.Other */
  .sr  { color: $highlight-green; } /* Literal.String.Regex */
  .s1  { color: $highlight-green; } /* Literal.String.Single */
  .ss  { color: $highlight-green; } /* Literal.String.Symbol */
  .bp  { color: $highlight-foreground; } /* Name.Builtin.Pseudo */
  .vc  { color: $highlight-red; } /* Name.Variable.Class */
  .vg  { color: $highlight-red; } /* Name.Variable.Global */
  .vi  { color: $highlight-red; } /* Name.Variable.Instance */
  .il  { color: $highlight-orange; } /* Literal.Number.Integer.Long */
}