commit 5e160dcb897b7971e45120f343def68c50144b8b
parent d0d84e97355ec2c1d42109eb060dc6e2656d797f
Author: Alex Balgavy <alex@balgavy.eu>
Date: Wed, 22 Sep 2021 12:04:43 +0200
alacritty: add vim modeline
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml
@@ -1,3 +1,6 @@
+# vim: expandtab shiftwidth=4 softtabstop=4 tabstop=8
+# ^ need this because the setbg script uses indentation to find color scheme definitions
+#
# All imports must either be absolute paths starting with `/`, or paths relative
# to the user's home directory starting with `~/`.
import:
@@ -144,9 +147,9 @@ schemes:
red: '#e75127'
green: '#e83076'
yellow: '#ed64ed'
- blue: '#f399a3'
+ blue: '#da8992'
magenta: '#f4a2cc'
- cyan: '#f6b7de'
+ cyan: '#dda4c7'
white: '#1A1923'
bright:
black: '#8b7f89'