style: use ibmplexmono and enfocado

This commit is contained in:
2022-06-24 00:26:09 +02:00
parent 3844a80ae3
commit 6e279520fb
2 changed files with 5 additions and 5 deletions

View File

@@ -117,11 +117,10 @@ font:
# - (macOS) Menlo # - (macOS) Menlo
# - (Linux/BSD) monospace # - (Linux/BSD) monospace
# - (Windows) Consolas # - (Windows) Consolas
#family: Dina family: IBMPlexMono
family: Monoid Nerd Font
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Regular style: Light
# Bold font face # Bold font face
bold: bold:
@@ -129,7 +128,7 @@ font:
# #
# If the bold family is not specified, it will fall back to the # If the bold family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
#family: Dina #family: monospace
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Bold style: Bold

View File

@@ -121,6 +121,7 @@ Plug 'https://gitlab.com/yorickpeterse/nvim-window.git'
Plug 'themercorp/themer.lua' Plug 'themercorp/themer.lua'
Plug 'mfussenegger/nvim-dap' Plug 'mfussenegger/nvim-dap'
Plug 'mizlan/iswap.nvim' Plug 'mizlan/iswap.nvim'
Plug 'wuelnerdotexe/vim-enfocado'
" }}} " }}}
call plug#end() call plug#end()
@@ -151,7 +152,7 @@ set background=dark
"let g:material_style = "deep ocean" "let g:material_style = "deep ocean"
"colorscheme material "colorscheme material
colorscheme themer_catppuccin colorscheme enfocado
"highlight MatchParen cterm=underline ctermbg=black ctermfg=NONE "highlight MatchParen cterm=underline ctermbg=black ctermfg=NONE
"highlight VirtColumn ctermfg=DarkGrey ctermbg=NONE "highlight VirtColumn ctermfg=DarkGrey ctermbg=NONE