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/google-dark-base16.lua
Normal file
18
lua/themes/google-dark-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "FBA922",
|
||||
base04 = "b4b7b4",
|
||||
base07 = "ffffff",
|
||||
base05 = "c5c8c6",
|
||||
base0E = "A36AC7",
|
||||
base0D = "3971ED",
|
||||
base0C = "3971ED",
|
||||
base0B = "198844",
|
||||
base02 = "373b41",
|
||||
base0F = "3971ED",
|
||||
base03 = "969896",
|
||||
base08 = "CC342B",
|
||||
base01 = "282a2e",
|
||||
base00 = "1d1f21",
|
||||
base09 = "F96A38",
|
||||
base06 = "e0e0e0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue