Color problems

16 views
Skip to first unread message

Khoi Nguyen

unread,
Sep 22, 2014, 2:10:19 PM9/22/14
to vimorg...@googlegroups.com
Hi,

I've just discovered VimOrganizer and it seems amazing! I just have a little stupid question though...

I use a light colourscheme for the terminal, and when I open the agenda (comma-a-g-a) then all scheduled events are in yellow and it's barely readable.

I had a look in the help page but couldn't find how to change that particular color (I apologise in advance if it was indeed in the help).

Can someone help me please?

Herbert Sitz

unread,
Sep 22, 2014, 5:19:12 PM9/22/14
to vimorg...@googlegroups.com
On Mon, Sep 22, 2014 at 11:10 AM, Khoi Nguyen <khoi...@gmail.com> wrote:

I use a light colourscheme for the terminal, and when I open the agenda (comma-a-g-a) then all scheduled events are in yellow and it's barely readable.


You can see the default highlight settings for agenda items with the command:

      :highlight agenda_scheduled

To change that color you can put a new highlight assignment in the OrgCustomColors() function in your vimrc.  E.g.,

function OrgCustomColors()
   [ . . .  any other color changes you have here ]

   highlight agenda_scheduled guifg=blue ctermfg=blue

endfunction

Hope that helps.

-- Herb

Khoi Nguyen

unread,
Oct 8, 2014, 11:08:53 AM10/8/14
to vimorg...@googlegroups.com, hes...@gmail.com
Thanks!
Reply all
Reply to author
Forward
0 new messages