colo-imp-solarized.mkiv /size: 1072 b    last modification: 2020-07-01 14:35
1%D \module
2%D   [    file=colo-imp-solarized,
3%D     version=2017.02.10,
4%D       title=\CONTEXT\ Color Macros,
5%D    subtitle=Solarized,
6%D      author=Aditya Mahajan,
7%D   ]
8%C
9%C This module is part of the \CONTEXT\ macro||package and is
10%C therefore copyrighted by \PRAGMA, See mreadme.pdf for
11%C details.
12
13%D Colors based on solarized scheme:
14%D
15%D \hyphenatedurl{http://ethanschoonover.com/solarized}
16
17\startprotectedcolors
18
19    \definecolor [base03]  [h=002b36]
20    \definecolor [base02]  [h=073642]
21    \definecolor [base01]  [h=586e75]
22    \definecolor [base00]  [h=657b83]
23    \definecolor [base0]   [h=839496]
24    \definecolor [base1]   [h=93a1a1]
25    \definecolor [base2]   [h=eee8d5]
26    \definecolor [base3]   [h=fdf6e3]
27    \definecolor [yellow]  [h=b58900]
28    \definecolor [orange]  [h=cb4b16]
29    \definecolor [red]     [h=dc322f]
30    \definecolor [magenta] [h=d33682]
31    \definecolor [violet]  [h=6c71c4]
32    \definecolor [blue]    [h=268bd2]
33    \definecolor [cyan]    [h=2aa198]
34    \definecolor [green]   [h=859900]
35
36\stopprotectedcolors
37
38\endinput
39