Created Layer 1 (markdown)
parent
349b90a919
commit
043caafc48
1 changed files with 23 additions and 0 deletions
23
Layer-1.md
Normal file
23
Layer-1.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
> [Color scheme](https://github.com/RadRussianRus/sddm-slice/wiki/Color-schemes) layers: **Layer 1** • Layer 2 • Layer 3
|
||||
|
||||
**Layer 1** has options, required by theme. That options alone can define whole color scheme.
|
||||
|
||||
### `color_bg`
|
||||
Sets background color. It will be used in cases when image in `background` option is not set, not fills entire screen (like in `bg_mode=none`) or image has transparent background.
|
||||
|
||||
* **Default**: `#222222`.
|
||||
|
||||
### `color_main`
|
||||
Main color. It will be used in highlighted buttons, text, backgrounds (with added transparency), etc.
|
||||
|
||||
* **Default**: `#dddddd`.
|
||||
|
||||
### `color_dimmed`
|
||||
Dimmed main color. It will be used in buttons, sub text, etc.
|
||||
|
||||
* **Default**: `#888888`.
|
||||
|
||||
### `color_contrast`
|
||||
Color to contrast both main and dimmed colors. Used in button text.
|
||||
|
||||
* **Default**: `#1f1f1f`.
|
||||
Loading…
Add table
Reference in a new issue