feat: ghostty
This commit is contained in:
parent
2762a4ff65
commit
eeafb5195c
BIN
config/shared/ghostty/Ghostty.icns
Normal file
BIN
config/shared/ghostty/Ghostty.icns
Normal file
Binary file not shown.
@ -1,24 +1,12 @@
|
|||||||
# Terminal
|
|
||||||
term = xterm-256color
|
term = xterm-256color
|
||||||
|
theme = Invero Day
|
||||||
|
|
||||||
# Fonts
|
# Font
|
||||||
font-family = "Maple Mono NF"
|
font-family = "Maple Mono NF"
|
||||||
#font-size = 14
|
font-size = 13
|
||||||
font-thicken = true
|
#font-thicken = true
|
||||||
#font-thicken-strength = 2
|
adjust-cell-width = -7%
|
||||||
adjust-box-thickness = 2
|
adjust-cell-height = -2
|
||||||
|
|
||||||
# Window
|
|
||||||
window-padding-x = 0
|
|
||||||
window-padding-y = 0
|
|
||||||
window-height = 50
|
|
||||||
window-width = 120
|
|
||||||
window-step-resize = true
|
|
||||||
window-padding-balance = false
|
|
||||||
# window-padding-color = extend
|
|
||||||
|
|
||||||
# Icon
|
|
||||||
macos-icon = custom
|
|
||||||
|
|
||||||
# Cursor
|
# Cursor
|
||||||
cursor-style = block
|
cursor-style = block
|
||||||
@ -26,17 +14,9 @@ cursor-style-blink = false
|
|||||||
mouse-hide-while-typing = true
|
mouse-hide-while-typing = true
|
||||||
shell-integration-features = no-cursor
|
shell-integration-features = no-cursor
|
||||||
|
|
||||||
# Font/Cell quality
|
# Window
|
||||||
window-colorspace = srgb
|
window-padding-x = 4
|
||||||
alpha-blending = linear-corrected
|
window-padding-y = 0
|
||||||
|
window-padding-color = extend
|
||||||
macos-titlebar-style = native
|
macos-titlebar-style = native
|
||||||
|
macos-icon = custom
|
||||||
adjust-cell-width = -1
|
|
||||||
#adjust-cell-height = -2
|
|
||||||
|
|
||||||
# Theme
|
|
||||||
background = #eeeeee
|
|
||||||
foreground = #434343
|
|
||||||
window-theme = auto
|
|
||||||
background-opacity = 1
|
|
||||||
background-blur = false
|
|
||||||
22
config/shared/ghostty/themes/Invero Day
Normal file
22
config/shared/ghostty/themes/Invero Day
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
palette = 0=#444444
|
||||||
|
palette = 1=#ff0000
|
||||||
|
palette = 2=#00af5f
|
||||||
|
palette = 3=#d75f00
|
||||||
|
palette = 4=#005fff
|
||||||
|
palette = 5=#5f5f87
|
||||||
|
palette = 6=#afd7ff
|
||||||
|
palette = 7=#eeeeee
|
||||||
|
palette = 8=#444444
|
||||||
|
palette = 9=#ff0000
|
||||||
|
palette = 10=#00af5f
|
||||||
|
palette = 11=#d75f00
|
||||||
|
palette = 12=#005fff
|
||||||
|
palette = 13=#5f5f87
|
||||||
|
palette = 14=#afd7ff
|
||||||
|
palette = 15=#eeeeee
|
||||||
|
|
||||||
|
background = #eeeeee
|
||||||
|
foreground = #444444
|
||||||
|
cursor-color = #005fff
|
||||||
|
selection-background = #dadada
|
||||||
|
selection-foreground = #444444
|
||||||
Loading…
Reference in New Issue
Block a user