mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 15:38:15 -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 = "EBCB8B",
|
||||
base04 = "566074",
|
||||
base07 = "ced4df",
|
||||
base05 = "bfc5d0",
|
||||
base0E = "B48EAD",
|
||||
base0D = "81A1C1",
|
||||
base0C = "97b7d7",
|
||||
base0B = "A3BE8C",
|
||||
base02 = "434C5E",
|
||||
base0F = "d57780",
|
||||
base03 = "4C566A",
|
||||
base08 = "d57780",
|
||||
base01 = "3B4252",
|
||||
base00 = "2a303c",
|
||||
base09 = "e39a83",
|
||||
base06 = "c7cdd8"
|
||||
base0A = "#EBCB8B",
|
||||
base04 = "#566074",
|
||||
base07 = "#ced4df",
|
||||
base05 = "#bfc5d0",
|
||||
base0E = "#B48EAD",
|
||||
base0D = "#81A1C1",
|
||||
base0C = "#97b7d7",
|
||||
base0B = "#A3BE8C",
|
||||
base02 = "#434C5E",
|
||||
base0F = "#d57780",
|
||||
base03 = "#4C566A",
|
||||
base08 = "#d57780",
|
||||
base01 = "#3B4252",
|
||||
base00 = "#2a303c",
|
||||
base09 = "#e39a83",
|
||||
base06 = "#c7cdd8"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue