diff options
author | June McEnroe <june@causal.agency> | 2018-09-07 21:08:11 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-07 21:08:11 -0400 |
commit | 8d58e19c7b822397680f334dc96f94e979830116 (patch) | |
tree | 31d3e8062eb449891274f08964f32d151b9be8b1 /bin/scheme.1 | |
parent | Add pngo.1 (diff) | |
download | src-8d58e19c7b822397680f334dc96f94e979830116.tar.gz src-8d58e19c7b822397680f334dc96f94e979830116.zip |
Add scheme.1
Diffstat (limited to 'bin/scheme.1')
-rw-r--r-- | bin/scheme.1 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/bin/scheme.1 b/bin/scheme.1 new file mode 100644 index 00000000..b8449683 --- /dev/null +++ b/bin/scheme.1 @@ -0,0 +1,41 @@ +.Dd $Mdocdate$ +.Dt SCHEME 1 +.Os "Causal Agency" +.Sh NAME +.Nm scheme +.Nd terminal color scheme +.Sh SYNOPSIS +.Nm +.Op Fl acghlmtx +.Sh DESCRIPTION +.Nm +generates a terminal 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. +.It Fl c +Output a C header file. +.It Fl g +Output a swatch PNG. +.It Fl h +Output HSV. +.It Fl l +Output Linux console OSC sequences. +.It Fl m +Output a +.Xr mintty 1 +theme. +.It Fl t +Additionally output terminal +background, +text, +bold, +selection +and cursor +colors. +.It Fl x +Output hexadecimal RGB. +.El |