Skip to content

Commit

Permalink
update git palette
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianChiarulli committed Dec 30, 2023
1 parent 727fb3e commit 162c403
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/darkplus/palette.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ local colors = {
info_bg = "#342f25",
warn_bg = "#34291b",
error_bg = "#332222",
gitsigns_add = "#587c0c",
gitsigns_change = "#0c7d9d",
gitsigns_delete = "#94151b",
gitsigns_add = "#2da042",
gitsigns_change = "#0077d2",
gitsigns_delete = "#f85249",
git_tree_add = "#6dbd89",
git_tree_change = "#e6c38f",
git_tree_delete = "#f88372",
Expand Down

0 comments on commit 162c403

Please sign in to comment.