mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -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 {
|
||||
base0A = "e0af68",
|
||||
base04 = "565c64",
|
||||
base07 = "c0caf5",
|
||||
base05 = "a9b1d6",
|
||||
base0E = "9d7cd8",
|
||||
base0D = "7aa2f7",
|
||||
base0C = "2ac3de",
|
||||
base0B = "9ece6a",
|
||||
base02 = "3b4261",
|
||||
base0F = "9abdf5",
|
||||
base03 = "545c7e",
|
||||
base08 = "f7768e",
|
||||
base01 = "3b4261",
|
||||
base00 = "1A1B26",
|
||||
base09 = "ff9e64",
|
||||
base06 = "bbc5f0"
|
||||
base0A = "#e0af68",
|
||||
base04 = "#565c64",
|
||||
base07 = "#c0caf5",
|
||||
base05 = "#a9b1d6",
|
||||
base0E = "#9d7cd8",
|
||||
base0D = "#7aa2f7",
|
||||
base0C = "#2ac3de",
|
||||
base0B = "#9ece6a",
|
||||
base02 = "#3b4261",
|
||||
base0F = "#9abdf5",
|
||||
base03 = "#545c7e",
|
||||
base08 = "#f7768e",
|
||||
base01 = "#3b4261",
|
||||
base00 = "#1A1B26",
|
||||
base09 = "#ff9e64",
|
||||
base06 = "#bbc5f0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue