Julius Hader 5b7e4d72ec Create username2xres hace 9 años
..
patches db46341a94 bluemoss added hace 10 años
README.md 553cfc7558 used markdown on all readme hace 10 años
colorview 618a9c80ce Add colorview script hace 10 años
copy-scheme 5e48cde5e6 trailing whitespace hace 10 años
dkeger d44965afe2 Create dkeger hace 9 años
fbgen f5c6a5b102 added background and foreground as comments hace 10 años
paletterx 483562530e initial commit hace 10 años
username2xres 5b7e4d72ec Create username2xres hace 9 años

README.md

Scripts

A few of the scripts that we use will be included here for the use of making coversions from one term to another.

Note: on aterm and urxvt

Many people like to use the "aterm*setting" or "URxvt*setting" syntax to separate xrdb themeing for different terminals.  While the format presented in the xcolor_code directory will often work without tweaking, should you wish to split it out in Xresources, you can generate a quick .bak file and then make changes fitting your needs with:
$ sed -i.bak 's/^\*/URxvt./' ~/foo_directory/foo_file

Which will put the file into a "URxvt.colorX: " format. Assuming you wish to use aterm's customized format, you could use something along the lines of:

$ sed -i.bak 's/^\*/Aterm\*/' ~/foo_directory/foo_file

For similar results with aterm.

Specific Scripts and Usage

There are patches included for suckless.org's st "simple terminal" that modify the existing config headers to incorporate the themes. The README in the patch directory should cover the usage of the existing ones and how to create new patches, should you be so inclined.