Skip to content

Commit

Permalink
feat(ghostty): add initial ghostty config
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Jan 19, 2025
1 parent ff1e144 commit d4e6526
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .config/ghostty/config
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
22 changes: 22 additions & 0 deletions .config/ghostty/themes/catppuccin
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

0 comments on commit d4e6526

Please sign in to comment.