From a98ad2e085dfcac5363dc605210395f63773b160 Mon Sep 17 00:00:00 2001 From: Ben Kreeger Date: Fri, 26 Sep 2025 11:37:03 -0500 Subject: [PATCH] Tweak ghostty a bit more, enable transparency --- ghostty/config | 16 +++++++++------- nvim/lua/plugins/00-colorscheme.lua | 1 + 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/ghostty/config b/ghostty/config index a35bdc2..5f5169f 100644 --- a/ghostty/config +++ b/ghostty/config @@ -1,6 +1,6 @@ # Text style -adjust-cell-height = 30% -adjust-cell-width = -9% +adjust-cell-height = 40% +adjust-cell-width = -10% cursor-style = block cursor-style-blink = false font-family = Google Sans Code NF @@ -9,22 +9,24 @@ font-synthetic-style = no-bold, no-bold-italic # Window style background-blur = true -background-opacity = 0.88 +background-opacity = 0.8 theme = dark:catppuccin-mocha.conf, light:catppuccin-latte.conf window-padding-color = extend -window-padding-x = 5,0 -window-padding-y = 5,0 +window-padding-x = 12,0 +window-padding-y = 12,0 # Functionality scrollback-limit = 100000 window-inherit-working-directory = true copy-on-select = clipboard shell-integration-features = no-cursor -# Not currently using tmux -# command = ~/.config/ghostty/ghostty-tmux # macOS-specific settings alpha-blending = linear macos-icon = xray macos-titlebar-style = transparent keybind = shift+enter=text:\n + +# Not currently using tmux +# command = ~/.config/ghostty/ghostty-tmux + diff --git a/nvim/lua/plugins/00-colorscheme.lua b/nvim/lua/plugins/00-colorscheme.lua index 9fd5d62..68e8998 100644 --- a/nvim/lua/plugins/00-colorscheme.lua +++ b/nvim/lua/plugins/00-colorscheme.lua @@ -5,6 +5,7 @@ return { config = function() require("catppuccin").setup({ flavour = "auto", + transparent_background = true, background = { light = "latte", dark = "mocha",