aboutsummaryrefslogtreecommitdiff
path: root/static/themes/breezy-light.json
diff options
context:
space:
mode:
Diffstat (limited to 'static/themes/breezy-light.json')
-rw-r--r--static/themes/breezy-light.json220
1 files changed, 213 insertions, 7 deletions
diff --git a/static/themes/breezy-light.json b/static/themes/breezy-light.json
index 5db185dd..243b8593 100644
--- a/static/themes/breezy-light.json
+++ b/static/themes/breezy-light.json
@@ -13,6 +13,218 @@
"alpha": 0.6
}
],
+ "topBar": [
+ {
+ "x": 0,
+ "y": 0,
+ "blur": 4,
+ "spread": 0,
+ "color": "#000000",
+ "alpha": 0.6
+ }
+ ],
+ "popup": [
+ {
+ "x": 2,
+ "y": 2,
+ "blur": 3,
+ "spread": 0,
+ "color": "#000000",
+ "alpha": 0.5
+ }
+ ],
+ "avatar": [
+ {
+ "x": 0,
+ "y": 1,
+ "blur": 8,
+ "spread": 0,
+ "color": "#000000",
+ "alpha": 0.7
+ }
+ ],
+ "avatarStatus": [],
+ "panelHeader": [
+ {
+ "x": 0,
+ "y": "40",
+ "blur": "40",
+ "spread": "-40",
+ "inset": true,
+ "color": "#ffffff",
+ "alpha": "0.1"
+ }
+ ],
+ "button": [
+ {
+ "x": 0,
+ "y": "0",
+ "blur": "0",
+ "spread": "1",
+ "color": "#000000",
+ "alpha": "0.3",
+ "inset": true
+ },
+ {
+ "x": "1",
+ "y": "1",
+ "blur": "1",
+ "spread": 0,
+ "color": "#000000",
+ "alpha": "0.3",
+ "inset": false
+ }
+ ],
+ "buttonHover": [
+ {
+ "x": 0,
+ "y": "0",
+ "blur": 0,
+ "spread": "1",
+ "color": "--accent",
+ "alpha": "0.3",
+ "inset": true
+ },
+ {
+ "x": "1",
+ "y": "1",
+ "blur": "1",
+ "spread": 0,
+ "color": "#000000",
+ "alpha": "0.3",
+ "inset": false
+ }
+ ],
+ "buttonPressed": [
+ {
+ "x": 0,
+ "y": 0,
+ "blur": "0",
+ "spread": "50",
+ "color": "--faint",
+ "alpha": 1,
+ "inset": true
+ },
+ {
+ "x": 0,
+ "y": "0",
+ "blur": 0,
+ "spread": "1",
+ "color": "#ffffff",
+ "alpha": 0.2,
+ "inset": true
+ },
+ {
+ "x": "1",
+ "y": "1",
+ "blur": 0,
+ "spread": 0,
+ "color": "#000000",
+ "alpha": "0.3",
+ "inset": false
+ }
+ ],
+ "input": [
+ {
+ "x": 0,
+ "y": "0",
+ "blur": 0,
+ "spread": "1",
+ "color": "#000000",
+ "alpha": "0.2",
+ "inset": true
+ }
+ ]
+ },
+ "colors": {
+ "bg": "#eff0f1",
+ "underlay": "#000000",
+ "text": "#232627",
+ "lightText": "#000000",
+ "accent": "#2980b9",
+ "link": "#2980b9",
+ "faint": "#232627",
+ "lightBg": "#e2e4e6",
+ "fg": "#bcc2c7",
+ "fgText": "#232627",
+ "fgLink": "#2980b9",
+ "border": "#b7bdc3",
+ "btn": "#eff0f1",
+ "btnText": "#232627",
+ "input": "#fcfcfc",
+ "inputText": "#000000",
+ "panel": "#475057",
+ "panelText": "#fcfcfc",
+ "panelLink": "#ffffff",
+ "panelFaint": "#d8dbdc",
+ "topBar": "#475057",
+ "topBarText": "#d8dbdc",
+ "topBarLink": "#eff0f1",
+ "faintLink": "#2980b9",
+ "linkBg": "#a0c4db",
+ "icon": "#898b8c",
+ "cBlue": "#2980b9",
+ "cRed": "#da4453",
+ "cGreen": "#27ae60",
+ "cOrange": "#f67400",
+ "alertError": "#da4453",
+ "alertErrorText": "#232627",
+ "alertErrorPanelText": "#fcfcfc",
+ "alertWarning": "#f67400",
+ "alertWarningText": "#232627",
+ "alertWarningPanelText": "#fcfcfc",
+ "badgeNotification": "#da4453",
+ "badgeNotificationText": "#ffffff"
+ },
+ "opacity": {
+ "panel": 1,
+ "btn": 1,
+ "border": 1,
+ "bg": 1,
+ "alert": 0.5,
+ "input": "1",
+ "faint": 0.5,
+ "underlay": 0.15
+ },
+ "radii": {
+ "btn": "2",
+ "input": "2",
+ "checkbox": "1",
+ "panel": "2",
+ "avatar": "2",
+ "avatarAlt": "2",
+ "tooltip": "2",
+ "attachment": "2"
+ },
+ "fonts": {
+ "interface": {
+ "family": "sans-serif"
+ },
+ "input": {
+ "family": "inherit"
+ },
+ "post": {
+ "family": "inherit"
+ },
+ "postCode": {
+ "family": "monospace"
+ }
+ }
+ },
+ "source": {
+ "themeEngineVersion": 3,
+ "fonts": {},
+ "shadows": {
+ "panel": [
+ {
+ "x": "1",
+ "y": "2",
+ "blur": "6",
+ "spread": 0,
+ "color": "#000000",
+ "alpha": 0.6
+ }
+ ],
"button": [
{
"x": 0,
@@ -105,20 +317,14 @@
}
]
},
- "fonts": {},
"opacity": {
"input": "1"
},
- "v3compat": {
- "colors": {
- "panel": "transparent"
- }
- },
"colors": {
"bg": "#eff0f1",
"text": "#232627",
- "link": "#2980b9",
"fg": "#bcc2c7",
+ "accent": "#2980b9",
"panel": "#475057",
"panelText": "#fcfcfc",
"input": "#fcfcfc",