Skip to content

Instantly share code, notes, and snippets.

View vuonghv's full-sized avatar

Vuong Hoang vuonghv

View GitHub Profile
@vuonghv
vuonghv / colortrans.py
Created July 27, 2016 07:51 — forked from MicahElliott/colortrans.py
Convert values between RGB hex codes and xterm-256 color codes.
#! /usr/bin/env python
""" Convert values between RGB hex codes and xterm-256 color codes.
Nice long listing of all 256 colors and their codes. Useful for
developing console color themes, or even script output schemes.
Resources:
* http://en.wikipedia.org/wiki/8-bit_color
* http://en.wikipedia.org/wiki/ANSI_escape_code