~ubuntu-branches/ubuntu/precise/onboard/precise

« back to all changes in this revision

Viewing changes to themes/Aubergine.colors

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Fumanti
  • Date: 2011-06-25 19:41:52 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20110625194152-d601ypm62q5lk9hp
Tags: 0.95.1-0ubuntu1
  * Request for sponsorship: New release available (LP: #802027)
  * Don't crash when the icon fails to load.
  * Construct GtkAdjustments before the objects they are referenced in. Works
    around regression caused by 
    https://bugzilla.gnome.org/show_bug.cgi?id=576492
  * Update README about themes and macros
  * Import translations from launchpad on 25th June 2011
  * debian/control and debian/rules:
      Convert build system to dh7 and Python helper to dh_python2; code from
      Barry Warsaw (LP: #788514)
  * debian/patches:
      Set Ambiance as default theme by using the provided configuration
      mechanism; Ambiance is the theme designed for Ubuntu Natty
  * debian/copyright:
      Add the year 2011

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<color_scheme name="Aubergine">
 
3
    <pane fill="#000000" fill-opacity="0.2"/>
 
4
    <pane fill="#dd4814" fill-opacity="0.8"/>
 
5
    <pane fill="#482953" fill-opacity="0.8"/>
 
6
    <key_group default="True"
 
7
           fill="#f1f1f1" fill-opacity="1"
 
8
           stroke="#DD4814" stroke-opacity="1"
 
9
           label="#000000">
 
10
        F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12,
 
11
        Prnt, Pause, Scroll,
 
12
        INS, DELE, HOME, END, PGUP, PGDN,
 
13
        KPSU, KPDV KPAD, KPMU
 
14
    </key_group>
 
15
    <key_group fill="#f2d8e6">
 
16
        AE01, AE02, AE03, AE04, AE05, AE06, AE07, AE08, AE09, AE10, AE11, AE12,
 
17
        ESC, secondaryClick, middleClick,
 
18
        KP1, KP2, KP3, KP4, KP5, KP6, KP7, KP8, KP9
 
19
    </key_group>
 
20
    <key_group fill="#e1e1e1">
 
21
        RCTL, LCTL, RALT, LALT, LWIN, RWIN, MENU,
 
22
        LEFT, RGHT, UP, DOWN, 
 
23
        KP0, KPDL, NMLK
 
24
    </key_group>
 
25
    <key_group fill="#f19671" fill_="f5ad94">
 
26
        SPCE, LFSH, RTSH,
 
27
        settings
 
28
    </key_group>
 
29
    <key_group fill="#d98fb7">
 
30
        BKSP, TAB, CAPS, RTRN, KPEN
 
31
    </key_group>
 
32
    <key_group fill="#a0a0ee" stroke="#DD4814">
 
33
        m0, m1, m2, m3, m4, m5, m6, m7, m8
 
34
    </key_group>
 
35
    <key_group fill="#f27f7f">
 
36
    </key_group>
 
37
</color_scheme>
 
38