Thanks to visit codestin.com
Credit goes to github.com

Skip to content

a vim/neovim scheme based on the tr100 aesthetic

l-snq/tr100.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

tr100.vim

a vim/neovim scheme based on the tr100 aesthetic alt text

Based off of this screenshot post from US graphics.

Installation:

Download via your favourite package manager, for example w/ Lazy:

{
  'l-snq/tr100.vim',
  lazy = false,
  priority = 1000,
  config = function()
    vim.cmd('colorscheme tr100')
  end,
}

With packer:

use {
  'l-snq/tr100.vim',
  config = function()
    vim.cmd('colorscheme tr100')
  end
}

About

a vim/neovim scheme based on the tr100 aesthetic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published