X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fdark-theme.css;h=9e40996a0b60607cf96d0fec559b0a330f107d9b;hp=55f99d80912fb63e273a3e66d28d50bede29fa94;hb=d2ce251d5603e79f6c56e5c46b711c8a85403418;hpb=6dc70335b2a0bf287f39b81011cb275c8158622c diff --git a/LCARStrek/browser/devtools/dark-theme.css b/LCARStrek/browser/devtools/dark-theme.css index 55f99d80..9e40996a 100644 --- a/LCARStrek/browser/devtools/dark-theme.css +++ b/LCARStrek/browser/devtools/dark-theme.css @@ -49,8 +49,7 @@ background: #004242; } -.theme-bg-darker -.cm-s-mozilla .CodeMirror-gutters { +.theme-bg-darker { background-color: rgba(0,0,0,0.5); } @@ -189,13 +188,36 @@ div.cm-s-mozilla span.CodeMirror-matchingbracket { /* highlight brackets */ color: #FFCF00; } +/* Highlight for a line that contains an error. */ +div.CodeMirror div.error-line { + background: rgba(255,0,0,0.2); +} + +/* Highlight for a line that represents a stack frame's location. */ +div.CodeMirror div.debug-line { + background: rgba(156,156,255,0.1); +} + +/* Generic highlighted text */ +div.CodeMirror span.marked-text { + background: rgba(255,207,0,0.2); + border: 1px dashed rgba(156,156,255,0.6); + -moz-margin-start: -1px; + -moz-margin-end: -1px; +} + +/* Highlight for evaluating current statement. */ +div.CodeMirror span.eval-text { + background-color: #403800; +} + .cm-s-mozilla .CodeMirror-linenumber { /* line number text */ color: #A09090; } .cm-s-mozilla .CodeMirror-gutters { /* vertical line next to line numbers */ border-right-color: #A09090; - background: #402800; + background-color: #402800; } .cm-s-markup-view pre {