tweak colourscheme

This commit is contained in:
thomasabishop 2024-02-25 19:32:08 +00:00
parent 2b12e36012
commit f3fc864de9
4 changed files with 5 additions and 3 deletions

View file

@ -9,7 +9,7 @@ clipboard_control write-clipboard write-primary read-clipboard-ask read-primary-
window_padding_width 5 window_padding_width 5
remember_window_size no remember_window_size no
background_opacity 0.9 background_opacity 1
confirm_os_window_close 0 confirm_os_window_close 0
# hide_window_decorations no # hide_window_decorations no
# wayland_titlebar_color background # wayland_titlebar_color background

View file

@ -11,7 +11,7 @@ local function update_hl(group, tbl)
vim.api.nvim_set_hl(0, group, new_hl) vim.api.nvim_set_hl(0, group, new_hl)
end end
update_hl("Function", { bold = true }) -- update_hl("Function", { bold = true })
update_hl("Comment", { italic = true }) update_hl("Comment", { italic = true })
update_hl("markdownH1", { bold = true }) update_hl("markdownH1", { bold = true })

View file

@ -26,3 +26,5 @@ opt.formatoptions = "cro"
opt.backspace = "indent,eol,start" opt.backspace = "indent,eol,start"
opt.conceallevel = 0 opt.conceallevel = 0
vim.notify = require("notify") vim.notify = require("notify")
-- vim.g.gruvbox_material_background = "hard"
vim.g.gruvbox_material_enable_bold = 1