X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebaudioeditor.css;fp=LCARStrek%2Fbrowser%2Fdevtools%2Fwebaudioeditor.css;h=d471042093d6a17b1eba93ebbb6aeaebca6867ae;hp=18b1d08dcc66e0e1f2341db3fe32db47051d1b3f;hb=28e80a05cdd05682bd45ef0d5101292b3f7b267e;hpb=de5e780daa5242500976dde56483222a51ecdae5 diff --git a/LCARStrek/browser/devtools/webaudioeditor.css b/LCARStrek/browser/devtools/webaudioeditor.css index 18b1d08d..d4710420 100644 --- a/LCARStrek/browser/devtools/webaudioeditor.css +++ b/LCARStrek/browser/devtools/webaudioeditor.css @@ -8,8 +8,8 @@ } .notice-container { - background-color: #000000; /* Toolbars */ - color: #A09090; /* Light foreground text */ + background-color: var(--theme-toolbar-background); + color: var(--theme-body-color-alt); } #reload-notice { @@ -56,10 +56,10 @@ g.edgePath.param-connection { * the main background so there's whitespace around the label, on top of the * dotted lines. */ g.edgeLabel rect { - fill: #000000; + fill: var(--theme-body-background); } g.edgeLabel tspan { - fill: #9C9CFF; /* Grey foreground text */ + fill: var(--theme-Highlight-color-blue); } /* Audio Nodes */ @@ -69,12 +69,12 @@ g.edgeLabel tspan { } .nodes rect { - stroke: #9C9CFF; /* Tab toolbar */ - fill: #000000; /* Toolbars */ + stroke: var(--theme-splitter-color); + fill: var(--theme-toolbar-background); } .nodes g.selected rect { - fill: #008484; /* Select Highlight Blue */ + fill: var(--theme-selection-background); } /* Text in nodes and edges */ @@ -86,10 +86,10 @@ text { } text { - fill: #A09090; /* Grey foreground text */ + fill: var(--theme-body-color-alt); } g.selected text { -/* fill: #f0f1f2; / Toolbars */ +/* fill: var(--theme-toolbar-background); */ } .nodes text {