aboutsummaryrefslogtreecommitdiff
path: root/.alacritty.yml
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-12-07 11:31:00 +0300
committereug-vs <eug-vs@keemail.me>2020-12-07 11:31:00 +0300
commitc9db9689b28dbb746351cb97c22687bf75d26e0e (patch)
tree22460ee974b062155c39adf09c6cf697ab5131c5 /.alacritty.yml
downloaddotfiles-c9db9689b28dbb746351cb97c22687bf75d26e0e.tar.gz
feat: add initial dotfiles
Diffstat (limited to '.alacritty.yml')
-rw-r--r--.alacritty.yml20
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'