Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
🎨 Apply color context to loading bar + sidebar scrollbar thumb
Browse files Browse the repository at this point in the history
  • Loading branch information
acollierr17 committed Feb 22, 2021
1 parent bccb9a3 commit ef4835e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
17 changes: 17 additions & 0 deletions styles/themes/green.styl
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,23 @@
.md-logo {
fill: $greenAccentColor;
}

.sidebar::-webkit-scrollbar-thumb {
background-color: $greenAccentColor;
}

#nprogress .bar {
background: $greenAccentColor
}

#nprogress .peg {
box-shadow: 0 0 10px $greenAccentColor, 0 0 5px $greenAccentColor;
}

#nprogress .spinner-icon {
border-top-color: $greenAccentColor;
border-left-color: $greenAccentColor;
}
}

.reco-theme-green::-webkit-scrollbar-thumb:vertical {
Expand Down
4 changes: 4 additions & 0 deletions styles/themes/purple.styl
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@
.md-logo {
fill: $purpleAccentColor;
}

.sidebar::-webkit-scrollbar-thumb {
background-color: $purpleAccentColor;
}
}

.reco-theme-purple::-webkit-scrollbar-thumb:vertical {
Expand Down
4 changes: 4 additions & 0 deletions styles/themes/red.styl
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@
.md-logo {
fill: $redAccentColor;
}

.sidebar::-webkit-scrollbar-thumb {
background-color: $redAccentColor;
}
}

.reco-theme-red::-webkit-scrollbar-thumb:vertical {
Expand Down

0 comments on commit ef4835e

Please sign in to comment.