mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 07:50: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 = "151515",
|
||||
base01 = "1c1c1c",
|
||||
base02 = "404040",
|
||||
base03 = "888888",
|
||||
base04 = "ddddbf",
|
||||
base05 = "e8e8d3",
|
||||
base06 = "eeeede",
|
||||
base07 = "f1f1e5",
|
||||
base08 = "c6b6ee",
|
||||
base09 = "cf6a4c",
|
||||
base0A = "fad07a",
|
||||
base0B = "99ad6a",
|
||||
base0C = "fabb6e",
|
||||
base0D = "fabb6e",
|
||||
base0E = "8197bf",
|
||||
base0F = "fad07a",
|
||||
base00 = "#151515",
|
||||
base01 = "#1c1c1c",
|
||||
base02 = "#404040",
|
||||
base03 = "#888888",
|
||||
base04 = "#ddddbf",
|
||||
base05 = "#e8e8d3",
|
||||
base06 = "#eeeede",
|
||||
base07 = "#f1f1e5",
|
||||
base08 = "#c6b6ee",
|
||||
base09 = "#cf6a4c",
|
||||
base0A = "#fad07a",
|
||||
base0B = "#99ad6a",
|
||||
base0C = "#fabb6e",
|
||||
base0D = "#fabb6e",
|
||||
base0E = "#8197bf",
|
||||
base0F = "#fad07a",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue