File: style-Adwaita%3Adark.css

package info (click to toggle)
squeekboard 1.43.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,284 kB
  • sloc: ansic: 2,730; xml: 1,247; python: 296; sh: 48; makefile: 10
file content (106 lines) | stat: -rw-r--r-- 1,990 bytes parent folder | download | duplicates (2)
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
/* Adwaita-dark style keyboard */
sq_view {
    background-color: rgba(0, 0, 0, 255);
    color: #ffffff;
}

sq_view sq_button {
    color: #deddda;
    background: #464448;
}

sq_button:active {
    background: #747077;
}

sq_button.subtle-highlight,
sq_button.subtle-highlight-2 {
    background: #3f3e41;
}

sq_button.subtle-highlight:active,
sq_button.subtle-highlight-2:active {
    background: #676669;
}

sq_button.emoji-group,
sq_button.character-group {
    background: #3f3e41;
    border-bottom: 0.4999px;
    border-style: solid;
    border-color: alpha(white, 0.175);
}

sq_button.emoji-group:active,
sq_button.character-group:active {
    background: #747077;
    border-bottom: 0.4999px;
    border-style: solid;
    border-color: alpha(white, 0.225);
}

sq_button.change-view,
sq_button.change-view-2,
sq_button.change-view-3 {
    background: #2b292f;
    border-bottom: 0.4999px;
    border-style: solid;
    border-color: alpha(white, 0.175);
}

sq_button.change-view:active,
sq_button.change-view-2:active,
sq_button.change-view-3:active {
    background: #747077;
    border-bottom: 0.4999px;
    border-style: solid;
    border-color: alpha(white, 0.225);
}

sq_button.placeholder,
sq_button.placeholder-2 {
    background: #171618;
}

sq_button.placeholder:active,
sq_button.placeholder-2:active {
    background: initial;
    box-shadow: initial;
}

sq_button.altline,
sq_button.special,
sq_button.special-2,
sq_button.special-3,
sq_button.wide {
    background: #2b292f;
}

sq_button.altline:active,
sq_button.special:active,
sq_button.special-2:active,
sq_button.special-3:active,
sq_button.wide:active {
    background: #37353c;
}

sq_button.latched {
    background: #ffffff;
    color: #2b292f;
}

sq_button.locked {
    background: #ffffff;
    color: #1c71d8;
}

#Return {
    background: #1c71d8;
}

#Return:active {
    background: mix(#1c71d8, black, 0.2);
    color: mix(#1c71d8, black, 0.2);
}

@import url("resource:///sm/puri/squeekboard/common.css");