mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 07:05:10 +00:00
Feat/cmdk radix tweaks (#10493)
* prefer --lx-gray-11 * Fix sidebar item color * Update theme mode images * Update shortcuts globally * Assets updated to support radix * fix: add missing keyboard-shortcut class * fix: custom button background * fix: lower case shortcuts * chore: remove old shortcut list * fix: shortcut ns * enhance: shortcut accepts both sequence and string * fix: shortcut remap ux * fix: remove codemirror box shadow --------- Co-authored-by: Ben Yorke <ben@yorke.io>
This commit is contained in:
@@ -17,7 +17,7 @@ http://ethanschoonover.com/lsradix/img/lsradix-palette.png
|
||||
.lsradix.base0 { color: or(--lx-gray-09, #839496); }
|
||||
.lsradix.base1 { color: or(--lx-gray-10, #93a1a1); }
|
||||
.lsradix.base2 { color: or(--lx-gray-11, #eee8d5); }
|
||||
.lsradix.base3 { color: or(--lx-gray-12, #fdf6e3); }
|
||||
.lsradix.base3 { color: or(--lx-gray-11, #fdf6e3); }
|
||||
.lsradix.solar-yellow { color: or(--rx-yellow-11, #b58900); }
|
||||
.lsradix.solar-orange { color: or(--rx-orange-11, #cb4b16); }
|
||||
.lsradix.solar-red { color: or(--rx-red-11, #dc322f); }
|
||||
|
||||
Reference in New Issue
Block a user