mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
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:
23
common/.config/ghostty/theme.css
Normal file
23
common/.config/ghostty/theme.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user