package spectrum_palettes
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Canonical ANSI palette modules for Spectrum
Install
dune-project
Dependency
Authors
Maintainers
Sources
1.0.0.alpha.tar.gz
md5=ea03607c966079dcdfaed8a754b91912
sha512=f11d6c90f3658a695f3ed948ff8097970b3b5205c56a7f765d5fea8c0c841cf33bf00b4050771e1c455416ec59ecb0fda9c4b24c39f9679bf00b9e31c8f61a63
doc/basic_palette.html
Basic Palette (ANSI-16)
The 16 standard ANSI terminal colors (codes 30-37, 90-97).
Tag names shown below are for use in Spectrum format strings, e.g. @@{<tag-name>text@@}.
Code | Tag Name | Hex | R | G | B | Color |
|---|---|---|---|---|---|---|
30 | basic-black | #000000 | 0 | 0 | 0 | |
31 | basic-red | #800000 | 128 | 0 | 0 | |
32 | basic-green | #008000 | 0 | 128 | 0 | |
33 | basic-yellow | #808000 | 128 | 128 | 0 | |
34 | basic-blue | #000080 | 0 | 0 | 128 | |
35 | basic-magenta | #800080 | 128 | 0 | 128 | |
36 | basic-cyan | #008080 | 0 | 128 | 128 | |
37 | basic-white | #808080 | 128 | 128 | 128 | |
90 | bright-black | #c0c0c0 | 192 | 192 | 192 | |
91 | bright-red | #ff0000 | 255 | 0 | 0 | |
92 | bright-green | #00ff00 | 0 | 255 | 0 | |
93 | bright-yellow | #ffff00 | 255 | 255 | 0 | |
94 | bright-blue | #0000ff | 0 | 0 | 255 | |
95 | bright-magenta | #ff00ff | 255 | 0 | 255 | |
96 | bright-cyan | #00ffff | 0 | 255 | 255 | |
97 | bright-white | #ffffff | 255 | 255 | 255 |
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>