sponsor Vim development Vim logo Vim Book Ad

GUI Box : Color scheme and font menu window

 script karma  Rating 5/2, Downloaded by 1952  Comments, bugs, improvements  Vim wiki

created by
David Munger
 
script type
utility
 
description
This plugin provides:
- A color scheme menu to choose among your favorite color schemes;
- A font menu to choose among your favorite fonts;
- A command to toggle the GUI menu.

See ":help gui-box" for details.
 
install details
Open the vba file in vim, then source it with ":so %".

To use the plugin, you must edit your .gvimrc in order to:

1. define your favorite fonts and color schemes, e.g.

let g:gui_fonts = ['Monospace 10', 'Lucida Console 10', 'Courier New 10']
let g:gui_colors = ['ego', 'corporation', 'github', 'satori', 'sienna']

2. add your own mappings, e.g.

nmap <Leader>gc <Plug>ColorMenu
nmap <Leader>gf <Plug>FontMenu
nmap <Leader>gm <Plug>ToggleMenuBar

Project Page: https://launchpad.net/vim-gui-box
Bug Tracker: https://bugs.launchpad.net/vim-gui-box/
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
GuiBox.vba 0.6.2 2011-05-09 7.0 David Munger Add nospell (thanks Marcin).
GuiBox.vba 0.6.1 2010-06-19 7.0 David Munger Fixed a bug that would make buffers unmodifiable.
GuiBox.vba 0.6 2010-06-17 7.0 David Munger Added change font size functionality.
GuiBox.vba 0.5.1 2010-06-03 6.0 David Munger Added support for separators in the color/font list.
GuiBox.vba 0.5 2010-06-03 6.0 David Munger Initial upload
ip used for rating: 3.145.183.137

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github