~ubuntu-branches/ubuntu/intrepid/gnome-themes/intrepid

« back to all changes in this revision

Viewing changes to LowContrast/gtk-2.0/gtkrc.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-02-27 07:50:20 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20070227075020-oqqz23q0ed58ym5n
Tags: 2.17.92-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Low-Contrast Theme v0.1
2
 
# This is the whole basic theme, just this one gtkrc file.
3
 
# It uses components of the standard theme engine
4
 
# Written by Bill Haneman, based on Standard theme by T. Liebeck, 
5
 
# which was in turn based on lots of different gtkrc files but
6
 
# primarily the one for the metal theme.
7
 
#
8
 
# Low-contrast icons by tigert.
9
 
#
10
 
# email: bill.haneman@sun.com
11
 
 
12
 
 
13
 
# Note: this theme is deliberately using the icons from the
14
 
# LowContrastLargePrint theme at the moment, until we have
15
 
# some hand-crafted icons at a smaller size to use here. -CB.
16
 
pixmap_path "@prefix@/share/themes/LowContrastLargePrint/pixmaps"
17
 
 
18
 
style "default"
19
 
{
20
 
  GtkWidget::focus-line-pattern = "\1\1"
21
 
  GtkWidget::focus-line-width = 1
22
 
  GtkHSV::focus-line-pattern = "\0"
23
 
  GtkWidget::interior_focus = 1
24
 
  GtkWidget::focus-padding = 0
25
 
  GtkEntry::cursor_color    = "#9A6666"
26
 
  GtkTextView::cursor_color    = "#9A6666"
27
 
  EelEditableLabel::cursor_color    = "#9A6666"
28
 
 
29
 
  fg[NORMAL]      = "#666666"
30
 
  text[NORMAL]      = "#666666"
31
 
  bg[NORMAL]      = "#9A9A9A"
32
 
  base[NORMAL]    = "#9A9A9A"
33
 
 
34
 
  fg[INSENSITIVE]      = "#808080"
35
 
  bg[INSENSITIVE]      = "#8C8C8C"
36
 
  base[INSENSITIVE]      = "#8C8C8C"
37
 
 
38
 
  fg[PRELIGHT]    = "#737373"
39
 
  text[PRELIGHT]    = "#737373"
40
 
  bg[PRELIGHT]    = "#A6A6A6"
41
 
  base[PRELIGHT]    = "#A6A6A6"
42
 
 
43
 
  fg[ACTIVE]      = "#666666"
44
 
  text[ACTIVE]      = "#666666"
45
 
  bg[ACTIVE]      = "#8C8C80"
46
 
  base[ACTIVE]      = "#737366"
47
 
 
48
 
  fg[SELECTED]    = "#9A9A9A"
49
 
  text[SELECTED]    = "#9A9A9A"
50
 
  bg[SELECTED]    = "#666666"
51
 
  base[SELECTED]    = "#667373"
52
 
 
53
 
@gtk_stock_icons_rc@
54
 
@panel_stock_icons_rc@
55
 
@media_stock_icons_rc@
56
 
@capplet_stock_icons_rc@
57
 
@metacity_stock_icons_rc@