X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=b10d94cda4582f77fb7ae22e1e8c5501f6a1384b;hp=a0540c9982eb63710c9fab42fb10516ec34bf071;hb=28e80a05cdd05682bd45ef0d5101292b3f7b267e;hpb=de5e780daa5242500976dde56483222a51ecdae5 diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index a0540c99..b10d94cd 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -182,7 +182,7 @@ a { } #output-container.hideTimestamps > .message > .indent { - background-color: #000000; /* .theme-body */ + background-color: var(--theme-body-background); } .filtered-by-type, @@ -238,7 +238,7 @@ a { } .console-string { - color: #FF9F00; + color: var(--theme-highlight-orange); } .message[severity=error] .console-string { @@ -515,20 +515,20 @@ a { /* Replace these values with CSS variables as available */ .jsterm-input-container { - background-color: #000000; /* tabToolbarBackgroundColor */ - border-color: #9C9CFF; /* mainBackgroundColor */ + background-color: var(--theme-toolbar-background); + border-color: var(--theme-splitter-color); } .jsterm-input-node { - color: #E7ADE7; /* textColor */ + color: var(--theme-highlight-pink); } .jsterm-complete-node { - color: #A09090; /* commentColor */ + color: var(--theme-comment); } .navigation-marker .url { - background: #000000; /* mainBackgroundColor */ + background: var(--theme-body-background); } .inlined-variables-view iframe {