mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -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 = "292d3e",
|
||||
base01 = "444267",
|
||||
base02 = "32374d",
|
||||
base03 = "676e95",
|
||||
base04 = "8796b0",
|
||||
base05 = "959dcb",
|
||||
base06 = "959dcb",
|
||||
base07 = "ffffff",
|
||||
base08 = "f07178",
|
||||
base09 = "f78c6c",
|
||||
base0A = "ffcb6b",
|
||||
base0B = "c3e88d",
|
||||
base0C = "89ddff",
|
||||
base0D = "82aaff",
|
||||
base0E = "c792ea",
|
||||
base0F = "ff5370"
|
||||
base00 = "#292d3e",
|
||||
base01 = "#444267",
|
||||
base02 = "#32374d",
|
||||
base03 = "#676e95",
|
||||
base04 = "#8796b0",
|
||||
base05 = "#959dcb",
|
||||
base06 = "#959dcb",
|
||||
base07 = "#ffffff",
|
||||
base08 = "#f07178",
|
||||
base09 = "#f78c6c",
|
||||
base0A = "#ffcb6b",
|
||||
base0B = "#c3e88d",
|
||||
base0C = "#89ddff",
|
||||
base0D = "#82aaff",
|
||||
base0E = "#c792ea",
|
||||
base0F = "#ff5370"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue