mirror of
https://github.com/gabehf/base46.git
synced 2026-03-12 08:50:32 -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,19 +1,19 @@
|
|||
return {
|
||||
base00 = "151515",
|
||||
base01 = "1f1f1f",
|
||||
base02 = "282828",
|
||||
base03 = "3b3b3b",
|
||||
base04 = "e8e3e3",
|
||||
base05 = "e8e3e3",
|
||||
base06 = "e8e3e3",
|
||||
base07 = "e8e3e3",
|
||||
base08 = "b66467",
|
||||
base09 = "d9bc8c",
|
||||
base0A = "d9bc8c",
|
||||
base0B = "8c977d",
|
||||
base0C = "8aa6a2",
|
||||
base0D = "8da3b9",
|
||||
base0E = "a988b0",
|
||||
base0F = "d9bc8c",
|
||||
base00 = "#151515",
|
||||
base01 = "#1f1f1f",
|
||||
base02 = "#282828",
|
||||
base03 = "#3b3b3b",
|
||||
base04 = "#e8e3e3",
|
||||
base05 = "#e8e3e3",
|
||||
base06 = "#e8e3e3",
|
||||
base07 = "#e8e3e3",
|
||||
base08 = "#b66467",
|
||||
base09 = "#d9bc8c",
|
||||
base0A = "#d9bc8c",
|
||||
base0B = "#8c977d",
|
||||
base0C = "#8aa6a2",
|
||||
base0D = "#8da3b9",
|
||||
base0E = "#a988b0",
|
||||
base0F = "#d9bc8c",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue