Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!bloom-beacon!eru!hagbard!sunic!mcsun!ukc!harrier.ukc.ac.uk!rlh2 From: rlh2@ukc.ac.uk (Richard Hesketh) Newsgroups: comp.windows.x Subject: Re: Setting colours through xrdb Message-ID: <5491@harrier.ukc.ac.uk> Date: 20 Sep 90 09:28:09 GMT References: <1990Sep19.141423.26912@funet.fi> Reply-To: rlh2@ukc.ac.uk (Richard Hesketh) Organization: Computing Lab, University of Kent at Canterbury, UK. Lines: 15 Summary: Expires: Sender: Followup-To: In article <1990Sep19.141423.26912@funet.fi> shmulevi@tut.fi writes: > >I tried setting colours using xrdb. In particular, I tried setting colours for >xclock. I tried certain statements like xclock*Border: red for example. >But it did not work. Whilst most window managers reparent their clients and override the borders the other problem you have here is that you are not specifiying the border colour properly there is no "Border" but there is a "BorderColor" and "borderColor". As to where you find out these things .. well to start with there's the manual page failing that there's the Programming manual for the widget set / toolkit that the programmer used and of course the source code! Its also handy if you have a guru hanging around as well 8-)