Update README
This commit is contained in:
parent
93a44c16c1
commit
4612d3de16
10
README.md
10
README.md
|
@ -26,14 +26,16 @@ Arguments:
|
|||
|
||||
Options:
|
||||
-c, --colors <COLORS> Number of colors to generate (excluding bold colors) [default: 8]
|
||||
-l, --light Generate a light colorscheme
|
||||
-b, --no-bold Skip generating bold color variants
|
||||
--bold-delta <BOLD_DELTA> How much lightness should be added to bold colors [default: 0.2]
|
||||
--rotate-hue <ROTATE_HUE> Rotate colors along the hue axis [default: 0]
|
||||
--lighten <LIGHTEN> Lighten/darken colors [default: 0]
|
||||
--saturate <SATURATE> Saturate/desaturate colors [default: 0]
|
||||
-l, --light Generate a light colorscheme
|
||||
--lighten <LIGHTEN> Lighten/darken colors [default: 0]
|
||||
--no-adjust Do not darken the background and lighten the foreground colors
|
||||
--backend <BACKEND> Which algorithm to use [default: okolors] [possible values: color-thief, okolors]
|
||||
-h, --help Print help
|
||||
-V, --version Print version
|
||||
-V, --version Print version
|
||||
```
|
||||
|
||||
## Using the NixOS module
|
||||
|
@ -50,4 +52,4 @@ as an attribute set of hex color strings:
|
|||
```
|
||||
nix-repl> nodes.ritual.config.environment.graphical.colors.purple
|
||||
{ "0" = "#19172b"; "1" = "#453354"; "10" = "#90629a"; "11" = "#7a6d98"; "12" = "#9a79ab"; "13" = "#a6a1bc"; "14" = "#b69dba"; "15" = "#d0c5dc"; "16" = ""; "2" = "#734e7b"; "3" = "#62577b"; "4" = "#825d94"; "5" = "#8a83a7"; "6" = "#a07fa5"; "7" = "#b7a5c9"; "8" = "#2c294c"; "9" = "#5f4674"; }
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue