File: hscolour.css

package info (click to toggle)
haskell-xmlhtml 0.2.3.5-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,800 kB
  • ctags: 1
  • sloc: xml: 8,109; haskell: 5,298; sh: 6; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (27)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
body { font-size: 90%; }

pre, code, body {
  font-family: Monaco,
               "DejaVu Sans Mono",
               "Bitstream Vera Sans Mono",
               "Lucida Console",
               monospace;
}

.hs-keyglyph, .hs-layout {color: #5200A3;}
.hs-keyword {color: #3465a4; font-weight: bold;}
.hs-comment, .hs-comment a {color: #579; }
.hs-str, .hs-chr {color: #141B24;}
.hs-keyword, .hs-conid, .hs-varid, .hs-conop, .hs-varop, .hs-num, .hs-cpp, .hs-sel, .hs-definition {}