Created
June 28, 2025 16:32
-
-
Save dhh/a4b7de450276e336e3badec34fec0a75 to your computer and use it in GitHub Desktop.
ghostty-config-for-tokyo-nights
This file contains hidden or 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
# Font configuration | |
font-family = CaskaydiaMono Nerd Font | |
font-size = 9 | |
# Window settings | |
window-padding-x = 14 | |
window-padding-y = 14 | |
window-decoration = false | |
background-opacity = 0.98 | |
# Terminal settings | |
term = xterm-256color | |
# Keybindings | |
keybind = f11=toggle_fullscreen | |
# Color scheme from omarchy theme | |
background = 1a1b26 | |
foreground = a9b1d6 | |
# Normal colors | |
palette = 0=#32344a | |
palette = 1=#f7768e | |
palette = 2=#9ece6a | |
palette = 3=#e0af68 | |
palette = 4=#7aa2f7 | |
palette = 5=#ad8ee6 | |
palette = 6=#449dab | |
palette = 7=#787c99 | |
# Bright colors | |
palette = 8=#444b6a | |
palette = 9=#ff7a93 | |
palette = 10=#b9f27c | |
palette = 11=#ff9e64 | |
palette = 12=#7da6ff | |
palette = 13=#bb9af7 | |
palette = 14=#0db9d7 | |
palette = 15=#acb0d0 | |
# Selection color | |
selection-background = 7aa2f7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment