Fail2ban, more wallpapers, better lua theming & more
This commit is contained in:
parent
504ec75c55
commit
5652b531ba
20 changed files with 264 additions and 34 deletions
home/features/neovim/config/lua/my/plugins/themes
|
@ -11,7 +11,7 @@ function M.config()
|
|||
local bluloco = require("bluloco")
|
||||
|
||||
bluloco.setup({
|
||||
transparent = H.theme.opacity.terminal < 1.0,
|
||||
transparent = H.theme.transaprency.terminal.enabled,
|
||||
style = H.theme_variant("Bluloco"),
|
||||
})
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ function M.config()
|
|||
vim.g.catppuccin_flavour = H.theme_variant("Catppuccin")
|
||||
|
||||
catppuccin.setup({
|
||||
transparent_background = H.theme.transparent.terminal,
|
||||
transparent_background = H.theme.transparency.terminal.enabled,
|
||||
integrations = {
|
||||
nvimtree = true,
|
||||
telescope = true,
|
||||
|
@ -25,7 +25,7 @@ function M.config()
|
|||
|
||||
vim.cmd("colorscheme catppuccin")
|
||||
|
||||
if H.theme.transparent.terminal then
|
||||
if H.theme.transparency.terminal.enabled then
|
||||
vim.cmd([[highlight FloatBorder blend=0 guibg=NONE]])
|
||||
-- vim.cmd([[highlight MiniStatuslineInactive blend=0 guibg=NONE]])
|
||||
vim.cmd([[highlight MiniStatuslineFilename blend=0 guibg=NONE]])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue