diff options
| author | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2024-12-30 18:39:09 +0000 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2024-12-30 18:54:04 +0000 |
| commit | 14fd73852847615a9de28b04e08e27b373e9e6be (patch) | |
| tree | 61635ec394778351761be43c413f7a3fba339cc4 /mut/ghostty | |
| parent | 54b71648f1ddf72dbe1092eae2da3ac6d2cd6ae0 (diff) | |
switch to ghostty
Diffstat (limited to 'mut/ghostty')
| -rw-r--r-- | mut/ghostty/config | 12 | ||||
| -rw-r--r-- | mut/ghostty/themes/GruvboxLuke | 23 |
2 files changed, 35 insertions, 0 deletions
diff --git a/mut/ghostty/config b/mut/ghostty/config new file mode 100644 index 0000000..259a616 --- /dev/null +++ b/mut/ghostty/config @@ -0,0 +1,12 @@ +keybind = alt+k=scroll_page_fractional:-0.4 +keybind = alt+j=scroll_page_fractional:+0.4 +keybind = alt+b=scroll_page_up +keybind = alt+f=scroll_page_down +keybind = alt+c=copy_to_clipboard +keybind = alt+v=paste_from_clipboard +keybind = alt+shift+k=increase_font_size:1 +keybind = alt+shift+j=decrease_font_size:1 + +keybind = ctrl+zero=unbind +theme=GruvboxLuke +window-decoration=false diff --git a/mut/ghostty/themes/GruvboxLuke b/mut/ghostty/themes/GruvboxLuke new file mode 100644 index 0000000..3f09286 --- /dev/null +++ b/mut/ghostty/themes/GruvboxLuke @@ -0,0 +1,23 @@ +palette = 0=#262626 +palette = 1=#d75f5f +palette = 2=#afaf00 +palette = 3=#ffaf00 +palette = 4=#83adad +palette = 5=#d485ad +palette = 6=#85ad85 +palette = 7=#dab997 +palette = 8=#8a8a8a +palette = 9=#d75f5f +palette = 10=#afaf00 +palette = 11=#ffaf00 +palette = 12=#83adad +palette = 13=#d485ad +palette = 14=#85ad85 +palette = 15=#ebdbb2 + +background = #262626 +foreground = #dab997 +cursor-color = #dab997 + +selection-background = #665c54 +selection-foreground = #ebdbb2 |
