Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / apps / konsole / data / color-schemes / historic / XTerm.schema
blob3ff787df0363a811e8ed8fd984213c7b31ca6952
1 # xterm color schema for konsole
3 # xterm colors can be configured (almost) like
4 # konsole colors can. This is the uncustomized
5 # xterm schema. 
6 # Please refere to your local xterm setup files
7 # if this schema differs.
9 title XTerm Colors
11 # foreground colors -------------------------------
13 # note that the default background color is flagged
14 # to become transparent when an image is present.
16 #   slot    transparent bold
17 #      | red grn blu  | |
18 #      V V--color--V  V V
20 color  0   0   0   0  0 0  # regular   foreground color (Black)
21 color  1 255 255 255  1 0  # regular   background color (White)
23 color  2   0   0   0  0 0  # regular   color 0 Black
24 color  3 205   0   0  0 0  # regular   color 1 Red
25 color  4   0 205   0  0 0  # regular   color 2 Green
26 color  5 205 205   0  0 0  # regular   color 3 Yellow
27 color  6   0   0 205  0 0  # regular   color 4 Blue
28 color  7 205   0 205  0 0  # regular   color 5 Magenta
29 color  8   0 205 205  0 0  # regular   color 6 Cyan
30 color  9 229 229 229  0 0  # regular   color 7 White
32 # intensive colors -------------------------------------------
34 # for some strange reason, intensive colors are bold, also.
36 color 10  77  77  77  0 1  # intensive foreground color
37 color 11 255 255 255  1 1  # intensive background color
39 color 12  77  77  77  0 1  # intensive color 0
40 color 13 255   0   0  0 1  # intensive color 1
41 color 14   0 255   0  0 1  # intensive color 2
42 color 15 255 255   0  0 1  # intensive color 3
43 color 16   0   0 255  0 1  # intensive color 4
44 color 17 255   0 255  0 1  # intensive color 5
45 color 18   0 255 255  0 1  # intensive color 6
46 color 19 255 255 255  0 1  # intensive color 7