Mercurial > vim
annotate runtime/colors/ron.vim @ 20937:a02ba6be5a84 v8.2.1020
patch 8.2.1020: popupwin test fails in the GUI
Commit: https://github.com/vim/vim/commit/b326edf5b30813b2ccdee3ac07ee6495ca5187ff
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jun 20 15:03:38 2020 +0200
patch 8.2.1020: popupwin test fails in the GUI
Problem: Popupwin test fails in the GUI.
Solution: Send GUI byte sequence for <C-S-a>.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 20 Jun 2020 15:15:03 +0200 |
parents | 2eb30f341e8d |
children | 82244cfc4694 |
rev | line source |
---|---|
7 | 1 " local syntax file - set colors on a per-machine basis: |
2 " vim: tw=0 ts=4 sw=4 | |
3 " Vim color file | |
4 " Maintainer: Ron Aaron <ron@ronware.org> | |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
7
diff
changeset
|
5 " Last Change: 2013 May 24 |
7 | 6 |
7 set background=dark | |
8 hi clear | |
9 if exists("syntax_on") | |
10 syntax reset | |
11 endif | |
12 let g:colors_name = "ron" | |
13 hi Normal guifg=cyan guibg=black | |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
7
diff
changeset
|
14 hi NonText guifg=yellow guibg=#303030 |
7 | 15 hi comment guifg=green |
16 hi constant guifg=cyan gui=bold | |
17 hi identifier guifg=cyan gui=NONE | |
18 hi statement guifg=lightblue gui=NONE | |
19 hi preproc guifg=Pink2 | |
20 hi type guifg=seagreen gui=bold | |
21 hi special guifg=yellow | |
22 hi ErrorMsg guifg=Black guibg=Red | |
23 hi WarningMsg guifg=Black guibg=Green | |
24 hi Error guibg=Red | |
25 hi Todo guifg=Black guibg=orange | |
26 hi Cursor guibg=#60a060 guifg=#00ff00 | |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
7
diff
changeset
|
27 hi Search guibg=darkgray guifg=black gui=bold |
7 | 28 hi IncSearch gui=NONE guibg=steelblue |
29 hi LineNr guifg=darkgrey | |
30 hi title guifg=darkgrey | |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
7
diff
changeset
|
31 hi ShowMarksHL ctermfg=cyan ctermbg=lightblue cterm=bold guifg=yellow guibg=black gui=bold |
7 | 32 hi StatusLineNC gui=NONE guifg=lightblue guibg=darkblue |
33 hi StatusLine gui=bold guifg=cyan guibg=blue | |
34 hi label guifg=gold2 | |
35 hi operator guifg=orange | |
36 hi clear Visual | |
37 hi Visual term=reverse cterm=reverse gui=reverse | |
38 hi DiffChange guibg=darkgreen | |
39 hi DiffText guibg=olivedrab | |
40 hi DiffAdd guibg=slateblue | |
41 hi DiffDelete guibg=coral | |
42 hi Folded guibg=gray30 | |
43 hi FoldColumn guibg=gray30 guifg=white | |
44 hi cIf0 guifg=gray | |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
7
diff
changeset
|
45 hi diffOnly guifg=red gui=bold |