SyntaxTheme
io.worxbend.tui.widgets.SyntaxTheme
final case class SyntaxTheme(keyword: Style, string: Style, number: Style, comment: Style, function: Style, variable: Style, default: Style)
Styles for each token kind a SyntaxHighlighter emits; override entries to re-theme.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article