Warning, /maui/mauikit-terminal/src/lib/color-schemes/cool-retro-term.schema is written in an unsupported language. File is not indexed.

0001 # example scheme for konsole
0002 
0003 
0004 
0005 # the title is to appear in the menu.
0006 
0007 
0008 
0009 title White on Black
0010 
0011 
0012 
0013 # foreground colors
0014 
0015 
0016 
0017 # note that the default background color is flagged
0018 
0019 # to become transparent when an image is present.
0020 
0021 
0022 
0023 #   slot    transparent bold
0024 
0025 #      |              | |
0026 
0027 #      V V--color--V  V V
0028 
0029 
0030 
0031 color 0 255 255 255 0 0 # regular foreground color (White)
0032 
0033 color 1 0 0 0 1 0 # regular background color (Black)
0034 
0035 
0036 
0037 color 2 0 0 0 0 0 # regular color 0 Black
0038 
0039 color 3 255 43 43 0 0 # regular color 1 Red
0040 
0041 color 4 28 172 120 0 0 # regular color 2 Green
0042 
0043 color 5 248 213 104 0 0 # regular color 3 Yellow
0044 
0045 color 6 43 108 196 0 0 # regular color 4 Blue
0046 
0047 color 7 255 29 206 0 0 # regular color 5 Magenta
0048 
0049 color 8 24 167 181 0 0 # regular color 6 Cyan
0050 
0051 color 9 179 179 179 0 0 # regular color 7 White
0052 
0053 
0054 
0055 
0056 # intensive colors
0057 
0058 
0059 
0060 # instead of changing the colors, we've flaged the text to become bold
0061 
0062 
0063 
0064 color 10 255 255 255 0 1 # intensive foreground color
0065 
0066 color 11 0 0 0 1 0 # intensive background color
0067 
0068 
0069 
0070 color 12 106 106 106 0 0 # intensive color 0
0071 
0072 color 13 253 94 83 0 0 # intensive color 1
0073 
0074 color 14 168 228 160 0 0 # intensive color 2
0075 
0076 color 15 254 254 34 0 0 # intensive color 3
0077 
0078 color 16 154 206 235 0 0 # intensive color 4
0079 
0080 color 17 252 116 253 0 0 # intensive color 5
0081 
0082 color 18 236 234 190 0 0 # intensive color 6
0083 
0084 color 19 255 255 255 0 0 # intensive color 7
0085