source: ogBrowser-Git/qtermwidget/lib/color-schemes/historic/DarkPicture.schema

shutdown-environment
Last change on this file was 64efc22, checked in by Vadim Troshchinskiy <vtroshchinskiy@…>, 22 months ago

Update qtermwidget to modern version

  • Property mode set to 100644
File size: 1.4 KB
Line 
1# example scheme for konsole
2
3# the title is to appear in the menu.
4
5title Marble
6
7image tile Blkmarble.jpg
8
9# foreground colors
10
11# note that the default background color is flagged
12# to become transparent when an image is present.
13
14#   slot    transparent bold
15#      |              | |
16#      V V--color--V  V V
17
18color  0 255 255 255  0 0  # regular   foreground color (White)
19color  1   0   0   0  1 0  # regular   background color (Black)
20
21color  2   0   0   0  0 0  # regular   color 0 Black
22color  3 178  24  24  0 0  # regular   color 1 Red
23color  4  24 178  24  0 0  # regular   color 2 Green
24color  5 178 104  24  0 0  # regular   color 3 Yellow
25color  6  24  24 178  0 0  # regular   color 4 Blue
26color  7 178  24 178  0 0  # regular   color 5 Magenta
27color  8  24 178 178  0 0  # regular   color 6 Cyan
28color  9 178 178 178  0 0  # regular   color 7 White
29
30# intensive colors
31
32# instead of changing the colors, we've flagged the text to become bold
33
34color 10 255 255 255  0 1  # intensive foreground color
35color 11   0   0   0  1 0  # intensive background color
36
37color 12 104 104 104  0 0  # intensive color 0
38color 13 255  84  84  0 0  # intensive color 1
39color 14  84 255  84  0 0  # intensive color 2
40color 15 255 255  84  0 0  # intensive color 3
41color 16  84  84 255  0 0  # intensive color 4
42color 17 255  84 255  0 0  # intensive color 5
43color 18  84 255 255  0 0  # intensive color 6
44color 19 255 255 255  0 0  # intensive color 7
Note: See TracBrowser for help on using the repository browser.