diff options
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, |