Skip to content

A Vim/Neovim Colorscheme based on the colors of the Persian tradditional mosaic pools

Notifications You must be signed in to change notification settings

wolandark/Pool-Vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Pool-Vim

A Vim/Neovim Colorscheme based on the colors of the Persian tradditional mosaic pools.

Setup

Your TERM variable must report xterm-256color. Use a true color (termgui) capable terminal.
Proper settings in ~/.vimrc are also needed.

set background=dark

if &term =~ '256color'
	if has('termguicolors')
		let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
		let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
		set termguicolors
		colorscheme pool
	endif
endif

Installation

Plug

Plug 'wolandark/Pool-Vim'

Lazy

{
	"wolandark/Pool-Vim",
	-- optional: activate colorscheme
	config = function()
		vim.cmd.colorscheme('pool')
	end
},

or use your favorite plugin manager.

PR & issues are welcomed

Made with the excellent vim-rnb

About

A Vim/Neovim Colorscheme based on the colors of the Persian tradditional mosaic pools

Resources

Stars

Watchers

Forks