https://github.com/scrouthtv/bash-colorpicker
Color picker to generate escape codes for the terminal.
https://github.com/scrouthtv/bash-colorpicker
colors customization shell terminal theme
Last synced: 8 months ago
JSON representation
Color picker to generate escape codes for the terminal.
- Host: GitHub
- URL: https://github.com/scrouthtv/bash-colorpicker
- Owner: scrouthtv
- License: gpl-3.0
- Created: 2020-11-06T19:52:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-07T07:15:33.000Z (over 5 years ago)
- Last Synced: 2025-10-25T04:36:47.739Z (8 months ago)
- Topics: colors, customization, shell, terminal, theme
- Language: Shell
- Homepage:
- Size: 729 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Colorpicker for Bash
I wrote this ~~little~~ script to generate color combinations for different use cases.
The original idea was to be able to preview color combinations as they can be used with ls, but these escape codes can also be used for many other shell configurations (prompt customization, ...).
This script currently supports mixing 2byte and 8byte colors as well as some attributes that work for me:


# Some features I ~~might~~ want to add
- [ ] I already have some support to generate the preview text using `fortune`, I did not test that though. I might implement some way to "type" the preview text.
- [ ] I want to add a generator for full rgb (16b) colors using `\e[38;2;r;g;bm`.
- [ ] I want to add a preview gif to the readme that showcases all functionality