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
# - (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

View File

@@ -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