mirror of
https://codeberg.org/Yael-II/LaTeX-Package.git
synced 2026-03-15 04:16:27 +01:00
2025-05-03: Reinitialized repo
This commit is contained in:
100
src/common_palette.tex
Normal file
100
src/common_palette.tex
Normal file
@@ -0,0 +1,100 @@
|
||||
%[TLP:CLEAR]
|
||||
% MANCHOT
|
||||
%
|
||||
% Manchot is an Astrophysics package aNd Class to Help writing dOcuments in Tex
|
||||
% (MANCHOT)
|
||||
%
|
||||
%@ Author: Moussouni, Yaël (MSc student; yael.moussouni@etu.unistra.fr)
|
||||
%@ Institution: Université de Strasbourg, CNRS, Observatoire astronomique
|
||||
% de Strasbourg, UMR 7550, F-67000 Strasbourg, France
|
||||
%@ Date: 2025-05-03
|
||||
%
|
||||
% Licence:
|
||||
% MSc2 Internship: SMACS Cluster
|
||||
% Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr)
|
||||
%
|
||||
% common_palette.tex
|
||||
% Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr)
|
||||
%
|
||||
% This program is free software: you can redistribute it and/or modify
|
||||
% it under the terms of the GNU General Public License as published by
|
||||
% the Free Software Foundation; either version 3 of the License, or
|
||||
% (at your option) any later version.
|
||||
%
|
||||
% This program is distributed in the hope that it will be useful,
|
||||
% but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
% GNU General Public License for more details.
|
||||
%
|
||||
% You should have received a copy of the GNU General Public License
|
||||
% along with this program. If not, see www.gnu.org/licenses/.
|
||||
|
||||
% Default palette
|
||||
|
||||
\definecolor{colour-blue}{HTML}{113847}
|
||||
\definecolor{colour-light-blue}{HTML}{88AAC6}
|
||||
\definecolor{colour-red}{HTML}{4D251D}
|
||||
\definecolor{colour-yellow}{HTML}{BD9A5A}
|
||||
\definecolor{colour-green}{HTML}{3F4738}
|
||||
\definecolor{colour-violet}{HTML}{5F2C51}
|
||||
\definecolor{colour-cyan}{HTML}{1D627E}
|
||||
\definecolor{colour-orange}{HTML}{9B4D40}
|
||||
|
||||
\colorlet{colour-purple}{colour-violet}
|
||||
|
||||
% Bright palette
|
||||
|
||||
\definecolor{bright-white}{HTML}{DDDDDD}
|
||||
\definecolor{bright-black}{HTML}{121212}
|
||||
|
||||
\definecolor{bright-blue}{HTML}{06518E}
|
||||
\definecolor{bright-light-blue}{HTML}{009EDB}
|
||||
\definecolor{bright-red}{HTML}{ED1C24}
|
||||
\definecolor{bright-yellow}{HTML}{E8BD0F}
|
||||
\definecolor{bright-green}{HTML}{3B795E}
|
||||
\definecolor{bright-violet}{HTML}{C95BCF}
|
||||
\definecolor{bright-cyan}{HTML}{216576}
|
||||
\definecolor{bright-light-cyan}{HTML}{1E8C9D}
|
||||
\definecolor{bright-orange}{HTML}{EB6D1A}
|
||||
|
||||
\colorlet{bright-purple}{bright-violet}
|
||||
|
||||
% Blue palette
|
||||
|
||||
\definecolor{blues-1}{HTML}{D6E3EC}
|
||||
\definecolor{blues-2}{HTML}{88AAC6} % light blue
|
||||
\definecolor{blues-3}{HTML}{4A5B65}
|
||||
\definecolor{blues-4}{HTML}{21475A}
|
||||
\definecolor{blues-5}{HTML}{113847} % blue
|
||||
|
||||
% Grey palette
|
||||
|
||||
\definecolor{greys-1}{HTML}{CED8DB} % white
|
||||
\definecolor{greys-2}{HTML}{A4B0B4}
|
||||
\definecolor{greys-3}{HTML}{7A888C} % grey
|
||||
\definecolor{greys-4}{HTML}{596569}
|
||||
\definecolor{greys-5}{HTML}{171F22} % black
|
||||
|
||||
\colorlet{colour-white}{greys-1}
|
||||
\colorlet{colour-grey}{greys-3}
|
||||
\colorlet{colour-black}{greys-5}
|
||||
|
||||
% bluegreen palette
|
||||
|
||||
\definecolor{bluegreen-1}{HTML}{C2D0DB}
|
||||
\definecolor{bluegreen-2}{HTML}{6C8B90}
|
||||
\definecolor{bluegreen-3}{HTML}{4D6C5B}
|
||||
\definecolor{bluegreen-4}{HTML}{3A5662}
|
||||
\definecolor{bluegreen-5}{HTML}{31504B}
|
||||
|
||||
% tree palette
|
||||
|
||||
\definecolor{tree-1}{HTML}{CFDED7}
|
||||
\definecolor{tree-2}{HTML}{806655} % brown
|
||||
\definecolor{tree-3}{HTML}{3F4738} % green
|
||||
\definecolor{tree-4}{HTML}{113847} % blue
|
||||
\definecolor{tree-5}{HTML}{122921} % dark green
|
||||
|
||||
\colorlet{colour-brown}{tree-2}
|
||||
\colorlet{colour-dark-green}{tree-5}
|
||||
|
||||
Reference in New Issue
Block a user