|
1 | 1 | :root { |
2 | | - --theia-layout-color0: #1d1d1d; |
3 | | - --theia-layout-color1: #252526; |
4 | | - --theia-layout-color2: #333333; |
5 | | - --theia-layout-color3: #383838; |
6 | | - --theia-layout-color4: #383838; |
7 | | - --theia-list-hoverBackground: var(--vscode-list-hoverBackground); |
8 | | - --theia-selection-background: var(--vscode-list-activeSelectionBackground); |
9 | | - --theia-ui-font-color2: var(--vscode-editor-foreground); |
10 | | - --theia-ui-button-color: var(--vscode-button-background); |
11 | | - --theia-accent-color3: var(--vscode-button-background); |
12 | | - --theia-menu-background: var(--vscode-menu-background); |
13 | | - --theia-menu-foreground: var(--vscode-menu-foreground); |
14 | | - --theia-menu-selectionBackground: var(--vscode-menubar-selectionBackground); |
15 | | - --theia-menu-selectionForeground: var(--vscode-menubar-selectionForeground); |
16 | | - --theia-menu-selectionBorder: var(--vscode-menubar-selectionBorder); |
17 | | - --theia-widget-shadow: var(--vscode-widget-shadow); |
18 | | - --theia-menu-border: var(--vscode-dropdown-border); |
19 | | - --theia-ui-font-color0: var(--vscode-editor-foreground); |
20 | | - --theia-editor-background: var(--vscode-editor-background); |
21 | | - --theia-tree-inactiveIndentGuidesStroke: var(--vscode-tree-indentGuidesStroke); |
22 | | - --theia-input-background: var(--vscode-input-background); |
23 | | - --theia-input-placeholder-foreground: var(--vscode-input-placeholderForeground); |
24 | | - --theia-ui-font-family: var(--vscode-editor-fontFamily); |
25 | | - --theia-statusBar-background: var(--vscode-statusBar-background); |
26 | | - --theia-statusBar-foreground: var(--vscode-statusBar-foreground); |
27 | | - --theia-ui-font-size1: var(--vscode-font-size); |
28 | | - --theia-editorWidget-background: var(--vscode-editorWidget-background); |
29 | | - --theia-ui-padding: 6px; |
30 | | - --trace-extension-list-line-height: 16px; |
31 | | - --theia-secondaryButton-foreground: var(--vscode-input-background); |
32 | | - --theia-layout-color4: var(--vscode-editorWidget-background); |
33 | | - --theia-foreground: var(--vscode-editorWidget-foreground); |
| 2 | + /* vs-code variables */ |
34 | 3 | --vscode-editor-foreground: var(--vscode-foreground); |
35 | | - --theia-secondaryButton-foreground: var(--vscode-button-secondaryForeground); |
36 | | - --theia-secondaryButton-background: var(--vscode-button-secondaryBackground); |
37 | | - --theia-sideBar-foreground: var(--vscode-sideBarTitle-foreground); |
| 4 | + |
| 5 | + /* mapped CSS variables from traceviewer-react-components */ |
| 6 | + --trace-viewer-list-hoverBackground: var(--vscode-list-hoverBackground); |
| 7 | + --trace-viewer-selection-background: var(--vscode-list-activeSelectionBackground); |
| 8 | + --trace-viewer-ui-font-color2: var(--vscode-editor-foreground); |
| 9 | + --trace-viewer-ui-button-color: var(--vscode-button-background); |
| 10 | + --trace-viewer-menu-background: var(--vscode-menu-background); |
| 11 | + --trace-viewer-menu-foreground: var(--vscode-menu-foreground); |
| 12 | + --trace-viewer-menu-selectionBackground: var(--vscode-menubar-selectionBackground); |
| 13 | + --trace-viewer-menu-selectionForeground: var(--vscode-menubar-selectionForeground); |
| 14 | + --trace-viewer-menu-selectionBorder: var(--vscode-menubar-selectionBorder); |
| 15 | + --trace-viewer-widget-shadow: var(--vscode-widget-shadow); |
| 16 | + --trace-viewer-menu-border: var(--vscode-dropdown-border); |
| 17 | + --trace-viewer-ui-font-color0: var(--vscode-editor-foreground); |
| 18 | + --trace-viewer-editor-background: var(--vscode-editor-background); |
| 19 | + --trace-viewer-tree-inactiveIndentGuidesStroke: var(--vscode-tree-indentGuidesStroke); |
| 20 | + --trace-viewer-input-background: var(--vscode-input-background); |
| 21 | + --trace-viewer-input-placeholder-foreground: var(--vscode-input-placeholderForeground); |
| 22 | + --trace-viewer-ui-font-family: var(--vscode-editor-fontFamily); |
| 23 | + --trace-viewer-statusBar-background: var(--vscode-statusBar-background); |
| 24 | + --trace-viewer-statusBar-foreground: var(--vscode-statusBar-foreground); |
| 25 | + --trace-viewer-ui-font-size1: var(--vscode-font-size); |
| 26 | + --trace-viewer-editorWidget-background: var(--vscode-editorWidget-background); |
| 27 | + --trace-viewer-ui-padding: 6px; |
| 28 | + --trace-viewer-list-line-height: 16px; |
| 29 | + --trace-viewer-layout-color4: var(--vscode-editorWidget-background); |
| 30 | + --trace-viewer-foreground: var(--vscode-editorWidget-foreground); |
38 | 31 | } |
0 commit comments