gitlab-org--gitlab-foss/app/assets/stylesheets/themes/theme_dark.scss

15 lines
186 B
SCSS

@import './theme_helper';
body {
&.ui-dark {
@include gitlab-theme(
$gray-200,
$gray-300,
$gray-500,
$gray-700,
$gray-900,
$white
);
}
}