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

0001 # default scheme for konsole (only here for documentation purposes)
0002 
0003 # the title is to appear in the menu.
0004 
0005 title Konsole Defaults
0006 
0007 # image tile /opt/kde/share/wallpapers/gray2.jpg
0008 
0009 # foreground colors
0010 
0011 # note that the default background color is flagged
0012 # to become transparent when an image is present.
0013 
0014 #   slot    transparent bold
0015 #      |              | |
0016 #      V V--color--V  V V
0017 
0018 color  0   0   0   0  0 0  # regular   foreground color (Black)
0019 color  1 255 255 255  1 0  # regular   background color (White)
0020 
0021 color  2   0   0   0  0 0  # regular   color 0 Black
0022 color  3 178  24  24  0 0  # regular   color 1 Red
0023 color  4  24 178  24  0 0  # regular   color 2 Green
0024 color  5 178 104  24  0 0  # regular   color 3 Yellow
0025 color  6  24  24 178  0 0  # regular   color 4 Blue
0026 color  7 178  24 178  0 0  # regular   color 5 Magenta
0027 color  8  24 178 178  0 0  # regular   color 6 Cyan
0028 color  9 178 178 178  0 0  # regular   color 7 White
0029 
0030 # intensive colors
0031 
0032 # instead of changing the colors, we've flaged the text to become bold
0033 
0034 color 10   0   0   0  0 1  # intensive foreground color
0035 color 11 255 255 255  1 0  # intensive background color
0036 
0037 color 12 104 104 104  0 0  # intensive color 0
0038 color 13 255  84  84  0 0  # intensive color 1
0039 color 14  84 255  84  0 0  # intensive color 2
0040 color 15 255 255  84  0 0  # intensive color 3
0041 color 16  84  84 255  0 0  # intensive color 4
0042 color 17 255  84 255  0 0  # intensive color 5
0043 color 18  84 255 255  0 0  # intensive color 6
0044 color 19 255 255 255  0 0  # intensive color 7