aboutsummaryrefslogtreecommitdiff
path: root/.alacritty.yml
diff options
context:
space:
mode:
Diffstat (limited to '.alacritty.yml')
-rw-r--r--.alacritty.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.alacritty.yml b/.alacritty.yml
deleted file mode 100644
index 1eabafd..0000000
--- a/.alacritty.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-font:
- normal:
- family: Fira Code Semibold
- size: 6
-
-# 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'