summaryrefslogtreecommitdiff
path: root/src/config/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/types.ts')
-rw-r--r--src/config/types.ts1
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,