{
  "meta": {
    "name": "config",
    "version": "0.14"
  },
  "global": {
    "palette": {
      "ignore-dark-mode": false,
      "light": {
        "primary": "#002E2A",
        "secondary": "#469B93",
        "error": "#E86161",
        "success": "#4BB543",
        "warning": "#FFAA59",
        "accent": "#EDF5F4",
        "active": "#469B93",
        "hint": "#66827F",
        "foreground": "#002E2A",
        "background": "#FFFFFF",
        "card-background": "#FFFFFF",
        "success-background": "#EDF5F4",
        "error-background": "#FCEFEF",
        "warn-background": "#FFF5E3",
        "badge-foreground": "#FFFFFF",
        "badge-background": "#469B93",
        "switch-color": "#469B93"
      },
      "dark": {
        "primary": "#002E2A",
        "secondary": "#469B93",
        "error": "#E86161",
        "success": "#4BB543",
        "warning": "#FFAA59",
        "accent": "#EDF5F4",
        "active": "#B3C0BF",
        "selections": "#FFFFFF",
        "hint": "#B3C0BF",
        "foreground": "#FFFFFF",
        "background": "#151515",
        "card-background": "#2A292E",
        "success-background": "#EDF5F4",
        "error-background": "#FCEFEF",
        "warn-background": "#FFF5E3",
        "badge-foreground": "#FFFFFF",
        "badge-background": "#469B93",
        "switch-color": "#469B93"
      }
    },
    "typography": {
      "h0": {
        "font": "Poppins",
        "weight": 600,
        "size": 20,
        "line-height": 30
      },
      "h1": {
        "font": "Poppins",
        "weight": 600,
        "size": 16,
        "line-height": 24
      },
      "h2": {
        "font": "Poppins",
        "weight": 500,
        "size": 16,
        "line-height": 24
      },
      "body": {
        "font": "Poppins",
        "weight": 400,
        "size": 14,
        "line-height": 14
      },
      "hint": {
        "font": "Poppins",
        "weight": 400,
        "size": 12,
        "line-height": 12
      },
      "action": {
        "font": "Poppins",
        "weight": 400,
        "size": 16,
        "line-height": 24
      },
      "summary": {
        "font": "Poppins",
        "weight": 500,
        "size": 14,
        "line-height": 24
      }
    },
    "searchfields": {
      "label-padding": 12,
      "horizontal-padding": 16,
      "vertical-padding": 13,
      "prepend-search-icon": false,
      "radius": 10,
      "border": 1,
      "show-label": true,
      "outlined": false,
      "allow-emoji": true,
      "theme": {
        "light": {
          "foreground": "#000000",
          "background": "#F2F5F7",
          "focused-background": "",
          "outline": "#F2F5F7",
          "focused-outline": "#F2F5F7",
          "hint": "#69778C"
        },
        "dark": {
          "foreground": "#FFFFFF",
          "background": "#353636",
          "focused-background": "",
          "outline": "#353636",
          "focused-outline": "#353636",
          "hint": "#69778C"
        }
      }
    },
    "textfields": {
      "label-padding": 8,
      "horizontal-padding": 10,
      "vertical-padding": 10,
      "radius": 10,
      "border": 1,
      "show-label": true,
      "outlined": true,
      "allow-emoji": true,
      "theme": {
        "light": {
          "foreground": "#000000",
          "background": "",
          "focused-background": "",
          "outline": "#E6EAEA",
          "focused-outline": "#002E2A",
          "hint": "#69778C"
        },
        "dark": {
          "foreground": "#FFFFFF",
          "background": "",
          "focused-background": "",
          "outline": "#3E3E3E",
          "focused-outline": "#FFFFFF",
          "hint": "#69778C"
        }
      }
    },
    "buttons": {
      "radius": 70,
      "vertical-padding": 12,
      "border": 1,
      "outlined": false,
      "underline-actions": true
    },
    "cards": {
      "radius-small": 10,
      "radius-medium": 15,
      "radius-large": 15,
      "shadow": {
        "radius": 40,
        "offset-x": 0,
        "offset-y": 4
      }
    },
    "tiles": {
      "use-cards": true,
      "icon-width": 32,
      "icon-padding": 12,
      "icon-border-radius": 100,
      "horizontal-spacing": 10,
      "vertical-spacing": 10
    },
    "structure": {
      "force-latin-numbers": false,
      "prefix-amount-currency": false,
      "prefix-amount-sign": true,
      "show-amount-sign": true,
      "use-centered-header": false,
      "show-summary-icon": false,
      "highlight-summary-amount": true,
      "use-warn-color-for-summary": false,
      "override-header-color": false,
      "use-action-for-trends": false,
      "use-modal-header": false,
      "show-empty-state-action": true,
      "use-native-switch": false,
      "minify-title-decimal-value": false
    },
    "date-range-button": {
      "structure": {
        "radius": 10,
        "horizontal-padding": 15,
        "vertical-padding": 10,
        "icon-before-label": true
      },
      "theme": {
        "light": {
          "foreground": "#000000",
          "background": "#EDF5F4"
        },
        "dark": {
          "foreground": "#002E2A",
          "background": "#B3C0BF"
        }
      }
    },
    "assets": {
      "calendar": "lune_asset_calendar",
      "filter": "lune_asset_filter",
      "arrow-up": "lune_asset_arrow_up",
      "arrow-down": "lune_asset_arrow_down",
      "arrow-left": "",
      "arrow-right": "",
      "chevron-left": "",
      "chevron-right": "",
      "income": "lune_asset_income",
      "expense": "lune_asset_expenses",
      "check": "",
      "no-transaction": "lune_asset_no_data",
      "budget-feature": "lune_asset_budget_img",
      "goal-feature": "lune_asset_goal_img",
      "no-achieved-goal": "lune_asset_no_achieved_goal_img",
      "savings-feature": "lune_asset_savings_img",
      "no-data": "lune_asset_no_data",
      "summary-bad": "",
      "summary-warn": "",
      "summary-good": "",
      "feedback-success": "lune_asset_feedback_success"
    }
  },
  "component-specific": {
    "cashflow": {
      "structure": {
        "show-top-amount": false,
        "show-chart-center-amount": true,
        "show-chart-center-label": false,
        "chart-stroke-width": 10,
        "chart-stroke-offset": 0,
        "chart-round-stroke-cap": false,
        "alert-before-tiles": true,
        "income-before-expense": false
      },
      "theme": {
        "light": {
          "expense": "#7EB8B3",
          "income": "#1A433F"
        },
        "dark": {
          "expense": "#7EB8B3",
          "income": "#ffffff"
        }
      }
    },
    "expense": {
      "structure": {
        "show-top-amount": false,
        "use-tile-divider": false,
        "excluded-categories": []
      }
    },
    "budget-summary": {},
    "budget-form": {},
    "brand-trend": {
      "structure": {
        "icon-size": 17,
        "bar-padding": 7.5,
        "use-card-chart": true,
        "use-tile-divider": false,
        "chart-stroke-width": 6,
        "stroke-cap-radius": 0
      }
    },
    "category-trend": {
      "structure": {
        "icon-size": 17,
        "bar-padding": 7.5,
        "use-card-chart": true,
        "use-tile-divider": false,
        "chart-stroke-width": 6,
        "stroke-cap-radius": 0
      }
    },
    "activity": {},
    "category-activity": {},
    "transaction-detail": {
      "structure": {
        "logo-size": 44.0,
        "logo-border-radius": 100.0,
        "show-report-field-label": true,
        "use-centered-layout": false,
        "show-report-icon": true,
        "show-category-icon": true,
        "allow-cancel-report": true,
        "use-tile-divider-for-categories": false,
        "max-tag-length": 12,
        "show-time": false
      },
      "theme": {
        "light": {
          "reported-text": "#7E7D7D",
          "reported-bg": "#F0F0F0",
          "closed-text": "#E86161",
          "closed-bg": "#FCEFEF",
          "updated-text": "#469B93",
          "updated-bg": "#DEF1EF",
          "tag-text": "#FFFFFF",
          "tag-bg": "#637185"
        },
        "dark": {
          "reported-text": "#7E7D7D",
          "reported-bg": "#F0F0F0",
          "closed-text": "#E86161",
          "closed-bg": "#FCEFEF",
          "updated-text": "#469B93",
          "updated-bg": "#DEF1EF",
          "tag-text": "#FFFFFF",
          "tag-bg": "#637185"
        }
      }
    },
    "category-spend-chart": {
      "structure": {
        "show-chart-center-amount": true,
        "show-chart-center-label": false,
        "chart-stroke-width": 10,
        "chart-stroke-offset": 0,
        "chart-round-stroke-cap": false,
        "use-cards-for-annotation": true,
        "annotation-border-radius": 100
      },
      "theme": {
        "light": {
          "segment-colors": ["#102D2A", "#3B5755", "#5D9993", "#9AC0BE", "#CCE0DF"],
          "annotation-bg": ""
        },
        "dark": {
          "segment-colors": ["#102D2A", "#3B5755", "#5D9993", "#9AC0BE", "#CCE0DF"],
          "annotation-bg": ""
        }
      }
    },
    "brand-list": {},
    "transaction-list": {
      "structure": {
        "show-trailing-rounded-indicator": true,
        "show-trailing-category-icon": true,
        "show-time": false
      }
    },
    "category-spend-list": {
      "category-budget-increment": 50
    }
  }
}
