All Projects → kadekillary → Turtles

kadekillary / Turtles

Licence: other
🐢 A vim colorscheme based off the legendary teenage warriors

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to Turtles

SwiftColorWheel
Delightful color picker wheel for iOS in Swift.
Stars: ✭ 37 (-13.95%)
Mutual labels:  colorscheme
nightfox.nvim
🦊A highly customizable theme for vim and neovim with support for lsp, treesitter and a variety of plugins.
Stars: ✭ 1,489 (+3362.79%)
Mutual labels:  colorscheme
github-light.vim
Github colorscheme for vim
Stars: ✭ 33 (-23.26%)
Mutual labels:  colorscheme
angr.vim
A pleasant, mild, dark (n)vim theme.
Stars: ✭ 53 (+23.26%)
Mutual labels:  colorscheme
tokyodark.nvim
A clean dark theme written in lua for neovim.
Stars: ✭ 264 (+513.95%)
Mutual labels:  colorscheme
sourcerer.vim
vim colorscheme
Stars: ✭ 42 (-2.33%)
Mutual labels:  colorscheme
substrata.nvim
A cold, dark color scheme for Neovim
Stars: ✭ 89 (+106.98%)
Mutual labels:  colorscheme
kakoune-colors
Color schemes for kakoune
Stars: ✭ 15 (-65.12%)
Mutual labels:  colorscheme
hyper-wal
Extension for using colorschemes generated by wal in Hyper terminal
Stars: ✭ 21 (-51.16%)
Mutual labels:  colorscheme
neon
Customizable coloscheme with dark and light options, vivid colors and easy on the eye.
Stars: ✭ 100 (+132.56%)
Mutual labels:  colorscheme
sabuni
Light Colorscheme for IntelliJ IDEA
Stars: ✭ 14 (-67.44%)
Mutual labels:  colorscheme
mocp-themes
My collection of themes for the music on console player
Stars: ✭ 48 (+11.63%)
Mutual labels:  colorscheme
cosme.vim
Cosmetic color scheme for Vim
Stars: ✭ 63 (+46.51%)
Mutual labels:  colorscheme
zathuraconf
Change zathura colour schemes
Stars: ✭ 42 (-2.33%)
Mutual labels:  colorscheme
dotfiles
My dotfiles and colorschemes for sway and a variety of other programs.
Stars: ✭ 55 (+27.91%)
Mutual labels:  colorscheme
vim-lighthaus
A Lighthaus theme for (n)vim, vim-airline and lightline
Stars: ✭ 33 (-23.26%)
Mutual labels:  colorscheme
ImageColorizer
Make any wallpaper fit any terminal colorscheme.
Stars: ✭ 80 (+86.05%)
Mutual labels:  colorscheme
vim-transparent
Remove all background color on Vim
Stars: ✭ 65 (+51.16%)
Mutual labels:  colorscheme
kitty-snazzy
Elegant kitty terminal theme with bright colors
Stars: ✭ 93 (+116.28%)
Mutual labels:  colorscheme
nvim-highlite
A colorscheme template that is "lite" on logic for the developer.
Stars: ✭ 163 (+279.07%)
Mutual labels:  colorscheme

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].