mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 16:00:30 -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/github-base16.lua
Normal file
18
lua/themes/github-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "795da3",
|
||||
base04 = "e8e8e8",
|
||||
base07 = "ffffff",
|
||||
base05 = "333333",
|
||||
base0E = "a71d5d",
|
||||
base0D = "795da3",
|
||||
base0C = "183691",
|
||||
base0B = "183691",
|
||||
base02 = "c8c8fa",
|
||||
base0F = "333333",
|
||||
base03 = "969896",
|
||||
base08 = "ed6a43",
|
||||
base01 = "f5f5f5",
|
||||
base00 = "ffffff",
|
||||
base09 = "0086b3",
|
||||
base06 = "ffffff"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue