Skip to content

Commit c9f102e

Browse files
practicalli: example transparent background for everforest theme
Example configuration (commented) to set a transparent background for the everforest theme
1 parent f85eae9 commit c9f102e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- practicalli: conjure lsp and treesitter log configs
77
- community: gitlinker-nvim open git files & lines in GitHub/GitLab
88
- snippet: mkdocs embed external code link for markdown
9+
- practicalli: example transparent background for everforest theme
910

1011
## Changed
1112
- practicalli: disable neovim providers for node, perl, python, ruby

lua/plugins/user-practicalli.lua

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,16 @@ return {
163163
colorscheme = "everforest",
164164
},
165165
},
166+
-- Configure Everforest theme
167+
-- {
168+
-- "neanias/everforest-nvim",
169+
-- config = function()
170+
-- require("everforest").setup {
171+
-- transparent_background_level = 1,
172+
-- }
173+
-- end,
174+
-- },
175+
-- ------------------------------------------
166176

167177
-- ------------------------------------------
168178
-- AstroNvim LSP Configuration

0 commit comments

Comments
 (0)