From a502df8e81c550d9bf06ad3f91565079883ce902 Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Mon, 30 Dec 2024 17:45:49 -0800 Subject: [PATCH] Added Ghostty config --- ghostty.config | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ghostty.config diff --git a/ghostty.config b/ghostty.config new file mode 100644 index 0000000..4ff08d0 --- /dev/null +++ b/ghostty.config @@ -0,0 +1,20 @@ +# Ghostty configuration +# --------------------- + +# Font +font-family = Iosevka Term +font-size = 13 + +# Theme +theme = MaterialOcean + +# Cursor +cursor-color = #aa2222 +cursor-opacity = 0.6 +cursor-style = block + +# Window +window-decoration = false +window-padding-x = 5 +window-padding-y = 5 +window-padding-balance = true