published
updated
published
updated

16
The VHS era, which spanned roughly from the late 1970s to the early 2000s, was a time when people could rent movies, record TV shows, and watch home videos at home using bulky magnetic tape cassettes. This retro colorscheme for Neovim, is inspired by the aesthetics of this era.
published 3 months ago
updated 15 days 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,