Packages

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
Style, AnyRef, Any
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. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val background: Color
    Definition Classes
    BlueForestStyle
  6. val caret: Color
    Definition Classes
    BlueForestStyle
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. val comment: Pair
    Definition Classes
    BlueForestStyle
  9. val default: Pair
    Definition Classes
    BlueForestStyle
  10. val delimiter: Pair
    Definition Classes
    BlueForestStyle
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. val foreground: Color
    Definition Classes
    BlueForestStyle
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. val identifier: Pair
    Definition Classes
    BlueForestStyle
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val keyword: Pair
    Definition Classes
    BlueForestStyle
  19. val keyword2: Pair
    Definition Classes
    BlueForestStyle
  20. val lineBackground: Color
    Definition Classes
    BlueForestStyle
  21. val lineForeground: Color
    Definition Classes
    BlueForestStyle
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. val number: Pair
    Definition Classes
    BlueForestStyle
  26. val operator: Pair
    Definition Classes
    BlueForestStyle
  27. val pair: Color
    Definition Classes
    BlueForestStyle
  28. val selection: Color
    Definition Classes
    BlueForestStyle
  29. val singleColorSelect: Boolean
    Definition Classes
    BlueForestStyle
  30. val string: Pair
    Definition Classes
    BlueForestStyle
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. val tpe: Pair
    Definition Classes
    BlueForestStyle
  34. val tpeStd: Pair
    Definition Classes
    BlueForestStyle
  35. val tpeUser: Pair
    Definition Classes
    BlueForestStyle
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Style

Inherited from AnyRef

Inherited from Any

Ungrouped