• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

common/H03-May-2022-625518

desktop-themes/H15-Nov-2010-6,7605,827

gtk-themes/H15-Nov-2010-11,5629,653

icon-themes/H15-Nov-2010-49,55842,097

metacity-themes/H15-Nov-2010-5,3274,101

po/H15-Nov-2010-17,01512,735

AUTHORSH A D09-Nov-20101.2 KiB5638

COPYINGH A D09-Nov-201025.9 KiB505418

ChangeLogH A D15-Nov-20101.4 MiB31,85825,225

INSTALLH A D15-Nov-20109.2 KiB235177

Makefile.amH A D15-Nov-2010745 3127

Makefile.inH A D15-Nov-201020.3 KiB659582

NEWSH A D15-Nov-201070 KiB2,5711,676

READMEH A D15-Nov-20103.3 KiB7850

aclocal.m4H A D15-Nov-201060.2 KiB1,6951,526

config.guessH A D15-Nov-201043.2 KiB1,5011,289

config.subH A D15-Nov-201031.8 KiB1,6171,473

configureH A D03-May-2022264.3 KiB8,5907,132

configure.inH A D15-Nov-201013 KiB354319

gnome-themes.specH A D15-Nov-2010947 4736

gnome-themes.spec.inH A D15-Nov-2010950 4736

install-shH A D15-Nov-201012.9 KiB508340

intltool-extract.inH A D15-Nov-20100

intltool-merge.inH A D03-May-20220

intltool-update.inH A D15-Nov-20100

low-contrast-preset.scmH A D09-Nov-20102.6 KiB7613

missingH A D15-Nov-201010.9 KiB368275

mkinstalldirsH A D15-Nov-20103.4 KiB162112

README

1==========================================================================
2NOTE: The remainder of this README applies only to the 7 accessibility
3      themes in this module:
4
5- HighContrast[LargePrint][Inverse]
6- LowContrast[LargePrint]
7- LargePrint
8==========================================================================
9
100. Default Theme
11----------------
12
13All the a11y themes in this module inherit from the 'gnome' theme.
14The 'gnome' theme is in the gnome-icon-theme module, and has to be built and installed separately.
15
161. Editing the gtkrc files
17--------------------------
18
19The gtkrc.in files for each a11y theme are currently generated by autogen.sh. Each gtkrc.in file is the concatenation of these files:
20
21$theme/gtk-2.0/$theme.rc
22common/gtk-stock-icons.rc
23common/panel-stock-icons.rc
24common/media-stock-icons.rc
25common/capplet-stock-icons.rc
26
27It follows that you should NOT edit gtkrc.in directly. Instead, edit the appropriate .rc file, then re-autogen before building.  This obviously kind of sucks, but it was the only way I could get it to work at the time :/
28
29
302. Adding new icons
31-------------------
32
33The module is currently configured to make it easy to add or remove a stock icon from all themes at once, but not so easy to do so on a per-theme basis.  This works well for now but probably won't if we want to make this a more general theme repository.
34
35So, to add a new gtk stock icon to all themes:
36
37- Add the icon's filename to common/all-stock-items.data
38- Add the line you want to appear in the themes' RC files to the appropriate common/*.rc file
39- Add the icon files, each with the same filename, to all the <theme>/pixmaps/ directories.
40
41GNOME icons that are themed via the icon theming mechanism (as specified on freedesktop.org) are currently still added individually in each <theme>/icons subdirectory. E.g. to add a new 48x48 application icon to all the themes, you have to modify each <theme>/icons/48x48/apps/Makefile.am individually, and add the appropriate icon file to each <theme>/icons/48x48/apps directory.
42
43
443. Changing icon sizes
45----------------------
46
47The icon sizes for ALL the LargePrint themes are defined in configure.in.  Changing them here will affect all LargePrint themes.
48
49
504.  Changing colours
51--------------------
52
53To change the colours in a particular theme, edit its <themename>/gtk-2.0/<themename>.rc file.
54
55
565. Switching icon themes
57------------------------
58In 2.2 and later, use gnome-theme-manager, and choose the Icon theme from the Details subdialog.
59
60In earlier versions of GNOME, unless you're running my patched theme switcher dialog (patch in bugzilla,
61#93486), you'll need to switch icon themes by hand using GConf:
62
63$ gconftool-2 -s /desktop/gnome/interface/icon_theme "<themename>" --type=string
64
65
666. To create low contrast icons in GIMP from the original coloured icon
67------------------------------------------------------------------------
68
69Use the low-contrast-preset.scm GIMP script in this directory to create a low
70contrast icon from a regular-coloured icon.  (Read the comments in the script
71for instructions on how to install and use it.)  Thanks to Guillermo for
72providing this!
73
74Note: In GIMP, Input=0/0.6/255, Output=75/255 seems to give results
75closer to the icons Suzanna converted in Photoshop, but plugging these
76values into this script seems to give different results from doing it
77manually in the Levels dialog :/
78