aboutsummaryrefslogtreecommitdiff
path: root/extra/user-scripts/styles/style-nuno.css
blob: c7c07b6a3f013a7f7960e0cf50d2f6d65e69b748 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
@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-color: white;
	font-size: 16px;
	/*@Base; */
	/* border-bottom-color: @Base; */
}

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

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

tab {
	background-color: @Base;
	margin: 2px 5px 2px 0px;
	padding: 5px;
	border-style: solid;
	/*border-color: white;
	border-bottom-color: white;
	outline-color: white;
	margin: 5px;
	padding-left: 10px;
	padding-right: 10px; */
}

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

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

}