Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, April 19, 2024

File: [Platon] / vimconfig / gvimrc (download)

Revision 1.1, Tue Apr 30 23:53:06 2002 UTC (21 years, 11 months ago) by host8

* Added gvimrc.
* Settings for gvim moved from vimrc to gvimrc.

"
" vimconfig - project of powerful ViM 6.0 configuration files
" 
" gvimrc - GUI configuration file
" ____________________________________________________________
"
" Developed by Lubomir Host <8host AT pauliDOTfmph.uniba.sk>
" Copyright (c) 2000-2002 Platon SDG, http://www.platon.sk/
" All rights reserved.
"
" See README file for more information about this software.
" See COPYING file for license information.
"
" Download the latest version from
" http://www.platon.sk/projects/vimconfig/
"

" Please don't hesitate to correct my english :)
" Send corrections to <8host AT pauliDOTfmph.uniba.sk>

" $Id: gvimrc,v 1.1 2002/04/30 23:53:06 host8 Exp $


" When the GUI starts, 't_vb' is reset to its default value.
" We will restore it.
set visualbell
set t_vb=

" Color settings
if &t_Co > 2 || has("gui_running")
    hi StatusLine   guibg=White guifg=Black     gui=bold 
    hi StatusLineNC guibg=Black guifg=White     gui=bold,reverse 
    hi User1        guibg=Red   guifg=White     gui=bold 
    hi User2        guibg=Black guifg=Yellow    gui=bold 
    hi User3        guibg=White guifg=Blue      gui=bold 
    hi User4        guibg=White guifg=LightBlue gui=bold 
    hi User5        guibg=Red   guifg=Green     gui=bold 
    hi Folded       guibg=Black guifg=Blue      gui=bold 
    hi FoldColumn   guibg=Black guifg=Blue
    hi Normal       guibg=Black guifg=LightGray 
    hi Cursor       guibg=Green guifg=NONE
    hi NonText      guibg=Black
    hi Constant                                 gui=NONE 
    hi Special                                  gui=NONE
endif

" Modeline {{{
" vim:set ts=4:
" vim600:fdm=marker fdl=0 fdc=3 vb t_vb=:
" }}}

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top