iconSaladict

How to customize the dictionary panel style?

Copy the code to "Settings -> Dictionary Panel -> Customize Dictionary Panel Style" to apply.

Modifying the Global Color Scheme

.dictPanel-Root {
  --color-brand: #218c74 !important;
  --color-background: #222 !important;
  --color-rgb-background: 34, 34, 34 !important;
  --color-font: #ddd !important;
  --color-divider: #4d4748 !important;
}

Modifying the Toolbar Color

.menuBar {
  background-color: #333;
}

On this page