Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
For convenience: store some colour themes directly in source file
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Mar 9, 2020
1 parent 3b82b76 commit fb62318
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/styles/settings/color-theme.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
/* Base colors */
$color-gray: #b8b8b8;
$color-blue: #00f;

/* main colours for platform */
// $color-green is the main colour
// $color-red is the secondary colour

/* MPRL */
// $color-green: #00074e;
// $color-red: #55c247;

/* EOS */
$color-green: #003b35;
$color-red: #fa5c59;

/* local development */
// $color-green: #3b0c59;
// $color-red: #adff2f;

$color-white: #fff;
$color-light-shade-orange: #d5d0cd;
$color-black: #000;
Expand Down

0 comments on commit fb62318

Please sign in to comment.