-
Notifications
You must be signed in to change notification settings - Fork 263
Expand file tree
/
Copy patharcade-tokyo-night-overrides.css
More file actions
39 lines (32 loc) · 1.4 KB
/
Copy patharcade-tokyo-night-overrides.css
File metadata and controls
39 lines (32 loc) · 1.4 KB
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
#mainmenu .help-dropdown-menuitem > button.common-button,
#mainmenu .settings-menuitem > button.common-button {
color: var(--pxt-header-foreground);
}
.fullscreen.extensions-browser > .common-modal > .common-modal-header .common-button.menu-button {
color: var(--pxt-header-foreground);
}
.common-menubar.header .common-button.menu-button {
color: var(--pxt-header-foreground);
}
.debugtoolbar .ui.menu .dbg-btn.dbg-step.disabled,
.debugtoolbar .ui.menu .dbg-btn.dbg-step.disabled:hover {
color: var(--pxt-neutral-foreground1) !important;
opacity: 1;
}
.detailview .ui.grid.stackable .actions .card-action .button.approve {
background-color: var(--pxt-primary-background);
color: var(--pxt-primary-foreground);
}
.detailview .ui.grid.stackable .actions .card-action .card-action-button-link.common-link:focus,
.detailview .ui.grid.stackable .actions .card-action .card-action-button-link.common-link:active {
color: var(--pxt-primary-foreground) !important;
}
body.pxt-theme-root .ui.modal .actions a.ui.button.approve.secondary:focus,
body.pxt-theme-root .ui.modal .actions a.ui.button.approve.secondary:active {
background-color: var(--pxt-secondary-background-hover);
color: var(--pxt-secondary-foreground-hover);
}
.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row.focused .details-label {
color: var(--pxt-colors-blue-foreground) !important;
opacity: 1;
}