Add ghostty config
This commit is contained in:
parent
8b087082d6
commit
802edc7d88
3 changed files with 71 additions and 0 deletions
20
config/ghostty/config
Normal file
20
config/ghostty/config
Normal file
|
@ -0,0 +1,20 @@
|
|||
# --- Basics
|
||||
font-family = "IosevkaTermSlab Nerd Font Propo"
|
||||
font-size = 13
|
||||
|
||||
# Disable programming ligatures (same as your HarfBuzz flags)
|
||||
# (-liga, -clig, -calt match your calt=0, clig=0, liga=0)
|
||||
font-feature = -liga,-clig,-calt
|
||||
|
||||
# Ghostty has no custom tab bar (uses native macOS tabs), so nothing to disable.
|
||||
|
||||
# Auto light/dark theme pair that matches your two palettes below
|
||||
#theme = dark:my-dark,light:my-light
|
||||
theme = my-dark
|
||||
|
||||
# Font-size keybindings (match Ctrl+Shift+j/k from WezTerm)
|
||||
keybind = all:ctrl+shift+k=increase_font_size:1
|
||||
keybind = all:ctrl+shift+j=decrease_font_size:1
|
||||
|
||||
# Optional: make the split divider visible (newer Ghostty)
|
||||
# split-divider-color = #444444
|
25
config/ghostty/themes/my-dark
Normal file
25
config/ghostty/themes/my-dark
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Colors = your WezTerm dark palette
|
||||
foreground = #8e8e8e
|
||||
background = #191919
|
||||
cursor-color = #BBBBBB
|
||||
cursor-text = #191919
|
||||
selection-foreground = #191919
|
||||
selection-background = #BBBBBB
|
||||
|
||||
# ANSI 0..15
|
||||
palette = 0=#191919
|
||||
palette = 1=#DE6E7C
|
||||
palette = 2=#819B69
|
||||
palette = 3=#B77E64
|
||||
palette = 4=#6099C0
|
||||
palette = 5=#B279A7
|
||||
palette = 6=#66A5AD
|
||||
palette = 7=#BBBBBB
|
||||
palette = 8=#3d3839
|
||||
palette = 9=#E8838F
|
||||
palette = 10=#8BAE68
|
||||
palette = 11=#D68C67
|
||||
palette = 12=#61ABDA
|
||||
palette = 13=#CF86C1
|
||||
palette = 14=#65B8C1
|
||||
palette = 15=#8e8e8e
|
26
config/ghostty/themes/my-light
Normal file
26
config/ghostty/themes/my-light
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Colors = your WezTerm light palette
|
||||
foreground = #4F5e68
|
||||
background = #F0EDEC
|
||||
cursor-color = #2c363c
|
||||
cursor-text = #F0EDEC
|
||||
selection-foreground = #F0EDEC
|
||||
selection-background = #2c363c
|
||||
|
||||
# ANSI 0..15
|
||||
palette = 0=#F0EDEC
|
||||
palette = 1=#A8334C
|
||||
palette = 2=#4F6C31
|
||||
palette = 3=#944927
|
||||
palette = 4=#286486
|
||||
palette = 5=#88507D
|
||||
palette = 6=#3B8992
|
||||
palette = 7=#2C363C
|
||||
palette = 8=#CFC1BA
|
||||
palette = 9=#94253E
|
||||
palette = 10=#3F5A22
|
||||
palette = 11=#803D1C
|
||||
palette = 12=#1D5573
|
||||
palette = 13=#7B3B70
|
||||
palette = 14=#2B747C
|
||||
palette = 15=#4F5E68
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue