summary refs log tree commit diff
path: root/bin/man1
diff options
context:
space:
mode:
Diffstat (limited to 'bin/man1')
-rw-r--r--bin/man1/scheme.135
1 files changed, 11 insertions, 24 deletions
diff --git a/bin/man1/scheme.1 b/bin/man1/scheme.1
index fe13b367..738d9cd7 100644
--- a/bin/man1/scheme.1
+++ b/bin/man1/scheme.1
@@ -1,10 +1,10 @@
-.Dd September 7, 2018
+.Dd February 12, 2019
 .Dt SCHEME 1
 .Os
 .
 .Sh NAME
 .Nm scheme
-.Nd terminal color scheme
+.Nd color scheme
 .
 .Sh SYNOPSIS
 .Nm
@@ -13,51 +13,38 @@
 .
 .Sh DESCRIPTION
 .Nm
-generates a terminal color scheme
+generates a color scheme
 and outputs it in a number of formats.
 .
 .Pp
 The arguments are as follows:
 .Bl -tag -width Ds
 .It Fl a
-Output only the 16 ANSI colors.
+Generate the 16 ANSI colors.
 This is the default.
-.
 .It Fl c
 Output a C enum.
-.
 .It Fl g
 Output a swatch PNG.
-.
 .It Fl h
-Output HSV.
-.
+Output floating point HSV.
 .It Fl i
-Swap white and black.
-.
+Swap black and white.
 .It Fl l
 Output Linux console OSC sequences.
-.
 .It Fl m
 Output a
 .Xr mintty 1
 theme.
-Should be used with
+Use with
 .Fl t .
-.
 .It Fl p Ar n
-Only output the color
+Generate only the color
 .Ar n .
-.
 .It Fl t
-Additionally output terminal
-background,
-foreground,
-bold,
-selection
-and cursor
-colors.
-.
+Generate the 16 ANSI colors as well as
+background, foreground, bold, selection and cursor colors.
 .It Fl x
 Output hexadecimal RGB.
+This is the default.
 .El
1.1&id=6a5ebb0babde3afab973c1aebe3c4bfb33101d62&follow=1'>Don't insert color codes for non-mentionsJune McEnroe 2020-02-11Take first two words in colorMentionsJune McEnroe 2020-02-11Use time_t for save signatureJune McEnroe 2020-02-11Set self.nick to * initiallyJune McEnroe 2020-02-11Define ColorCap instead of hardcoding 100June McEnroe 2020-02-11Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe 2020-02-11Cast towupper to wchar_tJune McEnroe 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe