From a383c62fd1e61c2f0fa147cbde8e5b20d1a40d69 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sat, 29 Mar 2025 13:08:51 -0500 Subject: [PATCH] Add matte color configuration to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b531952..07a78e2c 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ Application behavior can be changed by configuring the following environment var #### Visual - `NEXT_PUBLIC_DEFAULT_THEME = light | dark` sets preferred initial theme (defaults to `system` when not configured) -- `NEXT_PUBLIC_MATTE_PHOTOS = 1` constrains the size of each photo, and displays a surrounding border (potentially useful for photos with tall aspect ratios) +- `NEXT_PUBLIC_MATTE_PHOTOS = 1` constrains the size of each photo, and displays a surrounding border, potentially useful for photos with tall aspect ratios (colors can be customized via `NEXT_PUBLIC_MATTE_COLOR` + `NEXT_PUBLIC_MATTE_COLOR_DARK`) #### Display - `NEXT_PUBLIC_CATEGORY_VISIBILITY`