@@ -68,6 +68,7 @@ As of version `0.0.18`, Pika supports the following keyboard shortcuts:
6868- <kbd >⌘ 4</kbd >: Format HSL
6969- <kbd >⌘ 5</kbd >: Format LAB
7070- <kbd >⌘ 6</kbd >: Format OpenGL
71+ - <kbd >⌘ 7</kbd >: Format OKLCH
7172
7273### Change colors
7374- <kbd >⌘ Z</kbd >: Undo last pick
@@ -86,8 +87,8 @@ You can also change the format by appending it to the URL when picking or copyin
8687- Pick background:
8788 - ` pika://pick/background `
8889- Pick colour with specific format:
89- - ` pika://pick/foreground/hex ` (or hex, rgb, hsb, hsl, lab, opengl)
90- - ` pika://pick/background/hex ` (or hex, rgb, hsb, hsl, lab, opengl)
90+ - ` pika://pick/foreground/hex ` (or hex, rgb, hsb, hsl, lab, opengl, oklch )
91+ - ` pika://pick/background/hex ` (or hex, rgb, hsb, hsl, lab, opengl, oklch )
9192- Use the system color picker for foreground:
9293 - ` pika://system/foreground `
9394- Use the system color picker for background:
@@ -99,8 +100,8 @@ You can also change the format by appending it to the URL when picking or copyin
99100- Copy background:
100101 - ` pika://copy/background `
101102- Copy colour with specific format:
102- - ` pika://copy/foreground/hex ` (or hex, rgb, hsb, hsl, lab, opengl)
103- - ` pika://copy/background/hex ` (or hex, rgb, hsb, hsl, lab, opengl)
103+ - ` pika://copy/foreground/hex ` (or hex, rgb, hsb, hsl, lab, opengl, oklch )
104+ - ` pika://copy/background/hex ` (or hex, rgb, hsb, hsl, lab, opengl, oklch )
104105- Copy text
105106 - ` pika://copy/text `
106107- Copy JSON
@@ -119,6 +120,8 @@ You can also change the format by appending it to the URL when picking or copyin
119120 - ` pika://format/lab `
120121- Format OpenGL
121122 - ` pika://format/opengl `
123+ - Format OKLCH
124+ - ` pika://format/oklch `
122125
123126### Change colors
124127- Undo last pick
0 commit comments