diff options
Diffstat (limited to 'ghostty')
| -rw-r--r-- | ghostty/.config/ghostty/config | 10 | ||||
| -rw-r--r-- | ghostty/.config/ghostty/themes/GruvBoxCustom | 21 |
2 files changed, 31 insertions, 0 deletions
diff --git a/ghostty/.config/ghostty/config b/ghostty/.config/ghostty/config new file mode 100644 index 0000000..633bbac --- /dev/null +++ b/ghostty/.config/ghostty/config @@ -0,0 +1,10 @@ +theme = GruvBoxCustom +font-size = 11 +font-family = MonaspiceRn Nerd Font Mono +font-family-bold = MonaspiceRn Nerd Font Mono +font-family-italic = MonaspiceRn Nerd Font Mono +font-family-bold-italic = MonaspiceRn Nerd Font Mono +font-style = bold +gtk-titlebar = false +background-opacity = 0.6 +confirm-close-surface = false diff --git a/ghostty/.config/ghostty/themes/GruvBoxCustom b/ghostty/.config/ghostty/themes/GruvBoxCustom new file mode 100644 index 0000000..81ba511 --- /dev/null +++ b/ghostty/.config/ghostty/themes/GruvBoxCustom @@ -0,0 +1,21 @@ +palette = 0=#665c54 +palette = 1=#ea6962 +palette = 2=#a9b665 +palette = 3=#e78a4e +palette = 4=#7daea3 +palette = 5=#d3869b +palette = 6=#89b482 +palette = 7=#d4be98 +palette = 8=#928374 +palette = 9=#ea6962 +palette = 10=#a9b665 +palette = 11=#d8a657 +palette = 12=#7daea3 +palette = 13=#d3869b +palette = 14=#89b482 +palette = 15=#d4be98 +background = 0d0e0f +foreground = d4be98 +cursor-color = d4be98 +selection-background = 665c54 +selection-foreground = d4be98 |
