Skip to content

Commit 274a408

Browse files
author
Filipe Cancelinha
committed
feat: dropbar and incline plugins partially supported
1 parent b897528 commit 274a408

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

lua/nordern/plugs.lua

+11-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ P.dap = {
8484
DapUIUnavailable = { fg = C.night.c3, bg = C.none },
8585
DapUIUnavailableNC = { fg = C.night.c3, bg = C.none },
8686
DapUIValue = { fg = C.aurora.green, bg = C.none },
87-
DapUIVariable = { fg = C.fg, bg = C.none, bold = true, underline = true },
87+
DapUIVariable = { fg = C.fg, bg = C.none, bold = true, underline = true, sp = C.fg },
8888
DapUIWatchesEmpty = { fg = C.aurora.red, bg = C.none },
8989
DapUIWatchesError = { fg = C.aurora.red, bg = C.none },
9090
DapUIWatchesValue = { fg = C.aurora.green, bg = C.none },
@@ -885,7 +885,7 @@ P.mini = {
885885

886886
P.avante = {
887887
AvanteTitle = { fg = C.bg, bg = C.frost.turquoise },
888-
AvanteSubtitle = { fg = C.bg, bg = C.frost.sea},
888+
AvanteSubtitle = { fg = C.bg, bg = C.frost.sea },
889889
AvanteAnnotation = { link = "Comment" },
890890
AvanteSuggestion = { fg = C.night.c3, bg = C.none },
891891
AvanteThirdTitle = { fg = C.bg, bg = C.aurora.green },
@@ -900,4 +900,13 @@ P.avante = {
900900
AvanteConflictIncomingLabel = { fg = C.aurora.orange, bg = C.none },
901901
}
902902

903+
P.incline = {
904+
InclineNormal = { fg = C.none, bg = C.none },
905+
InclineNormalNC = { fg = C.none, bg = C.none },
906+
}
907+
908+
P.dropbar = {
909+
DropBarIconKindFolder = { fg = C.frost.turquoise, bg = C.none }
910+
}
911+
903912
return P

0 commit comments

Comments
 (0)