Bug 326811 - Jed looks washed out in gnome terminal
Summary: Jed looks washed out in gnome terminal
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: jed
Version: 8
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-10-10 19:16 UTC by LH
Modified: 2014-03-17 03:08 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-10-10 20:29:54 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
screenshot (371.42 KB, image/png)
2007-10-10 19:16 UTC, LH
no flags Details
Gnome terminal vs rxvt (304.79 KB, image/png)
2007-10-10 19:55 UTC, LH
no flags Details
screenshot (189.67 KB, image/png)
2007-10-10 20:10 UTC, LH
no flags Details

Description LH 2007-10-10 19:16:04 UTC
Description of problem:

Jed looks washed out in gnome terminal.

Comment 1 LH 2007-10-10 19:16:04 UTC
Created attachment 223281 [details]
screenshot

Comment 2 Bill Nottingham 2007-10-10 19:44:19 UTC
I'm not seeing this in a brief test. Can you post it in comparison with another
terminal app? What color palette are you using in the terminal?

Comment 3 LH 2007-10-10 19:55:17 UTC
Gnome terminal has white on black palette. I'll put a comparison soon.

Comment 4 LH 2007-10-10 19:56:00 UTC
Created attachment 223321 [details]
Gnome terminal vs rxvt

Comment 5 Bill Nottingham 2007-10-10 20:03:17 UTC
Do you have a comparison of other apps *in gnome terminal*?

Comment 6 LH 2007-10-10 20:10:30 UTC
Created attachment 223341 [details]
screenshot

Sorry. That hit my mind soon after I posted the comparison but here you have a
new one. Both are white-on-black and tango colors.

Comment 7 Bill Nottingham 2007-10-10 20:29:54 UTC
jed by default uses the color 'black', which is the color in slot 0. vim is
using the 'background' color of the terminal.

With the tango colors, those aren't the same.

Comment 8 LH 2007-10-10 20:38:09 UTC
Thanks. Maybe I should tell the jed developers to use background or something
because this really looks like ass.

Comment 9 Bill Nottingham 2007-10-11 01:16:51 UTC
In your .jedrc, add something like:

set_color("normal", "default", "default");                      % default fg/bg

That should fix it for this case - you may need to replace other instances of
white (for foreground) and black (for background) with 'default' as well.




Note You need to log in before you can comment on or make changes to this bug.