source: ogBrowser-Git/qtermwidget/lib/color-schemes/historic/XTerm.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.6 KB
Line 
1# xterm color schema for konsole
2
3# xterm colors can be configured (almost) like
4# konsole colors can. This is the uncustomized
5# xterm schema.
6# Please refer to your local xterm setup files
7# if this schema differs.
8
9title XTerm Colors
10
11# foreground colors -------------------------------
12
13# note that the default background color is flagged
14# to become transparent when an image is present.
15
16#   slot    transparent bold
17#      | red grn blu  | |
18#      V V--color--V  V V
19
20color  0   0   0   0  0 0  # regular   foreground color (Black)
21color  1 255 255 255  1 0  # regular   background color (White)
22
23color  2   0   0   0  0 0  # regular   color 0 Black
24color  3 205   0   0  0 0  # regular   color 1 Red
25color  4   0 205   0  0 0  # regular   color 2 Green
26color  5 205 205   0  0 0  # regular   color 3 Yellow
27color  6   0   0 205  0 0  # regular   color 4 Blue
28color  7 205   0 205  0 0  # regular   color 5 Magenta
29color  8   0 205 205  0 0  # regular   color 6 Cyan
30color  9 229 229 229  0 0  # regular   color 7 White
31
32# intensive colors -------------------------------------------
33
34# for some strange reason, intensive colors are bold, also.
35
36color 10  77  77  77  0 1  # intensive foreground color
37color 11 255 255 255  1 1  # intensive background color
38
39color 12  77  77  77  0 1  # intensive color 0
40color 13 255   0   0  0 1  # intensive color 1
41color 14   0 255   0  0 1  # intensive color 2
42color 15 255 255   0  0 1  # intensive color 3
43color 16   0   0 255  0 1  # intensive color 4
44color 17 255   0 255  0 1  # intensive color 5
45color 18   0 255 255  0 1  # intensive color 6
46color 19 255 255 255  0 1  # intensive color 7
Note: See TracBrowser for help on using the repository browser.