diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2025-04-20 15:46:33 -0400 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2025-04-20 15:48:01 -0400 |
| commit | 973673083f215451b7674a22533b4e7dfdfb81fd (patch) | |
| tree | be7942cc9e98755edeb24427e4776b75e7485f73 /.config/ghostty | |
| parent | 78efc3eb493b40ad2f79408a47bb873b5eea9db0 (diff) | |
maybe useful
idk
Diffstat (limited to '.config/ghostty')
| -rw-r--r-- | .config/ghostty/config | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/ghostty/config b/.config/ghostty/config new file mode 100644 index 0000000..d401ac1 --- /dev/null +++ b/.config/ghostty/config @@ -0,0 +1,18 @@ +command = /usr/bin/fish +click-repeat-interval = 500 +auto-update-channel = tip + +background-opacity = 0.95 +foreground = #d3b58d +background = #062625 + +selection-invert-fg-bg = true + +window-theme = dark +window-decoration = false + +cursor-text = #2c4e6c +cursor-color = #90ee90 + +font-size = 13 +font-family = FiraMono |
