published
updated
published
updated

1706
1/week
:deciduous_tree: Low-contrast Vim color scheme based on Seoul Colors
published over 12 years ago
updated 4 months ago
12vim.o.background = ""vim.cmd.colorscheme ""NORMALinit.luaunixutf-80%0:2
123456789101112" Returns true if the color hex value is lightfunction! IsHexColorLight(color) abortlet l:raw_color = trim(a:color, '#')let l:red = str2nr(substitute(l:raw_color, '.{0}(.{2})', '1', 'g'), 16)let l:green = str2nr(substitute(l:raw_color, '.{2}(.{2}).{2}', '1'
12vim.o.background = ""vim.cmd.colorscheme ""NORMALinit.luaunixutf-80%0:2
123456789101112" Returns true if the color hex value is lightfunction! IsHexColorLight(color) abortlet
12vim.o.background = ""vim.cmd.colorscheme ""NORMALinit.luaunixutf-80%0:2
123456789101112" Returns true if the color hex value is lightfunction! IsHexColorLight(color) abortlet