~profzoom/ubuntu/quantal/wmaker/bug-1079925

« back to all changes in this revision

Viewing changes to debian/Debian.theme

  • Committer: Bazaar Package Importer
  • Author(s): Marcelo E. Magallon
  • Date: 2004-11-10 14:05:30 UTC
  • Revision ID: james.westby@ubuntu.com-20041110140530-gqmm78doyvsmq919
Tags: 0.91.0-2
* debian/wmaker.menu-method: output UTF-8 (thanks Bill) (closes: bug#280011,
  bug#280199)
* debian/rules: include zh_TW again (thanks Geoffrey) (closes: bug#280098)
* debian/wmaker: don't recurse into subdirectories (closes: bug#279577)
* debian/README.Debian: removed outdated information
* src/misc.c: Patch stolen from CVS.
* debian/rules: Add support for noopt DEB_BUILD_OPTIONS
* debian/README.build: remove old info, update current
* debian/patches/20_endian+64bit.diff: patch from Julien Blache to fix
  endianess and 64-bit problems (closes: bug#281185, bug#279884)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  TitleJustify = left;
 
3
  WindowTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
 
4
  MenuTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
 
5
  MenuTextFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*";
 
6
  IconTitleFont = "-*-helvetica-medium-r-normal-*-8-*-*-*-*-*-*-*";
 
7
  ClipTitleFont = "-*-helvetica-bold-r-normal-*-10-*-*-*-*-*-*-*";
 
8
  DisplayFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*";
 
9
  HighlightColor = white;
 
10
  HighlightTextColor = black;
 
11
  ClipTitleColor = black;
 
12
  CClipTitleColor = "rgb:93/0d/29";
 
13
  FTitleColor = white;
 
14
  PTitleColor = white;
 
15
  UTitleColor = black;
 
16
  FTitleBack = (dgradient, "rgb:62/08/19", "rgb:85/0b/22");
 
17
  PTitleBack = (dgradient, "rgb:51/50/55", "rgb:80/80/80");
 
18
  UTitleBack = (dgradient, "rgb:8c/81/6d", "rgb:c6/b9/ae");
 
19
  MenuTitleColor = white;
 
20
  MenuTextColor = black;
 
21
  MenuDisabledColor = gray40;
 
22
  MenuTitleBack = (hgradient, "rgb:93/0d/29", "rgb:85/0b/22");
 
23
  MenuTextBack = (hgradient, "rgb:c6/b9/ae", "rgb:ff/ff/ff");
 
24
  WorkspaceBack = (spixmap, Debian.jpg, "rgb:8c/81/65");
 
25
  IconBack = (dgradient, "rgb:8c/81/6d", "rgb:c6/b9/ae");
 
26
}