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 = "1a212e",
|
||||
base01 = "1e2532",
|
||||
base02 = "21283b",
|
||||
base03 = "4f5f7e",
|
||||
base04 = "596988",
|
||||
base05 = "6c7d9c",
|
||||
base06 = "b6bdca",
|
||||
base07 = "c8ccd4",
|
||||
base08 = "f65866",
|
||||
base09 = "ea8912",
|
||||
base0A = "ebc275",
|
||||
base0B = "8bcd5b",
|
||||
base0C = "52a0e0",
|
||||
base0D = "41a7fc",
|
||||
base0E = "c678dd",
|
||||
base0F = "f65866",
|
||||
base00 = "#1a212e",
|
||||
base01 = "#1e2532",
|
||||
base02 = "#21283b",
|
||||
base03 = "#4f5f7e",
|
||||
base04 = "#596988",
|
||||
base05 = "#6c7d9c",
|
||||
base06 = "#b6bdca",
|
||||
base07 = "#c8ccd4",
|
||||
base08 = "#f65866",
|
||||
base09 = "#ea8912",
|
||||
base0A = "#ebc275",
|
||||
base0B = "#8bcd5b",
|
||||
base0C = "#52a0e0",
|
||||
base0D = "#41a7fc",
|
||||
base0E = "#c678dd",
|
||||
base0F = "#f65866",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue