Skip to content

I was missing turboc, so I wanted to recreate and modernise the color scheme

Notifications You must be signed in to change notification settings

ikouchiha47/turboc.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

turboc.nvim

Colorscheme resembling the age old Turbo-C

Installation

I haven't looked into how to package it, but I hear there is a slideshow by iceberg dev

Packaging Guide for lazy.nvim

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

Activating

With lazy.nvim, the configuration looks:

return {
  name = 'turboc',
  dir = vim.fn.stdpath 'config' .. '/colors/turbovision',
}

:colorscheme turboc :colorscheme turboc-pascal

Plans

Learn a bit more about theming, and try to modernise this.

How it looks

black

turbo_vision_pascal

blue

turboc_green

About

I was missing turboc, so I wanted to recreate and modernise the color scheme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published