style: use ibmplexmono and enfocado
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user