mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
adding ghostty config
This commit is contained in:
parent
458dcf2f88
commit
9dc9db3c5a
2 changed files with 49 additions and 0 deletions
48
ghostty/config
Normal file
48
ghostty/config
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
|
||||
# Shell
|
||||
shell-integration-features = no-cursor,sudo,title
|
||||
|
||||
# Fonts
|
||||
font-family = "IosevkaCustom"
|
||||
font-family-bold = "IosevkaCustom SemiBold"
|
||||
font-size = 16
|
||||
adjust-cell-height = 10
|
||||
adjust-cursor-height = 10
|
||||
adjust-cursor-thickness = 1
|
||||
adjust-underline-position = 1
|
||||
|
||||
# Colors
|
||||
foreground = #eceef4
|
||||
background = #0e1019
|
||||
background-opacity = 0.97
|
||||
|
||||
palette = 0=#45475a
|
||||
palette = 1=#f38ba8
|
||||
palette = 2=#a6e3a1
|
||||
palette = 3=#f9e2af
|
||||
palette = 4=#89b4fa
|
||||
palette = 5=#f5c2e7
|
||||
palette = 6=#94e2d5
|
||||
palette = 7=#eceef4
|
||||
palette = 8=#585b70
|
||||
palette = 9=#f38ba8
|
||||
palette = 10=#a6e3a1
|
||||
palette = 11=#f9e2af
|
||||
palette = 12=#89b4fa
|
||||
palette = 13=#f5c2e7
|
||||
palette = 14=#94e2d5
|
||||
palette = 15=#a6adc8
|
||||
|
||||
selection-background = #585b70
|
||||
selection-foreground = #cdd6f4
|
||||
|
||||
cursor-color = #767BA0
|
||||
cursor-text = #ECEEF4
|
||||
|
||||
# Cursor
|
||||
|
||||
cursor-style = block
|
||||
cursor-style-blink = false
|
||||
|
||||
window-decoration = false
|
||||
gtk-titlebar = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue