Updates Alacritty Theme to Tokyo
This commit is contained in:
parent
726e5d74e0
commit
32c83d618b
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
1
init.vim
1
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
|
||||
|
|
Loading…
Add table
Reference in a new issue