diff options
author | June McEnroe <june@causal.agency> | 2018-10-02 14:19:54 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-10-02 14:23:47 -0400 |
commit | 252d3724c4d44892e73d7013f9a0ef3951d2d211 (patch) | |
tree | ec51d9b0506ed4ad97c148a80d7cde2f5f9bf7cc /bin/man | |
parent | Allow setting colors in psf2png (diff) | |
download | src-252d3724c4d44892e73d7013f9a0ef3951d2d211.tar.gz src-252d3724c4d44892e73d7013f9a0ef3951d2d211.zip |
Rewrite scheme
Diffstat (limited to '')
-rw-r--r-- | bin/man/scheme.1 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/bin/man/scheme.1 b/bin/man/scheme.1 index b2ffc407..465a8a52 100644 --- a/bin/man/scheme.1 +++ b/bin/man/scheme.1 @@ -9,6 +9,7 @@ .Sh SYNOPSIS .Nm .Op Fl acghilmtx +.Op Fl p Ar n . .Sh DESCRIPTION .Nm @@ -20,9 +21,10 @@ The arguments are as follows: .Bl -tag -width Ds .It Fl a Output only the 16 ANSI colors. +This is the default. . .It Fl c -Output a C header file. +Output a C enum. . .It Fl g Output a swatch PNG. @@ -40,11 +42,17 @@ Output Linux console OSC sequences. Output a .Xr mintty 1 theme. +Should be used with +.Fl t . +. +.It Fl p Ar n +Only output the color +.Ar n . . .It Fl t Additionally output terminal background, -text, +foreground, bold, selection and cursor |