aboutsummaryrefslogtreecommitdiff
path: root/.alacritty.yml
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-03-29 03:39:41 +0300
committereug-vs <eug-vs@keemail.me>2021-03-29 03:39:41 +0300
commitf0fbf92e00f9a706cac8d643a05500badbd12d51 (patch)
tree318fd8a115c880258e6c6d548b37189457563633 /.alacritty.yml
parentf203017eff1b8c59b94ee3fea3321e9c496c24b1 (diff)
downloaddotfiles-f0fbf92e00f9a706cac8d643a05500badbd12d51.tar.gz
feat!: remove unused configs
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'