https://github.com/farias-hecdin/hextoansi
Scripts designed to convert hexadecimal colors to ANSI colors.
https://github.com/farias-hecdin/hextoansi
ansi-colors lua nim
Last synced: about 2 months ago
JSON representation
Scripts designed to convert hexadecimal colors to ANSI colors.
- Host: GitHub
- URL: https://github.com/farias-hecdin/hextoansi
- Owner: farias-hecdin
- License: mit
- Created: 2024-08-11T16:52:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T14:28:16.000Z (almost 2 years ago)
- Last Synced: 2024-08-22T13:30:00.666Z (almost 2 years ago)
- Topics: ansi-colors, lua, nim
- Language: Nim
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Translate this file into your native language using `Google Translate` or a [similar service](https://immersivetranslate.com).
# HexToAnsi
Este repositorio contiene un script diseñado para convertir colores hexadecimales a [colores ANSI](https://en.m.wikipedia.org/wiki/ANSI_escape_code). El script facilita la transformación de colores en formato hexadecimal (`#FFFF00`) a códigos de color ANSI (`\e[38;5;220m`), que son utilizados en terminales para representar colores. Este código fue generado con la ayuda de [Mistral Large 2](https://mistral.ai/)
## 🗒️ Implementaciones
[Lua](src/lua/hex2ansi.lua) • [Nim](src/nim/README.md) • HTML
## 🛡️ Licencia
HexToAnsi está bajo la licencia MIT. Consulta el archivo `LICENSE` para obtener más información.