Moved all .config-folders into the config folder for easier stow
parent
f4a1e27deb
commit
27a0a96cb4
|
@ -1,42 +0,0 @@
|
|||
\documentclass[12pt,a4paper,sans]{moderncv}
|
||||
|
||||
% -------------------------------------------------------------------------------
|
||||
% PACKAGES
|
||||
% -------------------------------------------------------------------------------
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[a4paper, top=1.5cm, margin=2.5cm]{geometry}
|
||||
\usepackage{tikz}
|
||||
\usepackage{xcolor}
|
||||
% -------------------------------------------------------------------------------
|
||||
% COLORS
|
||||
% -------------------------------------------------------------------------------
|
||||
|
||||
\definecolor{white}{RGB}{255,255,255}
|
||||
\definecolor{blue}{HTML}{3970AB}
|
||||
\definecolor{gray}{HTML}{B9B9B9}
|
||||
\definecolor{mint}{HTML}{50B48A}
|
||||
|
||||
% -------------------------------------------------------------------------------
|
||||
% NEW COMMANDS
|
||||
% -------------------------------------------------------------------------------
|
||||
|
||||
\newcommand\skill[1]{
|
||||
\begin{tikzpicture}
|
||||
\foreach [count=\i] \x/\y in {#1}
|
||||
{
|
||||
\draw[fill=gray, gray] (0,\i) rectangle (\y,\i+0.4);
|
||||
\draw[fill=white,mint](0,\i) rectangle (\x,\i+0.4);
|
||||
}
|
||||
\end{tikzpicture}
|
||||
}
|
||||
\newcommand{\givenskill}{}
|
||||
|
||||
% -------------------------------------------------------------------------------
|
||||
% PERSONAL INFORMATION
|
||||
% -------------------------------------------------------------------------------
|
||||
|
||||
\firstname{FirstName}
|
||||
\familyname{LastName}
|
||||
\email{github@github.com}
|
||||
\social[github]{GitHub}
|
||||
% \quote{Be the change you to see in the world}
|
|
@ -1 +0,0 @@
|
|||
┐【 ̄~ ̄】┌
|
|
@ -0,0 +1,36 @@
|
|||
! special
|
||||
*.foreground: #eceff1
|
||||
*.background: #263238
|
||||
*.cursorColor: #eceff1
|
||||
|
||||
! black
|
||||
*.color0: #263238
|
||||
*.color8: #37474f
|
||||
|
||||
! red
|
||||
*.color1: #ff9800
|
||||
*.color9: #ffa74d
|
||||
|
||||
! green
|
||||
*.color2: #8bc34a
|
||||
*.color10: #9ccc65
|
||||
|
||||
! yellow
|
||||
*.color3: #ffc107
|
||||
*.color11: #ffa000
|
||||
|
||||
! blue
|
||||
*.color4: #03a9f4
|
||||
*.color12: #81d4fa
|
||||
|
||||
! magenta
|
||||
*.color5: #e91e63
|
||||
*.color13: #ad1457
|
||||
|
||||
! cyan
|
||||
*.color6: #009688
|
||||
*.color14: #26a69a
|
||||
|
||||
! white
|
||||
*.color7: #cfd8dc
|
||||
*.color15: #eceff1
|
Loading…
Reference in New Issue