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/grayscale-light-base16.lua
Normal file
18
lua/themes/grayscale-light-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "a0a0a0",
|
||||
base04 = "525252",
|
||||
base07 = "101010",
|
||||
base05 = "464646",
|
||||
base0E = "747474",
|
||||
base0D = "686868",
|
||||
base0C = "868686",
|
||||
base0B = "8e8e8e",
|
||||
base02 = "b9b9b9",
|
||||
base0F = "5e5e5e",
|
||||
base03 = "ababab",
|
||||
base08 = "7c7c7c",
|
||||
base01 = "e3e3e3",
|
||||
base00 = "f7f7f7",
|
||||
base09 = "999999",
|
||||
base06 = "252525"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue