published
updated
published
updated

28
Sunburst color scheme for Vim converted with coloration.ku1ik.com from Textmate theme with the same name.
published about 14 years ago
updated almost 11 years 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'