Skip to content

Commit

Permalink
chore(build): auto-generate extras
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 30, 2024
1 parent f126d65 commit 4799d4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions extras/lua/modus_operandi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1527,8 +1527,9 @@ local highlights = {
fg = "#3b3b3b"
},
LspInlayHint = {
bg = "#3f578f",
fg = "#f0f0f0"
bg = "#ffffff",
fg = "#595959",
italic = true
},
LspReferenceRead = {
bg = "#bfc9ff",
Expand Down
5 changes: 3 additions & 2 deletions extras/lua/modus_vivendi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1527,8 +1527,9 @@ local highlights = {
fg = "#C4C4C4"
},
LspInlayHint = {
bg = "#4ae2f0",
fg = "#0f0f0f"
bg = "#000000",
fg = "#989898",
italic = true
},
LspReferenceRead = {
bg = "#1640b0",
Expand Down

0 comments on commit 4799d4d

Please sign in to comment.