mirror of https://github.com/gabehf/base46.git
parent
3c36f07c05
commit
12691a33ae
@ -0,0 +1,18 @@
|
||||
return {
|
||||
base00 = "2b3339",
|
||||
base01 = "323c41",
|
||||
base02 = "3a4248",
|
||||
base03 = "868d80",
|
||||
base04 = "d3c6aa",
|
||||
base05 = "d3c6aa",
|
||||
base06 = "e9e8d2",
|
||||
base07 = "fff9e8",
|
||||
base08 = "7fbbb3",
|
||||
base09 = "d699b6",
|
||||
base0A = "83c092",
|
||||
base0B = "dbbc7f",
|
||||
base0C = "e69875",
|
||||
base0D = "a7c080",
|
||||
base0E = "e67e80",
|
||||
base0F = "d699b6"
|
||||
}
|
||||
@ -1,18 +1,18 @@
|
||||
return {
|
||||
base00 = "ffffff",
|
||||
base01 = "f0f0f1",
|
||||
base02 = "e5e5e6",
|
||||
base03 = "a0a1a7",
|
||||
base04 = "696c77",
|
||||
base05 = "383a42",
|
||||
base06 = "202227",
|
||||
base07 = "090a0b",
|
||||
base08 = "ca1243",
|
||||
base09 = "d75f00",
|
||||
base0A = "c18401",
|
||||
base0B = "50a14f",
|
||||
base0C = "0184bc",
|
||||
base0D = "4078f2",
|
||||
base0E = "a626a4",
|
||||
base0F = "986801",
|
||||
base00 = "#fafafa",
|
||||
base01 = "#f0f0f1",
|
||||
base02 = "#e5e5e6",
|
||||
base03 = "#a0a1a7",
|
||||
base04 = "#696c77",
|
||||
base05 = "#383a42",
|
||||
base06 = "#202227",
|
||||
base07 = "#090a0b",
|
||||
base08 = "#ca1243",
|
||||
base09 = "#d75f00",
|
||||
base0A = "#FFEE99",
|
||||
base0B = "#50a14f",
|
||||
base0C = "#0184bc",
|
||||
base0D = "#4078f2",
|
||||
base0E = "#a626a4",
|
||||
base0F = "#986801",
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue