diff options
author | eug-vs <eug-vs@keemail.me> | 2020-12-07 11:31:00 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-12-07 11:31:00 +0300 |
commit | c9db9689b28dbb746351cb97c22687bf75d26e0e (patch) | |
tree | 22460ee974b062155c39adf09c6cf697ab5131c5 /.alacritty.yml | |
download | dotfiles-c9db9689b28dbb746351cb97c22687bf75d26e0e.tar.gz |
feat: add initial dotfiles
Diffstat (limited to '.alacritty.yml')
-rw-r--r-- | .alacritty.yml | 20 |
1 files changed, 20 insertions, 0 deletions
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' |