X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Flight-theme.css;h=41569dc7f1d8f26bd654f532b1576457e620dd18;hp=9e19bb376a69c95041835bfc7f2cad40819f4002;hb=ecfc58b0361c617fa298d4b1bb69ea2484d37de2;hpb=2efcd25dc1dc8e4c55c31d226b99b9cfda531de1 diff --git a/LCARStrek/browser/devtools/light-theme.css b/LCARStrek/browser/devtools/light-theme.css index 9e19bb37..41569dc7 100644 --- a/LCARStrek/browser/devtools/light-theme.css +++ b/LCARStrek/browser/devtools/light-theme.css @@ -1,107 +1,2 @@ -/* vim:set ts=2 sw=2 sts=2 et: */ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -/* According to: - * https://bugzilla.mozilla.org/show_bug.cgi?id=715472#c17 - */ -.theme-body { - background: #000000; - color: #FF9F00; -} - -.theme-twisty { - cursor: pointer; - margin-right: 5px; -} - -.theme-twisty:-moz-focusring { - outline-style: none; -} - -.theme-twisty:not([open]) { - width: 0; - height: 0; - border-top: 5px solid transparent; - border-bottom: 5px solid transparent; - border-left: 5px solid #8050B0; - margin-left: 5px; -} - -.theme-twisty[open] { - width: 10px; - height: 10px; - background-image: linear-gradient(to bottom right, transparent 68%, #8050B0 68%); -} - -.theme-checkbox { - display: inline-block; - border: 1px solid #FF9F00; - width: 6px; - height: 6px; - padding: 2px; - background-color: transparent; - background-repeat: no-repeat; - outline: none; -} - -.theme-checkbox[checked] { - background-clip: content-box; - background-image: linear-gradient(to bottom right, transparent 48%, #FF9F00 48%, #FF9F00 52%, transparent 52%), - linear-gradient(to bottom left, transparent 48%, #FF9F00 48%, #FF9F00 52%, transparent 52%); -} - -.theme-selected { - background: #004242; -} - -.theme-bg-darker { - background-color: rgba(0,0,0,0.1); -} - -.theme-link { /* original: blue */ - color: #3333FF; -} - -.theme-comment { /* original: grey */ - color: #A09090; -} - -.theme-gutter { - background-color: #000000; - color: #FF9F00; - border-color: #9C9CFF; -} - -.theme-separator { /* original: grey */ - border-color: #8050B0; -} - -.theme-fg-color1 { /* original: green */ - color: #008484; -} - -.theme-fg-color2 { /* original: blue */ - color: #9C9CFF; -} - -.theme-fg-color3 { /* original: pink/lavender */ - color: #E7ADE7; -} - -.theme-fg-color4 { /* original: purple/violet */ - color: #C09070; -} - -.theme-fg-color5 { /* original: Yellow */ - color: #FFCF00; -} - -.theme-fg-color6 { /* original: Orange */ - color: #FF9F00; -} - -.theme-fg-color7 { /* original: Red */ - color: #FF0000; -} +/* In LCARStrek, we do not support dark and light devtools themes, it's all one. */ +@import url("dark-theme.css");