From 78f509d94671e368bbadd8dd1e465acbf3d20089 Mon Sep 17 00:00:00 2001 From: Thomas Hintz Date: Tue, 20 Jan 2026 06:57:23 -0800 Subject: [PATCH] Fixing readme markup --- README.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.org b/README.org index 107ce4b..0087e77 100644 --- a/README.org +++ b/README.org @@ -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 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 -symbol list ~($ 'color.primary.contrast)~ or ~($ '(color primary -contrast)~ +symbol list ~($ 'color.primary.contrast)~ or ~($ '(color primary contrast)~