mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-04 12:00:29 +00:00
zenmode : add custombg to ataraxis
This commit is contained in:
parent
38d780b502
commit
60e7353ee6
@ -39,7 +39,7 @@ return require("packer").startup(
|
||||
-- misc
|
||||
use "tweekmonster/startuptime.vim"
|
||||
use "907th/vim-auto-save"
|
||||
use "kdav5758/TrueZen.nvim"
|
||||
use "karb94/neoscroll.nvim"
|
||||
use "kdav5758/TrueZen.nvim"
|
||||
end
|
||||
)
|
||||
|
@ -8,7 +8,6 @@ true_zen.setup(
|
||||
before_minimalist_mode_hidden = true,
|
||||
after_minimalist_mode_shown = true,
|
||||
after_minimalist_mode_hidden = true,
|
||||
-- unknown_bkg_color_fix = true,
|
||||
bottom = {
|
||||
hidden_laststatus = 0,
|
||||
hidden_ruler = false,
|
||||
@ -38,7 +37,8 @@ true_zen.setup(
|
||||
left_padding = 37,
|
||||
right_padding = 37,
|
||||
top_padding = 2,
|
||||
bottom_padding = 2
|
||||
bottom_padding = 2,
|
||||
custome_bg = "#1e222a"
|
||||
},
|
||||
integrations = {
|
||||
integration_galaxyline = true
|
||||
|
Loading…
Reference in New Issue
Block a user