~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to konsole/other/WhiteOnBlack.schema

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-27 12:09:48 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080527120948-dottsyd5rcwhzd36
Tags: 4:4.0.80-1ubuntu1
* Merge with Debian
 - remove 97_fix_target_link_libraries.diff
 - Add replaces/conflicts on -kde4 packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# example scheme for konsole
2
 
 
3
 
# the title is to appear in the menu.
4
 
 
5
 
title White on Black
6
 
 
7
 
# foreground colors
8
 
 
9
 
# note that the default background color is flagged
10
 
# to become transparent when an image is present.
11
 
 
12
 
#   slot    transparent bold
13
 
#      |              | |
14
 
#      V V--color--V  V V
15
 
 
16
 
color  0 255 255 255  0 0  # regular   foreground color (White)
17
 
color  1   0   0   0  1 0  # regular   background color (Black)
18
 
 
19
 
color  2   0   0   0  0 0  # regular   color 0 Black
20
 
color  3 178  24  24  0 0  # regular   color 1 Red
21
 
color  4  24 178  24  0 0  # regular   color 2 Green
22
 
color  5 178 104  24  0 0  # regular   color 3 Yellow
23
 
color  6  24  24 178  0 0  # regular   color 4 Blue
24
 
color  7 178  24 178  0 0  # regular   color 5 Magenta
25
 
color  8  24 178 178  0 0  # regular   color 6 Cyan
26
 
color  9 178 178 178  0 0  # regular   color 7 White
27
 
 
28
 
# intensive colors
29
 
 
30
 
# instead of changing the colors, we've flaged the text to become bold
31
 
 
32
 
color 10 255 255 255  0 1  # intensive foreground color
33
 
color 11   0   0   0  1 0  # intensive background color
34
 
 
35
 
color 12 104 104 104  0 0  # intensive color 0
36
 
color 13 255  84  84  0 0  # intensive color 1
37
 
color 14  84 255  84  0 0  # intensive color 2
38
 
color 15 255 255  84  0 0  # intensive color 3
39
 
color 16  84  84 255  0 0  # intensive color 4
40
 
color 17 255  84 255  0 0  # intensive color 5
41
 
color 18  84 255 255  0 0  # intensive color 6
42
 
color 19 255 255 255  0 0  # intensive color 7