diff --git a/theme.css b/theme.css index 3ea769c..5a2b8f0 100644 --- a/theme.css +++ b/theme.css @@ -202,6 +202,8 @@ body { --icon-color: var(--text-muted); --icon-hex: 000; + + --graph-line-color: #c0c9ce; } /* +++ DARK MODE */ @@ -279,6 +281,8 @@ body { --scrollbar-bg: rgba(255, 255, 255, 0.05); --scrollbar-thumb-bg: rgba(255, 255, 255, 0.1); --highlight-mix-blend-mode: lighten; + + --graph-line-color: #6f7577; } /* +++ TYPOGRAPHY & FONTS */ @@ -509,6 +513,11 @@ div.titlebar-button-container.mod-right { height: 1em; } +/* DARKEN GRAPH VIEW LINS */ +.graph-view.color-line { + color: var(--graph-line-color); +} + /* +++ PLUGINS */ /* ZOOM by @vslinko */