From: Araki K. <ara...@us...> - 2002-06-23 14:28:59
|
Hi, Subject: [Mlterm-dev-en] problems with colors From: Noah Levitt <nl...@co...> Message-ID: <200...@co...> Date: Wed, 19 Jun 2002 17:52:14 -0400 > I have been trying to get bright black to show up as a > different color than regular black. In xterm, the escape > sequence ^[[1m^[[30m makes the foreground color bright > black. The color of bright black is settable with the X > resource xterm*color8. How can I set this color in mlterm? I > tried using hl_black, without success. In fact I couldn't > figure out what the hl_colors do at all. If you write as follows in .mlterm/color, hl_black=#404040 the escape sequence ^[[1m^[[30m should make foreground color bright. I think what you did was completely ok, and it seems a bug of mlterm itself that causes this problem. # But I wonder why... it works as expected in my environment. > Also, colors of the form #xxxxxx are not working for me. > With ~/.mlterm/color: > > black=#ffffff > red=#ffffff > green=#ffffff > yellow=#ffffff > blue=#ffffff > magenta=#ffffff > cyan=#ffffff > white=#ffffff > > all the default colors are used. Hmm... in my environment, your .mlterm/color settings work fine. Well, would you please check if x_color_custom_set_rgb()(l.165) in x_color_custom_read_conf() is called or not? If it is not called, please tell me where errors happen in x_color_custom_read_conf(). Regards, -- kiken ara...@us... |