mirror of
https://github.com/gabehf/base46.git
synced 2026-03-15 18:25:56 -07:00
add missing commas in kanagawa theme
This commit is contained in:
parent
0a0cef6eb1
commit
91165b87c2
1 changed files with 17 additions and 17 deletions
|
|
@ -1,19 +1,19 @@
|
||||||
-- "Originally by rebelot(https://github.com/rebelot), ported by montdor (https://github.com/montdor)"
|
-- ",Originally by rebelot(https://github.com/rebelot), ported by montdor (https://github.com/montdor)",
|
||||||
return {
|
return {
|
||||||
base00 = "1F1F28"
|
base00 = "1F1F28",
|
||||||
base01 = "2A2A37"
|
base01 = "2A2A37",
|
||||||
base02 = "223249"
|
base02 = "223249",
|
||||||
base03 = "727169"
|
base03 = "727169",
|
||||||
base04 = "C8C093"
|
base04 = "C8C093",
|
||||||
base05 = "DCD7BA"
|
base05 = "DCD7BA",
|
||||||
base06 = "938AA9"
|
base06 = "938AA9",
|
||||||
base07 = "363646"
|
base07 = "363646",
|
||||||
base08 = "C34043"
|
base08 = "C34043",
|
||||||
base09 = "FFA066"
|
base09 = "FFA066",
|
||||||
base0A = "DCA561"
|
base0A = "DCA561",
|
||||||
base0B = "98BB6C"
|
base0B = "98BB6C",
|
||||||
base0C = "7FB4CA"
|
base0C = "7FB4CA",
|
||||||
base0D = "7E9CD8"
|
base0D = "7E9CD8",
|
||||||
base0E = "957FB8"
|
base0E = "957FB8",
|
||||||
base0F = "D27E99"
|
base0F = "D27E99",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue