mirror of
https://github.com/gabehf/base46.git
synced 2026-03-13 09:20: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 = "11121d",
|
||||
base01 = "1b1c27",
|
||||
base02 = "21222d",
|
||||
base03 = "282934",
|
||||
base04 = "30313c",
|
||||
base05 = "abb2bf",
|
||||
base06 = "b2b9c6",
|
||||
base07 = "b9c0cd",
|
||||
base08 = "ee6d85",
|
||||
base09 = "7199ee",
|
||||
base0A = "7199ee",
|
||||
base0B = "dfae67",
|
||||
base0C = "a485dd",
|
||||
base0D = "95c561",
|
||||
base0E = "a485dd",
|
||||
base0F = "f3627a",
|
||||
base00 = "#11121d",
|
||||
base01 = "#1b1c27",
|
||||
base02 = "#21222d",
|
||||
base03 = "#282934",
|
||||
base04 = "#30313c",
|
||||
base05 = "#abb2bf",
|
||||
base06 = "#b2b9c6",
|
||||
base07 = "#b9c0cd",
|
||||
base08 = "#ee6d85",
|
||||
base09 = "#7199ee",
|
||||
base0A = "#7199ee",
|
||||
base0B = "#dfae67",
|
||||
base0C = "#a485dd",
|
||||
base0D = "#95c561",
|
||||
base0E = "#a485dd",
|
||||
base0F = "#f3627a",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue