Skip to content

Instantly share code, notes, and snippets.

@jj1bdx
Last active January 16, 2025 03:31
Show Gist options
  • Save jj1bdx/3c1d931b4383f2624bfc0a08bc43e0e6 to your computer and use it in GitHub Desktop.
Save jj1bdx/3c1d931b4383f2624bfc0a08bc43e0e6 to your computer and use it in GitHub Desktop.
Ghostty config including jj1bdx-night-owl theme
# Put this file at ~/.config/ghostty/config
theme = jj1bdx-night-owl
font-size = 15
font-family = CommitMono
font-family = Noto Sans Mono CJK JP
# disable ligature
# (comment out the features to enable ligature)
font-feature = -calt
font-feature = -clig
font-feature = -dlig
font-feature = -liga
window-height = 24
window-width = 82
window-padding-x = 8
window-padding-y = 2
shell-integration-features = no-cursor
cursor-style-blink = false
cursor-style = block
macos-titlebar-proxy-icon = hidden
# end of file
palette = 0=#011627
palette = 1=#ef5350
palette = 2=#22da6e
palette = 3=#addb67
palette = 4=#82aaaf
palette = 5=#c792ea
palette = 6=#21c7a8
palette = 7=#ffffff
palette = 8=#575656
palette = 9=#ef5350
palette = 10=#22da6e
palette = 11=#ffeb95
palette = 12=#82aaff
palette = 13=#c792ea
palette = 14=#7fdbca
palette = 15=#ffffff
background = 011627
foreground = d6deeb
cursor-color = d6deeb
selection-background = ffffff
selection-foreground = 4373c2

Comments are disabled for this gist.