mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 16:00:30 -07:00
convert to 0.7
This commit is contained in:
parent
489408c1d0
commit
8751f27425
32 changed files with 505 additions and 512 deletions
|
|
@ -1,18 +1,18 @@
|
|||
return {
|
||||
base00 = "2E3440",
|
||||
base01 = "3B4252",
|
||||
base02 = "434C5E",
|
||||
base03 = "4C566A",
|
||||
base04 = "D8DEE9",
|
||||
base05 = "E5E9F0",
|
||||
base06 = "ECEFF4",
|
||||
base07 = "8FBCBB",
|
||||
base08 = "88C0D0",
|
||||
base09 = "81A1C1",
|
||||
base0A = "88C0D0",
|
||||
base0B = "A3BE8C",
|
||||
base0C = "81A1C1",
|
||||
base0D = "81A1C1",
|
||||
base0E = "81A1C1",
|
||||
base0F = "B48EAD",
|
||||
base00 = "#2E3440",
|
||||
base01 = "#3B4252",
|
||||
base02 = "#434C5E",
|
||||
base03 = "#4C566A",
|
||||
base04 = "#D8DEE9",
|
||||
base05 = "#E5E9F0",
|
||||
base06 = "#ECEFF4",
|
||||
base07 = "#8FBCBB",
|
||||
base08 = "#88C0D0",
|
||||
base09 = "#81A1C1",
|
||||
base0A = "#88C0D0",
|
||||
base0B = "#A3BE8C",
|
||||
base0C = "#81A1C1",
|
||||
base0D = "#81A1C1",
|
||||
base0E = "#81A1C1",
|
||||
base0F = "#B48EAD",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue