-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmpvtube.rasi
67 lines (65 loc) · 2.27 KB
/
mpvtube.rasi
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
/*
* #############################################################################
* Project: bin (vundefined) #
* File...: /home/fgm/DATA/devel/github/fbnmtz/mpvtube/mpvtube.rasi #
* Created: Sunday, 2023/02/26 - 21:55:41 #
* Author.: @fbnmtz, ([email protected]) #
* ~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~~·~·~·~·~·~·~·~#
* Last Modified: Sunday, 2023/02/26 - 21:55:43 #
* Modified By..: @fbnmtz, ([email protected]) #
* ~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~~·~·~·~·~·~·~·~#
* Version: 0.0.1.0 #
* ~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~~·~·~·~·~·~·~·~#
* Description: #
* > #
* #############################################################################
* HISTORY: #
*/
/**
* This theme is intended for a 8x2 items list menu with a headerbar.
*/
@import "shared/fullscreen.rasi"
* {
background-color: @background;
text-color: @foreground-list;
font: @text-font;
}
#window {
padding: @list-8-window-padding;
}
inputbar,
prompt,
textbox-prompt-colon,
entry {
background-color: @background-light;
}
#inputbar {
children: [ prompt, textbox-prompt-colon, entry ];
margin: @inputbar-margin;
}
#prompt {
padding: @prompt-padding;
background-color: @accent;
text-color: @background;
}
#textbox-prompt-colon {
expand: false;
str: " : : ";
padding: @apps-textbox-prompt-colon-padding;
}
#entry {
text-color: @accent;
padding: @entry-padding;
}
#element {
padding: @list-element-padding;
margin: @list-element-margin;
border: @list-element-border;
background-color: @background-light;
border-color: @background-light;
}
#element.selected {
background-color: @background-focus;
text-color: @accent;
border-color: @accent;
}