Warning, /utilities/konsole/data/color-schemes/historic/vim.schema is written in an unsupported language. File is not indexed.

0001 # VIM-recommended color schema for konsole
0002 
0003 # VIM (VI improved) in "help xiterm" recommends these colors for xterm.
0004 
0005 title VIM Colors
0006 
0007 # foreground colors -------------------------------
0008 
0009 # note that the default background color is flagged
0010 # to become transparent when an image is present.
0011 
0012 #   slot    transparent bold
0013 #      | red grn blu  | |
0014 #      V V--color--V  V V
0015 
0016 color  0   0   0   0  0 0  # regular   foreground color (Black)
0017 color  1 255 255 255  1 0  # regular   background color (White)
0018 
0019 color  2   0   0   0  0 0  # regular   color 0 Black
0020 color  3 192   0   0  0 0  # regular   color 1 Red
0021 color  4   0 128   0  0 0  # regular   color 2 Green
0022 color  5 128 128   0  0 0  # regular   color 3 Yellow
0023 color  6   0   0 192  0 0  # regular   color 4 Blue
0024 color  7 192   0 192  0 0  # regular   color 5 Magenta
0025 color  8   0 128 128  0 0  # regular   color 6 Cyan
0026 color  9 192 192 192  0 0  # regular   color 7 White
0027 
0028 # intensive colors -------------------------------------------
0029 
0030 color 10  77  77  77  0 1  # intensive foreground color
0031 color 11 255 255 255  1 1  # intensive background color
0032 
0033 color 12 128 128 128  0 0  # intensive color 0
0034 color 13 255  96  96  0 0  # intensive color 1
0035 color 14   0 255   0  0 0  # intensive color 2
0036 color 15 255 255   0  0 0  # intensive color 3
0037 color 16 128 128 255  0 0  # intensive color 4
0038 color 17 255  64 255  0 0  # intensive color 5
0039 color 18   0 255 255  0 0  # intensive color 6
0040 color 19 255 255 255  0 0  # intensive color 7