22 lines
840 B
CSS
22 lines
840 B
CSS
/* Auto-generated by matugen — do not edit manually */
|
|
/* Wallpaper: {{image}} */
|
|
*|*:root {
|
|
/* Folder pane */
|
|
--sidebar-background-color: {{colors.surface.dark.hex}} !important;
|
|
--sidebar-text-color: {{colors.on_background.default.hex}} !important;
|
|
|
|
/* Thread/message list */
|
|
--tree-view-bg: {{colors.surface.dark.hex}} !important;
|
|
--tree-view-color: {{colors.on_background.default.hex}} !important;
|
|
|
|
/* Selection */
|
|
--treeitem-background-selected: {{colors.secondary.default.hex}} !important;
|
|
--treeitem-background-hover: {{colors.primary.default.hex}} !important;
|
|
--listbox-selected-bg: {{colors.secondary.default.hex}} !important;
|
|
--listbox-focused-selected-bg: {{colors.secondary.default.hex}} !important;
|
|
|
|
/* Message pane */
|
|
#messagePane {
|
|
background-color: {{colors.surface.dark.hex}} !important;
|
|
}
|
|
}
|