Object

de.sciss.scalainterpreter.Style

BlueForest

Related Doc: package Style

Permalink

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BlueForest
  2. Style
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val background: Color

    Permalink
    Definition Classes
    BlueForestStyle
  6. val caret: Color

    Permalink
    Definition Classes
    BlueForestStyle
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val comment: Pair

    Permalink
    Definition Classes
    BlueForestStyle
  9. val default: Pair

    Permalink
    Definition Classes
    BlueForestStyle
  10. val delimiter: Pair

    Permalink
    Definition Classes
    BlueForestStyle
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val foreground: Color

    Permalink
    Definition Classes
    BlueForestStyle
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. val identifier: Pair

    Permalink
    Definition Classes
    BlueForestStyle
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val keyword: Pair

    Permalink
    Definition Classes
    BlueForestStyle
  20. val keyword2: Pair

    Permalink
    Definition Classes
    BlueForestStyle
  21. val lineBackground: Color

    Permalink
    Definition Classes
    BlueForestStyle
  22. val lineForeground: Color

    Permalink
    Definition Classes
    BlueForestStyle
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. val number: Pair

    Permalink
    Definition Classes
    BlueForestStyle
  27. val operator: Pair

    Permalink
    Definition Classes
    BlueForestStyle
  28. val pair: Color

    Permalink
    Definition Classes
    BlueForestStyle
  29. val selection: Color

    Permalink
    Definition Classes
    BlueForestStyle
  30. val singleColorSelect: Boolean

    Permalink
    Definition Classes
    BlueForestStyle
  31. val string: Pair

    Permalink
    Definition Classes
    BlueForestStyle
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. val tpe: Pair

    Permalink
    Definition Classes
    BlueForestStyle
  35. val tpeStd: Pair

    Permalink
    Definition Classes
    BlueForestStyle
  36. val tpeUser: Pair

    Permalink
    Definition Classes
    BlueForestStyle
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Style

Inherited from AnyRef

Inherited from Any

Ungrouped