X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fvariables.css;h=49f0a28a80dc69c388fbf4cee2d46154aa529291;hp=66e3a54cafa6974ca2e309d0e9110444417e7a91;hb=64c854164c4f4de7c6371e0a20f7ff7720918f03;hpb=7d6161c5de5eb8284455c6ca486f0f51b51a1618 diff --git a/LCARStrek/devtools/variables.css b/LCARStrek/devtools/variables.css index 66e3a54c..49f0a28a 100644 --- a/LCARStrek/devtools/variables.css +++ b/LCARStrek/devtools/variables.css @@ -23,10 +23,15 @@ --theme-tab-toolbar-background: #402800; --theme-toolbar-background: #000000; + --theme-capped-toolbar-background: #9C9CFF; + --theme-capped-toolbar-text: #000000; + --theme-alternate-toolbar-background: #A09090; + --theme-toolbar-caps: #FF9F00; --theme-button-background: #C09070; + --theme-button-color: #000000; --theme-hover-background: #FFCF00; --theme-hover-color: #000000; - --theme-active-background: #FFCF00; + --theme-active-background: #FF9F00; --theme-active-color: #000000; --theme-selection-background: #008484; --theme-selection-color: #000000; @@ -59,6 +64,11 @@ --theme-highlight-orange: #FF9F00; --theme-highlight-red: #FF0000; --theme-highlight-pink: #E7ADE7; + --theme-highlight-gray: #A09090; + + /* For accessibility purposes we want to enhance the focus styling. This + * should improve keyboard navigation usability. */ + --theme-focus-outline-color: #008484; /* Colors used in Graphs, like performance tools. Mostly similar to some "highlight-*" colors. */ --theme-graphs-green: #008484; @@ -74,4 +84,23 @@ /* Images */ --theme-pane-collapse-image: url(chrome://devtools/skin/images/pane-collapse.svg); --theme-pane-expand-image: url(chrome://devtools/skin/images/pane-expand.svg); + + /* Tooltips */ + --theme-tooltip-border: #FFCF00; + --theme-tooltip-background: #9C9CFF; + /*--theme-tooltip-shadow: rgba(25, 25, 25, 0.76);*/ + + /* Command line */ + --theme-command-line-image: url(chrome://devtools/skin/images/commandline-icon.svg#light-theme); + --theme-command-line-image-focus: url(chrome://devtools/skin/images/commandline-icon.svg#light-theme-focus); +} + +:root { + --theme-focus-border-color-textbox: #008484; + /*--theme-textbox-box-shadow: rgba(97,181,255,.75);*/ + + /* For accessibility purposes we want to enhance the focus styling. This + * should improve keyboard navigation usability. */ + --theme-focus-outline: 1px dotted var(--theme-focus-outline-color); +/* --theme-focus-box-shadow-textbox: 0 0 0 1px var(--theme-textbox-box-shadow);*/ }