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 = "282a36",
|
||||
base01 = "3a3c4e",
|
||||
base02 = "44475a",
|
||||
base03 = "6272a4",
|
||||
base04 = "62d6e8",
|
||||
base05 = "e9e9f4",
|
||||
base06 = "6272a4",
|
||||
base07 = "ff95ef",
|
||||
base08 = "ffb86c",
|
||||
base09 = "bd93f9",
|
||||
base0A = "8be9fd",
|
||||
base0B = "ffffa5",
|
||||
base0C = "8be9fd",
|
||||
base0D = "69ff94",
|
||||
base0E = "ff92df",
|
||||
base0F = "f7f7fb",
|
||||
base00 = "#282a36",
|
||||
base01 = "#3a3c4e",
|
||||
base02 = "#44475a",
|
||||
base03 = "#6272a4",
|
||||
base04 = "#62d6e8",
|
||||
base05 = "#e9e9f4",
|
||||
base06 = "#6272a4",
|
||||
base07 = "#ff95ef",
|
||||
base08 = "#ffb86c",
|
||||
base09 = "#bd93f9",
|
||||
base0A = "#8be9fd",
|
||||
base0B = "#ffffa5",
|
||||
base0C = "#8be9fd",
|
||||
base0D = "#69ff94",
|
||||
base0E = "#ff92df",
|
||||
base0F = "#f7f7fb",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue