Skip to content

vim-scripts/ColorSelect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=3374

Plugin to help write hexadecimals colors.

This opens a gtk color dialog, when select a color this is writed on document.

Command to call
ColorSelect

To add a shortcut

“ColorSelect
imap  :ColorSelect
Default result is in hexadecimal

Default value returned in downcase, to change do return in UPPERCASE:


	  g:CaseResultColorSelect='upcase'
	  

If want values with rgba(with alpha value), set this:


	g:FormatResultColorSelect='rgba'
	

About

Plugin to select color with gtk interface

Resources

Stars

Watchers

Forks

Packages

No packages published