convert to 0.7

This commit is contained in:
zbirenbaum 2022-04-15 04:26:04 -04:00
parent 489408c1d0
commit 8751f27425
32 changed files with 505 additions and 512 deletions

View file

@ -1,18 +1,18 @@
return {
base00 = "0f0f0f",
base01 = "151515",
base02 = "191919",
base03 = "222222",
base04 = "535353",
base05 = "f0f0f0",
base06 = "d8d8d8",
base07 = "414141",
base08 = "ac8a8c",
base09 = "d3d0ad",
base0A = "ACA98A",
base0B = "8aac8b",
base0C = "9EC3C4",
base0D = "8fb4b5",
base0E = "C49EC4",
base0F = "9d9a7b",
base00 = "#0f0f0f",
base01 = "#151515",
base02 = "#191919",
base03 = "#222222",
base04 = "#535353",
base05 = "#f0f0f0",
base06 = "#d8d8d8",
base07 = "#414141",
base08 = "#ac8a8c",
base09 = "#d3d0ad",
base0A = "#ACA98A",
base0B = "#8aac8b",
base0C = "#9EC3C4",
base0D = "#8fb4b5",
base0E = "#C49EC4",
base0F = "#9d9a7b",
}