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