diff options
| author | omagdy <omar.professional8777@gmail.com> | 2024-12-27 23:12:00 +0200 |
|---|---|---|
| committer | omagdy <omar.professional8777@gmail.com> | 2024-12-27 23:12:00 +0200 |
| commit | 16089bdf9848fd3942fe4282cb2f357cdd312d9c (patch) | |
| tree | 9a8f114b7923c1b27d52556fb74e4a506366cd2e /ghostty/.config | |
| parent | df7634e9254fda279b8eeb26f75668694b22ef76 (diff) | |
| download | dotfiles-16089bdf9848fd3942fe4282cb2f357cdd312d9c.tar.xz dotfiles-16089bdf9848fd3942fe4282cb2f357cdd312d9c.zip | |
Added ghostty config
Diffstat (limited to 'ghostty/.config')
| -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 |
