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

0001 # linux color schema for konsole
0002 
0003 title Transparent Konsole
0004 
0005 transparency 0.35 0 0 0
0006 
0007 # FIXME
0008 #
0009 # The flaw in this schema is that "blick" comes out on the
0010 # Linux console as intensive background, really.
0011 # Since this is not used in clients you'll hardly notice
0012 # it in practice.
0013 
0014 # foreground colors
0015 
0016 # note that the default background color is flagged
0017 # to become transparent when an image is present.
0018 
0019 #   slot    transparent bold
0020 #      | red grn blu  | |
0021 #      V V--color--V  V V
0022 
0023 color  0 178 178 178  0 0  # regular   foreground color (White)
0024 color  1   0   0   0  1 0  # regular   background color (Black)
0025 
0026 color  2   0   0   0  0 0  # regular   color 0 Black
0027 color  3 178  24  24  0 0  # regular   color 1 Red
0028 color  4  24 178  24  0 0  # regular   color 2 Green
0029 color  5 178 104  24  0 0  # regular   color 3 Yellow
0030 color  6  24  24 178  0 0  # regular   color 4 Blue
0031 color  7 178  24 178  0 0  # regular   color 5 Magenta
0032 color  8  24 178 178  0 0  # regular   color 6 Cyan
0033 color  9 178 178 178  0 0  # regular   color 7 White
0034 
0035 # intensive colors
0036 
0037 # instead of changing the colors, we've flaged the text to become bold
0038 
0039 color 10 255 255 255  0 0  # intensive foreground color
0040 color 11 104 104 104  1 0  # intensive background color
0041 
0042 color 12 104 104 104  0 0  # intensive color 0
0043 color 13 255  84  84  0 0  # intensive color 1
0044 color 14  84 255  84  0 0  # intensive color 2
0045 color 15 255 255  84  0 0  # intensive color 3
0046 color 16  84  84 255  0 0  # intensive color 4
0047 color 17 255  84 255  0 0  # intensive color 5
0048 color 18  84 255 255  0 0  # intensive color 6
0049 color 19 255 255 255  0 0  # intensive color 7