Created
April 11, 2025 09:32
-
-
Save fastjack/ef5815ee655a0919ca942bb096ee0adc to your computer and use it in GitHub Desktop.
Ghostty config
This file contains 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 | |
auto-update-channel = tip | |
confirm-close-surface = false | |
window-colorspace = display-p3 | |
alpha-blending = native | |
window-padding-x = 8 | |
window-padding-y = 8 | |
background-opacity = 0.96 | |
background-blur-radius = 20 | |
window-height = 24 | |
window-width = 80 | |
font-family = FiraCode Nerd Font Mono Light | |
font-family-italic = FiraCode Nerd Font Mono Light | |
font-family-bold = FiraCode Nerd Font Mono SemBd | |
font-family-bold-italic = FiraCode Nerd Font Mono SemBd | |
font-size = 13 | |
font-feature = +cv02, +ss01, +ss04, +zero, +cv29, -ss03, +cv09, +cv14, +ss05, +onum | |
adjust-cell-width = 0 | |
adjust-cell-height = 15% | |
cursor-style = block | |
shell-integration-features = no-cursor | |
macos-titlebar-style = native | |
macos-option-as-alt = false | |
window-save-state = always | |
window-vsync = true | |
copy-on-select = clipboard | |
# start nushell | |
command = /opt/homebrew/bin/nu | |
macos-icon = blueprint | |
# Keybindings | |
keybind = alt+left=unbind | |
keybind = alt+right=unbind | |
# My imported theme from iTerm | |
# based on VSCode Dark theme | |
palette = 0 = #000000 | |
palette = 1 = #c85247 | |
palette = 2 = #59c290 | |
palette = 3 = #e9e74e | |
palette = 4 = #4786cd | |
palette = 5 = #bc62c3 | |
palette = 6 = #52b4d3 | |
palette = 7 = #eaeaea | |
palette = 8 = #797979 | |
palette = 9 = #e56e64 | |
palette = 10= #64d3a1 | |
palette = 11= #f6f470 | |
palette = 12= #60a0e8 | |
palette = 13= #d48ed9 | |
palette = 14= #60c1df | |
palette = 15= #eaeaea | |
background = #282828 | |
foreground = #cccccc | |
cursor-color = #d6d6d6 | |
selection-background = #616161 | |
selection-foreground = #d4d4d4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment