From 4612d3de1692c98e79e2de848c5776b412377bd1 Mon Sep 17 00:00:00 2001 From: "Agatha V. Lovelace" Date: Tue, 3 Oct 2023 19:37:32 +0200 Subject: [PATCH] Update README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 84ef0f6..e152bb7 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,16 @@ Arguments: Options: -c, --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 How much lightness should be added to bold colors [default: 0.2] --rotate-hue Rotate colors along the hue axis [default: 0] - --lighten Lighten/darken colors [default: 0] --saturate Saturate/desaturate colors [default: 0] - -l, --light Generate a light colorscheme + --lighten Lighten/darken colors [default: 0] + --no-adjust Do not darken the background and lighten the foreground colors + --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"; } -``` \ No newline at end of file +```