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

0001 # xterm color schema for konsole
0002 
0003 # xterm colors can be configured (almost) like
0004 # konsole colors can. This is the uncustomized
0005 # xterm schema. 
0006 # Please refere to your local xterm setup files
0007 # if this schema differs.
0008 
0009 title XTerm Colors
0010 
0011 # foreground colors -------------------------------
0012 
0013 # note that the default background color is flagged
0014 # to become transparent when an image is present.
0015 
0016 #   slot    transparent bold
0017 #      | red grn blu  | |
0018 #      V V--color--V  V V
0019 
0020 color  0   0   0   0  0 0  # regular   foreground color (Black)
0021 color  1 255 255 255  1 0  # regular   background color (White)
0022 
0023 color  2   0   0   0  0 0  # regular   color 0 Black
0024 color  3 205   0   0  0 0  # regular   color 1 Red
0025 color  4   0 205   0  0 0  # regular   color 2 Green
0026 color  5 205 205   0  0 0  # regular   color 3 Yellow
0027 color  6   0   0 205  0 0  # regular   color 4 Blue
0028 color  7 205   0 205  0 0  # regular   color 5 Magenta
0029 color  8   0 205 205  0 0  # regular   color 6 Cyan
0030 color  9 229 229 229  0 0  # regular   color 7 White
0031 
0032 # intensive colors -------------------------------------------
0033 
0034 # for some strange reason, intensive colors are bold, also.
0035 
0036 color 10  77  77  77  0 1  # intensive foreground color
0037 color 11 255 255 255  1 1  # intensive background color
0038 
0039 color 12  77  77  77  0 1  # intensive color 0
0040 color 13 255   0   0  0 1  # intensive color 1
0041 color 14   0 255   0  0 1  # intensive color 2
0042 color 15 255 255   0  0 1  # intensive color 3
0043 color 16   0   0 255  0 1  # intensive color 4
0044 color 17 255   0 255  0 1  # intensive color 5
0045 color 18   0 255 255  0 1  # intensive color 6
0046 color 19 255 255 255  0 1  # intensive color 7