Updated Home (markdown)

Eric Kotato 2018-09-11 00:27:37 +03:00
parent e520cacb2d
commit 88857bf7ef

34
Home.md

@ -1 +1,33 @@
Welcome to the sddm-slice wiki!
## Configuration
* [Colors](https://github.com/RadRussianRus/sddm-slice/wiki/Color-Scheme)
* [Fonts](https://github.com/RadRussianRus/sddm-slice/wiki/Font-Scheme)
## Sample configs
### Light theme
```
[General]
color_bg=#e5e5e5
color_main=#474747
color_dimmed=#878787
color_contrast=#f9f9f9
```
### No backgrounds
```
[General]
color_text_bg=transparent
color_icon_bg=transparent
```
### Blue color theme (as in preview)
Wallpaper used: [Reflection](https://www.deviantart.com/puscifer91/art/Reflection-Wallpaper-4K-500312208)
```
[General]
color_bg=#e5e5e5
color_main=#345470
color_dimmed=#7592a3
color_contrast=#f9f9f9
color_text=#345470
color_text_bg=#aad0dfe8
color_icon_bg=#aad0dfe8
color_error_text=#a34c4e
color_error_bg=#11a34c4e
```