From b9b601279510064203b83a6f0cdf107c0a7700cb Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 17 Jan 2019 14:50:03 -0500 Subject: Reorganize bin and Makefile once again --- bin/man1/scheme.1 | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 bin/man1/scheme.1 (limited to 'bin/man1/scheme.1') diff --git a/bin/man1/scheme.1 b/bin/man1/scheme.1 new file mode 100644 index 00000000..fe13b367 --- /dev/null +++ b/bin/man1/scheme.1 @@ -0,0 +1,63 @@ +.Dd September 7, 2018 +.Dt SCHEME 1 +.Os +. +.Sh NAME +.Nm scheme +.Nd terminal color scheme +. +.Sh SYNOPSIS +.Nm +.Op Fl acghilmtx +.Op Fl p Ar n +. +.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. +This is the default. +. +.It Fl c +Output a C enum. +. +.It Fl g +Output a swatch PNG. +. +.It Fl h +Output HSV. +. +.It Fl i +Swap white and black. +. +.It Fl l +Output Linux console OSC sequences. +. +.It Fl m +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, +foreground, +bold, +selection +and cursor +colors. +. +.It Fl x +Output hexadecimal RGB. +.El -- cgit 1.4.1