Skip to content

Commit

Permalink
fix: missing color
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Cancelinha committed Dec 15, 2023
1 parent 062b28a commit 05e7a15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/northern/colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ local colors = {
blue = U.blend("#5E81AC", "#2E3440", 0.2),
bluec1 = U.blend("#5E81AC", "#2E3440", 0.3),
},
special = {
sea = "#8EBDBC",
light_blue = "#7AA1BE",
},
}

return colors

0 comments on commit 05e7a15

Please sign in to comment.