Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Added the color-variables for fonts, backgrounds and popUps. (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-H11 committed Mar 22, 2022
1 parent 2a71c44 commit 2ccb1ff
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion src/global-styles/_theme-colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,25 @@ $info-default: #3281F6;
$info-hover: #245EB5;
$info-disabled: #2D456C;
/*etc*/
$logo-crypt: #27A036
$logo-crypt: #27A036;
$labeled-disabled-font: #748781;
$checkbox-disabled-font: $labeled-disabled-font;
$radio-disabled-font: $labeled-disabled-font;
$switch-disabled-font: $labeled-disabled-font;
$light-disabled-font: $labeled-disabled-font;
$button-dark-disabled-font: #222D2D;
$input-disabled-background: #25252B;
$sidebar-submenu-background: #2B2B31;
$background: #2F2F36;
$dark-font: #1A1C23;
$input-background: #1D1D24;
$popup-dark-background: #1D1D24;
$sidebar-background: #1E1E24;
$disabled-placeholder-font: #434349;
$placeholder-font: #888888;
$button-disabled-font: #888888;
$grey-font: #BEBEBE;
$light-font: #FFFFFF;
$popup-light-background: #FFFFFF;
/* ISSUE : #260 */

0 comments on commit 2ccb1ff

Please sign in to comment.