mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -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/bright-base16.lua
Normal file
18
lua/themes/bright-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "fda331",
|
||||
base04 = "d0d0d0",
|
||||
base07 = "ffffff",
|
||||
base05 = "e0e0e0",
|
||||
base0E = "d381c3",
|
||||
base0D = "6fb3d2",
|
||||
base0C = "76c7b7",
|
||||
base0B = "a1c659",
|
||||
base02 = "505050",
|
||||
base0F = "be643c",
|
||||
base03 = "b0b0b0",
|
||||
base08 = "fb0120",
|
||||
base01 = "303030",
|
||||
base00 = "000000",
|
||||
base09 = "fc6d24",
|
||||
base06 = "f5f5f5"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue