~onboard/onboard/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0"?>

<!--
Copyright © 2011 Alan Bell <alanbell@ubuntu.com>
Copyright © 2011-2014 marmuta <marmvta@gmail.com>

This file is part of Onboard.

Onboard is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.

Onboard is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<color_scheme name="Model M" format="2.1">
    <window type="key-popup">
        <color element="border" rgb="#e1e1e1" opacity="1.0"/>
    </window>

    <icon> <color element="background" rgb="#ffffff" opacity="1.0"/> </icon>

    <layer> <color element="background" rgb="#c0c0c0" opacity="1.0"/> </layer>
    <layer> <color element="background" rgb="#c0c0c0" opacity="0.9"/> </layer>
    <layer> <color element="background" rgb="#c0c0c0" opacity="0.9"/> </layer>

    <key_group>
        <!-- light grey default -->
        <color element="fill"   rgb="#c2c2ba"/>
        <color element="stroke" rgb="#62625a"/>
        <color element="label"  rgb="#000000"/>
        <color element="dwell-progress"  rgb="#f19671"/>
        F5.rows_of_six, F6.rows_of_six, F7.rows_of_six, F8.rows_of_six,
        icon1, icon2,
        pause-learning.wordlist, language.wordlist, hide.wordlist

        <!-- word suggestions -->
        <key_group>
            <color element="fill"  rgb="#e5c6b2"/>
            <color element="label" rgb="#C00000"/>
            correctionsbg,
            correction
        </key_group>

        <!-- dark keys -->
        <key_group>
            <color element="fill" rgb="#a09c92"/>
            <color element="fill" rgb="#606060" active="true"/>
            icon0, icon3,
            ESC, F5, F6, F7, F8,
            Prnt, Pause, Scroll,
            RCTL, LCTL, RALT, LALT, LWIN, RWIN, MENU,
            KPSU, KPDV KPAD, KPMU,
            LEFT, RGHT, UP, DOWN,
            INS, DELE, HOME, END, PGUP, PGDN,
            LFSH, RTSH,
            settings,
            BKSP, DELE.next-to-backspace, TAB, CAPS, RTRN, KPEN, NMLK,
            m0, m1, m2, m3, m4, m5, m6, m7, m8,
            m9, m10, m11, m12, m13, m14, m15,
            layer.like_rtrn
        </key_group>

        <!-- very light gray, sidebar -->
        <key_group>
            <color element="fill" rgb="#d8d8d1"/>
            <color element="fill" rgb="#b0b0a8" active="true"/>
            hide, move, showclick, layer
        </key_group>

    </key_group>
</color_scheme>