Color update

This commit is contained in:
Madison Scott-Clary
2020-03-23 17:03:49 -07:00
parent f1fd428ae3
commit cac57a9ff8
7 changed files with 58 additions and 45 deletions

View File

@ -1,3 +1,11 @@
/* Color Theme Swatches in Hex */
$i-lightbrown: #736E58;
$i-darkbrown: #595645;
$i-graytan: #BFB8AA;
$i-lighttan: #F2E4D8;
$i-black: #0D0D0D;
// OLD THEME
$black: #000;
$white: #fff;
$blue: #2d89ec;