source: ogBrowser-Git/qtermwidget/lib/color-schemes/historic/vim.schema

shutdown-environment
Last change on this file was 64efc22, checked in by Vadim Troshchinskiy <vtroshchinskiy@…>, 22 months ago

Update qtermwidget to modern version

  • Property mode set to 100644
File size: 1.4 KB
Line 
1# VIM-recommended color schema for konsole
2
3# VIM (VI improved) in "help xiterm" recommends these colors for xterm.
4
5title VIM Colors
6
7# foreground colors -------------------------------
8
9# note that the default background color is flagged
10# to become transparent when an image is present.
11
12#   slot    transparent bold
13#      | red grn blu  | |
14#      V V--color--V  V V
15
16color  0   0   0   0  0 0  # regular   foreground color (Black)
17color  1 255 255 255  1 0  # regular   background color (White)
18
19color  2   0   0   0  0 0  # regular   color 0 Black
20color  3 192   0   0  0 0  # regular   color 1 Red
21color  4   0 128   0  0 0  # regular   color 2 Green
22color  5 128 128   0  0 0  # regular   color 3 Yellow
23color  6   0   0 192  0 0  # regular   color 4 Blue
24color  7 192   0 192  0 0  # regular   color 5 Magenta
25color  8   0 128 128  0 0  # regular   color 6 Cyan
26color  9 192 192 192  0 0  # regular   color 7 White
27
28# intensive colors -------------------------------------------
29
30color 10  77  77  77  0 1  # intensive foreground color
31color 11 255 255 255  1 1  # intensive background color
32
33color 12 128 128 128  0 0  # intensive color 0
34color 13 255  96  96  0 0  # intensive color 1
35color 14   0 255   0  0 0  # intensive color 2
36color 15 255 255   0  0 0  # intensive color 3
37color 16 128 128 255  0 0  # intensive color 4
38color 17 255  64 255  0 0  # intensive color 5
39color 18   0 255 255  0 0  # intensive color 6
40color 19 255 255 255  0 0  # intensive color 7
Note: See TracBrowser for help on using the repository browser.