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