before remake add chat window

This commit is contained in:
2026-04-23 08:51:14 +03:00
parent 09d7812a7a
commit 94851c8b82
90 changed files with 8833 additions and 4159 deletions

View File

@@ -1,4 +1,45 @@
$primary : #419FD9;
/* telegram theme on Android 2026
bg-color: #ffffff
secondary-bg-color: #f1f1f3
section-bg-color: #ffffff
header-bg-color: #ffffff
bottom-bar-bg-color: #f1f1f3
text-color: #1a1d21
hint-color: #a8a8a8
subtitle-text-color: #82868a
accent-text-color: #1c93e3
section-header-text-color: #298acf
button-color: #229af0
button-text-color: #ffffff
link-color: #2678b6
destructive-text-color: #cc2929
section-separator-color: #d9d9d9
*/
$t-bg-color: #ffffff;
$t-secondary-bg-color: #f1f1f3;
$t-section-bg-color: #ffffff;
$t-header-bg-color: #ffffff;
$t-bottom-bar-bg-color: #f1f1f3;
$t-text-color: #1a1d21;
$t-hint-color: #a8a8a8;
$t-subtitle-text-color: #82868a;
$t-accent-text-color: #1c93e3;
$t-section-header-text-color: #298acf;
$t-button-color: #229af0;
$t-button-text-color: #ffffff;
$t-link-color: #2678b6;
$t-destructive-text-color: #cc2929;
$t-section-separator-color: #d9d9d9;
$primary : $t-button-color;
$secondary : #26A69A;
$accent : #9C27B0;
@@ -6,11 +47,11 @@ $dark : #1D1D1D;
$dark-page : #121212;
$positive : #21BA45;
$negative : #C10015;
$negative : $t-destructive-text-color;
$info : #31CCEC;
$warning : #F2C037;
$lightgrey : #DCDCDC;
$lightgrey : $t-secondary-bg-color;
$brand: #419FD9;
$base-bg: #517DA2;