Skip to content

Commit

Permalink
fix(extras): use LeapLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
ibotlold committed Jul 6, 2024
1 parent b6e6727 commit b283082
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
6 changes: 1 addition & 5 deletions extras/lua/tokyonight_day.lua
Original file line number Diff line number Diff line change
Expand Up @@ -969,14 +969,10 @@ local highlights = {
LeapBackdrop = {
fg = "#8990b3"
},
LeapLabelPrimary = {
LeapLabel = {
bold = true,
fg = "#d20065"
},
LeapLabelSecondary = {
bold = true,
fg = "#387068"
},
LeapMatch = {
bg = "#d20065",
bold = true,
Expand Down
6 changes: 1 addition & 5 deletions extras/lua/tokyonight_moon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -969,14 +969,10 @@ local highlights = {
LeapBackdrop = {
fg = "#545c7e"
},
LeapLabelPrimary = {
LeapLabel = {
bold = true,
fg = "#ff007c"
},
LeapLabelSecondary = {
bold = true,
fg = "#4fd6be"
},
LeapMatch = {
bg = "#ff007c",
bold = true,
Expand Down
6 changes: 1 addition & 5 deletions extras/lua/tokyonight_night.lua
Original file line number Diff line number Diff line change
Expand Up @@ -969,14 +969,10 @@ local highlights = {
LeapBackdrop = {
fg = "#545c7e"
},
LeapLabelPrimary = {
LeapLabel = {
bold = true,
fg = "#ff007c"
},
LeapLabelSecondary = {
bold = true,
fg = "#73daca"
},
LeapMatch = {
bg = "#ff007c",
bold = true,
Expand Down
6 changes: 1 addition & 5 deletions extras/lua/tokyonight_storm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -969,14 +969,10 @@ local highlights = {
LeapBackdrop = {
fg = "#545c7e"
},
LeapLabelPrimary = {
LeapLabel = {
bold = true,
fg = "#ff007c"
},
LeapLabelSecondary = {
bold = true,
fg = "#73daca"
},
LeapMatch = {
bg = "#ff007c",
bold = true,
Expand Down

0 comments on commit b283082

Please sign in to comment.