source: ogBrowser-Git/qtermwidget/lib/color-schemes/historic/Linux.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# linux color schema for konsole
2
3title Linux Colors
4
5# FIXME
6#
7# The flaw in this schema is that "blick" comes out on the
8# Linux console as intensive background, really.
9# Since this is not used in clients you'll hardly notice
10# it in practice.
11
12# foreground colors
13
14# note that the default background color is flagged
15# to become transparent when an image is present.
16
17#   slot    transparent bold
18#      | red grn blu  | |
19#      V V--color--V  V V
20
21color  0 178 178 178  0 0  # regular   foreground color (White)
22color  1   0   0   0  1 0  # regular   background color (Black)
23
24color  2   0   0   0  0 0  # regular   color 0 Black
25color  3 178  24  24  0 0  # regular   color 1 Red
26color  4  24 178  24  0 0  # regular   color 2 Green
27color  5 178 104  24  0 0  # regular   color 3 Yellow
28color  6  24  24 178  0 0  # regular   color 4 Blue
29color  7 178  24 178  0 0  # regular   color 5 Magenta
30color  8  24 178 178  0 0  # regular   color 6 Cyan
31color  9 178 178 178  0 0  # regular   color 7 White
32
33# intensive colors
34
35# instead of changing the colors, we've flagged the text to become bold
36
37color 10 255 255 255  0 0  # intensive foreground color
38color 11 104 104 104  1 0  # intensive background color
39
40color 12 104 104 104  0 0  # intensive color 0
41color 13 255  84  84  0 0  # intensive color 1
42color 14  84 255  84  0 0  # intensive color 2
43color 15 255 255  84  0 0  # intensive color 3
44color 16  84  84 255  0 0  # intensive color 4
45color 17 255  84 255  0 0  # intensive color 5
46color 18  84 255 255  0 0  # intensive color 6
47color 19 255 255 255  0 0  # intensive color 7
Note: See TracBrowser for help on using the repository browser.