tangled
alpha
login
or
join now
clxxiii.dev
/
dots
0
fork
atom
Linux configuration stuffs
0
fork
atom
overview
issues
pulls
pipelines
add mocha theme directly to dotfiles
clxxiii
2 years ago
915b4cb0
6f3c25dc
+111
1 changed file
expand all
collapse all
unified
split
rofi
catppuccin-mocha.rasi
+111
rofi/catppuccin-mocha.rasi
reviewed
···
1
1
+
* {
2
2
+
bg-col: #1e1e2e;
3
3
+
bg-col-light: #1e1e2e;
4
4
+
border-col: #1e1e2e;
5
5
+
selected-col: #1e1e2e;
6
6
+
blue: #89b4fa;
7
7
+
fg-col: #cdd6f4;
8
8
+
fg-col2: #f38ba8;
9
9
+
grey: #6c7086;
10
10
+
11
11
+
width: 600;
12
12
+
font: "JetBrainsMono Nerd Font 14";
13
13
+
}
14
14
+
15
15
+
element-text, element-icon , mode-switcher {
16
16
+
background-color: inherit;
17
17
+
text-color: inherit;
18
18
+
}
19
19
+
20
20
+
window {
21
21
+
height: 360px;
22
22
+
border: 3px;
23
23
+
border-color: @border-col;
24
24
+
background-color: @bg-col;
25
25
+
}
26
26
+
27
27
+
mainbox {
28
28
+
background-color: @bg-col;
29
29
+
}
30
30
+
31
31
+
inputbar {
32
32
+
children: [prompt,entry];
33
33
+
background-color: @bg-col;
34
34
+
border-radius: 5px;
35
35
+
padding: 2px;
36
36
+
}
37
37
+
38
38
+
prompt {
39
39
+
background-color: @blue;
40
40
+
padding: 6px;
41
41
+
text-color: @bg-col;
42
42
+
border-radius: 3px;
43
43
+
margin: 20px 0px 0px 20px;
44
44
+
}
45
45
+
46
46
+
textbox-prompt-colon {
47
47
+
expand: false;
48
48
+
str: ":";
49
49
+
}
50
50
+
51
51
+
entry {
52
52
+
padding: 6px;
53
53
+
margin: 20px 0px 0px 10px;
54
54
+
text-color: @fg-col;
55
55
+
background-color: @bg-col;
56
56
+
}
57
57
+
58
58
+
listview {
59
59
+
border: 0px 0px 0px;
60
60
+
padding: 6px 0px 0px;
61
61
+
margin: 10px 0px 0px 20px;
62
62
+
columns: 2;
63
63
+
lines: 5;
64
64
+
background-color: @bg-col;
65
65
+
}
66
66
+
67
67
+
element {
68
68
+
padding: 5px;
69
69
+
background-color: @bg-col;
70
70
+
text-color: @fg-col ;
71
71
+
}
72
72
+
73
73
+
element-icon {
74
74
+
size: 25px;
75
75
+
}
76
76
+
77
77
+
element selected {
78
78
+
background-color: @selected-col ;
79
79
+
text-color: @fg-col2 ;
80
80
+
}
81
81
+
82
82
+
mode-switcher {
83
83
+
spacing: 0;
84
84
+
}
85
85
+
86
86
+
button {
87
87
+
padding: 10px;
88
88
+
background-color: @bg-col-light;
89
89
+
text-color: @grey;
90
90
+
vertical-align: 0.5;
91
91
+
horizontal-align: 0.5;
92
92
+
}
93
93
+
94
94
+
button selected {
95
95
+
background-color: @bg-col;
96
96
+
text-color: @blue;
97
97
+
}
98
98
+
99
99
+
message {
100
100
+
background-color: @bg-col-light;
101
101
+
margin: 2px;
102
102
+
padding: 2px;
103
103
+
border-radius: 5px;
104
104
+
}
105
105
+
106
106
+
textbox {
107
107
+
padding: 6px;
108
108
+
margin: 20px 0px 0px 20px;
109
109
+
text-color: @blue;
110
110
+
background-color: @bg-col-light;
111
111
+
}