mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
add one-light theme
This commit is contained in:
parent
12bb5bbd96
commit
3c36f07c05
1 changed files with 18 additions and 0 deletions
18
lua/themes/one-light-base16.lua
Normal file
18
lua/themes/one-light-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base00 = "ffffff",
|
||||
base01 = "f0f0f1",
|
||||
base02 = "e5e5e6",
|
||||
base03 = "a0a1a7",
|
||||
base04 = "696c77",
|
||||
base05 = "383a42",
|
||||
base06 = "202227",
|
||||
base07 = "090a0b",
|
||||
base08 = "ca1243",
|
||||
base09 = "d75f00",
|
||||
base0A = "c18401",
|
||||
base0B = "50a14f",
|
||||
base0C = "0184bc",
|
||||
base0D = "4078f2",
|
||||
base0E = "a626a4",
|
||||
base0F = "986801",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue