From c9db9689b28dbb746351cb97c22687bf75d26e0e Mon Sep 17 00:00:00 2001 From: eug-vs Date: Mon, 7 Dec 2020 11:31:00 +0300 Subject: feat: add initial dotfiles --- .alacritty.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .alacritty.yml (limited to '.alacritty.yml') diff --git a/.alacritty.yml b/.alacritty.yml new file mode 100644 index 0000000..de68a05 --- /dev/null +++ b/.alacritty.yml @@ -0,0 +1,20 @@ +font: + normal: + family: DejaVuSansMono Nerd Font + size: 7 + +# Gruvbox theme +colors: + primary: + background: '#282828' + foreground: '#ebdbb2' + + normal: + black: '#282828' + red: '#cc241d' + green: '#98971a' + yellow: '#d79921' + blue: '#458588' + magenta: '#b16286' + cyan: '#689d6a' + white: '#a89984' -- cgit v1.2.3