declslides.domain.Theme
See theTheme companion object
Visual theme used by renderers.
A theme keeps the color vocabulary small and renderer-friendly: background, foreground, accent, and code background are enough to express the current HTML and text renderers without overfitting the model.
Value parameters
- accent
-
highlight color used for titles and emphasis
- background
-
main background color
- codeBackground
-
background color for code blocks and similar surfaces
- foreground
-
main text color
- name
-
stable theme identifier
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article