File tree 5 files changed +5
-22
lines changed
5 files changed +5
-22
lines changed Original file line number Diff line number Diff line change @@ -969,14 +969,10 @@ local highlights = {
969
969
LeapBackdrop = {
970
970
fg = " #8990b3"
971
971
},
972
- LeapLabelPrimary = {
972
+ LeapLabel = {
973
973
bold = true ,
974
974
fg = " #d20065"
975
975
},
976
- LeapLabelSecondary = {
977
- bold = true ,
978
- fg = " #387068"
979
- },
980
976
LeapMatch = {
981
977
bg = " #d20065" ,
982
978
bold = true ,
Original file line number Diff line number Diff line change @@ -969,14 +969,10 @@ local highlights = {
969
969
LeapBackdrop = {
970
970
fg = " #545c7e"
971
971
},
972
- LeapLabelPrimary = {
972
+ LeapLabel = {
973
973
bold = true ,
974
974
fg = " #ff007c"
975
975
},
976
- LeapLabelSecondary = {
977
- bold = true ,
978
- fg = " #4fd6be"
979
- },
980
976
LeapMatch = {
981
977
bg = " #ff007c" ,
982
978
bold = true ,
Original file line number Diff line number Diff line change @@ -969,14 +969,10 @@ local highlights = {
969
969
LeapBackdrop = {
970
970
fg = " #545c7e"
971
971
},
972
- LeapLabelPrimary = {
972
+ LeapLabel = {
973
973
bold = true ,
974
974
fg = " #ff007c"
975
975
},
976
- LeapLabelSecondary = {
977
- bold = true ,
978
- fg = " #73daca"
979
- },
980
976
LeapMatch = {
981
977
bg = " #ff007c" ,
982
978
bold = true ,
Original file line number Diff line number Diff line change @@ -969,14 +969,10 @@ local highlights = {
969
969
LeapBackdrop = {
970
970
fg = " #545c7e"
971
971
},
972
- LeapLabelPrimary = {
972
+ LeapLabel = {
973
973
bold = true ,
974
974
fg = " #ff007c"
975
975
},
976
- LeapLabelSecondary = {
977
- bold = true ,
978
- fg = " #73daca"
979
- },
980
976
LeapMatch = {
981
977
bg = " #ff007c" ,
982
978
bold = true ,
Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ function M.get(c, opts)
7
7
-- stylua: ignore
8
8
return {
9
9
LeapMatch = { bg = c .magenta2 , fg = c .fg , bold = true },
10
- LeapLabelPrimary = { fg = c .magenta2 , bold = true },
11
- LeapLabelSecondary = { fg = c .green1 , bold = true },
10
+ LeapLabel = { fg = c .magenta2 , bold = true },
12
11
LeapBackdrop = { fg = c .dark3 },
13
12
}
14
13
end
You can’t perform that action at this time.
0 commit comments