Skip to content

Commit

Permalink
feat: add blackBg color (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaTechnolog committed Jun 21, 2022
1 parent d60cd77 commit 8467b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Lunacolors.format = function(text)
magenta = {'{magenta}', ansi(35)},
cyan = {'{cyan}', ansi(36)},
white = {'{white}', ansi(37)},
black_bg = {'{blackBg}', ansi(40)},
red_bg = {'{redBg}', ansi(41)},
green_bg = {'{greenBg}', ansi(42)},
yellow_bg = {'{yellowBg}', ansi(43)},
Expand Down

0 comments on commit 8467b87

Please sign in to comment.