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 = "002b36",
|
||||
base01 = "073642",
|
||||
base02 = "586e75",
|
||||
base03 = "657b83",
|
||||
base04 = "839496",
|
||||
base05 = "93a1a1",
|
||||
base06 = "eee8d5",
|
||||
base07 = "fdf6e3",
|
||||
base08 = "dc322f",
|
||||
base09 = "cb4b16",
|
||||
base0A = "b58900",
|
||||
base0B = "859900",
|
||||
base0C = "2aa198",
|
||||
base0D = "268bd2",
|
||||
base0E = "6c71c4",
|
||||
base0F = "d33682"
|
||||
base00 = "#002b36",
|
||||
base01 = "#073642",
|
||||
base02 = "#586e75",
|
||||
base03 = "#657b83",
|
||||
base04 = "#839496",
|
||||
base05 = "#93a1a1",
|
||||
base06 = "#eee8d5",
|
||||
base07 = "#fdf6e3",
|
||||
base08 = "#dc322f",
|
||||
base09 = "#cb4b16",
|
||||
base0A = "#b58900",
|
||||
base0B = "#859900",
|
||||
base0C = "#2aa198",
|
||||
base0D = "#268bd2",
|
||||
base0E = "#6c71c4",
|
||||
base0F = "#d33682"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue