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/brogrammer-base16.lua
Normal file
18
lua/themes/brogrammer-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "1dd361",
|
||||
base04 = "2a84d2",
|
||||
base07 = "d6dbe5",
|
||||
base05 = "4e5ab7",
|
||||
base0E = "0f7ddb",
|
||||
base0D = "5350b9",
|
||||
base0C = "1081d6",
|
||||
base0B = "f3bd09",
|
||||
base02 = "2dc55e",
|
||||
base0F = "ffffff",
|
||||
base03 = "ecba0f",
|
||||
base08 = "d6dbe5",
|
||||
base01 = "f81118",
|
||||
base00 = "1f1f1f",
|
||||
base09 = "de352e",
|
||||
base06 = "1081d6"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue