mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -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-lighter-base16.lua
Normal file
18
lua/themes/material-lighter-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "FFB62C",
|
||||
base04 = "8796B0",
|
||||
base07 = "FFFFFF",
|
||||
base05 = "80CBC4",
|
||||
base0E = "7C4DFF",
|
||||
base0D = "6182B8",
|
||||
base0C = "39ADB5",
|
||||
base0B = "91B859",
|
||||
base02 = "CCEAE7",
|
||||
base0F = "E53935",
|
||||
base03 = "CCD7DA",
|
||||
base08 = "FF5370",
|
||||
base01 = "E7EAEC",
|
||||
base00 = "FAFAFA",
|
||||
base09 = "F76D47",
|
||||
base06 = "80CBC4"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue