green.scss 389 Bytes
$themeColor: #639D6B;
$themeTintColor: #E7F0E4;
$commonLightBackColor: #EAEFE8;
$commonDarkBackColor: #D8E0D4;
$themeLightColor:#7BC785;
$navBarBgColor: linear-gradient(269deg, #75B482 0%, #41663F 100%);
$navBgColor: linear-gradient(188deg, #E7F0E4 0%, #639D6B 100%);
$tableTheadColor: #7BC7852d;
.dee-theme-green {
  @include deeTheme($themeColor, $navBarBgColor, $commonDarkBackColor);
}