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,19 +1,19 @@
|
|||
return {
|
||||
base00 = "18191f",
|
||||
base01 = "222329",
|
||||
base02 = "2c2d33",
|
||||
base03 = "3c3d43",
|
||||
base04 = "b5ac9b",
|
||||
base05 = "cbc0ab",
|
||||
base06 = "e0d6bd",
|
||||
base07 = "f1ebd1",
|
||||
base08 = "b8aad9",
|
||||
base09 = "b17f81",
|
||||
base0A = "d4ae80",
|
||||
base0B = "8aa387",
|
||||
base0C = "9ba292",
|
||||
base0D = "c495a2",
|
||||
base0E = "8896ae",
|
||||
base0F = "d0d0c7",
|
||||
base00 = "#18191f",
|
||||
base01 = "#222329",
|
||||
base02 = "#2c2d33",
|
||||
base03 = "#3c3d43",
|
||||
base04 = "#b5ac9b",
|
||||
base05 = "#cbc0ab",
|
||||
base06 = "#e0d6bd",
|
||||
base07 = "#f1ebd1",
|
||||
base08 = "#b8aad9",
|
||||
base09 = "#b17f81",
|
||||
base0A = "#d4ae80",
|
||||
base0B = "#8aa387",
|
||||
base0C = "#9ba292",
|
||||
base0D = "#c495a2",
|
||||
base0E = "#8896ae",
|
||||
base0F = "#d0d0c7",
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue