feat: light dark theming

This commit is contained in:
2025-07-02 16:10:40 +02:00
parent f76d84ce7e
commit 3992c78c33
11 changed files with 389 additions and 55 deletions

View File

@@ -28,7 +28,7 @@ config.keys = {
local theme = wezterm.plugin.require('https://github.com/neapsix/wezterm').main
-- This is where you actually apply your config choices
-- config.color_scheme = "rose-pine"
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- config.color_scheme = "rose-pine" -- Using custom Rose Pine theme
-- the font is named 'Source Code Pro ExtraLight', but I actually use the DemiBold weight. looks awesome
config.font = wezterm.font('Hack Nerd Font')
config.colors = theme.colors()