diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2025-04-20 15:46:33 -0400 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2025-05-28 16:36:25 -0400 |
| commit | 895de7bb2bf3381a6f796df93e0c25e8d4b0ff8b (patch) | |
| tree | 805e2237bb8c75c8497d13f9d4622682b08afcec /.config/ghostty/config | |
| parent | 143847c01930c4e7e0283c019002a95193175557 (diff) | |
maybe useful
idk
Diffstat (limited to '.config/ghostty/config')
| -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 |
