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 = "0f0f0f",
|
||||
base01 = "151515",
|
||||
base02 = "191919",
|
||||
base03 = "222222",
|
||||
base04 = "535353",
|
||||
base05 = "f0f0f0",
|
||||
base06 = "d8d8d8",
|
||||
base07 = "414141",
|
||||
base08 = "ac8a8c",
|
||||
base09 = "d3d0ad",
|
||||
base0A = "ACA98A",
|
||||
base0B = "8aac8b",
|
||||
base0C = "9EC3C4",
|
||||
base0D = "8fb4b5",
|
||||
base0E = "C49EC4",
|
||||
base0F = "9d9a7b",
|
||||
base00 = "#0f0f0f",
|
||||
base01 = "#151515",
|
||||
base02 = "#191919",
|
||||
base03 = "#222222",
|
||||
base04 = "#535353",
|
||||
base05 = "#f0f0f0",
|
||||
base06 = "#d8d8d8",
|
||||
base07 = "#414141",
|
||||
base08 = "#ac8a8c",
|
||||
base09 = "#d3d0ad",
|
||||
base0A = "#ACA98A",
|
||||
base0B = "#8aac8b",
|
||||
base0C = "#9EC3C4",
|
||||
base0D = "#8fb4b5",
|
||||
base0E = "#C49EC4",
|
||||
base0F = "#9d9a7b",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue