Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dark.scss « highlight « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 129d33dcac342e3719edf971ceec0429e91e3e07 (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
.dark .highlight {

  background-color: #333;

  pre {
    background-color: #333;
    color: #eee;
  }

  .hll { display: block; background-color: darken($hover, 65%) }
  .c { color: #888888; font-style: italic } /* Comment */
  .err { color: #a61717; background-color: #e3d2d2 } /* Error */
  .k { color: #CDA869; font-weight: bold } /* Keyword */
  .kp { color: #CDA869; font-weight: bold } /* Keyword */
  .cm { color: #888888 } /* Comment.Multiline */
  .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
  .c1 { color: #888888 } /* Comment.Single */
  .cs { color: #cc0000; font-weight: bold; background-color: transparent } /* Comment.Special */
  .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
  .ge { font-style: italic } /* Generic.Emph */
  .gr { color: #aa0000 } /* Generic.Error */
  .gh { color: #303030 } /* Generic.Heading */
  .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
  .go { color: #888888 } /* Generic.Output */
  .gp { color: #555555 } /* Generic.Prompt */
  .gs { font-weight: bold } /* Generic.Strong */
  .gu { color: #606060 } /* Generic.Subheading */
  .gt { color: #aa0000 } /* Generic.Traceback */
  .kc{font-weight: bold;} /* Keyword.Constant */
  .kd{font-weight: bold;} /* Keyword.Declaration */
  .kn{font-weight: bold;} /* Keyword.Namespace */
  .kp{font-weight: bold;} /* Keyword.Pseudo */
  .kr{font-weight: bold;} /* Keyword.Reserved */
  .kt{color: #458;font-weight: bold;} /* Keyword.Type */
  .m { color: #0000DD; font-weight: bold } /* Literal.Number */
  .p { color: #eee;  }
  .s { color: #0AD; background-color: transparent } /* Literal.String */
  .na{color: #008080;} /* Name.Attribute */
  .nb{color: #0086B3;} /* Name.Builtin */
  .nc{color: #ccc;font-weight: bold;} /* Name.Class */
  .no{color: turquoise;} /* Name.Constant */
  .ni{color: #800080;}
  .ne{color: #900;font-weight: bold;} /* Name.Exception */
  .nf{color: #ccc;font-weight: bold;} /* Name.Function */
  .nn{color: #79C3E0;font-weight: bold;} /* Name.Namespace */
  .nt{color: #fc5;} /* Name.Tag */
  .nv{color: #FA4;} /* Name.Variable */
  .py { color: #336699; font-weight: bold } /* Name.Property */
  .ow { color: #008800 } /* Operator.Word */
  .w { color: #bbbbbb } /* Text.Whitespace */
  .mf { color: #7AC; font-weight: bold } /* Literal.Number.Float */
  .mh { color: #7AC; font-weight: bold } /* Literal.Number.Hex */
  .mi {color: #099;} /* Literal.Number.Integer */
  .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
  .sb { color: #dd2200; background-color: transparent; } /* Literal.String.Backtick */
  .sc{color: #d14;} /* Literal.String.Char */
  .sd { color: #dd2200; background-color: transparent; } /* Literal.String.Doc */
  .s2{color: orange;} /* Literal.String.Double */
  .se{color: orange;} /* Literal.String.Escape */
  .sh{color: orange;} /* Literal.String.Heredoc */
  .si{color: orange;} /* Literal.String.Interpol */
  .sx{color: orange;} /* Literal.String.Other */
  .sr{color: orange;} /* Literal.String.Regex */
  .s1{color: orange;} /* Literal.String.Single */
  .ss{color: orange;} /* Literal.String.Symbol */
  .bp { color: #D58 } /* Name.Builtin.Pseudo */
  .vc { color: #336699 } /* Name.Variable.Class */
  .vg { color: #dd7700 } /* Name.Variable.Global */
  .vi { color: cyan }
}