|
|
|
@ -265,5 +265,4 @@ global variable. It is a tree of style tokens (similar to
|
|
|
|
[[https://css-tricks.com/what-are-design-tokens/][Design Tokens]]). ~nassella.scm~ also includes some functions to make it
|
|
|
|
[[https://css-tricks.com/what-are-design-tokens/][Design Tokens]]). ~nassella.scm~ also includes some functions to make it
|
|
|
|
easy for widgets to fetch style values. The most common being ~$~
|
|
|
|
easy for widgets to fetch style values. The most common being ~$~
|
|
|
|
which allows getting a style token value based on a dotted symbol or a
|
|
|
|
which allows getting a style token value based on a dotted symbol or a
|
|
|
|
symbol list ~($ 'color.primary.contrast)~ or ~($ '(color primary
|
|
|
|
symbol list ~($ 'color.primary.contrast)~ or ~($ '(color primary contrast)~
|
|
|
|
contrast)~
|
|
|
|
|
|
|
|
|