-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgtk.css
56 lines (47 loc) · 1.17 KB
/
gtk.css
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
/*
You can type here any CSS rule recognized by GTK+.
You can temporarily disable this custom CSS by clicking on the “Pause” button above.
Changes are applied instantly and globally, for the whole application.
*/
headerbar {
background: #202124;
border-color: #202124;
box-shadow: 0 1px #202124 inset;
color: #aaaaaa;
}
headerbar:backdrop {
color: #777777;
}
.terminator-terminal-window notebook stack,
.terminator-terminal-window notebook {
border: 0px;
}
.terminator-terminal-window notebook header {
background: #000000;
border: none;
padding: 0px;
}
.terminator-terminal-window notebook tab {
background: #000000;
border-top: none;
border-left: none;
border-right: 1px solid #303030;
border-bottom: 1px solid #303030;
margin: 0px;
padding: 0px;
}
.terminator-terminal-window notebook tab:checked {
background: #000000;
color: #008080;
border-top: none;
border-left: none;
border-right: 1px solid #303030;
border-bottom: 1px solid #303030;
box-shadow: 0 -1px #004040 inset;
}
.terminator-terminal-window notebook tab:hover {
box-shadow: 0 -1px #003030 inset;
}
.terminator-terminal-window paned separator {
background: #303030;
}