mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 16:00:30 -07:00
[2/2]: Add theme files
This commit is contained in:
parent
86a08c7983
commit
619a8026ba
133 changed files with 2394 additions and 0 deletions
18
lua/themes/material-vivid-base16.lua
Normal file
18
lua/themes/material-vivid-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "ffeb3b",
|
||||
base04 = "676c71",
|
||||
base07 = "ffffff",
|
||||
base05 = "80868b",
|
||||
base0E = "673ab7",
|
||||
base0D = "2196f3",
|
||||
base0C = "00bcd4",
|
||||
base0B = "00e676",
|
||||
base02 = "323639",
|
||||
base0F = "8d6e63",
|
||||
base03 = "44464d",
|
||||
base08 = "f44336",
|
||||
base01 = "27292c",
|
||||
base00 = "202124",
|
||||
base09 = "ff9800",
|
||||
base06 = "9e9e9e"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue