--- /dev/null
+# Edge Highlight, based on https://github.com/justvanrossum/nabla
+tag: "EHLT"
+display_name: "Edge Highlight"
+min_value: 0
+default_value: 12 # Taken from Nabla, but expected to be per-family
+max_value: 1000
+precision: 0
+description:
+ "Controls thickness of edge highlight details."
+fallback {
+ name: "Default"
+ value: 12
+}
\ No newline at end of file
--- /dev/null
+# Extrusion Depth, based on https://github.com/justvanrossum/nabla
+tag: "EDPT"
+display_name: "Extrusion Depth"
+min_value: 0
+default_value: 100 # Taken from Nabla, but expected to be per-family
+max_value: 1000
+precision: 0
+description:
+ "Controls extrusion depth."
+fallback {
+ name: "Default"
+ value: 100
+}
\ No newline at end of file