aboutsummaryrefslogtreecommitdiff
path: root/.alacritty.yml
diff options
context:
space:
mode:
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'