From 82ffe5875da9bd92df55f5fcd31d7f0b6622c1a2 Mon Sep 17 00:00:00 2001 From: Troy Connor Date: Tue, 31 Dec 2024 00:42:13 -0500 Subject: [PATCH] =?UTF-8?q?add=20ghostty=20config=20to=20repo=20?= =?UTF-8?q?=F0=9F=91=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ghostty/config | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ghostty/config diff --git a/ghostty/config b/ghostty/config new file mode 100644 index 0000000..baf3334 --- /dev/null +++ b/ghostty/config @@ -0,0 +1,13 @@ +font-family = "SauceCodePro NFM ExtraLight" +theme = "nord" +background-opacity = 0.9 +background-blur-radius = 20 +cursor-style-blink = false +font-size = 18 +keybind = cmd+shift+comma=reload_config +keybind = cmd+shift+t=toggle_quick_terminal +macos-icon = custom-style +macos-icon-ghost-color = FFFF00 +macos-icon-screen-color = 23AA23 +window-padding-x = 20 +window-padding-y = 20 -- 2.51.2