mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 03:30:36 +00:00
feat(catppuccin.lua): add new Lua file catppuccin.lua with configuration for catppuccino theme setup
This commit is contained in:
11
lua/absolute/after/catppuccin.lua
Normal file
11
lua/absolute/after/catppuccin.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
local theme = require("catppuccino")
|
||||
|
||||
theme.setup({
|
||||
flavour = "mocha",
|
||||
transparent_background = true,
|
||||
dim_inactive = {
|
||||
enabled = true,
|
||||
shade = "dark",
|
||||
percentage = 0.15, -- percentage of the shade to apply to the inactive window
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user