diff options
Diffstat (limited to 'src/config/types.ts')
| -rw-r--r-- | src/config/types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/types.ts b/src/config/types.ts index 7bea7bf..dd92040 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -6,6 +6,7 @@ const OBJ_ARR = (shape: object) => ARR(JSON.stringify(shape)); export default { "style.transparency": ["off", "normal", "high"], + "style.borders": BOOL, "style.vibrant": BOOL, // Bar "bar.vertical": BOOL, |