Style

de.sciss.scalainterpreter.Style$
See theStyle companion trait
object Style

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Style.type

Members list

Concise view

Type members

Classlikes

object BlueForest extends Style

A dark color scheme with focus on blue and yellow/orange, developed by Mathias Doenitz (sirthias). The original color table can be found at https://github.com/sirthias/BlueForest

A dark color scheme with focus on blue and yellow/orange, developed by Mathias Doenitz (sirthias). The original color table can be found at https://github.com/sirthias/BlueForest

Attributes

Graph
Supertypes
trait Style
class Object
trait Matchable
class Any
Self type
object Face

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Face.type
sealed trait Face

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Bold.type
object BoldItalic.type
object Italic.type
object Plain.type
object Light extends Style

A simple light color scheme.

A simple light color scheme.

Attributes

Graph
Supertypes
trait Style
class Object
trait Matchable
class Any
Self type
Light.type

Types

type Pair = (Color, Face)