mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -07:00
fix(themes): use same case for all colors
This commit is contained in:
parent
717cb6b8ed
commit
391877f2e8
2 changed files with 19 additions and 19 deletions
|
|
@ -1,5 +1,5 @@
|
|||
return {
|
||||
base00 = "11121D",
|
||||
base00 = "11121d",
|
||||
base01 = "151621",
|
||||
base02 = "43444f",
|
||||
base03 = "393a45",
|
||||
|
|
@ -7,12 +7,12 @@ return {
|
|||
base05 = "abb2bf",
|
||||
base06 = "555661",
|
||||
base07 = "2c2d38",
|
||||
base08 = "A485DD",
|
||||
base09 = "A485DD",
|
||||
base0A = "7199EE",
|
||||
base0B = "D7A65F",
|
||||
base0C = "A485DD",
|
||||
base0D = "95C561",
|
||||
base0E = "EE6D85",
|
||||
base08 = "a485dd",
|
||||
base09 = "a485dd",
|
||||
base0A = "7199ee",
|
||||
base0B = "d7A65f",
|
||||
base0C = "a485dd",
|
||||
base0D = "95c561",
|
||||
base0E = "ee6d85",
|
||||
base0F = "773440",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue