diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index fbaf154..eb4bc34 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -117,11 +117,10 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - #family: Dina - family: Monoid Nerd Font + family: IBMPlexMono # The `style` can be specified to pick a specific face. - style: Regular + style: Light # Bold font face bold: @@ -129,7 +128,7 @@ font: # # If the bold family is not specified, it will fall back to the # value specified for the normal font. - #family: Dina + #family: monospace # The `style` can be specified to pick a specific face. style: Bold diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 558bff3..6276c34 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -121,6 +121,7 @@ Plug 'https://gitlab.com/yorickpeterse/nvim-window.git' Plug 'themercorp/themer.lua' Plug 'mfussenegger/nvim-dap' Plug 'mizlan/iswap.nvim' +Plug 'wuelnerdotexe/vim-enfocado' " }}} call plug#end() @@ -151,7 +152,7 @@ set background=dark "let g:material_style = "deep ocean" "colorscheme material -colorscheme themer_catppuccin +colorscheme enfocado "highlight MatchParen cterm=underline ctermbg=black ctermfg=NONE "highlight VirtColumn ctermfg=DarkGrey ctermbg=NONE