tweak colourscheme
This commit is contained in:
parent
2b12e36012
commit
f3fc864de9
4 changed files with 5 additions and 3 deletions
|
@ -9,7 +9,7 @@ clipboard_control write-clipboard write-primary read-clipboard-ask read-primary-
|
|||
window_padding_width 5
|
||||
remember_window_size no
|
||||
|
||||
background_opacity 0.9
|
||||
background_opacity 1
|
||||
confirm_os_window_close 0
|
||||
# hide_window_decorations no
|
||||
# wayland_titlebar_color background
|
||||
|
|
|
@ -11,7 +11,7 @@ local function update_hl(group, tbl)
|
|||
vim.api.nvim_set_hl(0, group, new_hl)
|
||||
end
|
||||
|
||||
update_hl("Function", { bold = true })
|
||||
-- update_hl("Function", { bold = true })
|
||||
update_hl("Comment", { italic = true })
|
||||
|
||||
update_hl("markdownH1", { bold = true })
|
||||
|
|
|
@ -26,3 +26,5 @@ opt.formatoptions = "cro"
|
|||
opt.backspace = "indent,eol,start"
|
||||
opt.conceallevel = 0
|
||||
vim.notify = require("notify")
|
||||
-- vim.g.gruvbox_material_background = "hard"
|
||||
vim.g.gruvbox_material_enable_bold = 1
|
||||
|
|
Loading…
Add table
Reference in a new issue