Created Layer 2 (markdown)
parent
718479b20e
commit
f20e56f742
1 changed files with 103 additions and 0 deletions
103
Layer-2.md
Normal file
103
Layer-2.md
Normal file
|
|
@ -0,0 +1,103 @@
|
||||||
|
> [Color scheme](https://github.com/RadRussianRus/sddm-slice/wiki/Color-schemes) layers: [Layer 1](https://github.com/RadRussianRus/sddm-slice/wiki/Layer-1) • **Layer 2** • Layer 3
|
||||||
|
|
||||||
|
**Layer 2** gives more control on common elements.
|
||||||
|
|
||||||
|
### `color_text`
|
||||||
|
Text color in center area: input text, session name in list, user full name in list, etc.
|
||||||
|
|
||||||
|
* Fallbacks: [`color_main`](https://github.com/RadRussianRus/sddm-slice/wiki/Layer-1#color_main)
|
||||||
|
|
||||||
|
### `color_text_dimmed`
|
||||||
|
Additional text in center area: placeholder text, user login text in list (when user full name is shown).
|
||||||
|
|
||||||
|
* Fallbacks: [`color_dimmed`](https://github.com/RadRussianRus/sddm-slice/wiki/Layer-1#color_dimmed)
|
||||||
|
|
||||||
|
### `color_text_bg`
|
||||||
|
Backgrounds in center area, primarily list item backgrounds.
|
||||||
|
|
||||||
|
* Fallbacks: [`color_main (0.1)`](https://github.com/RadRussianRus/sddm-slice/wiki/Layer-1#color_main)
|
||||||
|
|
||||||
|
### `color_text_hover`
|
||||||
|
Mouse hover version of [`color_text`](#color_text).
|
||||||
|
|
||||||
|
* Fallbacks: [`color_text...`](#color_text)
|
||||||
|
|
||||||
|
### `color_text_dimmed_hover`
|
||||||
|
Mouse hover version of [`color_text_dimmed`](#color_text_dimmed).
|
||||||
|
|
||||||
|
* Fallbacks: [`color_text_dimmed...`](#color_text_dimmed)
|
||||||
|
|
||||||
|
### `color_text_bg_hover`
|
||||||
|
Mouse hover version of [`color_text_bg`](#color_text_bg).
|
||||||
|
|
||||||
|
* Fallbacks: [`color_text_bg`](#color_text_bg), [`color_main (0.15)`](https://github.com/RadRussianRus/sddm-slice/wiki/Layer-1#color_main)
|
||||||
|
|
||||||
|
### `color_icon`
|
||||||
|
Color of icon images. Note that avatars are not colored by this option.
|
||||||
|
|
||||||
|
* Fallbacks: [`color_text...`](#color_text)
|
||||||
|
|
||||||
|
### `color_icon_bg`
|
||||||
|
Backgrounds of icon and avatar images.
|
||||||
|
|
||||||
|
* Fallbacks: [`color_main (0.05)`](https://github.com/RadRussianRus/sddm-slice/wiki/Layer-1#color_main)
|
||||||
|
|
||||||
|
### `color_icon_hover`
|
||||||
|
Mouse hover version of [`color_icon`](#color_icon).
|
||||||
|
|
||||||
|
* Fallbacks: [`color_icon`](#color_icon), [`color_text_hover...`](#color_text_hover)
|
||||||
|
|
||||||
|
### `color_icon_bg_hover`
|
||||||
|
Mouse hover version of [`color_icon_bg`](#color_icon_bg).
|
||||||
|
|
||||||
|
* Fallbacks: [`color_icon_bg`](#color_icon_bg), [`color_main (0.1)`](#color_main)
|
||||||
|
|
||||||
|
### `color_button_text`
|
||||||
|
Text of top, bottom and login buttons.
|
||||||
|
|
||||||
|
* Fallbacks: [`color_contrast`](https://github.com/RadRussianRus/sddm-slice/wiki/Layer-1#color_contrast)
|
||||||
|
|
||||||
|
### `color_button_text_hover`
|
||||||
|
Mouse hover version of [`color_button_text`](#color_button_text).
|
||||||
|
|
||||||
|
* Fallbacks: [`color_button_text`](#color_button_text), [`color_contrast`](https://github.com/RadRussianRus/sddm-slice/wiki/Layer-1#color_contrast)
|
||||||
|
|
||||||
|
### `color_button_text_selected`
|
||||||
|
Text of highlighted top, bottom and login buttons.
|
||||||
|
|
||||||
|
* Fallbacks: [`color_contrast`](https://github.com/RadRussianRus/sddm-slice/wiki/Layer-1#color_contrast)
|
||||||
|
|
||||||
|
### `color_button_text_selected_hover`
|
||||||
|
Mouse hover version of [`color_button_text_selected`](#color_button_text_selected).
|
||||||
|
|
||||||
|
* Fallbacks: [`color_button_text_selected`](#color_button_text_selected), [`color_contrast`](https://github.com/RadRussianRus/sddm-slice/wiki/Layer-1#color_contrast)
|
||||||
|
|
||||||
|
### `color_button_bg`
|
||||||
|
Background of top, bottom and login buttons.
|
||||||
|
|
||||||
|
* Fallbacks: [`color_dimmed (0.9)`](https://github.com/RadRussianRus/sddm-slice/wiki/Layer-1#color_dimmed)
|
||||||
|
|
||||||
|
### `color_button_bg_hover`
|
||||||
|
Mouse hover version of [`color_button_bg`](#color_button_bg).
|
||||||
|
|
||||||
|
* Fallbacks: [`color_button_bg`](#color_button_bg), [`color_dimmed`](https://github.com/RadRussianRus/sddm-slice/wiki/Layer-1#color_dimmed)
|
||||||
|
|
||||||
|
### `color_button_bg_selected`
|
||||||
|
Background of highlighted top, bottom and login buttons.
|
||||||
|
|
||||||
|
* Fallbacks: [`color_main (0.9)`](https://github.com/RadRussianRus/sddm-slice/wiki/Layer-1#color_main)
|
||||||
|
|
||||||
|
### `color_button_bg_selected_hover`
|
||||||
|
Mouse hover version of [`color_button_bg_selected`](#color_button_bg_selected).
|
||||||
|
|
||||||
|
* Fallbacks: [`color_button_bg_selected`](#color_button_bg_selected), [`color_main`](https://github.com/RadRussianRus/sddm-slice/wiki/Layer-1#color_main)
|
||||||
|
|
||||||
|
### `color_progress_bar`
|
||||||
|
Progress bar foreground color.
|
||||||
|
|
||||||
|
* Fallbacks: [`color_main`](https://github.com/RadRussianRus/sddm-slice/wiki/Layer-1#color_main)
|
||||||
|
|
||||||
|
### `color_progress_bar_bg`
|
||||||
|
Progress bar background color.
|
||||||
|
|
||||||
|
* Fallbacks: [`color_dimmed`](https://github.com/RadRussianRus/sddm-slice/wiki/Layer-1#color_dimmed)
|
||||||
Loading…
Add table
Reference in a new issue