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", },