All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.assets.style.themes.theme.darkly.scss Maven / Gradle / Ivy

The newest version!
@import "bootswatch/dist/darkly/variables";

$nav-link-padding-x: 1rem;
$link-color: $info;
$body-bg: #0d1117;
$input-bg: #FAF9F6;
$info:#3190d0;
$dark:#161b22;
$dropdown-link-color:#cdcdcd;
$table-hover-bg: $primary;
$table-striped-bg: $dark;
$table-color: $white;
$tooltip-color: $white;

@import "bootstrap/scss/bootstrap";
@import "bootswatch/dist/darkly/bootswatch";

.form-floating > label {
    color: #{$gray-600} !important;
}

.bg-primary {
    background-color: black !important;
}

.app-sidebar {
    background-color: black;
}

.middle-sidebar {
    background-color: black;
}

.sidebar-menu .menu-link {
    color: $white;
}

.step-container {
    background-color: $dark !important;
}

.execution-panel {
    background-color: $info !important;
}

:root {
    --chutney-report-bg-color: #{$dark};
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy