You are not logged in.

#1 2008-12-17 23:44:59

timetrap
Member
From: Here and There
Registered: 2008-06-05
Posts: 342
Website

xmonad and vimperator

It seems that vimperator refuses to color my url white. Instead it remains black. (See screenshot).

Without cursor highlighting:

200812171840541280x800skj2.th.png

After highlighting with the cursor:

200812171841381280x800stx6.th.png


Any ideas? I have two separate installations of xmonad (two different laptops) and both have the same problem.

Last edited by timetrap (2008-12-17 23:45:48)

Offline

#2 2008-12-18 00:01:05

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: xmonad and vimperator

IIUC, you can quickly change such color scheme settings with Stylish firefox addon, but you can put it in userChrome.css or something too (it could be the other chrome file)

e.g. I wrote two styles for vimperator.

The command line:

#liberator-commandline 
{
  background: rgb(230,230,230) !important;
  color: rgb(255,44,44) !important;
  font-weight: bold !important;
}

And one for the status line where the URL is:

.hl-StatusLine {
     background-color: rgb(230,230,230) !important;
     color: black !important;
      font-weight: normal !important;
     border-top: thin solid rgb(100,100,100) !important;
}

Last edited by Procyon (2008-12-18 00:01:54)

Offline

#3 2008-12-18 00:39:01

timetrap
Member
From: Here and There
Registered: 2008-06-05
Posts: 342
Website

Re: xmonad and vimperator

Is this a common problem then? my google-fu has failed at turning up any results. Thanks for the tip. I will try it out. . .


==Update==

Nice! It worked perfectly.

For those who want to know:

1. Install the firefox plugin Stylish
2. Go to your addons dialog
3. Click on the stylish plugin, then click preferences
4. Click on the "Write" button
5. Cut and paste the two css styles posted above into the dialog box.
6. Click Save.
7. Restart firefox.
8. Enjoy.

Thanks so much for the prompt reply.

Last edited by timetrap (2008-12-18 00:50:43)

Offline

#4 2008-12-19 04:28:14

hotsauce
Member
From: Ann Arbor
Registered: 2005-12-28
Posts: 125

Re: xmonad and vimperator

This is quite off-topic, but since it relates to xmonad and vimperator, i thought I would ask here.

If I have more than one firefox window open, how do I close one of them without killing the client? Normally, ctrl-w would do the trick as it closes the tab for windows that have only one tab. However, deleting the buffer in vimperator leaves me with a blank firefox.

Any suggestions?

Offline

#5 2008-12-19 05:10:57

ak-89
Member
From: Finland
Registered: 2008-08-26
Posts: 86
Website

Re: xmonad and vimperator

hotsauce wrote:

This is quite off-topic, but since it relates to xmonad and vimperator, i thought I would ask here.

If I have more than one firefox window open, how do I close one of them without killing the client? Normally, ctrl-w would do the trick as it closes the tab for windows that have only one tab. However, deleting the buffer in vimperator leaves me with a blank firefox.

Any suggestions?

Quoted from file-menu:

Close Window    Ctrl+Shift+W

Last edited by ak-89 (2008-12-19 05:11:33)

Offline

#6 2008-12-19 05:15:16

hotsauce
Member
From: Ann Arbor
Registered: 2005-12-28
Posts: 125

Re: xmonad and vimperator

Of course, it had to be that simple. Sorry about the lame question, and thanks for your time and answer.

Offline

Board footer

Powered by FluxBB