1 | # VIM-recommended color schema for konsole |
---|
2 | |
---|
3 | # VIM (VI improved) in "help xiterm" recommends these colors for xterm. |
---|
4 | |
---|
5 | title 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 | |
---|
16 | color 0 0 0 0 0 0 # regular foreground color (Black) |
---|
17 | color 1 255 255 255 1 0 # regular background color (White) |
---|
18 | |
---|
19 | color 2 0 0 0 0 0 # regular color 0 Black |
---|
20 | color 3 192 0 0 0 0 # regular color 1 Red |
---|
21 | color 4 0 128 0 0 0 # regular color 2 Green |
---|
22 | color 5 128 128 0 0 0 # regular color 3 Yellow |
---|
23 | color 6 0 0 192 0 0 # regular color 4 Blue |
---|
24 | color 7 192 0 192 0 0 # regular color 5 Magenta |
---|
25 | color 8 0 128 128 0 0 # regular color 6 Cyan |
---|
26 | color 9 192 192 192 0 0 # regular color 7 White |
---|
27 | |
---|
28 | # intensive colors ------------------------------------------- |
---|
29 | |
---|
30 | color 10 77 77 77 0 1 # intensive foreground color |
---|
31 | color 11 255 255 255 1 1 # intensive background color |
---|
32 | |
---|
33 | color 12 128 128 128 0 0 # intensive color 0 |
---|
34 | color 13 255 96 96 0 0 # intensive color 1 |
---|
35 | color 14 0 255 0 0 0 # intensive color 2 |
---|
36 | color 15 255 255 0 0 0 # intensive color 3 |
---|
37 | color 16 128 128 255 0 0 # intensive color 4 |
---|
38 | color 17 255 64 255 0 0 # intensive color 5 |
---|
39 | color 18 0 255 255 0 0 # intensive color 6 |
---|
40 | color 19 255 255 255 0 0 # intensive color 7 |
---|