mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
First completion for base16
This commit is contained in:
parent
41c11631be
commit
350a06e782
1 changed files with 10 additions and 10 deletions
|
|
@ -39,16 +39,16 @@ M.base_16 = {
|
|||
base02 = "#24272d",
|
||||
base03 = "#2b2e34",
|
||||
base04 = "#33363c",
|
||||
base05 = "#93a1a1",
|
||||
base06 = "#eee8d5",
|
||||
base07 = "#fdf6e3",
|
||||
base08 = "#dc322f",
|
||||
base09 = "#cb4b16",
|
||||
base0A = "#b58900",
|
||||
base0B = "#859900",
|
||||
base0C = "#2aa198",
|
||||
base0D = "#268bd2",
|
||||
base0E = "#6c71c4",
|
||||
base05 = "#c9c7be",
|
||||
base06 = "#E6E1CF",
|
||||
base07 = "#D9D7CE",
|
||||
base08 = "#b13b5f",
|
||||
base09 = "#a17643",
|
||||
base0A = "#E0AAFF",
|
||||
base0B = "#F09483",
|
||||
base0C = "#25B0BC",
|
||||
base0D = "#FDB849",
|
||||
base0E = "#F09483",
|
||||
base0F = "#d33682",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue