diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-21 15:55:27 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-21 15:55:27 +0200 |
commit | 87db1079b0c28e83d555d6d39b28075ca27d8387 (patch) | |
tree | 5aa40fe1d2e13e2009f2425e8ff1cb7ce2adf072 /doc/info | |
parent | typo (diff) | |
download | mds-87db1079b0c28e83d555d6d39b28075ca27d8387.tar.gz mds-87db1079b0c28e83d555d6d39b28075ca27d8387.tar.bz2 mds-87db1079b0c28e83d555d6d39b28075ca27d8387.tar.xz |
info: doc system colours for tabs
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info')
-rw-r--r-- | doc/info/mds.texinfo | 39 |
1 files changed, 38 insertions, 1 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 55b64aa..3c1b60d 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -12248,7 +12248,8 @@ icon is being hovered. The background on windows. @item window-foreground -The colour on text on windows. +The colour on text on windows, as well +as the colour of frames. @item window-foreground-disabled The colour on text, associated with disabled @@ -12901,20 +12902,56 @@ mode, that is, paritally checked and is being hovered and clicked. @item tabpane-background +Background overriding @code{window-background} +inside tabpanes. + @item tabpane-frame +The colour on tabpane frames. + @item tabgroup-background +The colour on the background on tab groups. + +@item tabgroup-background-hover +The colour on the background on tab groups, for +hovered groups. + @item tab-background +The background colour on tabs. + @item tab-foreground +The colour on text on tabs. + @item tab-head +The colour of a the head on tabs. + @item tab-background-active +The background colour on active tabs. + @item tab-foreground-active +The colour on text on active tabs. + @item tab-head-active +The colour of a the head on active tabs. + @item tab-background-hover +The background colour on hovered tabs. + @item tab-foreground-hover +The colour on text on hovered tabs. + @item tab-head-hover +The colour of a the head on hovered tabs. + @item tab-background-active-hover +The background colour on active and hovered tabs. + @item tab-foreground-active-hover +The colour on text on active and hovered tabs. + @item tab-head-active-hover +The colour of a the head on active and +hovered tabs. + @item slider-background @item slider-selected @item slider-unselected |