~larryprice/acolyterm/release-0.1

« back to all changes in this revision

Viewing changes to src/plugin/konsole/assets/color-schemes/historic/GreenTint.schema

  • Committer: Larry Price
  • Date: 2016-06-15 14:47:59 UTC
  • Revision ID: larry.price@canonical.com-20160615144759-6wopn0gxwgta3x1n
Updating QMLTermWidget and removing unnecessary konsole codebase

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# linux color schema for konsole
2
 
 
3
 
title Green Tint
4
 
 
5
 
transparency 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
 
 
23
 
color  0 178 178 178  0 0  # regular   foreground color (White)
24
 
color  1   0   0   0  1 0  # regular   background color (Black)
25
 
 
26
 
color  2   0   0   0  0 0  # regular   color 0 Black
27
 
color  3 178  24  24  0 0  # regular   color 1 Red
28
 
color  4  24 178  24  0 0  # regular   color 2 Green
29
 
color  5 178 104  24  0 0  # regular   color 3 Yellow
30
 
color  6  24  24 178  0 0  # regular   color 4 Blue
31
 
color  7 178  24 178  0 0  # regular   color 5 Magenta
32
 
color  8  24 178 178  0 0  # regular   color 6 Cyan
33
 
color  9 178 178 178  0 0  # regular   color 7 White
34
 
 
35
 
# intensive colors
36
 
 
37
 
# instead of changing the colors, we've flaged the text to become bold
38
 
 
39
 
color 10 255 255 255  0 0  # intensive foreground color
40
 
color 11 104 104 104  1 0  # intensive background color
41
 
 
42
 
color 12 104 104 104  0 0  # intensive color 0
43
 
color 13 255  84  84  0 0  # intensive color 1
44
 
color 14  84 255  84  0 0  # intensive color 2
45
 
color 15 255 255  84  0 0  # intensive color 3
46
 
color 16  84  84 255  0 0  # intensive color 4
47
 
color 17 255  84 255  0 0  # intensive color 5
48
 
color 18  84 255 255  0 0  # intensive color 6
49
 
color 19 255 255 255  0 0  # intensive color 7