mirror of https://github.com/gabehf/base46.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
378 B
19 lines
378 B
return {
|
|
base0A = "fda331",
|
|
base04 = "d0d0d0",
|
|
base07 = "ffffff",
|
|
base05 = "e0e0e0",
|
|
base0E = "d381c3",
|
|
base0D = "6fb3d2",
|
|
base0C = "76c7b7",
|
|
base0B = "a1c659",
|
|
base02 = "505050",
|
|
base0F = "be643c",
|
|
base03 = "b0b0b0",
|
|
base08 = "fb0120",
|
|
base01 = "303030",
|
|
base00 = "000000",
|
|
base09 = "fc6d24",
|
|
base06 = "f5f5f5"
|
|
}
|