Skip to content

Commit

Permalink
Correct missing comas in palette example
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpray authored Jul 10, 2023
1 parent e28eb57 commit fe38e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ local palettes = {
github_dark = {
-- Defining multiple shades is done by passing a table
red = {
base = '#8e1519'
bright = '#ee0000'
base = '#8e1519',
bright = '#ee0000',
},
},
github_dark_dimmed = {
Expand Down

0 comments on commit fe38e58

Please sign in to comment.