diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index f053fb3..ed9eb3c 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -6,8 +6,8 @@ background_opacity: 1.0 window: padding: - x: 8 - y: 8 + x: 16 + y: 16 # Window title title: Terminal diff --git a/nvim/.config/nvim/init.lua b/nvim/.config/nvim/init.lua index 8f67800..3033c25 100644 --- a/nvim/.config/nvim/init.lua +++ b/nvim/.config/nvim/init.lua @@ -14,7 +14,7 @@ local theme = require("onedark") theme.setup { -- Main options -- style = "warmer", -- Default theme style. Choose between "dark", "darker", "cool", "deep", "warm", "warmer" and "light" - transparent = false, -- Show/hide background + transparent = true, -- Show/hide background term_colors = true, -- Change terminal color as per the selected theme style ending_tildes = false, -- Show the end-of-buffer tildes. By default they are hidden cmp_itemkind_reverse = false, -- reverse item kind highlights in cmp menu