From 70adb9194c6845a41b292d59b931d2f18ed9f84b Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 27 Aug 2011 16:48:26 +0200 Subject: [PATCH] update docs/userguide --- _docs/userguide | 13 ++++++++----- docs/4.0/userguide.html | 9 ++++++--- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/_docs/userguide b/_docs/userguide index 4ae1e8d..97a9ab0 100644 --- a/_docs/userguide +++ b/_docs/userguide @@ -590,11 +590,14 @@ area of the termianal and the i3 border. Colors are in HTML hex format (#rrggbb), see the following example: -*Examples*: --------------------------------------- -# class border backgr. text -client.focused #2F343A #900000 #FFFFFF --------------------------------------- +*Examples (default colors)*: +----------------------------------------------- +# class border backgr. text +client.focused #4c7899 #285577 #ffffff +client.focused_inactive #333333 #5f676a #ffffff +client.unfocused #333333 #222222 #888888 +client.urgent #2f343a #900000 #ffffff +----------------------------------------------- Note that for the window decorations, the color around the child window is the background color, and the border color is only the two thin lines at the top of diff --git a/docs/4.0/userguide.html b/docs/4.0/userguide.html index 85ee2c5..88b148a 100644 --- a/docs/4.0/userguide.html +++ b/docs/4.0/userguide.html @@ -674,11 +674,14 @@ most likely want to set the client background color to the same color as your terminal program’s background color to avoid black gaps between the rendered area of the termianal and the i3 border.

Colors are in HTML hex format (#rrggbb), see the following example:

-

Examples:

+

Examples (default colors):

-
# class        border  backgr. text
-client.focused #2F343A #900000 #FFFFFF
+
# class                 border  backgr. text
+client.focused          #4c7899 #285577 #ffffff
+client.focused_inactive #333333 #5f676a #ffffff
+client.unfocused        #333333 #222222 #888888
+client.urgent           #2f343a #900000 #ffffff

Note that for the window decorations, the color around the child window is the background color, and the border color is only the two thin lines at the top of -- 2.39.5