mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 07:50:31 -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/classic-light-base16.lua
Normal file
18
lua/themes/classic-light-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "F4BF75",
|
||||
base04 = "505050",
|
||||
base07 = "151515",
|
||||
base05 = "303030",
|
||||
base0E = "AA759F",
|
||||
base0D = "6A9FB5",
|
||||
base0C = "75B5AA",
|
||||
base0B = "90A959",
|
||||
base02 = "D0D0D0",
|
||||
base0F = "8F5536",
|
||||
base03 = "B0B0B0",
|
||||
base08 = "AC4142",
|
||||
base01 = "E0E0E0",
|
||||
base00 = "F5F5F5",
|
||||
base09 = "D28445",
|
||||
base06 = "202020"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue