New font for linux
This commit is contained in:
parent
d248b8866f
commit
e0d85e7cbd
@ -49,7 +49,7 @@ if vim.fn.has('wsl') == 1 then
|
||||
-- opt.guifont = 'Hack Nerd Font Mono:h10'
|
||||
opt.guifont = 'RobotoMono Nerd Font:h10'
|
||||
elseif vim.loop.os_uname().sysname == 'Linux' then
|
||||
opt.guifont = 'Hack Nerd Font:h11'
|
||||
opt.guifont = 'Iosevka NFM:h11'
|
||||
else
|
||||
-- opt.guifont = 'Hack Nerd Font:h10'
|
||||
-- opt.guifont = 'JetBrainsMono Nerd Font:h10'
|
||||
|
@ -7,15 +7,26 @@ return {
|
||||
require('bamboo').setup {
|
||||
dim_inactive = true, -- Dim inactive windows/buffers
|
||||
cmp_itemkind_reverse = true,
|
||||
code_style = {
|
||||
comments = { italic = true },
|
||||
conditionals = { italic = false },
|
||||
keywords = {},
|
||||
functions = {},
|
||||
namespaces = { italic = false },
|
||||
parameters = { italic = false },
|
||||
strings = {},
|
||||
variables = {},
|
||||
},
|
||||
highlights = {
|
||||
['@lsp.type.parameter'] = { fg = colors.vulgaris.red },
|
||||
['@lsp.mod.readonly'] = { fmt = 'bold', fg = 'NONE' },
|
||||
['@lsp.typemod.parameter.readonly'] = { fmt = 'bold', fg = 'NONE' },
|
||||
['@lsp.typemod.method.defaultLibrary.cpp'] = { fg = 'NONE' },
|
||||
['@function.builtin'] = { fg = 'NONE' },
|
||||
['LspReferenceRead'] = { bg = colors.vulgaris.green , fg = colors.vulgaris.black},
|
||||
['LspReferenceRead'] = { bg = colors.vulgaris.green, fg = colors.vulgaris.black },
|
||||
['LspReferenceWrite'] = { bg = colors.vulgaris.dark_red, fg = colors.vulgaris.fg },
|
||||
['LspReferenceText'] = { bg = colors.vulgaris.dark_cyan, fg = colors.vulgaris.fg },
|
||||
['Delimiter'] = { fg = colors.vulgaris.fg },
|
||||
},
|
||||
}
|
||||
require('bamboo').load()
|
||||
|
Loading…
x
Reference in New Issue
Block a user