You are not logged in.
After a years of Vim and Emacs, I started to look into Wily, an unix rewrite of Rob Pike's Acme.
I really like its philosophy and simplicity (no plan9 install needed, among other things). But I would prefer to modify the foreground and background colors according to the Solarized scheme. However, not being a coder, I can't seem to sort out the relevant parts in the C source. Can anybody please help me with this? Post a patch or give some hints?
Wily is available in the AUR: https://aur.archlinux.org/packages/wily/
Also here: http://www.cs.yorku.ca/~oz/wily/
Many thanks!
Last edited by marttt (2015-07-05 14:06:01)
Offline
There is no need to change the source - just put the settings you want in the xresources:
wily*background: blue
wily*foreground: red
That is ugly, but it will show that the changes are being made. Put those in your Xdefaults or Xresources and merge them in with xrdb.
You can similarly set the fonts.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Oh, this is kind of embarrassing. I used to use urxvt, so I should've figured that out myself. Very informative, thanks!
Offline