mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: themes module is sick now
This commit is contained in:
parent
a5ec879db0
commit
00cc80e9e4
31 changed files with 460 additions and 48 deletions
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
|
0
home/modules/zed/config/userSettings/config/theme/default.nix
Normal file → Executable file
0
home/modules/zed/config/userSettings/config/theme/default.nix
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue