From 32c83d618b533ae7221f552bef808dbc8ace16a2 Mon Sep 17 00:00:00 2001 From: Bogdan Buduroiu Date: Fri, 23 Dec 2022 10:40:29 +0200 Subject: [PATCH] Updates Alacritty Theme to Tokyo --- alacritty.yml | 6 +++--- init.vim | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/alacritty.yml b/alacritty.yml index 2f0878a..91b9ad7 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -8,8 +8,8 @@ # # All imports must either be absolute paths starting with `/`, or paths relative # to the user's home directory starting with `~/`. -#import: -# - /path/to/alacritty.yml +import: +- ~/.alacritty-colorscheme/themes/tokyo-night-storm.yaml # Any items in the `env` entry below will be added as # environment variables. Some entries may override variables @@ -158,7 +158,7 @@ font: style: Bold Italic # Point size - size: 13 + size: 15 # Offset is the extra space around each character. `offset.y` can be thought # of as modifying the line spacing, and `offset.x` as modifying the letter diff --git a/init.vim b/init.vim index d41a9a8..21646b3 100644 --- a/init.vim +++ b/init.vim @@ -217,6 +217,7 @@ autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab autocmd FileType ts setlocal ts=2 sts=2 sw=2 expandtab autocmd FileType js setlocal ts=2 sts=2 sw=2 expandtab autocmd FileType tf setlocal ts=2 sts=2 sw=2 expandtab +autocmd FileType go setlocal ts=2 sts=2 sw=2 expandtab let g:indentLine_char = '⦙' " Increase win size