Customizing SiYuan Editor Appearance and Behavior
Dark Theme Background Colors
:root[data-theme-mode=dark] {
--b3-theme-background: #111;
--b3-theme-surface: #222;
--b3-scroll-color: rgba(169, 62, 218, 0.2);
}
.protyle-wysiwyg .code-block > .hljs {
font-size: 1em;
}
Horizontal Command Palette Styling
.hint--menu {
animation: menu 0.2s ease-in-out;
box-shadow: var(--b3-menu-sh ...
Posted on Tue, 28 Jul 2026 16:59:06 +0000 by backslash