File: Aubergine.colors

package info (click to toggle)
onboard 1.4.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 31,548 kB
  • sloc: python: 29,215; cpp: 5,965; ansic: 5,735; xml: 1,026; sh: 163; makefile: 39
file content (117 lines) | stat: -rw-r--r-- 3,935 bytes parent folder | download | duplicates (4)
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<?xml version="1.0"?>

<!--
Copyright © 2011 Alan Bell <alanbell@ubuntu.com>
Copyright © 2011-2013 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="Aubergine" format="2.0">
    <layer> <color element="background" rgb="#d0d0d0" opacity="1.0"/> </layer>
    <layer> <color element="background" rgb="#482953" opacity="0.9"/> </layer>
    <layer> <color element="background" rgb="#482953" opacity="0.8"/> </layer>
    <layer> <color element="background" rgb="#cd4014" opacity="0.8"/> </layer>

    <!-- white default -->
    <key_group>
        <color element="fill"   rgb="#f1f1f1"/>
        <color element="stroke" rgb="#DD4814"/>
        <color element="label"  rgb="#000000"/>
        <color element="dwell-progress" rgb="#f19671"/>
        F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12,
        Prnt, Pause, Scroll,
        INS, DELE, HOME, END, PGUP, PGDN,
        KPSU, KPDV KPAD, KPMU,
        middleclick, secondaryclick, singleclick, doubleclick, dragclick, hoverclick,
        LFSH.grid, SPCE.grid, BKSP.grid, RTRN.grid,
        hide.wordlist

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

        <!-- black stroke -->
        <key_group>
            <color element="stroke" rgb="#404040"/>
            icon1, icon2
        </key_group>

        <!-- pink numbers -->
        <key_group>
            <color element="fill" rgb="#f2d8e6"/>
            ESC,
            AE01, AE02, AE03, AE04, AE05, AE06, AE07, AE08, AE09, AE10, AE11, AE12,
            KP1, KP2, KP3, KP4, KP5, KP6, KP7, KP8, KP9,
        </key_group>

        <!-- light gray, bottom row -->
        <key_group>
            <color element="fill" rgb="#e1e1e1"/>
            RCTL, LCTL, RALT, LALT, LWIN, RWIN, MENU,
            LEFT, RGHT, UP, DOWN,
            KP0, KPDL,
            hoverclick.bottom-row,
            quit

            <!-- softened active color -->
            <key_group>
                <color element="fill" active="true" locked="false" rgb="#c1c1c1"/>
                hide, showclick, move, layer
            </key_group>
        </key_group>

        <!-- orange -->
        <key_group>
            <color element="fill" rgb="#f19671"/>
            SPCE, LFSH, RTSH,
            settings
            <key_group>
                <color element="stroke" rgb="#404040"/>
                icon0
            </key_group>
        </key_group>

        <!-- aubergine -->
        <key_group>
            <color element="fill" rgb="#d98fb7"/>
            BKSP, DELE.next-to-backspace, TAB, CAPS, RTRN, KPEN, NMLK,
            layer.like_rtrn, LFSH.like_rtrn
            <key_group>
                <color element="stroke" rgb="#404040"/>
                icon3
            </key_group>
        </key_group>

        <!-- snippets -->
        <key_group>
            <color element="fill" rgb="#d6c8ff"/>
            <color element="stroke" rgb="#DD4814"/>
            m0, m1, m2, m3, m4, m5, m6, m7, m8, m9, m10, m11, m12, m13, m14, m15
        </key_group>

        <!-- red preferences -->
        <key_group>
            <color element="fill" rgb="#f27f7f"/>
        </key_group>
    </key_group>

</color_scheme>