theming and platform switch

This commit is contained in:
2024-02-26 10:43:30 +01:00
parent be362e79a8
commit f64ebf3407
15 changed files with 609 additions and 43 deletions

View File

@@ -5,8 +5,8 @@ local M = {}
local highlights = require "custom.highlights"
M.ui = {
theme = "catppuccin",
theme_toggle = { "catppuccin", "everforest_light" },
theme = "gruvbox",
theme_toggle = { "gruvbox", "everforest_light" },
hl_override = highlights.override,
hl_add = highlights.add,