mirror of
https://github.com/gabehf/base46.git
synced 2026-03-13 09:20:31 -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 = "2a2f38",
|
||||
base01 = "323c41",
|
||||
base02 = "3a4248",
|
||||
base03 = "868d80",
|
||||
base04 = "d3c6aa",
|
||||
base05 = "e1e3e4",
|
||||
base06 = "e1e3e4",
|
||||
base07 = "fff9e8",
|
||||
base08 = "6dc7e3",
|
||||
base09 = "d699b6",
|
||||
base0A = "83c092",
|
||||
base0B = "eacb64",
|
||||
base0C = "ff6578",
|
||||
base0D = "9dd274",
|
||||
base0E = "f69c5e",
|
||||
base0F = "ba9cf3"
|
||||
base00 = "#2a2f38",
|
||||
base01 = "#323c41",
|
||||
base02 = "#3a4248",
|
||||
base03 = "#868d80",
|
||||
base04 = "#d3c6aa",
|
||||
base05 = "#e1e3e4",
|
||||
base06 = "#e1e3e4",
|
||||
base07 = "#fff9e8",
|
||||
base08 = "#6dc7e3",
|
||||
base09 = "#d699b6",
|
||||
base0A = "#83c092",
|
||||
base0B = "#eacb64",
|
||||
base0C = "#ff6578",
|
||||
base0D = "#9dd274",
|
||||
base0E = "#f69c5e",
|
||||
base0F = "#ba9cf3"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue