Last active
December 30, 2024 09:46
-
-
Save mactanxin/b28e3fa5d7770d822b6b53b485177872 to your computer and use it in GitHub Desktop.
ghostty terminal config
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
# Config generated by Ghostty Config | |
theme = Ayu Mirage | |
background = #1f2430 | |
foreground = #cbccc6 | |
window-colorspace = "display-p3" | |
selection-background = #33415e | |
selection-foreground = #cbccc6 | |
cursor-color = #ffcc66 | |
cursor-style = block | |
cursor-style-blink = false | |
shell-integration-features = no-cursor | |
palette = 0=#191e2a | |
palette = 1=#ed8274 | |
palette = 2=#a6cc70 | |
palette = 3=#fad07b | |
palette = 4=#6dcbfa | |
palette = 5=#cfbafa | |
palette = 6=#90e1c6 | |
palette = 7=#c7c7c7 | |
palette = 8=#686868 | |
palette = 9=#f28779 | |
palette = 10=#bae67e | |
palette = 11=#ffd580 | |
palette = 12=#73d0ff | |
palette = 13=#d4bfff | |
palette = 14=#95e6cb | |
palette = 15=#ffffff | |
font-size = 22 | |
font-family = Hack Nerd Font Mono | |
# key bindings | |
keybind = cmd+s>r=reload_config | |
# mac os | |
macos-titlebar-style = transparent | |
# mouse control | |
mouse-hide-while-typing = true | |
mouse-scroll-multiplier = 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment