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

0001 # linux color schema for konsole
0002 
0003 title Transparent, Light Background
0004 
0005 transparency 0.1 0 0 0
0006 
0007 # This is a schema for very light backgrounds. It makes some
0008 # hacks about the colors to make Midnight Commander transparent
0009 # and with suitable 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  50  50  50  0 0  # regular   foreground color (DarkGray)
0021 color  1  200 200 200  1 0  # regular   background color (White)
0022 
0023 # color  2   0   0   0  0 0  # regular   color 0 Black
0024 color  2  200 200 200  1 0  # regular   background color (White)
0025 color  3 178  24  24  0 0  # regular   color 1 Red
0026 color  4  24 178  24  0 0  # regular   color 2 Green
0027 color  5 178 104  24  0 0  # regular   color 3 Yellow
0028 #color  6  24  24 178  0 0  # regular   color 4 Blue
0029 color  6  0  0 0  1 0  # regular   color 4 Blue
0030 # Blue is transparent, to make MC transparent
0031 
0032 color  7 178  24 178  0 0  # regular   color 5 Magenta
0033 color  8  24 178 178  0 0  # regular   color 6 Cyan
0034 # color  9 178 178 178  0 0  # regular   color 7 White
0035 color  9  50  50  50  0 0  # regular   foreground color (DarkGray)
0036 
0037 # intensive colors
0038 
0039 # instead of changing the colors, we've flaged the text to become bold
0040 
0041 color 10 0   0   0  0 0  # intensive foreground color
0042 color 11 255  255  255  1 0  # intensive background color
0043 
0044 color 12 104 104 104  0 0  # intensive color 0
0045 color 13 255  84  84  0 0  # intensive color 1
0046 color 14  84 255  84  0 0  # intensive color 2
0047 color 15 255 255  84  0 0  # intensive color 3
0048 color 16  84  84 255  0 0  # intensive color 4
0049 color 17 255  84 255  0 0  # intensive color 5
0050 color 18  84 255 255  0 0  # intensive color 6
0051 color 19 255 255 255  0 0  # intensive color 7