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.alpha2.tar.gz
md5=db49a8c779384c12e87df17f5c3baa77
sha512=3c534a955cc998ff14eab8f3674bcbfd98875df7937c9468bf0c6209490ff334b940920d932a62884b72d68c85415831080af132da4287f4cef848fb6af7f568
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)"
>