-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwalker.css
More file actions
29 lines (25 loc) · 985 Bytes
/
walker.css
File metadata and controls
29 lines (25 loc) · 985 Bytes
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
/* ────────────────────────────────────────────────────────────
* Custom Theme for Walker
* Made with Omarchist
* ────────────────────────────────────────────────────────────
*/
@define-color selected-text #FFAA00;
@define-color text #05050A;
@define-color base #3A403B;
@define-color border #05050A;
@define-color foreground #05050A;
@define-color background #3A403B;
@define-color hover #05050A;
@define-color accent #FFAA00;
window .search-container,
window .search {
background: alpha(@hover, 0.3);
color: @foreground;
border: 1px solid alpha(@border, 0.5);
border-radius: 12px;
padding: 8px 12px;
margin: 4px 0;
font-family: "JetBrainsMono Nerd Font", "Noto Sans", sans-serif;
font-size: 14px;
font-weight: 500;
}