Files
tgCrewAdmin/src/css/quasar.variables.scss

64 lines
1.3 KiB
SCSS

/* 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;
$dark : #1D1D1D;
$dark-page : #121212;
$positive : #21BA45;
$negative : $t-destructive-text-color;
$info : #31CCEC;
$warning : #F2C037;
$lightgrey : $t-secondary-bg-color;
$brand: #419FD9;
$base-bg: #517DA2;
$tgcolor: #419FD9;
$body-font-size: var(--dynamic-font-size);
$typography-font-family: 'myFont', Roboto !default;