aboutsummaryrefslogtreecommitdiff
path: root/style.css
blob: 97ea51c594f25de2d72dfea896e4bf9c0fa31fee (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
53
54
55
56
57
58
59
60
61
62
63
64
@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;
	/*@Base; */
	/* border-bottom-color: @Base; */
}

window, notebook, headerbar {
	background: @Base;
	fontsize: 30px !important;
}

/* Make titlebar pretty gigantic. I'm pretty myopic. */
.titlebar  {
  padding: 10px;
  font-size: 30px;
}


.titlebar * {
  padding: 10px;
  font-size: 27px;
}

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;

}