forked from nico/dots
ghostty: use matugen to set background colour
still uses tokyonight for a full colour theme but by setting the background colour it makes ghostty blend into the theme a bit more.
This commit is contained in:
parent
5f57adb623
commit
beaffc0c1c
4 changed files with 8 additions and 0 deletions
1
stow/.config/ghostty/.gitignore
vendored
Normal file
1
stow/.config/ghostty/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
matugen
|
||||||
|
|
@ -15,3 +15,5 @@ window-padding-y = 8
|
||||||
quit-after-last-window-closed = false
|
quit-after-last-window-closed = false
|
||||||
keybind = global:opt+shift+q=new_window
|
keybind = global:opt+shift+q=new_window
|
||||||
keybind = global:cmd+opt+q=toggle_quick_terminal
|
keybind = global:cmd+opt+q=toggle_quick_terminal
|
||||||
|
|
||||||
|
config-file = ?matugen
|
||||||
|
|
|
||||||
|
|
@ -76,3 +76,7 @@ post_hook = 'fish ~/.config/fish/pure_colours.fish'
|
||||||
[templates.fuzzel]
|
[templates.fuzzel]
|
||||||
input_path = './templates/fuzzel.ini'
|
input_path = './templates/fuzzel.ini'
|
||||||
output_path = '~/.config/fuzzel/colors.ini'
|
output_path = '~/.config/fuzzel/colors.ini'
|
||||||
|
|
||||||
|
[templates.ghostty]
|
||||||
|
input_path = './templates/ghostty'
|
||||||
|
output_path = '~/.config/ghostty/matugen'
|
||||||
|
|
|
||||||
1
stow/.config/matugen/templates/ghostty
Normal file
1
stow/.config/matugen/templates/ghostty
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
background = {{colors.background.default.hex}}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue