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 Dec 22, 2024
1 parent d8e83a6 commit 327cf36
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 42 deletions.
39 changes: 18 additions & 21 deletions extras/lua/modus_operandi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1308,31 +1308,31 @@ local highlights = {
fg = "#595959"
},
GitGutterAdd = {
link = "DiffAdd"
fg = "#006700"
},
GitGutterAddLineNr = {
link = "DiffAdd"
fg = "#006700"
},
GitGutterChange = {
link = "DiffChange"
fg = "#655000"
},
GitGutterChangeLineNr = {
link = "DiffChange"
fg = "#655000"
},
GitGutterDelete = {
link = "DiffDelete"
fg = "#aa2222"
},
GitGutterDeleteLineNr = {
link = "DiffDelete"
fg = "#aa2222"
},
GitSignsAdd = {
link = "DiffAdd"
fg = "#006700"
},
GitSignsChange = {
link = "DiffChange"
fg = "#655000"
},
GitSignsDelete = {
link = "DiffDelete"
fg = "#aa2222"
},
GlyphPalette1 = {
fg = "#972500"
Expand Down Expand Up @@ -1499,15 +1499,12 @@ local highlights = {
fg = "#3548cf"
},
LineNr = {
bg = "#f2f2f2",
fg = "#000000"
},
LineNrAbove = {
bg = "#f2f2f2",
fg = "#595959"
},
LineNrBelow = {
bg = "#f2f2f2",
fg = "#595959"
},
LspCodeLens = {
Expand Down Expand Up @@ -1590,13 +1587,13 @@ local highlights = {
bg = "#595959"
},
MiniDiffSignAdd = {
link = "DiffAdd"
fg = "#006700"
},
MiniDiffSignChange = {
link = "DiffChange"
fg = "#655000"
},
MiniDiffSignDelete = {
link = "DiffDelete"
fg = "#aa2222"
},
MiniIndentscopePrefix = {
nocombine = true
Expand Down Expand Up @@ -1870,13 +1867,13 @@ local highlights = {
fg = "#595959"
},
NeoTreeGitAdded = {
fg = "#005000"
fg = "#006700"
},
NeoTreeGitDeleted = {
fg = "#8f1313"
fg = "#aa2222"
},
NeoTreeGitModified = {
fg = "#553d00"
fg = "#655000"
},
NeoTreeNormal = {
bg = "#e0e0e0",
Expand Down Expand Up @@ -2166,13 +2163,13 @@ local highlights = {
fg = "#0031a9"
},
NvimTreeGitDeleted = {
fg = "#8f1313"
fg = "#aa2222"
},
NvimTreeGitDirty = {
fg = "#553d00"
fg = "#655000"
},
NvimTreeGitNew = {
fg = "#005000"
fg = "#006700"
},
NvimTreeImageFile = {
fg = "#0a0a0a"
Expand Down
39 changes: 18 additions & 21 deletions extras/lua/modus_vivendi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1308,31 +1308,31 @@ local highlights = {
fg = "#989898"
},
GitGutterAdd = {
link = "DiffAdd"
fg = "#80e080"
},
GitGutterAddLineNr = {
link = "DiffAdd"
fg = "#80e080"
},
GitGutterChange = {
link = "DiffChange"
fg = "#c0b05f"
},
GitGutterChangeLineNr = {
link = "DiffChange"
fg = "#c0b05f"
},
GitGutterDelete = {
link = "DiffDelete"
fg = "#ff9095"
},
GitGutterDeleteLineNr = {
link = "DiffDelete"
fg = "#ff9095"
},
GitSignsAdd = {
link = "DiffAdd"
fg = "#80e080"
},
GitSignsChange = {
link = "DiffChange"
fg = "#c0b05f"
},
GitSignsDelete = {
link = "DiffDelete"
fg = "#ff9095"
},
GlyphPalette1 = {
fg = "#ff6b55"
Expand Down Expand Up @@ -1499,15 +1499,12 @@ local highlights = {
fg = "#79a8ff"
},
LineNr = {
bg = "#1e1e1e",
fg = "#ffffff"
},
LineNrAbove = {
bg = "#1e1e1e",
fg = "#989898"
},
LineNrBelow = {
bg = "#1e1e1e",
fg = "#989898"
},
LspCodeLens = {
Expand Down Expand Up @@ -1590,13 +1587,13 @@ local highlights = {
bg = "#989898"
},
MiniDiffSignAdd = {
link = "DiffAdd"
fg = "#80e080"
},
MiniDiffSignChange = {
link = "DiffChange"
fg = "#c0b05f"
},
MiniDiffSignDelete = {
link = "DiffDelete"
fg = "#ff9095"
},
MiniIndentscopePrefix = {
nocombine = true
Expand Down Expand Up @@ -1870,13 +1867,13 @@ local highlights = {
fg = "#989898"
},
NeoTreeGitAdded = {
fg = "#a0e0a0"
fg = "#80e080"
},
NeoTreeGitDeleted = {
fg = "#ffbfbf"
fg = "#ff9095"
},
NeoTreeGitModified = {
fg = "#efef80"
fg = "#c0b05f"
},
NeoTreeNormal = {
bg = "#303030",
Expand Down Expand Up @@ -2166,13 +2163,13 @@ local highlights = {
fg = "#2fafff"
},
NvimTreeGitDeleted = {
fg = "#ffbfbf"
fg = "#ff9095"
},
NvimTreeGitDirty = {
fg = "#efef80"
fg = "#c0b05f"
},
NvimTreeGitNew = {
fg = "#a0e0a0"
fg = "#80e080"
},
NvimTreeImageFile = {
fg = "#f4f4f4"
Expand Down

0 comments on commit 327cf36

Please sign in to comment.