minor fix

This commit is contained in:
js0ny 2025-02-25 12:34:34 +00:00
parent 0cc9ea310b
commit ec73a87334
10 changed files with 898 additions and 279 deletions

View file

@ -2,7 +2,12 @@
local M = {}
-- TODO: Change the palatte when the colorscheme changes
M.scheme = require("catppuccin.palettes.mocha")
if vim.g.colors_name == "catppuccin-latte" then
M.scheme = require("catppuccin.palettes.latte")
else
M.scheme = require("catppuccin.palettes.mocha")
end
M.accent = M.scheme.lavender