feat(ghostty): Configure ghostty

- Font & Keymaps similar to Kitty
- Custom CSS to move tab-bar to bottom with shorter bar
This commit is contained in:
Pratik Tripathy
2025-08-11 12:36:10 +05:30
parent 250146f018
commit 67fb24d532
2 changed files with 133 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
tabbar tabbox {
margin: 0;
padding: 0;
min-height: 10px;
/* background-color: #1a1a1a; */
font-family: monospace;
}
tabbar tabbox tab {
margin: 1;
padding: 1;
color: #9ca3af;
/* border-right: 1px solid #374151; */
}
/* tabbar tabbox tab:selected { */
/* background-color: #2d2d2d; */
/* color: #ffffff; */
/* } */
tabbar tabbox tab label {
font-size: 15px;
}