From 4b17d5db2d6307decfed4d0ebc0720ff04ac8402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Mon, 6 Jan 2025 17:24:53 +0100 Subject: [PATCH] feat(ghostty): force dark theme and disable ligatures --- ghostty/config | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ghostty/config b/ghostty/config index e738aae..4f30eba 100644 --- a/ghostty/config +++ b/ghostty/config @@ -1,5 +1,6 @@ # theme -theme = light:gruvbox-material-soft-light,dark:gruvbox-material-soft-dark +# theme = light:gruvbox-material-soft-light,dark:gruvbox-material-soft-dark +theme = gruvbox-material-soft-dark # cursor cursor-style = block @@ -14,7 +15,12 @@ font-size = 15 font-thicken = true bold-is-bright = true +font-feature=-calt +font-feature=-liga +font-feature=-dlig + # window +window-theme = dark window-height = 36 window-width = 150 @@ -31,3 +37,6 @@ keybind = global:cmd+enter=new_window # shell integrations for zsh # https://ghostty.org/docs/features/shell-integration shell-integration = zsh + +# gtk +gtk-titlebar = false