Julius Hader 5b7e4d72ec Create username2xres | 9 lat temu | |
---|---|---|
.. | ||
patches | 10 lat temu | |
README.md | 10 lat temu | |
colorview | 10 lat temu | |
copy-scheme | 10 lat temu | |
dkeger | 9 lat temu | |
fbgen | 10 lat temu | |
paletterx | 10 lat temu | |
username2xres | 9 lat temu |
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.
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.