zenmode : add custombg to ataraxis

This commit is contained in:
siduck76 2021-04-27 22:13:44 +05:30
parent 38d780b502
commit 60e7353ee6
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ return require("packer").startup(
-- misc -- misc
use "tweekmonster/startuptime.vim" use "tweekmonster/startuptime.vim"
use "907th/vim-auto-save" use "907th/vim-auto-save"
use "kdav5758/TrueZen.nvim"
use "karb94/neoscroll.nvim" use "karb94/neoscroll.nvim"
use "kdav5758/TrueZen.nvim"
end end
) )

View File

@ -8,7 +8,6 @@ true_zen.setup(
before_minimalist_mode_hidden = true, before_minimalist_mode_hidden = true,
after_minimalist_mode_shown = true, after_minimalist_mode_shown = true,
after_minimalist_mode_hidden = true, after_minimalist_mode_hidden = true,
-- unknown_bkg_color_fix = true,
bottom = { bottom = {
hidden_laststatus = 0, hidden_laststatus = 0,
hidden_ruler = false, hidden_ruler = false,
@ -38,7 +37,8 @@ true_zen.setup(
left_padding = 37, left_padding = 37,
right_padding = 37, right_padding = 37,
top_padding = 2, top_padding = 2,
bottom_padding = 2 bottom_padding = 2,
custome_bg = "#1e222a"
}, },
integrations = { integrations = {
integration_galaxyline = true integration_galaxyline = true