~verzegnassi-stefano/+junk/ubuntu-terminal-app-uitk13

« back to all changes in this revision

Viewing changes to src/plugin/qmltermwidget/qtermwidget/lib/color-schemes/historic/syscolor.schema

  • Committer: Filippo Scognamiglio
  • Date: 2014-10-25 04:42:31 UTC
  • Revision ID: flscogna@gmail.com-20141025044231-javjhusbqa171127
Initial reboot commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# schema that uses system colors
 
2
 
 
3
# the title is to appear in the menu.
 
4
 
 
5
title System Colors
 
6
 
 
7
# image none
 
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
 
 
18
sysfg  0              0 0  # regular   foreground color (system)
 
19
sysbg  1              1 0  # regular   background color (system)
 
20
 
 
21
color  2   0   0   0  0 0  # regular   color 0 Black
 
22
color  3 178  24  24  0 0  # regular   color 1 Red
 
23
color  4  24 178  24  0 0  # regular   color 2 Green
 
24
color  5 178 104  24  0 0  # regular   color 3 Yellow
 
25
color  6  24  24 178  0 0  # regular   color 4 Blue
 
26
color  7 178  24 178  0 0  # regular   color 5 Magenta
 
27
color  8  24 178 178  0 0  # regular   color 6 Cyan
 
28
color  9 178 178 178  0 0  # regular   color 7 White
 
29
 
 
30
# intensive colors
 
31
 
 
32
# instead of changing the colors, we've flaged the text to become bold
 
33
 
 
34
color 10   0   0   0  0 1  # intensive foreground color
 
35
color 11 255 255 255  1 0  # intensive background color
 
36
 
 
37
color 12 104 104 104  0 0  # intensive color 0
 
38
color 13 255  84  84  0 0  # intensive color 1
 
39
color 14  84 255  84  0 0  # intensive color 2
 
40
color 15 255 255  84  0 0  # intensive color 3
 
41
color 16  84  84 255  0 0  # intensive color 4
 
42
color 17 255  84 255  0 0  # intensive color 5
 
43
color 18  84 255 255  0 0  # intensive color 6
 
44
color 19 255 255 255  0 0  # intensive color 7