nvim: colors: yolokai: Use srcery variant for white
This commit is contained in:
parent
c06aec7395
commit
355b060aea
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ lua << EOF
|
||||||
|
|
||||||
vim.g.colors_name = 'yolokai'
|
vim.g.colors_name = 'yolokai'
|
||||||
|
|
||||||
local white = { '#E8E8E3', 252, 'white' }
|
local white = { '#DOBFA1', 252, 'white' }
|
||||||
local white2 = { '#d8d8d3', 250, 'white2' }
|
local white2 = { '#d8d8d3', 250, 'white2' }
|
||||||
local black = { '#000000', 234, 'black' }
|
local black = { '#000000', 234, 'black' }
|
||||||
local lightblack = { '#2D2E27', 235, 'lightblack' }
|
local lightblack = { '#2D2E27', 235, 'lightblack' }
|
||||||
|
|
Loading…
Reference in a new issue