-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskillside-cv-grey.sty
More file actions
28 lines (21 loc) · 993 Bytes
/
skillside-cv-grey.sty
File metadata and controls
28 lines (21 loc) · 993 Bytes
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
%% start of file `skillside-cv-grey.sty'.
%% Copyright 2024 Malte Nilges.
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
% available at http://www.latex-project.org/lppl/.
%-------------------------------------------------------------------------------
% identification
%-------------------------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{skillside-cv-grey}
%-------------------------------------------------------------------------------
% color scheme definition
%-------------------------------------------------------------------------------
\definecolor{color0}{rgb}{0,0,0}% black
\definecolor{color1}{rgb}{0.3,0.3,0.3}% dark grey
\definecolor{color2}{rgb}{0.6,0.6,0.6}% light grey
\definecolor{color3}{rgb}{0.8,0.8,0.8}% light grey
\definecolor{color4}{rgb}{1,1,1}% white
\endinput
%% end of file `skillside-cv-grey.sty'.