diff --git a/Layer-1.md b/Layer-1.md new file mode 100644 index 0000000..738a534 --- /dev/null +++ b/Layer-1.md @@ -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`. \ No newline at end of file