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
363 B
19 lines
363 B
return {
|
|
base00 = "151515",
|
|
base01 = "1f1f1f",
|
|
base02 = "282828",
|
|
base03 = "1b1b1b",
|
|
base04 = "d0d0d0",
|
|
base05 = "d0d0d0",
|
|
base06 = "e0e0e0",
|
|
base07 = "1f1f1f",
|
|
base08 = "AC4142",
|
|
base09 = "F4BF75",
|
|
base0A = "F4BF75",
|
|
base0B = "90A959",
|
|
base0C = "75B5AA",
|
|
base0D = "6A9FB5",
|
|
base0E = "AA759F",
|
|
base0F = "F4BF75",
|
|
}
|