mirror of
https://github.com/danth/stylix
synced 2024-11-10 06:34:15 +00:00
parent
519037622a
commit
1fe620487b
1 changed files with 7 additions and 2 deletions
|
@ -116,8 +116,13 @@ option:
|
||||||
stylix.polarity = "dark";
|
stylix.polarity = "dark";
|
||||||
```
|
```
|
||||||
|
|
||||||
After rebuilding, the full theme can be previewed at
|
After rebuilding, the full theme can be previewed in a web browser by
|
||||||
`file:///etc/stylix/palette.html` in a web browser.
|
opening either of these files:
|
||||||
|
|
||||||
|
- `/etc/stylix/palette.html` if you are using NixOS, or
|
||||||
|
- `$XDG_CONFIG_HOME/stylix/palette.html` (by default
|
||||||
|
`~/.config/stylix/palette.html`) if you are using home-manager
|
||||||
|
without NixOS.
|
||||||
|
|
||||||
### Manual color schemes
|
### Manual color schemes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue