diff --git a/README.md b/README.md
index 4230e14..caea26f 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@ Fichiers customs utilisés pour l'instance Pleroma [soc.emelyne.eu](https://soc.
La licence applicable est la [CC0](https://creativecommons.org/publicdomain/zero/1.0/), sauf exceptions listées ci dessous.
Crédits :
+
- Emojis :
- Emojis packs :
- [Rats Emojis Pack](https://labo.emelyne.eu/oniricorpe/blobrats) by [@AuroreAcelya@pipou.academy](https://pipou.academy/@AuroreAcelya) (**CC0**)
@@ -22,3 +23,6 @@ Crédits :
- Thèmes :
- [Vulpes One](https://plthemes.vulpes.one/themes/vulpes-one/) (modified) : by [Feuerfuchs](https://fedi.absturztau.be/users/Feuerfuchs) (**Unknown license**)
+
+- Font :
+ - [B612](https://b612-font.com/) : by [PolarSys](https://github.com/polarsys/b612) (**SIL Open Font License**)
diff --git a/static/index.html b/static/index.html
new file mode 100644
index 0000000..625d5d9
--- /dev/null
+++ b/static/index.html
@@ -0,0 +1,21 @@
+
Pleroma
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/static/font/B612-Bold.woff b/static/static/font/B612-Bold.woff
new file mode 100644
index 0000000..80e5a38
Binary files /dev/null and b/static/static/font/B612-Bold.woff differ
diff --git a/static/static/font/B612-BoldItalic.woff b/static/static/font/B612-BoldItalic.woff
new file mode 100644
index 0000000..1471559
Binary files /dev/null and b/static/static/font/B612-BoldItalic.woff differ
diff --git a/static/static/font/B612-Italic.woff b/static/static/font/B612-Italic.woff
new file mode 100644
index 0000000..1ee1b02
Binary files /dev/null and b/static/static/font/B612-Italic.woff differ
diff --git a/static/static/font/B612-Regular.woff b/static/static/font/B612-Regular.woff
new file mode 100644
index 0000000..653cc20
Binary files /dev/null and b/static/static/font/B612-Regular.woff differ
diff --git a/static/static/font/fontello.1600365488745.woff2_ b/static/static/font/fontello.1600365488745.woff2_
new file mode 100644
index 0000000..fcdcdfe
Binary files /dev/null and b/static/static/font/fontello.1600365488745.woff2_ differ
diff --git a/static/static/themes/vulpes-one.json b/static/static/themes/vulpes-one.json
index 52db364..62cce54 100644
--- a/static/static/themes/vulpes-one.json
+++ b/static/static/themes/vulpes-one.json
@@ -1,6 +1,5 @@
{
"_pleroma_theme_version": 2,
- "name": "Vulpes One",
"theme": {
"themeEngineVersion": 3,
"shadows": {
@@ -140,19 +139,35 @@
"accent": "#5eb1e6",
"link": "#5eb1e6",
"text": "#cad1d8",
+ "chatBg": "#1a1e22",
+ "chatMessageIncomingBg": "#1a1e22",
+ "chatMessageOutgoingBg": "#262b31",
+ "chatMessageOutgoingBorder": "#2a3037",
+ "chatMessageOutgoingLink": "#5eb1e6",
+ "chatMessageOutgoingText": "#cad1d8",
+ "border": "#2c333a",
+ "chatMessageIncomingBorder": "#313940",
+ "chatMessageIncomingLink": "#5eb1e6",
+ "chatMessageIncomingText": "#cad1d8",
"badgeNotification": "#2c333a",
"badgeNotificationText": "#ffffff",
+ "alertNeutral": "#cad1d8",
+ "alertNeutralText": "#ffffff",
+ "alertPopupNeutral": "#cad1d8",
+ "alertPopupNeutralText": "#000000",
+ "alertWarning": "#ffd209",
+ "alertWarningText": "#ffffff",
+ "alertPopupWarning": "#ffd209",
+ "alertPopupWarningText": "#000000",
+ "alertError": "#e65e5e",
+ "alertErrorText": "#cad1d8",
+ "alertPopupError": "#e65e5e",
+ "alertPopupErrorText": "#000000",
"panel": "#181c1f",
"panelText": "#ffffff",
- "alertNeutral": "#cad1d8",
"alertNeutralPanelText": "#ffffff",
- "alertNeutralText": "#ffffff",
- "alertWarning": "#ffd209",
"alertWarningPanelText": "#000000",
- "alertWarningText": "#ffffff",
- "alertError": "#e65e5e",
"alertErrorPanelText": "#ffffff",
- "alertErrorText": "#cad1d8",
"fgText": "#cad1d8",
"topBar": "#22272d",
"topBarText": "#cad1d8",
@@ -188,7 +203,7 @@
"icon": "#72787d",
"poll": "#365971",
"pollText": "#cad1d8",
- "border": "#2c333a",
+ "postGreentext": "#76e65e",
"postLink": "#5eb1e6",
"lightText": "#ffffff",
"popover": "#1a1e22",
@@ -240,12 +255,13 @@
"opacity": {
"underlay": 0.15,
"bg": 1,
- "panel": 1,
+ "border": 1,
"alert": 0.5,
+ "alertPopup": 0.95,
+ "panel": 1,
"input": 1,
"btn": 1,
"faint": 0.5,
- "border": 1,
"popover": 1,
"profileTint": 0.5
},
@@ -257,26 +273,40 @@
"avatar": "5",
"avatarAlt": "5",
"tooltip": "5",
- "attachment": "0"
+ "attachment": "0",
+ "chatMessage": "0"
},
"fonts": {
"interface": {
- "family": "sans-serif"
+ "family": "B612"
},
"input": {
- "family": "inherit"
+ "family": "B612"
},
"post": {
- "family": "inherit"
+ "family": "B612"
},
"postCode": {
- "family": "monospace"
+ "family": "B612"
}
}
},
"source": {
"themeEngineVersion": 3,
- "fonts": {},
+ "fonts": {
+ "interface": {
+ "family": "B612"
+ },
+ "input": {
+ "family": "B612"
+ },
+ "post": {
+ "family": "B612"
+ },
+ "postCode": {
+ "family": "B612"
+ }
+ },
"shadows": {
"button": [
{