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
|
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
|
||||||
|
|
|
@ -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 })
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -42,7 +42,7 @@ return packer.startup(function(use)
|
||||||
requires = { "MunifTanjim/nui.nvim", "rcarriga/nvim-notify" },
|
requires = { "MunifTanjim/nui.nvim", "rcarriga/nvim-notify" },
|
||||||
})
|
})
|
||||||
use({ "epwalsh/obsidian.nvim", requires = { "nvim-lua/plenary.nvim" } })
|
use({ "epwalsh/obsidian.nvim", requires = { "nvim-lua/plenary.nvim" } })
|
||||||
-- use("ellisonleao/gruvbox.nvim")
|
-- use("ellisonleao/gruvbox.nvim")
|
||||||
use("sainnhe/gruvbox-material")
|
use("sainnhe/gruvbox-material")
|
||||||
use("kdheepak/lazygit.nvim")
|
use("kdheepak/lazygit.nvim")
|
||||||
use("zk-org/zk-nvim")
|
use("zk-org/zk-nvim")
|
||||||
|
|
Loading…
Add table
Reference in a new issue