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

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.