diff options
| author | Max Christian Pohle | 2021-01-18 20:58:41 +0100 |
|---|---|---|
| committer | Max Christian Pohle | 2021-01-18 20:58:41 +0100 |
| commit | fc94016e31c3e5d7a23746ff33c9f9ee91231995 (patch) | |
| tree | 7323bf9fdd0296d59edaefd0064a0304ecb603e9 | |
| parent | 4a131f0dae6ad5de04312a08c12e6d65e17e52d0 (diff) | |
| download | vim-karlmarks-fc94016e31c3e5d7a23746ff33c9f9ee91231995.tar.bz2 vim-karlmarks-fc94016e31c3e5d7a23746ff33c9f9ee91231995.zip | |
Use a bright colortheme for gvim
| -rw-r--r-- | gvimrc | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -20,6 +20,7 @@ if has("gui_running") | |||
| 20 | " set selectmode=mouse,key,cmd | " enters vim's select mode when pressing shift-left or shift-END | 20 | " set selectmode=mouse,key,cmd | " enters vim's select mode when pressing shift-left or shift-END |
| 21 | " set keymodel=startsel,stopsel | " makes shift-left, shift-right available for selecting text | 21 | " set keymodel=startsel,stopsel | " makes shift-left, shift-right available for selecting text |
| 22 | 22 | ||
| 23 | set background=light | ||
| 23 | " its possible to define alternative fonts (order matters), but we will | 24 | " its possible to define alternative fonts (order matters), but we will |
| 24 | " use the systems default font and cofigure that if necessary | 25 | " use the systems default font and cofigure that if necessary |
| 25 | set guifont=Monospace\ 10 | 26 | set guifont=Monospace\ 10 |
