✨ Feat(colorscheme): automate light/dark theme
Automates selecting between Catppuccin Mocha and Catppuccin Latte depending on the darkmode state.
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ local tabline = wezterm.plugin.require("https://github.com/michaelbrusegard/tabl
|
||||
local tab_opts = {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = "Catppuccin Mocha",
|
||||
theme = THEME,
|
||||
section_separators = {
|
||||
left = wezterm.nerdfonts.ple_right_half_circle_thick,
|
||||
right = wezterm.nerdfonts.ple_left_half_circle_thick,
|
||||
|
||||
Reference in New Issue
Block a user