Warning, /maui/mauikit-terminal/src/lib/color-schemes/historic/Linux.schema is written in an unsupported language. File is not indexed.
0001 # linux color schema for konsole 0002 0003 title Linux Colors 0004 0005 # FIXME 0006 # 0007 # The flaw in this schema is that "blick" comes out on the 0008 # Linux console as intensive background, really. 0009 # Since this is not used in clients you'll hardly notice 0010 # it in practice. 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 # | red grn blu | | 0019 # V V--color--V V V 0020 0021 color 0 178 178 178 0 0 # regular foreground color (White) 0022 color 1 0 0 0 1 0 # regular background color (Black) 0023 0024 color 2 0 0 0 0 0 # regular color 0 Black 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 7 178 24 178 0 0 # regular color 5 Magenta 0030 color 8 24 178 178 0 0 # regular color 6 Cyan 0031 color 9 178 178 178 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 255 255 255 0 0 # intensive foreground color 0038 color 11 104 104 104 1 0 # intensive background color 0039 0040 color 12 104 104 104 0 0 # intensive color 0 0041 color 13 255 84 84 0 0 # intensive color 1 0042 color 14 84 255 84 0 0 # intensive color 2 0043 color 15 255 255 84 0 0 # intensive color 3 0044 color 16 84 84 255 0 0 # intensive color 4 0045 color 17 255 84 255 0 0 # intensive color 5 0046 color 18 84 255 255 0 0 # intensive color 6 0047 color 19 255 255 255 0 0 # intensive color 7