aboutsummaryrefslogtreecommitdiff
path: root/extra/user-scripts/styles/style-original.css
blob: 45805d791651f788bfc57b0b73c70fb18b45f63b (plain)
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
@define-color Surface0 #313244;
@define-color Surface1 #45475a;
@define-color Base     #1e1e2e;
@define-color Mantle   #181825;
@define-color Lavender #b4befe;
@define-color Text     #cdd6f4;

* {
	padding: 0px;
	margin: 0px;
	outline-color: @Lavender;
	color: @Text;
	border-bottom-color: @Base;
}

window, notebook, headerbar {
	background: @Base;
}

tabs {
	background-color: @Base;
	padding: 3px;
}

tab {
	background-color: @Base;
	margin: 5px;
}

entry {
	background-color: @Surface0;
	padding-left: 10px;
}

entry:focus {
	box-shadow: none;
}