Colorscheme resembling the age old Turbo-C
I haven't looked into how to package it, but I hear there is a slideshow by iceberg dev
But, overall, put the folder in your $NVIM_APPNAME
directory, mine is ~/.config/nvim/
.
curl -s \
"https://raw.githubusercontent.com/ikouchiha47/turboc.nvim/refs/heads/master/setup.sh" | bash -x
With lazy.nvim, the configuration looks:
return {
name = 'turboc',
dir = vim.fn.stdpath 'config' .. '/colors/turbovision',
}
:colorscheme turboc
:colorscheme turboc-pascal
Learn a bit more about theming, and try to modernise this.