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 {
|
||||
base0A = "e0c080",
|
||||
base04 = "d4be98",
|
||||
base07 = "c7b89d",
|
||||
base05 = "c0b196",
|
||||
base0E = "d3869b",
|
||||
base0D = "7daea3",
|
||||
base0C = "86b17f",
|
||||
base0B = "a9b665",
|
||||
base02 = "36393a",
|
||||
base0F = "d65d0e",
|
||||
base03 = "404344",
|
||||
base08 = "ec6b64",
|
||||
base01 = "2c2f30",
|
||||
base00 = "1e2122",
|
||||
base09 = "e78a4e",
|
||||
base06 = "c3b499"
|
||||
base0A = "#e0c080",
|
||||
base04 = "#d4be98",
|
||||
base07 = "#c7b89d",
|
||||
base05 = "#c0b196",
|
||||
base0E = "#d3869b",
|
||||
base0D = "#7daea3",
|
||||
base0C = "#86b17f",
|
||||
base0B = "#a9b665",
|
||||
base02 = "#36393a",
|
||||
base0F = "#d65d0e",
|
||||
base03 = "#404344",
|
||||
base08 = "#ec6b64",
|
||||
base01 = "#2c2f30",
|
||||
base00 = "#1e2122",
|
||||
base09 = "#e78a4e",
|
||||
base06 = "#c3b499"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue