From 39dadcf64ccfa12f669d51cfe139039598e0cdbb Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 5 Jan 2025 01:00:02 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-05 01:00:02 --- .config/ghostty/config | 3 ++- .config/nvim/lua/plugins/ashen.lua | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/ghostty/config b/.config/ghostty/config index 625c8162..a3555359 100644 --- a/.config/ghostty/config +++ b/.config/ghostty/config @@ -1,5 +1,6 @@ -theme = ashen font-family = SauceCodePro NFM +theme = ashen +background = 121212 window-decoration = false keybind = ctrl+enter=unbind background-opacity = 0.8 diff --git a/.config/nvim/lua/plugins/ashen.lua b/.config/nvim/lua/plugins/ashen.lua index cd49e8d4..2c3e19d7 100644 --- a/.config/nvim/lua/plugins/ashen.lua +++ b/.config/nvim/lua/plugins/ashen.lua @@ -10,7 +10,7 @@ return { opts = { colors = { -- background = "#121212", - background = "#131313", + -- background = "#131313", -- background = "#000000", -- background = "#1e1d2d", },