summary refs log tree commit diff
path: root/bin/man/scheme.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-11 22:08:54 -0400
committerJune McEnroe <june@causal.agency>2018-09-11 22:08:54 -0400
commitf42274227f16d6d59a5cd47923fb6962b1d7c5af (patch)
tree3b08aedce62ec84c3749f55856b87806d265915a /bin/man/scheme.1
parentRewrite gfx.7 and render plaintext README (diff)
downloadsrc-f42274227f16d6d59a5cd47923fb6962b1d7c5af.tar.gz
src-f42274227f16d6d59a5cd47923fb6962b1d7c5af.zip
Move bin man pages to bin/man
Diffstat (limited to 'bin/man/scheme.1')
-rw-r--r--bin/man/scheme.152
1 files changed, 52 insertions, 0 deletions
diff --git a/bin/man/scheme.1 b/bin/man/scheme.1
new file mode 100644
index 00000000..ae11320d
--- /dev/null
+++ b/bin/man/scheme.1
@@ -0,0 +1,52 @@
+.Dd September 7, 2018
+.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