From 043caafc48eb466c07a1d124fb06ee8f6e2f2f97 Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Thu, 7 Jun 2018 02:36:12 +0300 Subject: [PATCH] Created Layer 1 (markdown) --- Layer-1.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Layer-1.md 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