-
Notifications
You must be signed in to change notification settings - Fork 0
/
chronos-lib-colschemes.sty
98 lines (96 loc) · 3.95 KB
/
chronos-lib-colschemes.sty
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
% !TEX encoding = UTF-8 Unicode
%% Copyright 2023 Clea F. Rees
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is in
% http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
%
% This work has the LPPL maintenance status `maintained'.
%
% The Current Maintainer of this work is Clea F. Rees.
%
% This work consists of all files listed in manifest.txt.
%%
\RequirePackage{chronos}
\ProvidesPackageSVN{$Id: chronos-lib-colschemes.sty 9891 2023-11-26 01:51:32Z cfrees $}[\filebase \revinfo]
% BEGIN cylluniau lliwiau | colour schemes
\chronosnewcolourscheme[default]{blues}{%
timeline foreground=chronosDodgerBlue4,
timeline background=chronosDodgerBlue2,
default below={chronosCerulean!50!chronosDodgerBlue4,chronosCerulean!50!chronosDodgerBlue3,chronosCerulean!50!chronosDodgerBlue2,chronosCerulean!50!chronosDodgerBlue1,chronosCerulean},
default above={chronosCerulean!50!chronosDodgerBlue4,chronosCerulean!50!chronosDodgerBlue3,chronosCerulean!50!chronosDodgerBlue2,chronosCerulean!50!chronosDodgerBlue1,chronosCerulean},
foreground=chronosDodgerBlue4,
background=white,
}
\chronosnewcolourscheme[default]{contninety}{%
foreground=chronosdarkgray,
timeline foreground=chronosdarkgray,
}
\chronosnewcolourscheme[cronoleg]{offlinealt}{%
timeline foreground=blue!40,
}
% xcolor manual: 35
\definecolorseries{xcolor g2}{hsb}{grad}[hsb]{.575,1,1}{.987,-.234,0}
\definecolorseries{xcolor s2}{hsb}{step}[hsb]{.575,1,1}{.11,-.05,0}
\resetcolorseries{xcolor g2}
\resetcolorseries{xcolor s2}
\chronosnewcolourscheme[default]{xcolseries}{%
default above={%
xcolor s2!![0],xcolor s2!![1],xcolor s2!![2],xcolor s2!![3],%
xcolor s2!![4],xcolor s2!![5],xcolor s2!![6],xcolor s2!![7],%
xcolor s2!![8],xcolor s2!![9],xcolor s2!![10],xcolor s2!![11],%
xcolor s2!![12],xcolor s2!![13],xcolor s2!![14],xcolor s2!![15]},
default below={%
xcolor g2!![0],xcolor g2!![1],xcolor g2!![2],xcolor g2!![3],%
xcolor g2!![4],xcolor g2!![5],xcolor g2!![6],xcolor g2!![7],%
xcolor g2!![8],xcolor g2!![9],xcolor g2!![10],xcolor g2!![11],%
xcolor g2!![12],xcolor g2!![13],xcolor g2!![14],xcolor g2!![15]},
background=white,
foreground=black,
timeline foreground=white,
timeline background=black,
timeline border inner=white,
timeline border outer=white,
timeline border middle=black!80,
life/default=chronosdarkgray,
event/default=chronosdarkgray,
period/default=chronosdarkgray,
theory/default=chronosdarkgray,
info/default=chronosdarkgray,
}
\chronosnewcolourscheme[default]{lavender}{%
timeline foreground=chronosLavenderBlush4,
timeline background=chronosLavender,
timeline border inner=chronosLavenderBlush3,
timeline border middle=chronosLavenderBlush1,
timeline border outer=chronosLavenderBlush4,
foreground=chronosLavenderBlush4,
background=chronosLavender,
default above={chronosLavenderBlush4!90!chronosMediumPurple!50!chronosDarkSlateGrey,chronosLavenderBlush3!90!chronosMediumPurple!50!chronosDarkSlateGrey,chronosLavenderBlush2!90!chronosMediumPurple!50!chronosDarkSlateGrey},
default below={chronosLavenderBlush2!90!chronosMediumPurple!50!chronosDarkSlateGrey,chronosLavenderBlush3!90!chronosMediumPurple!50!chronosDarkSlateGrey,chronosLavenderBlush4!90!chronosMediumPurple!50!chronosDarkSlateGrey},
}
\chronosnewcolourscheme[default]{modern}{%
timeline foreground=chronosSilver,
}
\chronosnewcolourscheme[default]{offlinebasic}{%
timeline foreground=blue!40,
foreground=black,
background=white,
}
\chronosnewcolourscheme[default]{sobriety}{%
foreground=gray,
background=white,
timeline background=gray!50,
timeline foreground=black,
life/default=gray,
event/default=gray,
period/default=gray,
theory/default=gray,
info/default=gray,
}
% END cylluniau lliwiau | colour schemes
\endinput