add autoexec and a nice rice image
This commit is contained in:
parent
057d1fe5ea
commit
11d856be19
14 changed files with 141 additions and 61 deletions
44
conf.d/ghostty/config
Normal file
44
conf.d/ghostty/config
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# theme
|
||||
background = 303446
|
||||
foreground = C6D0F5
|
||||
selection-background = F2D5CF
|
||||
selection-foreground = 303446
|
||||
cursor-color = F2D5CF
|
||||
cursor-text = 303446
|
||||
|
||||
# 16 terminal colors
|
||||
palette = 0=#51576D
|
||||
palette = 1=#E78284
|
||||
palette = 2=#A6D189
|
||||
palette = 3=#E5C890
|
||||
palette = 4=#8CAAEE
|
||||
palette = 5=#F4B8E4
|
||||
palette = 6=#81C8BE
|
||||
palette = 7=#B5BFE2
|
||||
palette = 8=#626880
|
||||
palette = 9=#E78284
|
||||
palette = 10=#A6D189
|
||||
palette = 11=#E5C890
|
||||
palette = 12=#8CAAEE
|
||||
palette = 13=#F4B8E4
|
||||
palette = 14=#81C8BE
|
||||
palette = 15=#A5ADCE
|
||||
|
||||
# appearance
|
||||
font-family = inconsolata
|
||||
font-size = 17
|
||||
background-opacity = 0.8
|
||||
window-decoration = true
|
||||
gtk-titlebar = true
|
||||
gtk-toolbar-style = flat
|
||||
gtk-titlebar-style = tabs
|
||||
gtk-tabs-location = bottom
|
||||
gtk-wide-tabs = false
|
||||
confirm-close-surface = false
|
||||
clipboard-read = allow
|
||||
clipboard-write = allow
|
||||
|
||||
# maps
|
||||
keybind = ctrl+shift+enter=new_tab
|
||||
keybind = ctrl+shift+n=new_window
|
||||
keybind = ctrl+shift+backspace=close_tab
|
||||
Loading…
Add table
Add a link
Reference in a new issue