-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskillside-cv-aqua.sty
More file actions
28 lines (21 loc) · 985 Bytes
/
skillside-cv-aqua.sty
File metadata and controls
28 lines (21 loc) · 985 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-aqua.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-aqua}
%-------------------------------------------------------------------------------
% color scheme definition
%-------------------------------------------------------------------------------
\definecolor{color0}{rgb}{0,0,0}% black
\definecolor{color1}{HTML}{394648}% aqua
\definecolor{color2}{rgb}{0.45,0.45,0.45}% dark grey
\definecolor{color3}{HTML}{C7F9CC}% light green
\definecolor{color4}{HTML}{FFFFFF}% white
\endinput
%% end of file `skillside-cv-aqua.sty'.