mirror of https://github.com/gabehf/base46.git
parent
af112494a5
commit
5a6f1423b3
@ -1,19 +1,19 @@
|
||||
-- ",Originally by rebelot(https://github.com/rebelot), ported by montdor (https://github.com/montdor)",
|
||||
return {
|
||||
base00 = "1F1F28",
|
||||
base01 = "2A2A37",
|
||||
base02 = "223249",
|
||||
base03 = "727169",
|
||||
base04 = "C8C093",
|
||||
base05 = "DCD7BA",
|
||||
base06 = "938AA9",
|
||||
base07 = "363646",
|
||||
base08 = "E46876",
|
||||
base09 = "FFA066",
|
||||
base0A = "DCA561",
|
||||
base0B = "98BB6C",
|
||||
base0C = "7FB4CA",
|
||||
base0D = "7E9CD8",
|
||||
base0E = "957FB8",
|
||||
base0F = "D27E99",
|
||||
base00 = "#1f1f28",
|
||||
base01 = "#2a2a37",
|
||||
base02 = "#223249",
|
||||
base03 = "#727169",
|
||||
base04 = "#c8c093",
|
||||
base05 = "#dcd7ba",
|
||||
base06 = "#938aa9",
|
||||
base07 = "#363646",
|
||||
base08 = "#e46876",
|
||||
base09 = "#ffa066",
|
||||
base0A = "#dca561",
|
||||
base0B = "#98bb6c",
|
||||
base0C = "#7fb4ca",
|
||||
base0D = "#7e9cd8",
|
||||
base0E = "#957fb8",
|
||||
base0F = "#d27e99",
|
||||
}
|
||||
|
||||
@ -1,18 +1,18 @@
|
||||
return {
|
||||
base00 = "1e222a",
|
||||
base01 = "353b45",
|
||||
base02 = "3e4451",
|
||||
base03 = "4a4a4a",
|
||||
base04 = "b2ccd6",
|
||||
base05 = "eeffff",
|
||||
base06 = "eeffff",
|
||||
base07 = "ffffff",
|
||||
base08 = "f07178",
|
||||
base09 = "f78c6c",
|
||||
base0A = "ffcb6b",
|
||||
base0B = "c3e88d",
|
||||
base0C = "89ddff",
|
||||
base0D = "82aaff",
|
||||
base0E = "c792ea",
|
||||
base0F = "ff5370"
|
||||
}
|
||||
base00 = "#1e222a",
|
||||
base01 = "#353b45",
|
||||
base02 = "#3e4451",
|
||||
base03 = "#4a4a4a",
|
||||
base04 = "#b2ccd6",
|
||||
base05 = "#eeffff",
|
||||
base06 = "#eeffff",
|
||||
base07 = "#ffffff",
|
||||
base08 = "#f07178",
|
||||
base09 = "#f78c6c",
|
||||
base0A = "#ffcb6b",
|
||||
base0B = "#c3e88d",
|
||||
base0C = "#89ddff",
|
||||
base0D = "#82aaff",
|
||||
base0E = "#c792ea",
|
||||
base0F = "#ff5370"
|
||||
}
|
||||
|
||||
@ -1,18 +1,18 @@
|
||||
return {
|
||||
base00 = "080808",
|
||||
base01 = "1c1c1c",
|
||||
base02 = "292929",
|
||||
base03 = "87875f",
|
||||
base04 = "857b6f",
|
||||
base05 = "c6c6c6",
|
||||
base06 = "d2d2d2",
|
||||
base07 = "dedede",
|
||||
base08 = "c6c6c6",
|
||||
base09 = "d7875f",
|
||||
base0A = "d7ff87",
|
||||
base0B = "87d75f",
|
||||
base0C = "ffd7af",
|
||||
base0D = "d7ff87",
|
||||
base0E = "87afff",
|
||||
base0F = "dc8c64",
|
||||
base00 = "#080808",
|
||||
base01 = "#1c1c1c",
|
||||
base02 = "#292929",
|
||||
base03 = "#87875f",
|
||||
base04 = "#857b6f",
|
||||
base05 = "#c6c6c6",
|
||||
base06 = "#d2d2d2",
|
||||
base07 = "#dedede",
|
||||
base08 = "#c6c6c6",
|
||||
base09 = "#d7875f",
|
||||
base0A = "#d7ff87",
|
||||
base0B = "#87d75f",
|
||||
base0C = "#ffd7af",
|
||||
base0D = "#d7ff87",
|
||||
base0E = "#87afff",
|
||||
base0F = "#dc8c64",
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue