Skip to content

sassunt/scalor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scalor

ANSI color

sbt

scala version 2.9.2 or 2.10.0

libraryDependencies += "com.github.sassunt" %% "scalor" % "0.1.0"

usage

text color :

"scalor-string" :# red

or

"scalor-string".:#[Red]

background color :

"scalor-string" :~ yellow

or

"scalor-string".:~[Yellow]

color tone :

"scalaor-string" :# red :@ bright

or

"scalaor-string".:#[Red].:@[Bright]

bold :

"scalor-string" :@ bold

or

"scalor-string".:@[Bold]

example

sample terminal

About

ANSI Color Scala Library

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages