// Body $body-bg: #f2f3f9; // Typography $font-family-sans-serif: 'Nunito', sans-serif; $font-size-base: 0.9rem; $line-height-base: 1.6; // Colors $blue: #3490dc; $indigo: #6574cd; $purple: #9561e2; $pink: #f66d9b; $red: #e3342f; $orange: #f6993f; $yellow: #ffed4a; $green: #38c172; $teal: #4dc0b5; $cyan: #6cb2eb; // new color $primary : #07689F; $info: #A2D5F2; $secondary: #FF7E67; $success: #198754; $warning: #ffc107; $danger: #dc3545; $light: #f8f9fa; $dark: #212529; $gray: #6c757d; $theme-colors: ( "primary": $primary, "secondary": $secondary, "success": $success, "info": $info, "warning": $warning, "danger": $danger, "light": $light, "dark": $dark, "gray": $gray ); // // Panel Side Application Variables // Complementry color is used to indecate the loading bar on the top // of the page with pace.js plugin $complementry-color: adjust_hue($blue, 180); // ------- Sidebar Width -------- $sidebar-width: 230px; // ------- Sidebar Colors -------- // Background color of sidebar $sidebar-color: #747576; // Sidebar accent varible is used to determine the color of the links // of the sidebar. The allowed values are 'light' or 'dark' only $sidebar-accent: light; // The following varibles indecate sidebar link color // and link hover color when using a dark sidebar color $sidebar-dark-color: #fff; $sidebar-dark-link-color: #fff; // $sidebar-light-color: #fff; $sidebar-light-link-color: #fff; $sidebar-bg: #3c3f42; $sidebar-hover-bg: #e1e2e3; $edit-color : #595e63;