This commit is contained in:
2026-04-25 22:21:27 -04:00
parent ce288ccdb0
commit 9ee3547d5d
4 changed files with 19 additions and 135 deletions

View File

@@ -6,7 +6,23 @@
enableFishIntegration = true;
settings = {
theme = "Adventure";
background-opacity = 0.7;
# font
font-family = "JetBrainsMono Nerd Font";
font-size = 12;
# window
window-decoration = false;
window-padding-x = 10;
window-padding-y = 10;
window-width = 80;
window-height = 40;
# semi-transparent
background-opacity = 0.90;
# cursor
cursor-style = "underline";
};
};