diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-15 15:22:31 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-15 15:22:31 +1000 |
| commit | 45f97d8f94f67657421316f082ac1d4222012691 (patch) | |
| tree | 5d791529fc2cd0e735882d704b1d0882a509f477 /src/config/types.ts | |
| parent | style: lighter backgrounds (diff) | |
| download | caelestia-shell-45f97d8f94f67657421316f082ac1d4222012691.tar.gz caelestia-shell-45f97d8f94f67657421316f082ac1d4222012691.tar.bz2 caelestia-shell-45f97d8f94f67657421316f082ac1d4222012691.zip | |
feat: add low transparency mode
Diffstat (limited to 'src/config/types.ts')
| -rw-r--r-- | src/config/types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/types.ts b/src/config/types.ts index 5e7415a..c8fb9b4 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -7,7 +7,7 @@ const ARR = (type: string | string[]) => `array of ${typeof type === "string" ? const OBJ_ARR = (shape: object) => ARR(JSON.stringify(shape)); export default { - "style.transparency": ["off", "normal", "high"], + "style.transparency": ["off", "low", "normal", "high"], "style.borders": BOOL, "style.vibrant": BOOL, "config.notifyOnError": BOOL, |