summaryrefslogtreecommitdiffstats
path: root/doc/colors.n
diff options
context:
space:
mode:
authorculler <culler>2020-08-04 15:30:04 (GMT)
committerculler <culler>2020-08-04 15:30:04 (GMT)
commit449cabad4759a1b39036c3ac365942bb60b6a06a (patch)
treeecdd9235f52a9081d5d2bd51ece60d43be4fb238 /doc/colors.n
parent7510073a3db80f1dd4261ad1f602d4fc719efdb8 (diff)
downloadtk-449cabad4759a1b39036c3ac365942bb60b6a06a.zip
tk-449cabad4759a1b39036c3ac365942bb60b6a06a.tar.gz
tk-449cabad4759a1b39036c3ac365942bb60b6a06a.tar.bz2
Update color documentation.
Diffstat (limited to 'doc/colors.n')
-rw-r--r--doc/colors.n33
1 files changed, 16 insertions, 17 deletions
diff --git a/doc/colors.n b/doc/colors.n
index c1609b9..847dbaa 100644
--- a/doc/colors.n
+++ b/doc/colors.n
@@ -784,10 +784,11 @@ YellowGreen 154 205 50
.TP
\fBMac OS X\fR
.
-On macOS, the following additional system colors are available.
-This first group contains all colors available in the HIToolbox library.
-(Note that in some cases the actual color values may depend on the
-current Appearance.)
+On macOS, the following additional system colors are available. This
+first group contains all of the HIBrush colors available in the
+HIToolbox library. Note that on macOS 10.14 (Mojave) and later these
+colors are unlikely to match the color actually used for the purpose
+suggested by the color name.
.RS
.DS
systemActiveAreaFill
@@ -928,27 +929,25 @@ systemWindowHeaderInactiveText
.DE
.RE
.
-The second group of MacOS colors below are based on Apple's "semantic"
-NScolors. On OSX 10.14 (Mojave) and later these colors change value
-when Dark Mode is enabled. However, the change is only observable
-when the Apple window manager is drawing to the screen. So the
-\fBwinfo rgb\fR command will return the color coordinates used in the
-standard Aqua mode, even if Dark Mode has been selected in the system
-preferences. The numbered systemWindowBackgroundColors are used in
-the \fBttk::notebook\fR and \fBttk::labelframe\fR widgets to provide a
-contrasting background. Each numbered color constrasts with its
-predecessor.
+The group of MacOS colors below are based on Apple's "semantic"
+NSColors. On OSX 10.14 (Mojave) and later these colors change value
+when Dark Mode is enabled. The numbered systemWindowBackgroundColors
+are used in the \fBttk::notebook\fR and \fBttk::labelframe\fR widgets
+to provide a contrasting background. Each numbered color constrasts
+with its predecessor.
.RS
.DS
systemControlAccentColor
systemControlTextColor
systemDisabledControlTextColor
-systemLabelColor
+systemLabelColor
systemLinkColor
-systemSelectedTextBackgroundColor
+systemPlaceholderTextColor
+systemSelectedTextBackgroundColor
systemSelectedTextColor
+systemSeparatorColor
systemTextBackgroundColor
-systemTextColor
+systemTextColor
systemWindowBackgroundColor
systemWindowBackgroundColor1
systemWindowBackgroundColor2