mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 16:00:30 -07:00
convert to 0.7
This commit is contained in:
parent
489408c1d0
commit
8751f27425
32 changed files with 505 additions and 512 deletions
|
|
@ -1,18 +1,18 @@
|
|||
return {
|
||||
base00 = "1e222a",
|
||||
base01 = "353b45",
|
||||
base02 = "3e4451",
|
||||
base03 = "545862",
|
||||
base04 = "565c64",
|
||||
base05 = "abb2bf",
|
||||
base06 = "b6bdca",
|
||||
base07 = "c8ccd4",
|
||||
base08 = "e06c75",
|
||||
base09 = "d19a66",
|
||||
base0A = "e5c07b",
|
||||
base0B = "98c379",
|
||||
base0C = "56b6c2",
|
||||
base0D = "61afef",
|
||||
base0E = "c678dd",
|
||||
base0F = "be5046",
|
||||
base00 = "#1e222a",
|
||||
base01 = "#353b45",
|
||||
base02 = "#3e4451",
|
||||
base03 = "#545862",
|
||||
base04 = "#565c64",
|
||||
base05 = "#abb2bf",
|
||||
base06 = "#b6bdca",
|
||||
base07 = "#c8ccd4",
|
||||
base08 = "#e06c75",
|
||||
base09 = "#d19a66",
|
||||
base0A = "#e5c07b",
|
||||
base0B = "#98c379",
|
||||
base0C = "#56b6c2",
|
||||
base0D = "#61afef",
|
||||
base0E = "#c678dd",
|
||||
base0F = "#be5046",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue