fix: consistent hex color case (#148)

This commit is contained in:
typicode 2022-09-05 21:56:20 +02:00 committed by GitHub
parent 0af477f7c9
commit 8e691022f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ function M.setup(opts)
blue1 = "#2ac3de",
blue2 = "#0db9d7",
blue5 = "#89ddff",
blue6 = "#B4F9F8",
blue6 = "#b4f9f8",
blue7 = "#394b70",
magenta = "#bb9af7",
magenta2 = "#ff007c",