feat: themes module is sick now

This commit is contained in:
Nick 2025-01-18 17:05:54 -06:00
parent a5ec879db0
commit 00cc80e9e4
31 changed files with 460 additions and 48 deletions

View file

@ -10,8 +10,8 @@ in
hour_format = "hour12";
vim_mode = false;
show_whitespaces = "none";
ui_font_size = 14;
buffer_font_size = 14;
ui_font_size = font.size.applications;
buffer_font_size = font.size.applications;
tab_size = 2;
cursor_blink = true;
theme = "Catppuccin Macchiato";

View file

@ -27,7 +27,7 @@ in
font_family = font.name;
font_features = null;
font_size = 11;
font_size = font.size.terminal;
line_height = "comfortable";
option_as_meta = false;
button = false;

View file