-
Notifications
You must be signed in to change notification settings - Fork 0
/
.hscolour
80 lines (72 loc) · 3.29 KB
/
.hscolour
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
75
76
77
78
79
80
ColourPrefs
{ keyword = [Foreground (Rgb 0 0 255)]
, keyglyph = [Foreground (Rgb 204 204 204)]
, layout = [Foreground (Rgb 211 169 98)]
, comment = [Foreground (Rgb 96 89 96)]
, conid = [Foreground (Rgb 205 168 105)]
, varid = [Foreground (Rgb 204 204 204)]
, conop = [Foreground Red, Bold]
, varop = [Foreground Red]
, string = [Foreground (Rgb 0 128 128)]
, char = [Foreground Red]
, number = [Foreground (Rgb 207 106 76)]
, cpp = [Foreground Magenta, Dim]
, selection = [Bold, Foreground Magenta]
, variantselection = [Dim, Foreground Red, Underscore]
, definition = [Foreground Blue]
}
--
-- Trying styles from Stylish theme "GitHub Dark"
-- https://github.com/StylishThemes/GitHub-Dark/blob/master/github-dark.css#L3812-L4202
--
-- constructors (pl-ent): 205 168 105
-- number (pl-c1): 207 106 76
-- normal identifiers (blob-code blob-code-inner): 204 204 204
-- 223 96 63
-- 211 169 98
-- 96 89 96
--
-- , layout = [Foreground (Rgb 255 0 0 ), Background (Rgb 20 20 20)]
--
-- , conid = [Foreground (Rgb 255 0 0 ), Background (Rgb 20 20 20)]
-- , varid = [Foreground (Rgb 255 0 0 ), Background (Rgb 20 20 20)]
-- , conop = [Foreground (Rgb 255 0 0 ), Background (Rgb 20 20 20)]
-- , varop = [Foreground (Rgb 255 0 0 ), Background (Rgb 20 20 20)]
--
-- , char = [Foreground (Rgb 255 0 0 ), Background (Rgb 20 20 20)]
-- , number = [Foreground (Rgb 204 204 204 ), Background (Rgb 20 20 20)]
-- , cpp = [Foreground (Rgb 255 0 0 ), Background (Rgb 20 20 20)]
-- , selection = [Foreground (Rgb 255 0 0 ), Background (Rgb 20 20 20)]
-- , variantselection = [Dim, Foreground Red, Underscore]
-- , definition = [Foreground (Rgb 255 0 0 ), Background (Rgb 20 20 20)]
{-
ColourPrefs
{ keyword = [Foreground (Rgb 211 169 98 ), Background (Rgb 20 20 20)]
, keyglyph = [Foreground (Rgb 255 0 0 ), Background (Rgb 20 20 20)]
, layout = [Foreground (Rgb 255 0 0 ), Background (Rgb 20 20 20)]
, comment = [Foreground (Rgb 95 90 96 ), Background (Rgb 20 20 20)]
, conid = [Foreground (Rgb 255 0 0 ), Background (Rgb 20 20 20)]
, varid = [Foreground (Rgb 255 0 0 ), Background (Rgb 20 20 20)]
, conop = [Foreground (Rgb 255 0 0 ), Background (Rgb 20 20 20)]
, varop = [Foreground (Rgb 255 0 0 ), Background (Rgb 20 20 20)]
, string = [Foreground (Rgb 255 0 0 ), Background (Rgb 20 20 20)]
, char = [Foreground (Rgb 255 0 0 ), Background (Rgb 20 20 20)]
, number = [Foreground (Rgb 204 204 204 ), Background (Rgb 20 20 20)]
, cpp = [Foreground (Rgb 255 0 0 ), Background (Rgb 20 20 20)]
, selection = [Foreground (Rgb 255 0 0 ), Background (Rgb 20 20 20)]
, variantselection = [Dim, Foreground Red, Underscore]
, definition = [Foreground (Rgb 255 0 0 ), Background (Rgb 20 20 20)]
}
-}
-- 95 90 96
-- 204 204 204
-- This example configuration file would take effect if you moved it to ~/.hscolour.
-- Note: Comments currently have to come *after* the above block
{-
Local Variables:
mode: haskell
fill-column: 70
comment-column: 50
End:
-}
-- vim: ft=haskell