Skip to content

Commit

Permalink
Merge pull request #2 from Poeschl/red-night-top-bar-integration
Browse files Browse the repository at this point in the history
[red-night] Top Temp Plugin support
  • Loading branch information
LazeMSS authored Mar 5, 2021
2 parents e0fd2e4 + 2c3b6e6 commit 36dd732
Showing 1 changed file with 40 additions and 2 deletions.
42 changes: 40 additions & 2 deletions css/red-night.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
--background: #1e1e20;
--background-darker: #121213;
--grey1: #19191b;
--grey2-light: #3e3e3e;
--grey2: #242424;
--grey3: #2d2d2f;
--grey3-dark: #212122;
Expand Down Expand Up @@ -143,7 +142,7 @@ body .scrollable::-webkit-resizer,
}

.nav-tabs>li>a:hover {
background-color: var(--grey2-light);
background-color: var(--grey4);
border: none;
border-radius: 1px;
border-bottom: 4px solid var(--accent);
Expand Down Expand Up @@ -854,3 +853,42 @@ hr {
#psucontrol_indicator.off i {
color: var(--grey);
}

#navbar_plugin_toptemp {
color: var(--quiteWhite-dark);
}

#navbar_plugin_toptemp .TopTempLoad:before {
color: var(--accent);
content: "\F1CE";
}

#navbar_plugin_toptemp .TopTempGraph > svg .ct-series .ct-line {
stroke: var(--quiteWhite);
stroke-opacity: 0.4;
}

div.popover.toptempPopover {
background-color: var(--grey3);
}

div.popover.toptempPopover .arrow:after {
border-bottom-color: var(--grey3);
}

div.popover.toptempPopover .popover-content div.TopTempPopoverGraph {
background-color: transparent;
}

div.popover.toptempPopover .popover-content div.TopTempPopoverGraph svg .ct-axis-title {
fill: var(--white-dark);
}

div.popover.toptempPopover .popover-content div.TopTempPopoverGraph svg .ct-grid {
stroke: var(--white-dark);
opacity: 0.5;
}

div.popover.toptempPopover .popover-content div.TopTempPopoverGraph svg .ct-labels span {
color: var(--white);
}

0 comments on commit 36dd732

Please sign in to comment.