chore: switch to catppuccin

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-10-19 19:49:02 +02:00
parent 61feed4086
commit 90cfc16bc0
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -2,7 +2,7 @@
{ {
colorschemes = { colorschemes = {
catppuccin = { catppuccin = {
enable = false; enable = true;
settings = { settings = {
integrations.native_lsp = { integrations.native_lsp = {
enabled = true; enabled = true;
@ -23,7 +23,7 @@
}; };
colorschemes.tokyonight = { colorschemes.tokyonight = {
enable = true; enable = false;
settings = { settings = {
style = "night"; style = "night";
transparent = config.myvim.transparent; transparent = config.myvim.transparent;