Another palette typo

This commit is contained in:
Jeremy Ruston
2026-07-19 13:23:45 +01:00
parent df9074773c
commit f09cc75fb6
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ type: application/x-tiddler-dictionary
color-scheme: [{$:/info/browser/darkmode}!match[yes]then[light]else[dark]]
settings: $:/palettes/AutoToggle/Settings
palette-import@light: $:/palettes/TwentyTwenties
palette-import@dark: $:/palettes/TwentyTwentiesDark
palette-import@dark: $:/palettes/TwentyTwenties/Dark
category: 2026
@@ -0,0 +1,10 @@
created: 20260719103738000
modified: 20260719103738000
tags: [[colour-set-oklch Operator]] [[Operator Examples]]
title: colour-set-oklch Operator (Examples)
type: text/vnd.tiddlywiki
<<.operator-example 1 "[[red]colour-set-oklch:h[240]]" "changing the hue of red to 240 degrees gives a blue">>
<<.operator-example 2 "[[red]colour-set-oklch:l[0.9]]" "raising the lightness of red to 0.9 gives a pink">>
<<.operator-example 3 "[[red]colour-set-oklch:c[0.05]]" "lowering the chroma of red to 0.05 gives a muted grey">>
<<.operator-example 4 "[[#79B5C4]colour-set-oklch:l[0.3]]" "setting an absolute lightness of 0.3 darkens this pale blue">>