mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 08:41:36 +00:00
add ghostty
This commit is contained in:
14
ghostty/config
Normal file
14
ghostty/config
Normal file
@ -0,0 +1,14 @@
|
||||
font-family = "JetBrains Mono NL"
|
||||
font-size = 16
|
||||
|
||||
theme = rei.ghostty
|
||||
|
||||
window-save-state = always
|
||||
window-padding-x = 0
|
||||
window-padding-y = 0
|
||||
window-inherit-working-directory = true
|
||||
macos-option-as-alt = left
|
||||
term = xterm-256color
|
||||
macos-titlebar-style = hidden
|
||||
background-opacity = 0.96
|
||||
background-blur = 37
|
28
ghostty/themes/rei.ghostty
Normal file
28
ghostty/themes/rei.ghostty
Normal file
@ -0,0 +1,28 @@
|
||||
# rei theme for ghostty
|
||||
## name: rei
|
||||
|
||||
background = #0E1723
|
||||
foreground = #CDCDCD
|
||||
selection-background = #2F3843
|
||||
selection-foreground = #CDCDCD
|
||||
cursor-color = #DAD0E9
|
||||
|
||||
# normal
|
||||
palette = 0=#556173
|
||||
palette = 1=#A87692
|
||||
palette = 2=#809FA1
|
||||
palette = 3=#FD9491
|
||||
palette = 4=#91B8E9
|
||||
palette = 5=#B9AEE6
|
||||
palette = 6=#FCD0A1
|
||||
palette = 7=#9DBCD0
|
||||
|
||||
# bright
|
||||
palette = 8=#404A56
|
||||
palette = 9=#D9B0C0
|
||||
palette = 10=#8AA7A8
|
||||
palette = 11=#FDB3B2
|
||||
palette = 12=#B4CFF0
|
||||
palette = 13=#BFB4E8
|
||||
palette = 14=#FCD4A8
|
||||
palette = 15=#A5C1D4
|
@ -18,8 +18,8 @@ tab_bar_style custom
|
||||
tab_powerline_style round
|
||||
tab_title_template "{index}: {title[title.rfind('/')+1:]}"
|
||||
|
||||
background_opacity 1
|
||||
background_blur 15
|
||||
background_opacity 0.94
|
||||
background_blur 66
|
||||
|
||||
macos_option_as_alt true
|
||||
macos_show_window_title_in none
|
||||
|
Reference in New Issue
Block a user