mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 19:50:38 +00:00
12 lines
216 B
Lua
12 lines
216 B
Lua
local theme = require("catppuccino")
|
|
|
|
theme.setup({
|
|
flavour = "mocha",
|
|
transparent_background = true,
|
|
dim_inactive = {
|
|
enabled = true,
|
|
shade = "dark",
|
|
percentage = 0.50,
|
|
},
|
|
})
|