From 5adcc12f09dabcbfeeaecc9fb51ba92ce819667c Mon Sep 17 00:00:00 2001 From: J'informatique Date: Tue, 21 Jan 2025 15:37:05 +0100 Subject: [PATCH 1/4] 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 From a75ca1d82af8ec36716e608677bb23f5db48e051 Mon Sep 17 00:00:00 2001 From: J'informatique Date: Tue, 21 Jan 2025 15:40:35 +0100 Subject: [PATCH 2/4] better Alt button --- preview.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/preview.html b/preview.html index 542de6d..8167c5f 100644 --- a/preview.html +++ b/preview.html @@ -209,8 +209,8 @@ SimpleX chat - - SimpleX chat alt + + SimpleX Chat SpaceHey From 2ac5472c72560ce41c054b68a4665c45fd61cea9 Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Tue, 21 Jan 2025 10:35:27 -0500 Subject: [PATCH 3/4] SimpleX Chat --- css/brands-extended.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/brands-extended.css b/css/brands-extended.css index 1e60cf1..b6b779c 100644 --- a/css/brands-extended.css +++ b/css/brands-extended.css @@ -347,16 +347,16 @@ --button-background:#EC008C; } -/* SimpleX */ +/* SimpleX Chat */ .button-simplex { --button-text:#000000; --button-background:#F3F6F7; } -/* SimpleX Alt */ -.button-simplex-dark { +/* SimpleX Chat Alt */ +.button-simplex-alt { --button-text:#FFFFFF; - background-color: #000000; + --background-color: #000000; --button-border: 1px solid #000000; } @@ -441,4 +441,4 @@ .button-xing { --button-text:#FFFFFF; --button-background:#026466; -} \ No newline at end of file +} From 4d649625e010772136150b51c6c89e2e56d9f184 Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Tue, 21 Jan 2025 10:37:44 -0500 Subject: [PATCH 4/4] SimpleX Chat --- css/brands-extended.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/css/brands-extended.css b/css/brands-extended.css index b6b779c..caed508 100644 --- a/css/brands-extended.css +++ b/css/brands-extended.css @@ -349,15 +349,16 @@ /* SimpleX Chat */ .button-simplex { - --button-text:#000000; - --button-background:#F3F6F7; + --button-text:#000000; + --button-background:#F3F6F7; + --button-border: 1px solid #000000; } /* SimpleX Chat Alt */ .button-simplex-alt { - --button-text:#FFFFFF; - --background-color: #000000; - --button-border: 1px solid #000000; + --button-text:#FFFFFF; + --background-color: #000000; + --button-border: 1px solid #FFFFFF; } /* Skoob */