feat(ghostty): add initial ghostty config
This commit is contained in:
parent
6120bd900f
commit
5fbc0bca6b
|
@ -40,3 +40,9 @@ git/*
|
||||||
!git/config
|
!git/config
|
||||||
!git/gitignore
|
!git/gitignore
|
||||||
!git/aflabs
|
!git/aflabs
|
||||||
|
|
||||||
|
# ghostty
|
||||||
|
!ghostty
|
||||||
|
ghostty/*
|
||||||
|
!ghostty/config
|
||||||
|
!ghostty/themes
|
||||||
|
|
|
@ -0,0 +1,33 @@
|
||||||
|
# theme
|
||||||
|
theme = light:gruvbox-material-soft-light,dark:gruvbox-material-soft-dark
|
||||||
|
|
||||||
|
# cursor
|
||||||
|
cursor-style = block
|
||||||
|
cursor-style-blink = true
|
||||||
|
|
||||||
|
# mouse
|
||||||
|
mouse-hide-while-typing = true
|
||||||
|
|
||||||
|
# font stuff
|
||||||
|
font-family = JetBrainsMono Nerd Font
|
||||||
|
font-size = 15
|
||||||
|
font-thicken = true
|
||||||
|
bold-is-bright = true
|
||||||
|
|
||||||
|
# window
|
||||||
|
window-height = 36
|
||||||
|
window-width = 150
|
||||||
|
|
||||||
|
# macos send option as alt
|
||||||
|
macos-option-as-alt = true
|
||||||
|
|
||||||
|
# no warning full close
|
||||||
|
confirm-close-surface = false
|
||||||
|
# quit-after-last-window-closed = true
|
||||||
|
|
||||||
|
# keybinds
|
||||||
|
keybind = global:cmd+enter=new_window
|
||||||
|
|
||||||
|
# shell integrations for zsh
|
||||||
|
# https://ghostty.org/docs/features/shell-integration
|
||||||
|
shell-integration = zsh
|
|
@ -0,0 +1,21 @@
|
||||||
|
palette = 0=252423
|
||||||
|
palette = 1=#ea6962
|
||||||
|
palette = 2=#a9b665
|
||||||
|
palette = 3=#d8a657
|
||||||
|
palette = 4=#7daea3
|
||||||
|
palette = 5=#d3869b
|
||||||
|
palette = 6=#89b482
|
||||||
|
palette = 7=#d4be98
|
||||||
|
palette = 8=#32302f
|
||||||
|
palette = 9=#ea6962
|
||||||
|
palette = 10=#a9b665
|
||||||
|
palette = 11=#d8a657
|
||||||
|
palette = 12=#7daea3
|
||||||
|
palette = 13=#d3869b
|
||||||
|
palette = 14=#89b482
|
||||||
|
palette = 15=#d4be98
|
||||||
|
background = #32302f
|
||||||
|
foreground = #d4be98
|
||||||
|
cursor-color = #d4be98
|
||||||
|
selection-background = #45403d
|
||||||
|
selection-foreground = #d4be98
|
|
@ -0,0 +1,21 @@
|
||||||
|
palette = 0=#ebdbb2
|
||||||
|
palette = 1=#c14a4a
|
||||||
|
palette = 2=#6c782e
|
||||||
|
palette = 3=#b47109
|
||||||
|
palette = 4=#45707a
|
||||||
|
palette = 5=#945e80
|
||||||
|
palette = 6=#4c7a5d
|
||||||
|
palette = 7=#654735
|
||||||
|
palette = 8=#f3eac7
|
||||||
|
palette = 9=#c14a4a
|
||||||
|
palette = 10=#6c782e
|
||||||
|
palette = 11=#b47109
|
||||||
|
palette = 12=#45707a
|
||||||
|
palette = 13=#945e80
|
||||||
|
palette = 14=#4c7a5d
|
||||||
|
palette = 15=#654735
|
||||||
|
background = #f2e5bc
|
||||||
|
foreground = #654735
|
||||||
|
cursor-color = #654735
|
||||||
|
selection-background = #ebdbb2
|
||||||
|
selection-foreground = #654735
|
Loading…
Reference in New Issue