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/greenscreen-base16.lua
Normal file
18
lua/themes/greenscreen-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "007700",
|
||||
base04 = "009900",
|
||||
base07 = "00ff00",
|
||||
base05 = "00bb00",
|
||||
base0E = "00bb00",
|
||||
base0D = "009900",
|
||||
base0C = "005500",
|
||||
base0B = "00bb00",
|
||||
base02 = "005500",
|
||||
base0F = "005500",
|
||||
base03 = "007700",
|
||||
base08 = "007700",
|
||||
base01 = "003300",
|
||||
base00 = "001100",
|
||||
base09 = "009900",
|
||||
base06 = "00dd00"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue