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/railscasts-base16.lua
Normal file
18
lua/themes/railscasts-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "ffc66d",
|
||||
base04 = "d4cfc9",
|
||||
base07 = "f9f7f3",
|
||||
base05 = "e6e1dc",
|
||||
base0E = "b6b3eb",
|
||||
base0D = "6d9cbe",
|
||||
base0C = "519f50",
|
||||
base0B = "a5c261",
|
||||
base02 = "3a4055",
|
||||
base0F = "bc9458",
|
||||
base03 = "5a647e",
|
||||
base08 = "da4939",
|
||||
base01 = "272935",
|
||||
base00 = "2b2b2b",
|
||||
base09 = "cc7833",
|
||||
base06 = "f4f1ed"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue