On Sun, Feb 9, 2025 at 9:39 PM <chain...@fourbarlinkage.net> wrote:
>
> On Sunday, Feb 09, 2025 at 03:28 PM
> Steve Litt <sl...@troubleshooters.com> wrote:
>
> > Is there a command line way to run gvim with a #ccffff color
> > background?
> >
> > Thanks
> >
> > SteveT
> >
> > Steve Litt
> > http://444domains.com
> >
>
>
> :highlight Normal guibg=#ccffff

To run it always with that background, add the above line to your vimrc.

To do it once, run either
    gvim --cmd "hi Normal guibg=#ccffff"
or
    gvim -c "hi Normal guibg=#ccffff"

see
    :help hl-Normal
    :help highlight-guibg
    :help --cmd
    :help -c

Best regards,
Tony.

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/vim_use/CAJkCKXt%2BCVyKiO3-CRY6qurr0xRXmpZ4sgkGnGZSRnUH7yPKbQ%40mail.gmail.com.

Reply via email to