From 5adcc12f09dabcbfeeaecc9fb51ba92ce819667c Mon Sep 17 00:00:00 2001 From: J'informatique Date: Tue, 21 Jan 2025 15:37:05 +0100 Subject: [PATCH] SimpleX chat --- css/brands-extended.css | 13 ++++++++ images/icons-extended/simplex-alt.svg | 47 +++++++++++++++++++++++++++ images/icons-extended/simplex.svg | 47 +++++++++++++++++++++++++++ preview.html | 6 ++++ 4 files changed, 113 insertions(+) create mode 100644 images/icons-extended/simplex-alt.svg create mode 100644 images/icons-extended/simplex.svg diff --git a/css/brands-extended.css b/css/brands-extended.css index 96db5fe..1e60cf1 100644 --- a/css/brands-extended.css +++ b/css/brands-extended.css @@ -347,6 +347,19 @@ --button-background:#EC008C; } +/* SimpleX */ +.button-simplex { + --button-text:#000000; + --button-background:#F3F6F7; +} + +/* SimpleX Alt */ +.button-simplex-dark { + --button-text:#FFFFFF; + background-color: #000000; + --button-border: 1px solid #000000; +} + /* Skoob */ .button-skoob { --button-text:#FFFFFF; diff --git a/images/icons-extended/simplex-alt.svg b/images/icons-extended/simplex-alt.svg new file mode 100644 index 0000000..95c3ee5 --- /dev/null +++ b/images/icons-extended/simplex-alt.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + diff --git a/images/icons-extended/simplex.svg b/images/icons-extended/simplex.svg new file mode 100644 index 0000000..486f22c --- /dev/null +++ b/images/icons-extended/simplex.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + diff --git a/preview.html b/preview.html index 0e95fe8..542de6d 100644 --- a/preview.html +++ b/preview.html @@ -206,6 +206,12 @@ Skoob + + SimpleX chat + + + SimpleX chat alt + SpaceHey