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

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