Merge branch 'themes-accent' into shigusegubu

* themes-accent:
  dismiss warning when selecting other themes, fix collapsed attachments link color
  properly clear theme
  fixed transparent + semi-transparent inheritance case
  post-merge fix
  fix v2 breezy themes having messed up pressed buttons. updated v2.1 breezy themes to have derived colors instead of fixed ones.
  Emoji Reactions - fixes and improvements
  MRF Keyword Policy Disclosure
  Include non-gallery attachments and distinguish between images and videos
  Indicate whether collapsed statuses contain gallery media or link preview cards
  Add option text
  Add `with_move` param for fetching notification
  Change to hide User migrates tab when allow following move
  Add setting for allow_following_move
This commit is contained in:
Henry Jameson 2020-02-12 01:29:57 +02:00
commit fb2fd32517
34 changed files with 380 additions and 82 deletions

View file

@ -339,6 +339,12 @@
"css": "arrow-curved",
"code": 59426,
"src": "iconic"
},
{
"uid": "0ddd3e8201ccc7d41f7b7c9d27eca6c1",
"css": "link",
"code": 59427,
"src": "fontawesome"
}
]
}
}

View file

@ -21,7 +21,7 @@
"y": "0",
"blur": "0",
"spread": "1",
"color": "#ffffff",
"color": "--btn,900",
"alpha": "0.15",
"inset": true
},
@ -42,7 +42,7 @@
"blur": "40",
"spread": "-40",
"inset": true,
"color": "#ffffff",
"color": "--panel,900",
"alpha": "0.1"
}
],
@ -72,7 +72,7 @@
"y": "0",
"blur": 0,
"spread": "1",
"color": "#ffffff",
"color": "--btn,900",
"alpha": 0.2,
"inset": true
},
@ -92,7 +92,7 @@
"y": "0",
"blur": 0,
"spread": "1",
"color": "#FFFFFF",
"color": "--input,900",
"alpha": "0.2",
"inset": true
}
@ -105,9 +105,9 @@
"link": "#3daee9",
"fg": "#31363b",
"panel": "transparent",
"input": "#232629",
"topBarLink": "#eff0f1",
"btn": "#31363b",
"input": "--bg,-6.47",
"topBarLink": "--topBarText",
"btn": "--bg",
"border": "#4c545b",
"cRed": "#da4453",
"cBlue": "#3daee9",

View file

@ -21,7 +21,7 @@
"y": "0",
"blur": "0",
"spread": "1",
"color": "#000000",
"color": "--btn,900",
"alpha": "0.3",
"inset": true
},
@ -42,7 +42,7 @@
"blur": "40",
"spread": "-40",
"inset": true,
"color": "#ffffff",
"color": "--panel,900",
"alpha": "0.1"
}
],
@ -72,7 +72,7 @@
"y": "0",
"blur": 0,
"spread": "1",
"color": "#ffffff",
"color": "--btn,900",
"alpha": 0.2,
"inset": true
},
@ -92,7 +92,7 @@
"y": "0",
"blur": 0,
"spread": "1",
"color": "#000000",
"color": "--input,900",
"alpha": "0.2",
"inset": true
}
@ -104,14 +104,11 @@
"colors": {
"bg": "#eff0f1",
"text": "#232627",
"fg": "#bcc2c7",
"fg": "#475057",
"accent": "#2980b9",
"panel": "#475057",
"panelText": "#fcfcfc",
"input": "#fcfcfc",
"topBar": "#475057",
"topBarLink": "#eff0f1",
"btn": "#eff0f1",
"input": "--bg,-6.47",
"topBarLink": "--topBarText",
"btn": "--bg",
"cRed": "#da4453",
"cBlue": "#2980b9",
"cGreen": "#27ae60",