summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bin/scheme.141
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
/.shrc?id=38f8c99f190c23ae1ac6d84129c9077d134572f4&follow=1'>Use vi and lessJune McEnroe 2021-01-20Use mtags for sh in source-filterJune McEnroe 2021-01-20Generate tags for sh files in mtagsJune McEnroe 2021-01-20Add messy sh lexerJune McEnroe 2021-01-20Add all target to git.causal.agency MakefileJune McEnroe 2021-01-20Remove Lua supportJune McEnroe 2021-01-20Fix tests for diff spansJune McEnroe 2021-01-20Avoid matching ':' in make tagsJune McEnroe 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe