1
Fork 0

Fail2ban, more wallpapers, better lua theming & more

This commit is contained in:
prescientmoon 2024-04-13 22:42:29 +02:00
parent 504ec75c55
commit 5652b531ba
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
20 changed files with 264 additions and 34 deletions
home/features/neovim/config/lua/my/plugins/themes

View file

@ -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"),
})

View file

@ -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]])