-
Notifications
You must be signed in to change notification settings - Fork 0
/
darkteamsreader.css
115 lines (96 loc) · 2.37 KB
/
darkteamsreader.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
@-moz-document domain("teams.microsoft.com"), domain("sharepoint.com"), domain("officeapps.live.com"), domain("onenote.com") {
.od-OneUpPdf-content,
.OneUp-slide,
.od-OneUpTextFile-content,
.TextViewer-frame,
.monaco-editor,
.overflow-guard,
.view-line,
#WACFrameWord,
#WACDocumentPanel {
background: #111 !important;
background-color: #111 !important;
}
.Themed,
.ThemedFishbowl {
--clrMlrRefreshCanvasBgNew: #111 !important;
--clrRulerBackground: #333 !important;
}
.od-OneUpTextFile-title {
background: #333 !important;
background-color: #333 !important;
color: #fff !important;
}
.minimap,
.decorationsOverviewRuler {
filter: invert(1);
/* can't override canvas bg, this is good enough */
}
#documentTitle svg {
fill: #fff !important;
}
#CenterRegion>*,
.root-257,
.root-249,
.root-105,
.root-97,
.root-282,
.root-290,
.root-264,
.root-256,
.css-154 .outerContainer-151,
.css-115 .outerContainer-366 * {
background: #333 !important;
background-color: #333 !important;
color: #fff !important;
}
.css-154 .outerContainer-151 div,
.css-154 .outerContainer-151 span,
.css-115 .outerContainer-366 div,
.css-115 .outerContainer-366 span {
color: #fff !important;
}
.css-154 .outerContainer-151 {
border-top: #000 1px !important;
}
#Ribbon *,
#WACRibbonPanel *,
#EditingRibbonPanel * {
background: #222 !important;
background-color: #222 !important;
color: #fff !important;
}
path.OfficeIconColors_m22 {
fill: #fff !important;
}
/* Inspired by VSCode Theme GitHub Dark */
.view-line,
.margin-view-overlays {
background: #0d1117 !important;
background-color: #0d1117 !important;
}
.editor-scrollable {
border-left: #aaa 1px !important;
}
.line-numbers {
color: #8a949d !important;
}
.current-line~.line-numbers {
color: #fff !important;
}
.mtk1 {
color: #fff !important;
}
.mtk6 {
color: #ff7e74 !important;
}
.mtk20 {
color: #9ed5fd !important;
}
.mtk7 {
color: #6dbefb !important;
}
.mtk8 {
color: #8a949d !important;
}
}