Updated Home (markdown)
parent
e520cacb2d
commit
88857bf7ef
1 changed files with 33 additions and 1 deletions
34
Home.md
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
|
||||
```
|
||||
Loading…
Add table
Reference in a new issue