Skip to content

kxzk/Turtles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TMNT

A colorscheme for Vim inspired by the legendary teenage warriors.

Screenshots

python javascript

Airline Theme

airline-n airline-n airline-n

Contributed by: @Dane456

Installation

Install manually or use a package manager:

" vim-plug
Plug 'kadekillary/Turtles'
" NeoBundle
NeoBundle 'kadekillary/Turtles'
" Vundle
Plugin 'kadekillary/Turtles'
colorscheme turtles

Copy color to vim...if ~/.vim/colors/ doesn't exist, create folder.

 cp ~/.vim/bundle/Turtles/colors/turtles.vim ~/.vim/colors/turtles.vim

Get highlighted parentheses -> Rainbow Parens

" set in vimrc/init.vim
augroup RainbowParens
 au!
 au VimEnter * RainbowParenthesesToggle
 au Syntax * RainbowParenthesesLoadRound
 au Syntax * RainbowParenthesesLoadSquare
 au Syntax * RainbowParenthesesLoadBraces
augroup END

Inspiration

monokai
tender
spacemacs

About

🐢 A vim colorscheme based off the legendary teenage warriors

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published