diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-05-23 20:37:17 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-05-23 20:38:18 -0400 |
| commit | 8ee33acda70c74ff4dc2cd8b574cdf94e2e0ef24 (patch) | |
| tree | 66a9e7ff669811f8ddda6ede8debc3c2fb2aaf52 /modules/foot.nix | |
| parent | 1d98588efde0ea3124827caaf630bb0f33c444f4 (diff) | |
| download | home-8ee33acda70c74ff4dc2cd8b574cdf94e2e0ef24.tar.gz | |
`modules/neovim`: compat with transparent bg
idk
Diffstat (limited to 'modules/foot.nix')
| -rw-r--r-- | modules/foot.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/foot.nix b/modules/foot.nix index 9927e7d..4a297cd 100644 --- a/modules/foot.nix +++ b/modules/foot.nix @@ -19,8 +19,8 @@ in main = { # font="ComicShannsMono Nerd Font Mono:size=12"; # font="BerkeleyMonoPatched Nerd Font Mono:size=12"; - # font ="Hack Nerd Font Mono:size=10"; - font ="TamzenForPowerline:size=11,Cozette:size=11"; + font ="CodeNewRoman Nerd Font Mono:size=12"; + # font ="TamzenForPowerline:size=11,Cozette:size=11"; title="term"; resize-by-cells="no"; pad="0x0 center"; @@ -36,7 +36,7 @@ in }; colors = { - alpha=0.8; + alpha=0.7; # foreground="cacaca"; # background="0f0f0f"; # regular0="0f0f0f"; |