🔒 Backup for my config files
dotfiles
0
fork

Configure Feed

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

change color of the borders

Kacaii 9be71def f2764a94

+10 -8
+10 -8
.config/nvim/lua/plugins/colorscheme.lua
··· 63 63 custom_highlights = function(colors) 64 64 return { 65 65 66 - -- 󱐥 Core -- 66 + -- 󱐥 Core 67 67 ["@module"] = { fg = colors.lavender }, 68 68 Comment = { fg = colors.overlay1 }, 69 69 Type = { fg = colors.yellow }, ··· 72 72 Label = { fg = colors.blue }, 73 73 LineNr = { fg = colors.overlay1 }, 74 74 75 - --  Making the float window same color as the bg. -- 76 - NormalFloat = { fg = colors.text, bg = colors.none }, 77 - FloatBorder = { fg = colors.lavender, bg = colors.none }, 75 + --  Making the float window same color as the bg 76 + NormalFloat = { fg = colors.overlay1, bg = colors.none }, 77 + FloatBorder = { fg = colors.overlay1, bg = colors.none }, 78 78 79 - --  TODO backgrounds 79 + --  TODO 80 80 TodoBgFIX = { fg = colors.red, bg = colors.base }, 81 81 TodoBgHACK = { fg = colors.yellow, bg = colors.base }, 82 82 TodoBgNOTE = { fg = colors.text, bg = colors.base }, ··· 89 89 -- 󱐀 Completion -- 90 90 Pmenu = { bg = colors.none }, 91 91 PmenuSel = { fg = colors.text, bg = colors.surface0 }, 92 - BlinkCmpMenuBorder = { fg = colors.overlay1, bg = colors.base }, 93 92 94 93 -- 󱐀 BlinkCmp -- 95 94 BlinkCmpKindStruct = { fg = colors.yellow }, 96 95 BlinkCmpKindEnum = { fg = colors.yellow }, 97 96 BlinkCmpKindEnumMember = { fg = colors.peach }, 97 + BlinkCmpMenuBorder = { fg = colors.overlay1, bg = colors.base }, 98 + BlinkCmpDoc = { fg = colors.overlay1, bg = colors.base }, 98 99 99 100 --  Yanky -- 100 101 YankyYanked = { fg = colors.base, bg = colors.peach }, 101 102 YankyPut = { fg = colors.base, bg = colors.peach }, 102 103 103 - -- 󱥰 Snacks.dashboard -- 104 + -- 󱥰 Snacks 105 + SnacksPickerRule = { fg = colors.overlay1 }, 106 + 104 107 SnacksDashboardHeader = { fg = colors.mauve }, 105 108 SnacksDashboardIcon = { fg = colors.mauve }, 106 109 SnacksDashboardKey = { fg = colors.mauve }, 107 110 108 - -- 󱥰 Snacks.input -- 109 111 SnacksInputIcon = { fg = colors.text }, 110 112 SnacksInputTitle = { fg = colors.text }, 111 113 SnacksInputBorder = { fg = colors.text },