-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ghostty): add initial ghostty config
- Loading branch information
Showing
2 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Font families | ||
font-family = "MonoLisa Variable" | ||
font-family-bold = "MonoLisa Variable" | ||
font-family-italic = "MonoLisa Variable" | ||
font-family-bold-italic = "MonoLisa Variable" | ||
window-title-font-family = "MonoLisa Variable" | ||
|
||
# Font size in points | ||
font-size = 17 | ||
|
||
# Font features | ||
font-feature = "zero" | ||
font-feature = "ss04" | ||
font-feature = "ss08" | ||
font-feature = "ss11" | ||
font-feature = "ss17" | ||
|
||
# Modify font characteristics | ||
adjust-underline-position = 6 | ||
adjust-cell-height = "20%" | ||
adjust-cursor-thickness = 5 | ||
cursor-style-blink = false | ||
window-padding-x = 0 | ||
window-padding-y = 0 | ||
window-padding-balance = true | ||
|
||
# TODO: Group options by category. | ||
theme = catppuccin | ||
shell-integration-features = no-cursor,sudo,no-title | ||
keybind = super+shift+r=reload_config | ||
mouse-hide-while-typing = true | ||
macos-option-as-alt = true | ||
window-colorspace = display-p3 | ||
window-padding-color = extend-always | ||
keybind = cmd+z=toggle_split_zoom | ||
keybind = cmd+enter=new_split:down | ||
keybind = cmd+n=next_tab | ||
keybind = cmd+p=previous_tab | ||
keybind = super+h=goto_split:left | ||
keybind = super+j=goto_split:bottom | ||
keybind = super+k=goto_split:top | ||
keybind = super+l=goto_split:right | ||
window-width = 120 | ||
window-height = 30 | ||
fullscreen = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
palette = 0=#45475a | ||
palette = 1=#f38ba8 | ||
palette = 2=#a6e3a1 | ||
palette = 3=#f9e2af | ||
palette = 4=#89b4fa | ||
palette = 5=#f5c2e7 | ||
palette = 6=#94e2d5 | ||
palette = 7=#bac2de | ||
palette = 8=#585b70 | ||
palette = 9=#f38ba8 | ||
palette = 10=#a6e3a1 | ||
palette = 11=#f9e2af | ||
palette = 12=#89b4fa | ||
palette = 13=#f5c2e7 | ||
palette = 14=#94e2d5 | ||
palette = 15=#a6adc8 | ||
|
||
background = #090b10 | ||
foreground = #cdd6f4 | ||
cursor-color = #0074D9 | ||
selection-background = #585b70 | ||
selection-foreground = #cdd6f4 |