|
|
@@ -1,12 +1,9 @@
|
|
|
@import '../variables';
|
|
|
@import '../override-bootstrap-variables';
|
|
|
|
|
|
+$primary: #00b5b7;
|
|
|
$themecolor: #16282d;
|
|
|
-$themelight: rgba(11, 79, 104, 0.616);
|
|
|
-$accentcolor: #66eddf;
|
|
|
-
|
|
|
-$primary: $themelight;
|
|
|
-$dark: darken($themecolor, 5%);
|
|
|
+$accentcolor: #00fff5;
|
|
|
|
|
|
html[light],
|
|
|
html[dark] {
|
|
|
@@ -16,16 +13,16 @@ html[dark] {
|
|
|
$bgcolor-card: darken($themecolor, 5%);
|
|
|
|
|
|
// Font colors
|
|
|
- $color-global: lighten($themecolor, 35%);
|
|
|
- $color-reversal: #eeeeee;
|
|
|
- $color-header: #d9a364;
|
|
|
- $color-link: lighten($primary, 20%);
|
|
|
+ $color-global: #95abba;
|
|
|
+ $color-reversal: $accentcolor;
|
|
|
+ $color-header: #95abba;
|
|
|
+ $color-link: $accentcolor;
|
|
|
$color-link-hover: lighten($color-link, 20%);
|
|
|
- $color-link-wiki: darken($themecolor, 5%);
|
|
|
+ $color-link-wiki: $accentcolor;
|
|
|
$color-link-wiki-hover: darken($color-link-wiki, 5%);
|
|
|
- $color-link-nabvar: $color-reversal;
|
|
|
+ $color-link-nabvar: #a7a7a7;
|
|
|
$color-inline-code: #c7254e; // optional
|
|
|
- $color-search: #050a0b;
|
|
|
+ $color-search: $primary;
|
|
|
|
|
|
// List Group colors
|
|
|
$color-list: $color-global;
|
|
|
@@ -35,18 +32,31 @@ html[dark] {
|
|
|
$color-list-hover: $color-reversal;
|
|
|
|
|
|
// Navbar
|
|
|
- $bgcolor-navbar: #011414;
|
|
|
- $border-color-navbar-gradient-left: #545fff;
|
|
|
- $border-color-navbar-gradient-right: #00a6e5;
|
|
|
+ $bgcolor-navbar: #01181a;
|
|
|
+ $bgcolor-search-top-dropdown: #00c2c4;
|
|
|
+ $border-image-navbar: linear-gradient(90deg, #6cfff9 0%, #0034c1 45%, #6cfff9 100%);
|
|
|
|
|
|
// Logo colors
|
|
|
$bgcolor-logo: darken($themecolor, 10%);
|
|
|
- $fillcolor-logo-mark: lighten($accentcolor, 15%);
|
|
|
+ $fillcolor-logo-mark: #dedede;
|
|
|
|
|
|
// Sidebar
|
|
|
- $bgcolor-sidebar: $bgcolor-navbar;
|
|
|
- $color-sidebar-context: $color-reversal;
|
|
|
- $bgcolor-sidebar-context: lighten($bgcolor-navbar, 10%);
|
|
|
+ $bgcolor-sidebar: #052e2f;
|
|
|
+ $bgcolor-sidebar-nav-item-active: rgba(#969494, 0.3); // optional
|
|
|
+ $text-shadow-sidebar-nav-item-active: 0px 0px 10px #969494; // optional
|
|
|
+
|
|
|
+ // Sidebar contents
|
|
|
+ $color-sidebar-context: #00c2c4;
|
|
|
+ $bgcolor-sidebar-context: #020b0b;
|
|
|
+
|
|
|
+ // Sidebar list group
|
|
|
+ $bgcolor-sidebar-list-group: #162126; // optional
|
|
|
+
|
|
|
+ // Sidebar resize button
|
|
|
+ $color-resize-button: #0E2329;
|
|
|
+ $bgcolor-resize-button: #00C2C4;
|
|
|
+ $color-resize-button-hover: #0E2329;
|
|
|
+ $bgcolor-resize-button-hover: lighten($bgcolor-resize-button, 5%);
|
|
|
|
|
|
// Icon colors
|
|
|
$color-editor-icons: $color-global;
|
|
|
@@ -79,31 +89,8 @@ html[dark] {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- // Navs {
|
|
|
- .nav-tabs {
|
|
|
- border-bottom: $border-color-theme 1px solid;
|
|
|
- .nav-link {
|
|
|
- &:hover {
|
|
|
- border-color: darken($border-color-theme, 10%);
|
|
|
- border-bottom: none;
|
|
|
- }
|
|
|
- &.active {
|
|
|
- color: $color-link;
|
|
|
- background-color: transparent;
|
|
|
- border-color: $border-color-theme;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // Search Top
|
|
|
- .search-top {
|
|
|
- .input-group-prepend .dropdown-toggle {
|
|
|
- color: #5193a5;
|
|
|
- background-color: $color-search;
|
|
|
- border-color: $color-search;
|
|
|
- &:hover {
|
|
|
- background-color: darken($color-search, 10%);
|
|
|
- }
|
|
|
- }
|
|
|
+ pre {
|
|
|
+ color: #95abba;
|
|
|
+ background-color: #1f1f22;
|
|
|
}
|
|
|
}
|