feat: simplified themes module

This commit is contained in:
Nick 2025-01-18 03:50:54 -06:00
parent b0fdd1d958
commit a5ec879db0
119 changed files with 2045 additions and 4624 deletions

View file

@ -1,13 +1,14 @@
{flake, ...}: let
inherit
(flake.config.aesthetics.themes)
{ flake, ... }:
let
inherit (flake.config.aesthetics.themes)
font
;
in ''
in
''
return {
color_scheme = "Catppuccin Macchiato",
font_size = 11,
font = wezterm.font('${font}'),
font = wezterm.font('${font.name}'),
enable_tab_bar = false,
window_close_confirmation = 'NeverPrompt',
term = 'wezterm',