/livecss

[ALPHA] [Might destroy the world] Live css and sisters colorizing

Primary LanguagePython

#Introduction: This plugin underlays the hexadecimal, rgb or named CSS color codes with their real color. The foreground color is selected oppositely.

#Screenshot shot

Installation

With Package Control

If you have the Package Control package installed, you can install LiveCSS from Sublime Text. Open the Command Palette and select "Package Control: Install Package", then search for Live CSS and you're done!

Without Package Control

Go to your Sublime Text 2 Packages directory and clone the repository using the command below:

git clone https://github.com/a-sk/livecss.git LiveCSS

Don't forget to keep fresh.

#Documentation I tried to make code as readable as I can and I will keep on improving documentation quality. Nice html documentation is available here

#Featuers:

  • Live on-the-fly colorization
  • Or using ST commands
  • Less/SCSS/CSS support
  • Local/global settings

#Plans:

  • Colorizing only selected regions
  • Write better code documentation
  • Better background selection based on current theme's background
  • Improve code quality

#Limitations:

  1. Still in beta, may contains bugs.