diff options
| author | 2023-11-22 19:53:06 +0100 | |
|---|---|---|
| committer | 2023-11-22 19:53:06 +0100 | |
| commit | b128356752c6998f072da6ec6c1876fefd258dd5 (patch) | |
| tree | f40602b6a2fa9f23a74fb9d2b2ccd632f9d20ef6 | |
| parent | add historical screenshots (diff) | |
add list of users
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | USERS.md | 11 |
2 files changed, 14 insertions, 0 deletions
@@ -15,6 +15,9 @@ The goal is for me to only need to modify `colors/colors.sh` and the explanation ## Screenshots  +## Users +You can find a list of things using starlight in the [USERS](USERS.md) file. + ## Goals * All base colors (black, red, green, yellow, blue, magenta, cyan, white) should be easily uniquely identifiable. * Bright variants should be identifiable side by side, but do not need to be uniquely identifiable. diff --git a/USERS.md b/USERS.md new file mode 100644 index 0000000..641fe42 --- /dev/null +++ b/USERS.md @@ -0,0 +1,11 @@ +# Users +The following projects use starlight, grouped by use type, in alphabetical order. + +## As an ANSI theme +A star (*) indicates that a version of starlight is the default theme. + +* the [foot](https://codeberg.org/dnkl/foot) terminal emulator* + +## As a pallete base for a theme + +* the [helix](https://helix-editor.com) editor ([starlight.toml](https://github.com/helix-editor/helix/blob/master/runtime/themes/starlight.toml)) |
