zenmode : add custombg to ataraxis

pull/33/head
siduck76 3 years ago
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…
Cancel
Save