mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 23:46:13 +01:00
theming and platform switch
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user