๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

floatBorder has now a base bg

Kacaii 787e4a21 31d63b76

+1 -1
+1 -1
.config/nvim/lua/plugins/colorscheme.lua
··· 80 80 -- ๎ญฟ Making the float window same color as the bg 81 81 NormalFloat = { bg = colors.base }, 82 82 FloatTitle = { fg = colors.overlay0, bg = colors.base }, 83 - FloatBorder = { fg = colors.overlay1, bg = colors.none }, 83 + FloatBorder = { fg = colors.overlay1, bg = colors.base }, 84 84 85 85 -- ๏’ง TODO 86 86 TodoBgFIX = { fg = colors.red, bg = colors.base },