mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-02 00:56:02 +02:00
new colorscheme
This commit is contained in:
parent
58e714dbd8
commit
787f9404cb
6 changed files with 20 additions and 14 deletions
|
@ -3,7 +3,7 @@ require'colorizer'.setup(
|
|||
{
|
||||
RGB = true; -- #RGB hex codes
|
||||
RRGGBB = true; -- #RRGGBB hex codes
|
||||
names = true; -- "Name" codes like Blue
|
||||
-- names = true; -- "Name" codes like Blue
|
||||
RRGGBBAA = true; -- #RRGGBBAA hex codes
|
||||
rgb_fn = true; -- CSS rgb() and rgba() functions
|
||||
hsl_fn = true; -- CSS hsl() and hsla() functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue