Closed skymagician closed 2 years ago
The default font color and background color use var(--joplin-color) and var(--joplin-background-color), which will match the theme color.
var(--joplin-color)
var(--joplin-background-color)
If you want the panel to be dark under the light theme, you can manually set the font color and background color.
The default font color and background color use
var(--joplin-color)
andvar(--joplin-background-color)
, which will match the theme color.If you want the panel to be dark under the light theme, you can manually set the font color and background color.