mirror of
https://github.com/gabehf/base46.git
synced 2026-03-13 01:10: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/tube-base16.lua
Normal file
18
lua/themes/tube-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "ffd204",
|
||||
base04 = "959ca1",
|
||||
base07 = "ffffff",
|
||||
base05 = "d9d8d8",
|
||||
base0E = "98005d",
|
||||
base0D = "009ddc",
|
||||
base0C = "85cebc",
|
||||
base0B = "00853e",
|
||||
base02 = "5a5758",
|
||||
base0F = "b06110",
|
||||
base03 = "737171",
|
||||
base08 = "ee2e24",
|
||||
base01 = "1c3f95",
|
||||
base00 = "231f20",
|
||||
base09 = "f386a1",
|
||||
base06 = "e7e7e8"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue