File: style.css

package info (click to toggle)
cmake-format 0.6.13-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,436 kB
  • sloc: python: 16,990; makefile: 14
file content (31 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (4)
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
body {
  background-color: #1e1e1e;
  color: #d4d4d4;
}

div.content {
  white-space: pre;
  font-family: 'Courier New', Courier, monospace;
  font-size: 10pt;
}

span.cmf-COMMENT, span.cmf-BRACKET_COMMENT {
  color: rgb(70, 70, 70);
}

span.cmf-FUNNAME {
  color: rgb(130, 195, 238);
}

span.cmf-KEYWORD {
  color: rgb(69, 96, 126);
}

span.cmf-NUMBER {
  color: lightblue;
  font-weight: bold;
}

span.cmf-QUOTED_LITERAL {
  color: lightgreen;
}