@import "./theme-mixins";

// $isDarkTheme: true;

// SELECT
$row-color-placeholder: bgColorSwitch($dark-theme: $isDarkTheme, $surface: true, $other-color: true, $color: transparentize($primary, .9));
$select-default-border: 2px solid transparentize($secondary, .5);
$select-focused-border: 2px solid $primary;
$select-option-hover: $row-color-placeholder;
$select-option-selected: bgColorSwitch($dark-theme: $isDarkTheme, $surface: true, $other-color: true, $color: transparentize($primary, .8));

// ACCORDION
$table-striped-hover: #f5f5f5;
$table-striped-even: rgb(249, 249, 249);
$table-striped-divider: rgba(0, 0, 0, 0.125);

// SIDEBAR
$content-background: #262626;
$link-color: #514e4e;