David Blume's GitList
Repositories
dotfiles.git
Code
Commits
Branches
Tags
Search
Tree:
aa86f99
Branches
Tags
main
pathogen
remove-vim-airline
vim-airline-disabled
vim-powerline
dotfiles.git
.config
ghostty
config
Accommodate changes in Ghostty 1.2.0
dblume
commited
aa86f99
at 2025-09-17 08:52:00
config
Blame
History
Raw
# https://wiki.dlma.com/ghostty # https://ghostty.org/docs/config # Ghostty 1.2 renamed catppuccin-mocha to "Catppuccin Mocha" and theme = "Catppuccin Mocha" split-divider-color = #789 # for catppuccin-mocha (palette 6 for nvim rokulog syntax) # 16 ANSI colors https://jvns.ca/blog/2024/10/01/terminal-colours/ palette = 2=#57DF5a palette = 6=#48d6d8 palette = 7=#d0d5e5 palette = 15=#dee2f8 foreground = d0d5e5 background = 1e1e2a # An improvment to cursor-text color means maybe don't need cursor-color and cursor-text overrides now. cursor-color=cell-foreground cursor-text=cell-background #font-family = "DejaVu Sans Mono for Powerline" font-family = "Roboto Mono for Powerline" font-thicken = true # Disable ligatures when using default font JetBrains Mono. # https://ghostty.org/docs/config/reference#font-feature font-feature = -calt window-height = 60 window-width = 120 # Similar solid block cursor to iTerm2 cursor-style-blink = false shell-integration-features = no-cursor # vim maps tab/Shift-tab to :bn/bp # To keep vim C-i/o jumps working, map C-i to <leader>i # Same mapping is in .config/alacritty/alacritty.toml keybind = control+i=text:\\i # Linux-only configuration: Expected titlebar in i3 # In Ghostty 1.2, libadwaita is required. https://ghostty.org/docs/install/release-notes/1-2-0 # https://ghostty.org/docs/install/release-notes/1-1-0#gtk:-forcing-a-dependency-on-libadwaita #gtk-adwaita = false gtk-titlebar = false # consider #copy-on-select = clipboard