Compare commits

...

2 Commits

Author SHA1 Message Date
50ea9bea89 fix(config): nvim theme tweaks
Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
2025-03-28 09:47:53 +02:00
688469ad8b chore(config): wezterm font is now Operator Mono
Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
2025-03-28 09:47:21 +02:00
2 changed files with 6 additions and 1 deletions

View File

@@ -4,8 +4,8 @@ return {
'preservim/vim-colors-pencil',
priority = 1000, -- Make sure to load this before all the other start plugins.
config = function()
-- set the theme
vim.cmd 'colorscheme pencil'
vim.api.nvim_set_option_value('pencil_terminal_italics', 1, {})
end,
},

View File

@@ -4,6 +4,11 @@ local config = wezterm.config_builder()
-- Font and font size
config.font_size = 14.0
config.font = wezterm.font_with_fallback {
{
family = 'Operator Mono',
weight = 'Light',
},
'Operator Mono',
'JetBrainsMonoNL NFM Light',
'JetBrains Mono',
'Symbols Nerd Font Mono',