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,18 +1,18 @@
|
|||
return {
|
||||
base00 = "282828",
|
||||
base01 = "3c3836",
|
||||
base02 = "504945",
|
||||
base03 = "665c54",
|
||||
base04 = "bdae93",
|
||||
base05 = "d5c4a1",
|
||||
base06 = "ebdbb2",
|
||||
base07 = "fbf1c7",
|
||||
base08 = "fb4934",
|
||||
base09 = "fe8019",
|
||||
base0A = "fabd2f",
|
||||
base0B = "b8bb26",
|
||||
base0C = "8ec07c",
|
||||
base0D = "83a598",
|
||||
base0E = "d3869b",
|
||||
base0F = "d65d0e",
|
||||
base00 = "#282828",
|
||||
base01 = "#3c3836",
|
||||
base02 = "#504945",
|
||||
base03 = "#665c54",
|
||||
base04 = "#bdae93",
|
||||
base05 = "#d5c4a1",
|
||||
base06 = "#ebdbb2",
|
||||
base07 = "#fbf1c7",
|
||||
base08 = "#fb4934",
|
||||
base09 = "#fe8019",
|
||||
base0A = "#fabd2f",
|
||||
base0B = "#b8bb26",
|
||||
base0C = "#8ec07c",
|
||||
base0D = "#83a598",
|
||||
base0E = "#d3869b",
|
||||
base0F = "#d65d0e",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue