-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy paththeme-github.css
More file actions
21 lines (20 loc) · 682 Bytes
/
Copy paththeme-github.css
File metadata and controls
21 lines (20 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* use variables when about:config variable userChrome.theme-github is true */
@media -moz-pref("userChrome.theme-github") {
:root,
html,
body {
--md-text-primary: #e6edf3;
--md-text-secondary: #7d8590;
--md-accent-color: #2f81f7;
--md-background-color-0: #0d1117;
--md-background-color-50: #161b22;
--md-background-color-100: #24292f;
--md-menu-background-color: #161b22;
--md-menu-background-color-hover: #6e768166;
--md-menu-border-color: #31363d;
--md-content-separator-color: #30363db3;
--md-selection-text-color: var(--md-white);
--md-selection-background-color: #1f6febb3;
--md-text-on-accent: var(--md-white);
}
}