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/flat-base16.lua
Normal file
18
lua/themes/flat-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "F1C40F",
|
||||
base04 = "BDC3C7",
|
||||
base07 = "ECF0F1",
|
||||
base05 = "e0e0e0",
|
||||
base0E = "9B59B6",
|
||||
base0D = "3498DB",
|
||||
base0C = "1ABC9C",
|
||||
base0B = "2ECC71",
|
||||
base02 = "7F8C8D",
|
||||
base0F = "be643c",
|
||||
base03 = "95A5A6",
|
||||
base08 = "E74C3C",
|
||||
base01 = "34495E",
|
||||
base00 = "2C3E50",
|
||||
base09 = "E67E22",
|
||||
base06 = "f5f5f5"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue