font+ transparency rice + kitty

This commit is contained in:
nx2
2024-04-04 11:58:02 +02:00
parent 551b904c32
commit 9d0835f94e
8 changed files with 86 additions and 70 deletions

View File

@@ -40,11 +40,17 @@
secondary-fg = "#ffffff";
secondary-bg = "#222255";
lines = "#bbbbbb";
accent = "#ff00ff"
accent = "#ff00ff";
};
font = {
code = "CascadiaCove-NF";
base = "Atkinson Hyperlegible";
code = {
name = "CascadiaCove-NF";
package = (pkgs.nerdfonts.override { fonts = [ "CascadiaCode" ]; });
};
base = {
name = "Atkinson Hyperlegible";
package = pkgs.atkinson-hyperlegible;
};
};
};
in