{
  "theme_name": "Framework Noir",
  "theme_description": "Minimal dark-mode aesthetic inspired by Framework 5 palettes\u2014crisp monochrome surfaces with electric primary accents.",
  "theme_category": "modern",
  "version": "1.0.0",
  "styles": {
    "form_style": {
      "default": {
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "0px",
          "left": "0px"
        }
      }
    },
    "page_style": {
      "default": {
        "background_mode": "single",
        "background-color": "#0f1116",
        "padding": {
          "top": "32px",
          "right": "36px",
          "bottom": "36px",
          "left": "36px"
        },
        "border": {
          "color": "#1f2329",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "16px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "28px",
          "blur": "60px",
          "spread": "0px",
          "color": "rgba(0, 0, 0, 0.5)"
        }
      }
    },
    "row_style": {},
    "field_style": {
      "text_input": {
        "default": {
          "background-color": "#151922",
          "color": "#f8f9fa",
          "placeholder_color": "#8c96a8",
          "font-size": "15px",
          "padding": {
            "top": "12px",
            "right": "16px",
            "bottom": "12px",
            "left": "16px"
          },
          "border": {
            "color": "#2a303c",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "10px",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "0px",
            "color": "rgba(0,0,0,0)"
          }
        },
        "hover": {
          "border": {
            "color": "#4c5568"
          }
        },
        "focus": {
          "border": {
            "color": "#0d6efd"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "0px",
            "color": "rgba(0,0,0,0)"
          }
        }
      },
      "textarea": {
        "default": {
          "background-color": "#151922",
          "color": "#f8f9fa",
          "placeholder_color": "#8c96a8",
          "font-size": "15px",
          "padding": {
            "top": "12px",
            "right": "16px",
            "bottom": "12px",
            "left": "16px"
          },
          "border": {
            "color": "#2a303c",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "10px"
        },
        "hover": {
          "border": {
            "color": "#4c5568"
          }
        },
        "focus": {
          "border": {
            "color": "#0d6efd"
          }
        }
      },
      "select_input": {
        "default": {
          "background-color": "#151922",
          "color": "#f8f9fa",
          "font-size": "15px",
          "padding": {
            "top": "12px",
            "right": "42px",
            "bottom": "12px",
            "left": "16px"
          },
          "border": {
            "color": "#2a303c",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "10px",
          "custom_css": "appearance: none; background-position: right 16px center; background-repeat: no-repeat;"
        },
        "hover": {
          "border": {
            "color": "#4c5568"
          }
        },
        "focus": {
          "border": {
            "color": "#0d6efd"
          }
        }
      },
      "checkbox_radio": {
        "default": {
          "accent_color": "#0d6efd",
          "size": "18px",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        },
        "hover": {
          "accent_color": "#3d8bfd",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        },
        "focus": {
          "accent_color": "#0b5ed7",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        }
      }
    },
    "button_typography": {
      "default": {
        "font-family": "Inter",
        "font-size": "15px",
        "font-weight": "500",
        "color": "#f8f9fa",
        "letter-spacing": "0.3px",
        "text-transform": "none",
        "text-align": "center"
      }
    },
    "submit_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#0d6efd",
        "color": "#f8f9fa",
        "padding": {
          "top": "12px",
          "right": "28px",
          "bottom": "12px",
          "left": "28px"
        },
        "border": {
          "color": "#0d6efd",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "999px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "14px",
          "blur": "30px",
          "spread": "0px",
          "color": "rgba(13,110,253,0.3)"
        }
      },
      "hover": {
        "background-color": "#0b5ed7",
        "border": {
          "color": "#0b5ed7"
        }
      },
      "active": {
        "background-color": "#0a58ca",
        "border": {
          "color": "#0a58ca"
        }
      }
    },
    "previous_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#2b303b",
        "color": "#f8f9fa",
        "padding": {
          "top": "10px",
          "right": "22px",
          "bottom": "10px",
          "left": "22px"
        },
        "border": {
          "color": "#2b303b",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "32px"
      },
      "hover": {
        "background-color": "#343a46"
      }
    },
    "next_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#1f222b",
        "color": "#f8f9fa",
        "padding": {
          "top": "10px",
          "right": "26px",
          "bottom": "10px",
          "left": "26px"
        },
        "border": {
          "color": "#1f222b",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "32px"
      },
      "hover": {
        "background-color": "#2f333d"
      },
      "active": {
        "background-color": "#11141c"
      }
    },
    "button_custom_css": "",
    "form_title": {
      "default": {
        "font-family": "Inter",
        "font-size": "30px",
        "font-weight": "600",
        "color": "#f8f9fa",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "form_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "16px",
        "font-weight": "400",
        "color": "#ced4da",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_heading": {
      "default": {
        "font-family": "Inter",
        "font-size": "22px",
        "font-weight": "600",
        "color": "#f8f9fa",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "15px",
        "font-weight": "400",
        "color": "#c5ccd8",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_heading": {
      "default": {
        "font-family": "Inter",
        "font-size": "16px",
        "font-weight": "600",
        "color": "#f1f3f5",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "14px",
        "font-weight": "400",
        "color": "#b0b7c5",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_label": {
      "default": {
        "font-family": "Inter",
        "font-size": "14px",
        "font-weight": "500",
        "color": "#e9ecef",
        "letter-spacing": "0.2px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "13px",
        "font-weight": "400",
        "color": "#adb5bd",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_errors": {
      "default": {
        "font-family": "Inter",
        "font-size": "13px",
        "font-weight": "500",
        "color": "#f8d7da",
        "background-color": "rgba(220,53,69,0.15)",
        "padding": {
          "top": "6px",
          "right": "10px",
          "bottom": "6px",
          "left": "10px"
        },
        "border": {
          "color": "rgba(220,53,69,0.35)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "8px"
      }
    },
    "success_message": {
      "default": {
        "font-family": "Inter",
        "font-size": "13px",
        "font-weight": "500",
        "color": "#d1e7dd",
        "background-color": "rgba(25,135,84,0.2)",
        "padding": {
          "top": "8px",
          "right": "12px",
          "bottom": "8px",
          "left": "12px"
        },
        "border": {
          "color": "rgba(25,135,84,0.35)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "10px"
      }
    }
  }
}
