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 = "282c34",
|
||||
base01 = "32363e",
|
||||
base02 = "3c4048",
|
||||
base03 = "4e525a",
|
||||
base04 = "5a5e66",
|
||||
base05 = "a7aebb",
|
||||
base06 = "b3bac7",
|
||||
base07 = "bbc2cf",
|
||||
base08 = "ff6c6b",
|
||||
base09 = "da8548",
|
||||
base0A = "ECBE7B",
|
||||
base0B = "98be65",
|
||||
base0C = "66c4ff",
|
||||
base0D = "48a6e6",
|
||||
base0E = "9c94d4",
|
||||
base0F = "c85a50",
|
||||
base00 = "#282c34",
|
||||
base01 = "#32363e",
|
||||
base02 = "#3c4048",
|
||||
base03 = "#4e525a",
|
||||
base04 = "#5a5e66",
|
||||
base05 = "#a7aebb",
|
||||
base06 = "#b3bac7",
|
||||
base07 = "#bbc2cf",
|
||||
base08 = "#ff6c6b",
|
||||
base09 = "#da8548",
|
||||
base0A = "#ECBE7B",
|
||||
base0B = "#98be65",
|
||||
base0C = "#66c4ff",
|
||||
base0D = "#48a6e6",
|
||||
base0E = "#9c94d4",
|
||||
base0F = "#c85a50",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue