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 = "151515",
|
||||
base01 = "2e2e2e",
|
||||
base02 = "3a3a3a",
|
||||
base03 = "424242",
|
||||
base04 = "474747",
|
||||
base05 = "d9d9c4",
|
||||
base06 = "dedec9",
|
||||
base07 = "f1f1e5",
|
||||
base08 = "dd785a",
|
||||
base09 = "c99f4a",
|
||||
base0A = "e1b655",
|
||||
base0B = "99ad6a",
|
||||
base0C = "7187af",
|
||||
base0D = "8fa5cd",
|
||||
base0E = "e18be1",
|
||||
base0F = "cf6a4c",
|
||||
base00 = "#151515",
|
||||
base01 = "#2e2e2e",
|
||||
base02 = "#3a3a3a",
|
||||
base03 = "#424242",
|
||||
base04 = "#474747",
|
||||
base05 = "#d9d9c4",
|
||||
base06 = "#dedec9",
|
||||
base07 = "#f1f1e5",
|
||||
base08 = "#dd785a",
|
||||
base09 = "#c99f4a",
|
||||
base0A = "#e1b655",
|
||||
base0B = "#99ad6a",
|
||||
base0C = "#7187af",
|
||||
base0D = "#8fa5cd",
|
||||
base0E = "#e18be1",
|
||||
base0F = "#cf6a4c",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue