Created
February 17, 2025 19:29
-
-
Save aaroniker/bacd604ae63f1c10da32ad8034f34272 to your computer and use it in GitHub Desktop.
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
# City Lights Ghostty Config (based on https://github.com/Yummygum) | |
background = "#1D252C" | |
foreground = "#b7c5d3" | |
cursor-color = "#5ec4ff" | |
cursor-text = "#1D252C" | |
selection-background = "#28323a" | |
selection-foreground = "#b7c5d3" | |
palette = 0=#41505E | |
palette = 1=#d95468 | |
palette = 2=#8bd49c | |
palette = 3=#ebbf83 | |
palette = 4=#539afc | |
palette = 5=#b62d65 | |
palette = 6=#70e1e8 | |
palette = 7=#ffffff | |
palette = 8=#41505E | |
palette = 9=#d95468 | |
palette = 10=#8bd49c | |
palette = 11=#ebbf83 | |
palette = 12=#539afc | |
palette = 13=#b62d65 | |
palette = 14=#70e1e8 | |
palette = 15=#ffffff | |
bold-is-bright = true | |
window-theme = "dark" | |
macos-titlebar-style = "transparent" | |
macos-option-as-alt = true | |
macos-auto-secure-input = true | |
macos-secure-input-indication = true | |
background-opacity = 0.95 | |
background-blur = true | |
cursor-style = block_hollow | |
font-family = "Geist Mono" | |
font-size = 14 | |
scrollback-limit = 10485760 | |
keybind = ctrl+shift+n=new_tab | |
keybind = ctrl+shift+s=new_split:right | |
keybind = ctrl+shift+c=copy_to_clipboard | |
keybind = ctrl+shift+v=paste_from_clipboard | |
keybind = ctrl+shift+e=open_config | |
keybind = ctrl+shift+r=reload_config | |
keybind = ctrl+shift+q=close_surface | |
keybind = ctrl+shift+d=text:npm\ run\ dev\n | |
keybind = ctrl+shift+b=text:npm\ run\ build\n | |
keybind = ctrl+shift+p=text:npm\ install\n | |
keybind = ctrl+shift+o=text:code\ .\n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment