mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
Add files via upload
Added my own/independent colorscheme for vim. ;-;
This commit is contained in:
parent
368b6d686f
commit
eb71eeafad
1 changed files with 18 additions and 0 deletions
18
lua/themes/uwu-base16.lua
Normal file
18
lua/themes/uwu-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base00 = "0f1315",
|
||||
base01 = "c2c8cb",
|
||||
base02 = "303435",
|
||||
base03 = "3c3e3e",
|
||||
base04 = "868888",
|
||||
base05 = "d6d6d6",
|
||||
base06 = "1f2123",
|
||||
base07 = "161819",
|
||||
base08 = "ef7cbb",
|
||||
base09 = "e59e67",
|
||||
base0A = "e7ac7e",
|
||||
base0B = "6bb05d",
|
||||
base0C = "5b98a9",
|
||||
base0D = "7ab3c3",
|
||||
base0E = "e74c4c",
|
||||
base0F = "e74c4c",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue