@opensumi/ide-theme 2.20.10 → 2.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/browser/icon-theme-data.js +1 -0
- package/lib/browser/icon-theme-data.js.map +1 -1
- package/lib/browser/icon.service.d.ts +2 -2
- package/lib/browser/icon.service.d.ts.map +1 -1
- package/lib/browser/icon.service.js.map +1 -1
- package/lib/browser/theme-data.d.ts.map +1 -1
- package/lib/browser/theme-data.js +16 -8
- package/lib/browser/theme-data.js.map +1 -1
- package/lib/browser/theme.contribution.d.ts.map +1 -1
- package/lib/browser/theme.contribution.js +2 -5
- package/lib/browser/theme.contribution.js.map +1 -1
- package/lib/browser/workbench.theme.service.d.ts.map +1 -1
- package/lib/browser/workbench.theme.service.js +7 -6
- package/lib/browser/workbench.theme.service.js.map +1 -1
- package/lib/common/color-tokens/activity-bar.d.ts.map +1 -1
- package/lib/common/color-tokens/activity-bar.js +18 -9
- package/lib/common/color-tokens/activity-bar.js.map +1 -1
- package/lib/common/color-tokens/badge.d.ts.map +1 -1
- package/lib/common/color-tokens/badge.js +12 -2
- package/lib/common/color-tokens/badge.js.map +1 -1
- package/lib/common/color-tokens/base.d.ts +1 -0
- package/lib/common/color-tokens/base.d.ts.map +1 -1
- package/lib/common/color-tokens/base.js +17 -12
- package/lib/common/color-tokens/base.js.map +1 -1
- package/lib/common/color-tokens/breadcrumb.d.ts.map +1 -1
- package/lib/common/color-tokens/breadcrumb.js +30 -5
- package/lib/common/color-tokens/breadcrumb.js.map +1 -1
- package/lib/common/color-tokens/button.d.ts.map +1 -1
- package/lib/common/color-tokens/button.js +32 -7
- package/lib/common/color-tokens/button.js.map +1 -1
- package/lib/common/color-tokens/charts.d.ts.map +1 -1
- package/lib/common/color-tokens/charts.js +28 -8
- package/lib/common/color-tokens/charts.js.map +1 -1
- package/lib/common/color-tokens/checkbox.d.ts +1 -0
- package/lib/common/color-tokens/checkbox.d.ts.map +1 -1
- package/lib/common/color-tokens/checkbox.js +5 -3
- package/lib/common/color-tokens/checkbox.js.map +1 -1
- package/lib/common/color-tokens/custom/actionbar.d.ts.map +1 -1
- package/lib/common/color-tokens/custom/actionbar.js +16 -5
- package/lib/common/color-tokens/custom/actionbar.js.map +1 -1
- package/lib/common/color-tokens/custom/activity-bar.d.ts.map +1 -1
- package/lib/common/color-tokens/custom/activity-bar.js +2 -1
- package/lib/common/color-tokens/custom/activity-bar.js.map +1 -1
- package/lib/common/color-tokens/custom/badge.d.ts.map +1 -1
- package/lib/common/color-tokens/custom/badge.js +4 -2
- package/lib/common/color-tokens/custom/badge.js.map +1 -1
- package/lib/common/color-tokens/custom/base.d.ts.map +1 -1
- package/lib/common/color-tokens/custom/base.js +33 -13
- package/lib/common/color-tokens/custom/base.js.map +1 -1
- package/lib/common/color-tokens/custom/button.d.ts.map +1 -1
- package/lib/common/color-tokens/custom/button.js +98 -51
- package/lib/common/color-tokens/custom/button.js.map +1 -1
- package/lib/common/color-tokens/custom/checkbox.js +6 -6
- package/lib/common/color-tokens/custom/checkbox.js.map +1 -1
- package/lib/common/color-tokens/custom/decoration.d.ts.map +1 -1
- package/lib/common/color-tokens/custom/decoration.js +12 -6
- package/lib/common/color-tokens/custom/decoration.js.map +1 -1
- package/lib/common/color-tokens/custom/editor.d.ts.map +1 -1
- package/lib/common/color-tokens/custom/editor.js +4 -2
- package/lib/common/color-tokens/custom/editor.js.map +1 -1
- package/lib/common/color-tokens/custom/extension.js +1 -1
- package/lib/common/color-tokens/custom/extension.js.map +1 -1
- package/lib/common/color-tokens/custom/icon.js +5 -5
- package/lib/common/color-tokens/custom/icon.js.map +1 -1
- package/lib/common/color-tokens/custom/input.d.ts.map +1 -1
- package/lib/common/color-tokens/custom/input.js +10 -9
- package/lib/common/color-tokens/custom/input.js.map +1 -1
- package/lib/common/color-tokens/custom/menu.d.ts.map +1 -1
- package/lib/common/color-tokens/custom/menu.js +13 -7
- package/lib/common/color-tokens/custom/menu.js.map +1 -1
- package/lib/common/color-tokens/custom/modal.d.ts.map +1 -1
- package/lib/common/color-tokens/custom/modal.js +17 -7
- package/lib/common/color-tokens/custom/modal.js.map +1 -1
- package/lib/common/color-tokens/custom/notification.d.ts.map +1 -1
- package/lib/common/color-tokens/custom/notification.js +6 -1
- package/lib/common/color-tokens/custom/notification.js.map +1 -1
- package/lib/common/color-tokens/custom/panel.d.ts.map +1 -1
- package/lib/common/color-tokens/custom/panel.js +18 -9
- package/lib/common/color-tokens/custom/panel.js.map +1 -1
- package/lib/common/color-tokens/custom/popover.js +4 -4
- package/lib/common/color-tokens/custom/popover.js.map +1 -1
- package/lib/common/color-tokens/custom/select.d.ts +1 -0
- package/lib/common/color-tokens/custom/select.d.ts.map +1 -1
- package/lib/common/color-tokens/custom/select.js +55 -17
- package/lib/common/color-tokens/custom/select.js.map +1 -1
- package/lib/common/color-tokens/custom/settings.d.ts.map +1 -1
- package/lib/common/color-tokens/custom/settings.js +12 -2
- package/lib/common/color-tokens/custom/settings.js.map +1 -1
- package/lib/common/color-tokens/custom/statusbar.d.ts.map +1 -1
- package/lib/common/color-tokens/custom/statusbar.js +2 -1
- package/lib/common/color-tokens/custom/statusbar.js.map +1 -1
- package/lib/common/color-tokens/custom/tab.d.ts.map +1 -1
- package/lib/common/color-tokens/custom/tab.js +9 -4
- package/lib/common/color-tokens/custom/tab.js.map +1 -1
- package/lib/common/color-tokens/custom/tooltip.d.ts.map +1 -1
- package/lib/common/color-tokens/custom/tooltip.js +8 -4
- package/lib/common/color-tokens/custom/tooltip.js.map +1 -1
- package/lib/common/color-tokens/custom/tree.d.ts.map +1 -1
- package/lib/common/color-tokens/custom/tree.js +26 -9
- package/lib/common/color-tokens/custom/tree.js.map +1 -1
- package/lib/common/color-tokens/debug.d.ts +2 -0
- package/lib/common/color-tokens/debug.d.ts.map +1 -1
- package/lib/common/color-tokens/debug.js +24 -17
- package/lib/common/color-tokens/debug.js.map +1 -1
- package/lib/common/color-tokens/debugToolbar.d.ts.map +1 -1
- package/lib/common/color-tokens/debugToolbar.js +24 -12
- package/lib/common/color-tokens/debugToolbar.js.map +1 -1
- package/lib/common/color-tokens/dropdown.d.ts +4 -4
- package/lib/common/color-tokens/dropdown.d.ts.map +1 -1
- package/lib/common/color-tokens/dropdown.js +5 -5
- package/lib/common/color-tokens/dropdown.js.map +1 -1
- package/lib/common/color-tokens/editor.d.ts +28 -5
- package/lib/common/color-tokens/editor.d.ts.map +1 -1
- package/lib/common/color-tokens/editor.js +235 -86
- package/lib/common/color-tokens/editor.js.map +1 -1
- package/lib/common/color-tokens/input.d.ts +4 -2
- package/lib/common/color-tokens/input.d.ts.map +1 -1
- package/lib/common/color-tokens/input.js +28 -17
- package/lib/common/color-tokens/input.js.map +1 -1
- package/lib/common/color-tokens/list-tree.d.ts +10 -0
- package/lib/common/color-tokens/list-tree.d.ts.map +1 -1
- package/lib/common/color-tokens/list-tree.js +41 -20
- package/lib/common/color-tokens/list-tree.js.map +1 -1
- package/lib/common/color-tokens/menu-bar.d.ts.map +1 -1
- package/lib/common/color-tokens/menu-bar.js +9 -6
- package/lib/common/color-tokens/menu-bar.js.map +1 -1
- package/lib/common/color-tokens/menu.d.ts.map +1 -1
- package/lib/common/color-tokens/menu.js +17 -7
- package/lib/common/color-tokens/menu.js.map +1 -1
- package/lib/common/color-tokens/merge-conflict.d.ts.map +1 -1
- package/lib/common/color-tokens/merge-conflict.js +18 -12
- package/lib/common/color-tokens/merge-conflict.js.map +1 -1
- package/lib/common/color-tokens/minimap.d.ts +5 -0
- package/lib/common/color-tokens/minimap.d.ts.map +1 -1
- package/lib/common/color-tokens/minimap.js +38 -6
- package/lib/common/color-tokens/minimap.js.map +1 -1
- package/lib/common/color-tokens/notification.d.ts.map +1 -1
- package/lib/common/color-tokens/notification.js +25 -14
- package/lib/common/color-tokens/notification.js.map +1 -1
- package/lib/common/color-tokens/panel.d.ts +6 -1
- package/lib/common/color-tokens/panel.d.ts.map +1 -1
- package/lib/common/color-tokens/panel.js +50 -14
- package/lib/common/color-tokens/panel.js.map +1 -1
- package/lib/common/color-tokens/pick-view.d.ts.map +1 -1
- package/lib/common/color-tokens/pick-view.js +25 -14
- package/lib/common/color-tokens/pick-view.js.map +1 -1
- package/lib/common/color-tokens/picker.js +2 -2
- package/lib/common/color-tokens/picker.js.map +1 -1
- package/lib/common/color-tokens/progress-bar.js +1 -1
- package/lib/common/color-tokens/progress-bar.js.map +1 -1
- package/lib/common/color-tokens/quick-input.d.ts.map +1 -1
- package/lib/common/color-tokens/quick-input.js +20 -4
- package/lib/common/color-tokens/quick-input.js.map +1 -1
- package/lib/common/color-tokens/scrollbar.d.ts.map +1 -1
- package/lib/common/color-tokens/scrollbar.js +7 -4
- package/lib/common/color-tokens/scrollbar.js.map +1 -1
- package/lib/common/color-tokens/settings.d.ts +3 -0
- package/lib/common/color-tokens/settings.d.ts.map +1 -1
- package/lib/common/color-tokens/settings.js +29 -17
- package/lib/common/color-tokens/settings.js.map +1 -1
- package/lib/common/color-tokens/sidebar.d.ts.map +1 -1
- package/lib/common/color-tokens/sidebar.js +23 -14
- package/lib/common/color-tokens/sidebar.js.map +1 -1
- package/lib/common/color-tokens/snippet.d.ts.map +1 -1
- package/lib/common/color-tokens/snippet.js +5 -4
- package/lib/common/color-tokens/snippet.js.map +1 -1
- package/lib/common/color-tokens/status-bar.d.ts +3 -0
- package/lib/common/color-tokens/status-bar.d.ts.map +1 -1
- package/lib/common/color-tokens/status-bar.js +67 -27
- package/lib/common/color-tokens/status-bar.js.map +1 -1
- package/lib/common/color-tokens/tab.d.ts +4 -1
- package/lib/common/color-tokens/tab.d.ts.map +1 -1
- package/lib/common/color-tokens/tab.js +80 -40
- package/lib/common/color-tokens/tab.js.map +1 -1
- package/lib/common/color-tokens/testing.d.ts.map +1 -1
- package/lib/common/color-tokens/testing.js +18 -9
- package/lib/common/color-tokens/testing.js.map +1 -1
- package/lib/common/color-tokens/text.js +7 -7
- package/lib/common/color-tokens/text.js.map +1 -1
- package/lib/common/color-tokens/title-bar.d.ts.map +1 -1
- package/lib/common/color-tokens/title-bar.js +15 -10
- package/lib/common/color-tokens/title-bar.js.map +1 -1
- package/lib/common/color-tokens/toolbar.d.ts +7 -0
- package/lib/common/color-tokens/toolbar.d.ts.map +1 -0
- package/lib/common/color-tokens/toolbar.js +18 -0
- package/lib/common/color-tokens/toolbar.js.map +1 -0
- package/lib/common/color-tokens/welcome-page.js +4 -4
- package/lib/common/color-tokens/welcome-page.js.map +1 -1
- package/lib/common/default-themes.d.ts +1 -0
- package/lib/common/default-themes.d.ts.map +1 -1
- package/lib/common/default-themes.js +51 -1
- package/lib/common/default-themes.js.map +1 -1
- package/lib/common/theme.service.d.ts +18 -8
- package/lib/common/theme.service.d.ts.map +1 -1
- package/lib/common/theme.service.js +28 -17
- package/lib/common/theme.service.js.map +1 -1
- package/package.json +7 -7
- package/lib/common/color-tokens/global.d.ts +0 -2
- package/lib/common/color-tokens/global.d.ts.map +0 -1
- package/lib/common/color-tokens/global.js +0 -8
- package/lib/common/color-tokens/global.js.map +0 -1
|
@@ -10,56 +10,67 @@ const text_1 = require("./text");
|
|
|
10
10
|
exports.NOTIFICATIONS_CENTER_BORDER = (0, utils_1.registerColor)('notificationCenter.border', {
|
|
11
11
|
dark: null,
|
|
12
12
|
light: null,
|
|
13
|
-
|
|
13
|
+
hcDark: base_1.contrastBorder,
|
|
14
|
+
hcLight: base_1.contrastBorder,
|
|
14
15
|
}, (0, ide_core_common_1.localize)('notificationCenterBorder', 'Notifications center border color. Notifications slide in from the bottom right of the window.'));
|
|
15
16
|
exports.NOTIFICATIONS_TOAST_BORDER = (0, utils_1.registerColor)('notificationToast.border', {
|
|
16
17
|
dark: null,
|
|
17
18
|
light: null,
|
|
18
|
-
|
|
19
|
+
hcDark: base_1.contrastBorder,
|
|
20
|
+
hcLight: base_1.contrastBorder,
|
|
19
21
|
}, (0, ide_core_common_1.localize)('notificationToastBorder', 'Notification toast border color. Notifications slide in from the bottom right of the window.'));
|
|
20
22
|
exports.NOTIFICATIONS_FOREGROUND = (0, utils_1.registerColor)('notifications.foreground', {
|
|
21
23
|
dark: editor_1.editorWidgetForeground,
|
|
22
24
|
light: editor_1.editorWidgetForeground,
|
|
23
|
-
|
|
25
|
+
hcDark: editor_1.editorWidgetForeground,
|
|
26
|
+
hcLight: editor_1.editorWidgetForeground,
|
|
24
27
|
}, (0, ide_core_common_1.localize)('notificationsForeground', 'Notifications foreground color. Notifications slide in from the bottom right of the window.'));
|
|
25
28
|
exports.NOTIFICATIONS_BACKGROUND = (0, utils_1.registerColor)('notifications.background', {
|
|
26
29
|
dark: editor_1.editorWidgetBackground,
|
|
27
30
|
light: editor_1.editorWidgetBackground,
|
|
28
|
-
|
|
31
|
+
hcDark: editor_1.editorWidgetBackground,
|
|
32
|
+
hcLight: editor_1.editorWidgetBackground,
|
|
29
33
|
}, (0, ide_core_common_1.localize)('notificationsBackground', 'Notifications background color. Notifications slide in from the bottom right of the window.'));
|
|
30
34
|
exports.NOTIFICATIONS_LINKS = (0, utils_1.registerColor)('notificationLink.foreground', {
|
|
31
35
|
dark: text_1.textLinkForeground,
|
|
32
36
|
light: text_1.textLinkForeground,
|
|
33
|
-
|
|
37
|
+
hcDark: text_1.textLinkForeground,
|
|
38
|
+
hcLight: text_1.textLinkForeground,
|
|
34
39
|
}, (0, ide_core_common_1.localize)('notificationsLink', 'Notification links foreground color. Notifications slide in from the bottom right of the window.'));
|
|
35
40
|
exports.NOTIFICATIONS_CENTER_HEADER_FOREGROUND = (0, utils_1.registerColor)('notificationCenterHeader.foreground', {
|
|
36
41
|
dark: null,
|
|
37
42
|
light: null,
|
|
38
|
-
|
|
43
|
+
hcDark: null,
|
|
44
|
+
hcLight: null,
|
|
39
45
|
}, (0, ide_core_common_1.localize)('notificationCenterHeaderForeground', 'Notifications center header foreground color. Notifications slide in from the bottom right of the window.'));
|
|
40
46
|
exports.NOTIFICATIONS_CENTER_HEADER_BACKGROUND = (0, utils_1.registerColor)('notificationCenterHeader.background', {
|
|
41
47
|
dark: (0, utils_1.lighten)(exports.NOTIFICATIONS_BACKGROUND, 0.3),
|
|
42
48
|
light: (0, utils_1.darken)(exports.NOTIFICATIONS_BACKGROUND, 0.05),
|
|
43
|
-
|
|
49
|
+
hcDark: exports.NOTIFICATIONS_BACKGROUND,
|
|
50
|
+
hcLight: exports.NOTIFICATIONS_BACKGROUND,
|
|
44
51
|
}, (0, ide_core_common_1.localize)('notificationCenterHeaderBackground', 'Notifications center header background color. Notifications slide in from the bottom right of the window.'));
|
|
45
52
|
exports.NOTIFICATIONS_BORDER = (0, utils_1.registerColor)('notifications.border', {
|
|
46
53
|
dark: exports.NOTIFICATIONS_CENTER_HEADER_BACKGROUND,
|
|
47
54
|
light: exports.NOTIFICATIONS_CENTER_HEADER_BACKGROUND,
|
|
48
|
-
|
|
55
|
+
hcDark: exports.NOTIFICATIONS_CENTER_HEADER_BACKGROUND,
|
|
56
|
+
hcLight: exports.NOTIFICATIONS_CENTER_HEADER_BACKGROUND,
|
|
49
57
|
}, (0, ide_core_common_1.localize)('notificationsBorder', 'Notifications border color separating from other notifications in the notifications center. Notifications slide in from the bottom right of the window.'));
|
|
50
58
|
exports.NOTIFICATIONS_ERROR_ICON_FOREGROUND = (0, utils_1.registerColor)('notificationsErrorIcon.foreground', {
|
|
51
59
|
dark: editor_1.editorErrorForeground,
|
|
52
60
|
light: editor_1.editorErrorForeground,
|
|
53
|
-
|
|
54
|
-
|
|
61
|
+
hcDark: editor_1.editorErrorForeground,
|
|
62
|
+
hcLight: editor_1.editorErrorForeground,
|
|
63
|
+
}, (0, ide_core_common_1.localize)('notificationsErrorIconForeground', 'The color used for the icon of error notifications. Notifications slide in from the bottom right of the window.'));
|
|
55
64
|
exports.NOTIFICATIONS_WARNING_ICON_FOREGROUND = (0, utils_1.registerColor)('notificationsWarningIcon.foreground', {
|
|
56
65
|
dark: editor_1.editorWarningForeground,
|
|
57
66
|
light: editor_1.editorWarningForeground,
|
|
58
|
-
|
|
59
|
-
|
|
67
|
+
hcDark: editor_1.editorWarningForeground,
|
|
68
|
+
hcLight: editor_1.editorWarningForeground,
|
|
69
|
+
}, (0, ide_core_common_1.localize)('notificationsWarningIconForeground', 'The color used for the icon of warning notifications. Notifications slide in from the bottom right of the window.'));
|
|
60
70
|
exports.NOTIFICATIONS_INFO_ICON_FOREGROUND = (0, utils_1.registerColor)('notificationsInfoIcon.foreground', {
|
|
61
71
|
dark: editor_1.editorInfoForeground,
|
|
62
72
|
light: editor_1.editorInfoForeground,
|
|
63
|
-
|
|
64
|
-
|
|
73
|
+
hcDark: editor_1.editorInfoForeground,
|
|
74
|
+
hcLight: editor_1.editorInfoForeground,
|
|
75
|
+
}, (0, ide_core_common_1.localize)('notificationsInfoIconForeground', 'The color used for the icon of info notifications. Notifications slide in from the bottom right of the window.'));
|
|
65
76
|
//# sourceMappingURL=notification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notification.js","sourceRoot":"","sources":["../../../src/common/color-tokens/notification.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,oCAA0D;AAE1D,iCAAwC;AACxC,qCAMkB;AAClB,iCAA4C;AAE5C,4BAA4B;AAEf,QAAA,2BAA2B,GAAG,IAAA,qBAAa,EACtD,2BAA2B,EAC3B;IACE,IAAI,EAAE,IAAI;IACV,KAAK,EAAE,IAAI;IACX,EAAE,EAAE,qBAAc;
|
|
1
|
+
{"version":3,"file":"notification.js","sourceRoot":"","sources":["../../../src/common/color-tokens/notification.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,5 +4,10 @@ export declare const PANEL_ACTIVE_TITLE_FOREGROUND: string;
|
|
|
4
4
|
export declare const PANEL_INACTIVE_TITLE_FOREGROUND: string;
|
|
5
5
|
export declare const PANEL_ACTIVE_TITLE_BORDER: string;
|
|
6
6
|
export declare const PANEL_DRAG_AND_DROP_BACKGROUND: string;
|
|
7
|
-
export declare const
|
|
7
|
+
export declare const PANEL_DRAG_AND_DROP_BORDER: string;
|
|
8
|
+
export declare const PANEL_SECTION_DRAG_AND_DROP_BACKGROUND: string;
|
|
9
|
+
export declare const PANEL_SECTION_HEADER_BACKGROUND: string;
|
|
10
|
+
export declare const PANEL_SECTION_HEADER_FOREGROUND: string;
|
|
11
|
+
export declare const PANEL_SECTION_HEADER_BORDER: string;
|
|
12
|
+
export declare const PANEL_SECTION_BORDER: string;
|
|
8
13
|
//# sourceMappingURL=panel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"panel.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/panel.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"panel.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/panel.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,gBAAgB,QAY5B,CAAC;AAEF,eAAO,MAAM,YAAY,QAYxB,CAAC;AAEF,eAAO,MAAM,6BAA6B,QAYzC,CAAC;AAEF,eAAO,MAAM,+BAA+B,QAY3C,CAAC;AAEF,eAAO,MAAM,yBAAyB,QAYrC,CAAC;AAEF,eAAO,MAAM,8BAA8B,QAY1C,CAAC;AAEF,eAAO,MAAM,0BAA0B,QAYtC,CAAC;AAEF,eAAO,MAAM,sCAAsC,QAYlD,CAAC;AAEF,eAAO,MAAM,+BAA+B,QAY3C,CAAC;AAEF,eAAO,MAAM,+BAA+B,QAY3C,CAAC;AAEF,eAAO,MAAM,2BAA2B,QAYvC,CAAC;AAEF,eAAO,MAAM,oBAAoB,QAYhC,CAAC"}
|
|
@@ -1,46 +1,82 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.PANEL_SECTION_BORDER = exports.PANEL_SECTION_HEADER_BORDER = exports.PANEL_SECTION_HEADER_FOREGROUND = exports.PANEL_SECTION_HEADER_BACKGROUND = exports.PANEL_SECTION_DRAG_AND_DROP_BACKGROUND = exports.PANEL_DRAG_AND_DROP_BORDER = exports.PANEL_DRAG_AND_DROP_BACKGROUND = exports.PANEL_ACTIVE_TITLE_BORDER = exports.PANEL_INACTIVE_TITLE_FOREGROUND = exports.PANEL_ACTIVE_TITLE_FOREGROUND = exports.PANEL_BORDER = exports.PANEL_BACKGROUND = void 0;
|
|
4
4
|
const ide_core_common_1 = require("@opensumi/ide-core-common");
|
|
5
5
|
const color_1 = require("../../common/color");
|
|
6
6
|
const utils_1 = require("../utils");
|
|
7
7
|
const base_1 = require("./base");
|
|
8
8
|
const editor_1 = require("./editor");
|
|
9
|
-
const text_1 = require("./text");
|
|
10
9
|
// < --- Panels --- >
|
|
11
10
|
exports.PANEL_BACKGROUND = (0, utils_1.registerColor)('panel.background', {
|
|
12
11
|
dark: editor_1.editorBackground,
|
|
13
12
|
light: editor_1.editorBackground,
|
|
14
|
-
|
|
13
|
+
hcDark: editor_1.editorBackground,
|
|
14
|
+
hcLight: editor_1.editorBackground,
|
|
15
15
|
}, (0, ide_core_common_1.localize)('panelBackground', 'Panel background color. Panels are shown below the editor area and contain views like output and integrated terminal.'));
|
|
16
16
|
exports.PANEL_BORDER = (0, utils_1.registerColor)('panel.border', {
|
|
17
17
|
dark: color_1.Color.fromHex('#808080').transparent(0.35),
|
|
18
18
|
light: color_1.Color.fromHex('#808080').transparent(0.35),
|
|
19
|
-
|
|
19
|
+
hcDark: base_1.contrastBorder,
|
|
20
|
+
hcLight: base_1.contrastBorder,
|
|
20
21
|
}, (0, ide_core_common_1.localize)('panelBorder', 'Panel border color to separate the panel from the editor. Panels are shown below the editor area and contain views like output and integrated terminal.'));
|
|
21
22
|
exports.PANEL_ACTIVE_TITLE_FOREGROUND = (0, utils_1.registerColor)('panelTitle.activeForeground', {
|
|
22
23
|
dark: '#E7E7E7',
|
|
23
24
|
light: '#424242',
|
|
24
|
-
|
|
25
|
+
hcDark: color_1.Color.white,
|
|
26
|
+
hcLight: editor_1.editorForeground,
|
|
25
27
|
}, (0, ide_core_common_1.localize)('panelActiveTitleForeground', 'Title color for the active panel. Panels are shown below the editor area and contain views like output and integrated terminal.'));
|
|
26
28
|
exports.PANEL_INACTIVE_TITLE_FOREGROUND = (0, utils_1.registerColor)('panelTitle.inactiveForeground', {
|
|
27
29
|
dark: (0, utils_1.transparent)(exports.PANEL_ACTIVE_TITLE_FOREGROUND, 0.6),
|
|
28
30
|
light: (0, utils_1.transparent)(exports.PANEL_ACTIVE_TITLE_FOREGROUND, 0.75),
|
|
29
|
-
|
|
31
|
+
hcDark: color_1.Color.white,
|
|
32
|
+
hcLight: editor_1.editorForeground,
|
|
30
33
|
}, (0, ide_core_common_1.localize)('panelInactiveTitleForeground', 'Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal.'));
|
|
31
34
|
exports.PANEL_ACTIVE_TITLE_BORDER = (0, utils_1.registerColor)('panelTitle.activeBorder', {
|
|
32
|
-
dark:
|
|
33
|
-
light:
|
|
34
|
-
|
|
35
|
+
dark: exports.PANEL_ACTIVE_TITLE_FOREGROUND,
|
|
36
|
+
light: exports.PANEL_ACTIVE_TITLE_FOREGROUND,
|
|
37
|
+
hcDark: base_1.contrastBorder,
|
|
38
|
+
hcLight: '#B5200D',
|
|
35
39
|
}, (0, ide_core_common_1.localize)('panelActiveTitleBorder', 'Border color for the active panel title. Panels are shown below the editor area and contain views like output and integrated terminal.'));
|
|
36
40
|
exports.PANEL_DRAG_AND_DROP_BACKGROUND = (0, utils_1.registerColor)('panel.dropBackground', {
|
|
37
41
|
dark: color_1.Color.white.transparent(0.12),
|
|
38
42
|
light: color_1.Color.fromHex('#2677CB').transparent(0.18),
|
|
39
|
-
|
|
43
|
+
hcDark: color_1.Color.white.transparent(0.12),
|
|
44
|
+
hcLight: color_1.Color.fromHex('#2677CB').transparent(0.18),
|
|
40
45
|
}, (0, ide_core_common_1.localize)('panelDragAndDropBackground', 'Drag and drop feedback color for the panel title items. The color should have transparency so that the panel entries can still shine through. Panels are shown below the editor area and contain views like output and integrated terminal.'));
|
|
41
|
-
exports.
|
|
46
|
+
exports.PANEL_DRAG_AND_DROP_BORDER = (0, utils_1.registerColor)('panel.dropBorder', {
|
|
47
|
+
dark: exports.PANEL_ACTIVE_TITLE_FOREGROUND,
|
|
48
|
+
light: exports.PANEL_ACTIVE_TITLE_FOREGROUND,
|
|
49
|
+
hcDark: exports.PANEL_ACTIVE_TITLE_FOREGROUND,
|
|
50
|
+
hcLight: exports.PANEL_ACTIVE_TITLE_FOREGROUND,
|
|
51
|
+
}, (0, ide_core_common_1.localize)('panelDragAndDropBorder', 'Drag and drop feedback color for the panel titles. Panels are shown below the editor area and contain views like output and integrated terminal.'));
|
|
52
|
+
exports.PANEL_SECTION_DRAG_AND_DROP_BACKGROUND = (0, utils_1.registerColor)('panelSection.dropBackground', {
|
|
53
|
+
dark: editor_1.EDITOR_DRAG_AND_DROP_BACKGROUND,
|
|
54
|
+
light: editor_1.EDITOR_DRAG_AND_DROP_BACKGROUND,
|
|
55
|
+
hcDark: editor_1.EDITOR_DRAG_AND_DROP_BACKGROUND,
|
|
56
|
+
hcLight: editor_1.EDITOR_DRAG_AND_DROP_BACKGROUND,
|
|
57
|
+
}, (0, ide_core_common_1.localize)('panelSectionDragAndDropBackground', 'Drag and drop feedback color for the panel sections. The color should have transparency so that the panel sections can still shine through. Panels are shown below the editor area and contain views like output and integrated terminal. Panel sections are views nested within the panels.'));
|
|
58
|
+
exports.PANEL_SECTION_HEADER_BACKGROUND = (0, utils_1.registerColor)('panelSectionHeader.background', {
|
|
59
|
+
dark: color_1.Color.fromHex('#808080').transparent(0.2),
|
|
60
|
+
light: color_1.Color.fromHex('#808080').transparent(0.2),
|
|
61
|
+
hcDark: null,
|
|
62
|
+
hcLight: null,
|
|
63
|
+
}, (0, ide_core_common_1.localize)('panelSectionHeaderBackground', 'Panel section header background color. Panels are shown below the editor area and contain views like output and integrated terminal. Panel sections are views nested within the panels.'));
|
|
64
|
+
exports.PANEL_SECTION_HEADER_FOREGROUND = (0, utils_1.registerColor)('panelSectionHeader.foreground', {
|
|
42
65
|
dark: null,
|
|
43
|
-
light:
|
|
44
|
-
|
|
45
|
-
|
|
66
|
+
light: null,
|
|
67
|
+
hcDark: null,
|
|
68
|
+
hcLight: null,
|
|
69
|
+
}, (0, ide_core_common_1.localize)('panelSectionHeaderForeground', 'Panel section header foreground color. Panels are shown below the editor area and contain views like output and integrated terminal. Panel sections are views nested within the panels.'));
|
|
70
|
+
exports.PANEL_SECTION_HEADER_BORDER = (0, utils_1.registerColor)('panelSectionHeader.border', {
|
|
71
|
+
dark: base_1.contrastBorder,
|
|
72
|
+
light: base_1.contrastBorder,
|
|
73
|
+
hcDark: base_1.contrastBorder,
|
|
74
|
+
hcLight: base_1.contrastBorder,
|
|
75
|
+
}, (0, ide_core_common_1.localize)('panelSectionHeaderBorder', 'Panel section header border color used when multiple views are stacked vertically in the panel. Panels are shown below the editor area and contain views like output and integrated terminal. Panel sections are views nested within the panels.'));
|
|
76
|
+
exports.PANEL_SECTION_BORDER = (0, utils_1.registerColor)('panelSection.border', {
|
|
77
|
+
dark: exports.PANEL_BORDER,
|
|
78
|
+
light: exports.PANEL_BORDER,
|
|
79
|
+
hcDark: exports.PANEL_BORDER,
|
|
80
|
+
hcLight: exports.PANEL_BORDER,
|
|
81
|
+
}, (0, ide_core_common_1.localize)('panelSectionBorder', 'Panel section border color used when multiple views are stacked horizontally in the panel. Panels are shown below the editor area and contain views like output and integrated terminal. Panel sections are views nested within the panels.'));
|
|
46
82
|
//# sourceMappingURL=panel.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"panel.js","sourceRoot":"","sources":["../../../src/common/color-tokens/panel.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,8CAA2C;AAC3C,oCAAsD;AAEtD,iCAAwC;AACxC,
|
|
1
|
+
{"version":3,"file":"panel.js","sourceRoot":"","sources":["../../../src/common/color-tokens/panel.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pick-view.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/pick-view.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pick-view.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/pick-view.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,uBAAuB,QASnC,CAAC;AACF,eAAO,MAAM,uBAAuB,QAInC,CAAC;AACF,eAAO,MAAM,2BAA2B,QAIvC,CAAC;AACF,eAAO,MAAM,cAAc,QAI1B,CAAC;AAEF,eAAO,MAAM,yBAAyB,QAIrC,CAAC;AACF,eAAO,MAAM,8BAA8B,QAI1C,CAAC;AACF,eAAO,MAAM,6BAA6B,QAIzC,CAAC;AACF,eAAO,MAAM,kCAAkC,QAO9C,CAAC;AACF,eAAO,MAAM,kCAAkC,QAO9C,CAAC;AACF,eAAO,MAAM,wBAAwB,QAIpC,CAAC;AACF,eAAO,MAAM,8BAA8B,QAS1C,CAAC;AAEF,eAAO,MAAM,6BAA6B,QAIzC,CAAC;AACF,eAAO,MAAM,4BAA4B,QAIxC,CAAC;AACF,eAAO,MAAM,kCAAkC,QAI9C,CAAC"}
|
|
@@ -5,18 +5,29 @@ const ide_core_common_1 = require("@opensumi/ide-core-common");
|
|
|
5
5
|
const color_1 = require("../color");
|
|
6
6
|
const utils_1 = require("../utils");
|
|
7
7
|
const base_1 = require("./base");
|
|
8
|
-
|
|
9
|
-
exports.
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
8
|
+
const editor_1 = require("./editor");
|
|
9
|
+
exports.peekViewTitleBackground = (0, utils_1.registerColor)('peekViewTitle.background', {
|
|
10
|
+
dark: (0, utils_1.transparent)(editor_1.editorInfoForeground, 0.1),
|
|
11
|
+
light: (0, utils_1.transparent)(editor_1.editorInfoForeground, 0.1),
|
|
12
|
+
hcDark: null,
|
|
13
|
+
hcLight: null,
|
|
14
|
+
}, (0, ide_core_common_1.localize)('peekViewTitleBackground', 'Background color of the peek view title area.'));
|
|
15
|
+
exports.peekViewTitleForeground = (0, utils_1.registerColor)('peekViewTitleLabel.foreground', { dark: color_1.Color.white, light: color_1.Color.black, hcDark: color_1.Color.white, hcLight: editor_1.editorForeground }, (0, ide_core_common_1.localize)('peekViewTitleForeground', 'Color of the peek view title.'));
|
|
16
|
+
exports.peekViewTitleInfoForeground = (0, utils_1.registerColor)('peekViewTitleDescription.foreground', { dark: '#ccccccb3', light: '#616161', hcDark: '#FFFFFF99', hcLight: '#292929' }, (0, ide_core_common_1.localize)('peekViewTitleInfoForeground', 'Color of the peek view title info.'));
|
|
17
|
+
exports.peekViewBorder = (0, utils_1.registerColor)('peekView.border', { dark: editor_1.editorInfoForeground, light: editor_1.editorInfoForeground, hcDark: base_1.contrastBorder, hcLight: base_1.contrastBorder }, (0, ide_core_common_1.localize)('peekViewBorder', 'Color of the peek view borders and arrow.'));
|
|
18
|
+
exports.peekViewResultsBackground = (0, utils_1.registerColor)('peekViewResult.background', { dark: '#252526', light: '#F3F3F3', hcDark: color_1.Color.black, hcLight: color_1.Color.white }, (0, ide_core_common_1.localize)('peekViewResultsBackground', 'Background color of the peek view result list.'));
|
|
19
|
+
exports.peekViewResultsMatchForeground = (0, utils_1.registerColor)('peekViewResult.lineForeground', { dark: '#bbbbbb', light: '#646465', hcDark: color_1.Color.white, hcLight: editor_1.editorForeground }, (0, ide_core_common_1.localize)('peekViewResultsMatchForeground', 'Foreground color for line nodes in the peek view result list.'));
|
|
20
|
+
exports.peekViewResultsFileForeground = (0, utils_1.registerColor)('peekViewResult.fileForeground', { dark: color_1.Color.white, light: '#1E1E1E', hcDark: color_1.Color.white, hcLight: editor_1.editorForeground }, (0, ide_core_common_1.localize)('peekViewResultsFileForeground', 'Foreground color for file nodes in the peek view result list.'));
|
|
21
|
+
exports.peekViewResultsSelectionBackground = (0, utils_1.registerColor)('peekViewResult.selectionBackground', { dark: '#3399ff33', light: '#3399ff33', hcDark: null, hcLight: null }, (0, ide_core_common_1.localize)('peekViewResultsSelectionBackground', 'Background color of the selected entry in the peek view result list.'));
|
|
22
|
+
exports.peekViewResultsSelectionForeground = (0, utils_1.registerColor)('peekViewResult.selectionForeground', { dark: color_1.Color.white, light: '#6C6C6C', hcDark: color_1.Color.white, hcLight: editor_1.editorForeground }, (0, ide_core_common_1.localize)('peekViewResultsSelectionForeground', 'Foreground color of the selected entry in the peek view result list.'));
|
|
23
|
+
exports.peekViewEditorBackground = (0, utils_1.registerColor)('peekViewEditor.background', { dark: '#001F33', light: '#F2F8FC', hcDark: color_1.Color.black, hcLight: color_1.Color.white }, (0, ide_core_common_1.localize)('peekViewEditorBackground', 'Background color of the peek view editor.'));
|
|
24
|
+
exports.peekViewEditorGutterBackground = (0, utils_1.registerColor)('peekViewEditorGutter.background', {
|
|
25
|
+
dark: exports.peekViewEditorBackground,
|
|
26
|
+
light: exports.peekViewEditorBackground,
|
|
27
|
+
hcDark: exports.peekViewEditorBackground,
|
|
28
|
+
hcLight: exports.peekViewEditorBackground,
|
|
29
|
+
}, (0, ide_core_common_1.localize)('peekViewEditorGutterBackground', 'Background color of the gutter in the peek view editor.'));
|
|
30
|
+
exports.peekViewResultsMatchHighlight = (0, utils_1.registerColor)('peekViewResult.matchHighlightBackground', { dark: '#ea5c004d', light: '#ea5c004d', hcDark: null, hcLight: null }, (0, ide_core_common_1.localize)('peekViewResultsMatchHighlight', 'Match highlight color in the peek view result list.'));
|
|
31
|
+
exports.peekViewEditorMatchHighlight = (0, utils_1.registerColor)('peekViewEditor.matchHighlightBackground', { dark: '#ff8f0099', light: '#f5d802de', hcDark: null, hcLight: null }, (0, ide_core_common_1.localize)('peekViewEditorMatchHighlight', 'Match highlight color in the peek view editor.'));
|
|
32
|
+
exports.peekViewEditorMatchHighlightBorder = (0, utils_1.registerColor)('peekViewEditor.matchHighlightBorder', { dark: null, light: null, hcDark: base_1.activeContrastBorder, hcLight: base_1.activeContrastBorder }, (0, ide_core_common_1.localize)('peekViewEditorMatchHighlightBorder', 'Match highlight border in the peek view editor.'));
|
|
22
33
|
//# sourceMappingURL=pick-view.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pick-view.js","sourceRoot":"","sources":["../../../src/common/color-tokens/pick-view.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,oCAAiC;AACjC,
|
|
1
|
+
{"version":3,"file":"pick-view.js","sourceRoot":"","sources":["../../../src/common/color-tokens/pick-view.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,6 +4,6 @@ exports.pickerGroupBorder = exports.pickerGroupForeground = void 0;
|
|
|
4
4
|
const ide_core_common_1 = require("@opensumi/ide-core-common");
|
|
5
5
|
const color_1 = require("../../common/color");
|
|
6
6
|
const utils_1 = require("../utils");
|
|
7
|
-
exports.pickerGroupForeground = (0, utils_1.registerColor)('pickerGroup.foreground', { dark: '#3794FF', light: '#0066BF',
|
|
8
|
-
exports.pickerGroupBorder = (0, utils_1.registerColor)('pickerGroup.border', { dark: '#3F3F46', light: '#CCCEDB',
|
|
7
|
+
exports.pickerGroupForeground = (0, utils_1.registerColor)('pickerGroup.foreground', { dark: '#3794FF', light: '#0066BF', hcDark: color_1.Color.white, hcLight: '#0F4A85' }, (0, ide_core_common_1.localize)('pickerGroupForeground', 'Quick picker color for grouping labels.'));
|
|
8
|
+
exports.pickerGroupBorder = (0, utils_1.registerColor)('pickerGroup.border', { dark: '#3F3F46', light: '#CCCEDB', hcDark: color_1.Color.white, hcLight: '#0F4A85' }, (0, ide_core_common_1.localize)('pickerGroupBorder', 'Quick picker color for grouping borders.'));
|
|
9
9
|
//# sourceMappingURL=picker.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"picker.js","sourceRoot":"","sources":["../../../src/common/color-tokens/picker.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,8CAA2C;AAC3C,oCAAyC;AAE5B,QAAA,qBAAqB,GAAG,IAAA,qBAAa,EAChD,wBAAwB,EACxB,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,
|
|
1
|
+
{"version":3,"file":"picker.js","sourceRoot":"","sources":["../../../src/common/color-tokens/picker.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,8CAA2C;AAC3C,oCAAyC;AAE5B,QAAA,qBAAqB,GAAG,IAAA,qBAAa,EAChD,wBAAwB,EACxB,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,aAAK,CAAC,KAAK,EAAE,OAAO,EAAE,SAAS,EAAE,EAC9E,IAAA,0BAAQ,EAAC,uBAAuB,EAAE,yCAAyC,CAAC,CAC7E,CAAC;AACW,QAAA,iBAAiB,GAAG,IAAA,qBAAa,EAC5C,oBAAoB,EACpB,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,aAAK,CAAC,KAAK,EAAE,OAAO,EAAE,SAAS,EAAE,EAC9E,IAAA,0BAAQ,EAAC,mBAAmB,EAAE,0CAA0C,CAAC,CAC1E,CAAC"}
|
|
@@ -5,5 +5,5 @@ const ide_core_common_1 = require("@opensumi/ide-core-common");
|
|
|
5
5
|
const color_1 = require("../../common/color");
|
|
6
6
|
const utils_1 = require("../utils");
|
|
7
7
|
const base_1 = require("./base");
|
|
8
|
-
exports.progressBarBackground = (0, utils_1.registerColor)('progressBar.background', { dark: color_1.Color.fromHex('#0E70C0'), light: color_1.Color.fromHex('#0E70C0'),
|
|
8
|
+
exports.progressBarBackground = (0, utils_1.registerColor)('progressBar.background', { dark: color_1.Color.fromHex('#0E70C0'), light: color_1.Color.fromHex('#0E70C0'), hcDark: base_1.contrastBorder, hcLight: base_1.contrastBorder }, (0, ide_core_common_1.localize)('progressBarBackground', 'Background color of the progress bar that can show for long running operations.'));
|
|
9
9
|
//# sourceMappingURL=progress-bar.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"progress-bar.js","sourceRoot":"","sources":["../../../src/common/color-tokens/progress-bar.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,8CAA2C;AAC3C,oCAAyC;AAEzC,iCAAwC;AAE3B,QAAA,qBAAqB,GAAG,IAAA,qBAAa,EAChD,wBAAwB,EACxB,EAAE,IAAI,EAAE,aAAK,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE,KAAK,EAAE,aAAK,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE,EAAE,EAAE,qBAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"progress-bar.js","sourceRoot":"","sources":["../../../src/common/color-tokens/progress-bar.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,8CAA2C;AAC3C,oCAAyC;AAEzC,iCAAwC;AAE3B,QAAA,qBAAqB,GAAG,IAAA,qBAAa,EAChD,wBAAwB,EACxB,EAAE,IAAI,EAAE,aAAK,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE,KAAK,EAAE,aAAK,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE,MAAM,EAAE,qBAAc,EAAE,OAAO,EAAE,qBAAc,EAAE,EACpH,IAAA,0BAAQ,EAAC,uBAAuB,EAAE,iFAAiF,CAAC,CACrH,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"quick-input.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/quick-input.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"quick-input.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/quick-input.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,oBAAoB,QAYhC,CAAC;AACF,eAAO,MAAM,oBAAoB,QAYhC,CAAC;AACF,eAAO,MAAM,yBAAyB,QAYrC,CAAC;AAEF,eAAO,MAAM,oBAAoB,QAShC,CAAC"}
|
|
@@ -5,12 +5,28 @@ const ide_core_common_1 = require("@opensumi/ide-core-common");
|
|
|
5
5
|
const color_1 = require("../color");
|
|
6
6
|
const utils_1 = require("../utils");
|
|
7
7
|
const editor_1 = require("./editor");
|
|
8
|
-
exports.quickInputBackground = (0, utils_1.registerColor)('quickInput.background', {
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
exports.quickInputBackground = (0, utils_1.registerColor)('quickInput.background', {
|
|
9
|
+
dark: editor_1.editorWidgetBackground,
|
|
10
|
+
light: editor_1.editorWidgetBackground,
|
|
11
|
+
hcDark: editor_1.editorWidgetBackground,
|
|
12
|
+
hcLight: editor_1.editorWidgetBackground,
|
|
13
|
+
}, (0, ide_core_common_1.localize)('pickerBackground', 'Quick picker background color. The quick picker widget is the container for pickers like the command palette.'));
|
|
14
|
+
exports.quickInputForeground = (0, utils_1.registerColor)('quickInput.foreground', {
|
|
15
|
+
dark: editor_1.editorWidgetForeground,
|
|
16
|
+
light: editor_1.editorWidgetForeground,
|
|
17
|
+
hcDark: editor_1.editorWidgetForeground,
|
|
18
|
+
hcLight: editor_1.editorWidgetForeground,
|
|
19
|
+
}, (0, ide_core_common_1.localize)('pickerForeground', 'Quick picker foreground color. The quick picker widget is the container for pickers like the command palette.'));
|
|
20
|
+
exports.quickInputTitleBackground = (0, utils_1.registerColor)('quickInputTitle.background', {
|
|
21
|
+
dark: new color_1.Color(new color_1.RGBA(255, 255, 255, 0.105)),
|
|
22
|
+
light: new color_1.Color(new color_1.RGBA(0, 0, 0, 0.06)),
|
|
23
|
+
hcDark: '#000000',
|
|
24
|
+
hcLight: color_1.Color.white,
|
|
25
|
+
}, (0, ide_core_common_1.localize)('pickerTitleBackground', 'Quick picker title background color. The quick picker widget is the container for pickers like the command palette.'));
|
|
11
26
|
exports.TITLE_BAR_BACKGROUND = (0, utils_1.registerColor)('titlebar.background', {
|
|
12
27
|
dark: '#383838',
|
|
13
28
|
light: '#383838',
|
|
14
|
-
|
|
29
|
+
hcDark: '#383838',
|
|
30
|
+
hcLight: '#383838',
|
|
15
31
|
}, (0, ide_core_common_1.localize)('titlebarBackgound', 'Titlebar background color.'));
|
|
16
32
|
//# sourceMappingURL=quick-input.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"quick-input.js","sourceRoot":"","sources":["../../../src/common/color-tokens/quick-input.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,oCAAuC;AACvC,oCAAyC;AAEzC,qCAA0E;AAE7D,QAAA,oBAAoB,GAAG,IAAA,qBAAa,EAC/C,uBAAuB,EACvB,
|
|
1
|
+
{"version":3,"file":"quick-input.js","sourceRoot":"","sources":["../../../src/common/color-tokens/quick-input.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,oCAAuC;AACvC,oCAAyC;AAEzC,qCAA0E;AAE7D,QAAA,oBAAoB,GAAG,IAAA,qBAAa,EAC/C,uBAAuB,EACvB;IACE,IAAI,EAAE,+BAAsB;IAC5B,KAAK,EAAE,+BAAsB;IAC7B,MAAM,EAAE,+BAAsB;IAC9B,OAAO,EAAE,+BAAsB;CAChC,EACD,IAAA,0BAAQ,EACN,kBAAkB,EAClB,+GAA+G,CAChH,CACF,CAAC;AACW,QAAA,oBAAoB,GAAG,IAAA,qBAAa,EAC/C,uBAAuB,EACvB;IACE,IAAI,EAAE,+BAAsB;IAC5B,KAAK,EAAE,+BAAsB;IAC7B,MAAM,EAAE,+BAAsB;IAC9B,OAAO,EAAE,+BAAsB;CAChC,EACD,IAAA,0BAAQ,EACN,kBAAkB,EAClB,+GAA+G,CAChH,CACF,CAAC;AACW,QAAA,yBAAyB,GAAG,IAAA,qBAAa,EACpD,4BAA4B,EAC5B;IACE,IAAI,EAAE,IAAI,aAAK,CAAC,IAAI,YAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,KAAK,CAAC,CAAC;IAC/C,KAAK,EAAE,IAAI,aAAK,CAAC,IAAI,YAAI,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,CAAC;IACzC,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,aAAK,CAAC,KAAK;CACrB,EACD,IAAA,0BAAQ,EACN,uBAAuB,EACvB,qHAAqH,CACtH,CACF,CAAC;AAEW,QAAA,oBAAoB,GAAG,IAAA,qBAAa,EAC/C,qBAAqB,EACrB;IACE,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,SAAS;CACnB,EACD,IAAA,0BAAQ,EAAC,mBAAmB,EAAE,4BAA4B,CAAC,CAC5D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scrollbar.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/scrollbar.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,eAAe,QAI3B,CAAC;AACF,eAAO,MAAM,yBAAyB,
|
|
1
|
+
{"version":3,"file":"scrollbar.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/scrollbar.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,eAAe,QAI3B,CAAC;AACF,eAAO,MAAM,yBAAyB,QASrC,CAAC;AACF,eAAO,MAAM,8BAA8B,QAS1C,CAAC;AACF,eAAO,MAAM,+BAA+B,QAS3C,CAAC"}
|
|
@@ -5,20 +5,23 @@ const ide_core_common_1 = require("@opensumi/ide-core-common");
|
|
|
5
5
|
const color_1 = require("../../common/color");
|
|
6
6
|
const utils_1 = require("../utils");
|
|
7
7
|
const base_1 = require("./base");
|
|
8
|
-
exports.scrollbarShadow = (0, utils_1.registerColor)('scrollbar.shadow', { dark: '#000000', light: '#DDDDDD',
|
|
8
|
+
exports.scrollbarShadow = (0, utils_1.registerColor)('scrollbar.shadow', { dark: '#000000', light: '#DDDDDD', hcDark: null, hcLight: null }, (0, ide_core_common_1.localize)('scrollbarShadow', 'Scrollbar shadow to indicate that the view is scrolled.'));
|
|
9
9
|
exports.scrollbarSliderBackground = (0, utils_1.registerColor)('scrollbarSlider.background', {
|
|
10
10
|
dark: color_1.Color.fromHex('#797979').transparent(0.4),
|
|
11
11
|
light: color_1.Color.fromHex('#646464').transparent(0.4),
|
|
12
|
-
|
|
12
|
+
hcDark: (0, utils_1.transparent)(base_1.contrastBorder, 0.6),
|
|
13
|
+
hcLight: (0, utils_1.transparent)(base_1.contrastBorder, 0.4),
|
|
13
14
|
}, (0, ide_core_common_1.localize)('scrollbarSliderBackground', 'Scrollbar slider background color.'));
|
|
14
15
|
exports.scrollbarSliderHoverBackground = (0, utils_1.registerColor)('scrollbarSlider.hoverBackground', {
|
|
15
16
|
dark: color_1.Color.fromHex('#646464').transparent(0.7),
|
|
16
17
|
light: color_1.Color.fromHex('#646464').transparent(0.7),
|
|
17
|
-
|
|
18
|
+
hcDark: (0, utils_1.transparent)(base_1.contrastBorder, 0.8),
|
|
19
|
+
hcLight: (0, utils_1.transparent)(base_1.contrastBorder, 0.8),
|
|
18
20
|
}, (0, ide_core_common_1.localize)('scrollbarSliderHoverBackground', 'Scrollbar slider background color when hovering.'));
|
|
19
21
|
exports.scrollbarSliderActiveBackground = (0, utils_1.registerColor)('scrollbarSlider.activeBackground', {
|
|
20
22
|
dark: color_1.Color.fromHex('#BFBFBF').transparent(0.4),
|
|
21
23
|
light: color_1.Color.fromHex('#000000').transparent(0.6),
|
|
22
|
-
|
|
24
|
+
hcDark: base_1.contrastBorder,
|
|
25
|
+
hcLight: base_1.contrastBorder,
|
|
23
26
|
}, (0, ide_core_common_1.localize)('scrollbarSliderActiveBackground', 'Scrollbar slider background color when clicked on.'));
|
|
24
27
|
//# sourceMappingURL=scrollbar.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scrollbar.js","sourceRoot":"","sources":["../../../src/common/color-tokens/scrollbar.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,8CAA2C;AAC3C,oCAAsD;AAEtD,iCAAwC;AAE3B,QAAA,eAAe,GAAG,IAAA,qBAAa,EAC1C,kBAAkB,EAClB,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"scrollbar.js","sourceRoot":"","sources":["../../../src/common/color-tokens/scrollbar.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,8CAA2C;AAC3C,oCAAsD;AAEtD,iCAAwC;AAE3B,QAAA,eAAe,GAAG,IAAA,qBAAa,EAC1C,kBAAkB,EAClB,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,EAClE,IAAA,0BAAQ,EAAC,iBAAiB,EAAE,yDAAyD,CAAC,CACvF,CAAC;AACW,QAAA,yBAAyB,GAAG,IAAA,qBAAa,EACpD,4BAA4B,EAC5B;IACE,IAAI,EAAE,aAAK,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,WAAW,CAAC,GAAG,CAAC;IAC/C,KAAK,EAAE,aAAK,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,WAAW,CAAC,GAAG,CAAC;IAChD,MAAM,EAAE,IAAA,mBAAW,EAAC,qBAAc,EAAE,GAAG,CAAC;IACxC,OAAO,EAAE,IAAA,mBAAW,EAAC,qBAAc,EAAE,GAAG,CAAC;CAC1C,EACD,IAAA,0BAAQ,EAAC,2BAA2B,EAAE,oCAAoC,CAAC,CAC5E,CAAC;AACW,QAAA,8BAA8B,GAAG,IAAA,qBAAa,EACzD,iCAAiC,EACjC;IACE,IAAI,EAAE,aAAK,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,WAAW,CAAC,GAAG,CAAC;IAC/C,KAAK,EAAE,aAAK,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,WAAW,CAAC,GAAG,CAAC;IAChD,MAAM,EAAE,IAAA,mBAAW,EAAC,qBAAc,EAAE,GAAG,CAAC;IACxC,OAAO,EAAE,IAAA,mBAAW,EAAC,qBAAc,EAAE,GAAG,CAAC;CAC1C,EACD,IAAA,0BAAQ,EAAC,gCAAgC,EAAE,kDAAkD,CAAC,CAC/F,CAAC;AACW,QAAA,+BAA+B,GAAG,IAAA,qBAAa,EAC1D,kCAAkC,EAClC;IACE,IAAI,EAAE,aAAK,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,WAAW,CAAC,GAAG,CAAC;IAC/C,KAAK,EAAE,aAAK,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,WAAW,CAAC,GAAG,CAAC;IAChD,MAAM,EAAE,qBAAc;IACtB,OAAO,EAAE,qBAAc;CACxB,EACD,IAAA,0BAAQ,EAAC,iCAAiC,EAAE,oDAAoD,CAAC,CAClG,CAAC"}
|
|
@@ -11,6 +11,9 @@ export declare const settingsTextInputBorder: string;
|
|
|
11
11
|
export declare const settingsNumberInputBackground: string;
|
|
12
12
|
export declare const settingsNumberInputForeground: string;
|
|
13
13
|
export declare const settingsNumberInputBorder: string;
|
|
14
|
+
export declare const focusedRowBackground: string;
|
|
14
15
|
export declare const settingsHeaderForeground: string;
|
|
15
16
|
export declare const modifiedItemIndicator: string;
|
|
17
|
+
export declare const settingsHeaderBorder: string;
|
|
18
|
+
export declare const settingsSashBorder: string;
|
|
16
19
|
//# sourceMappingURL=settings.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/settings.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/settings.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,wBAAwB,QAIpC,CAAC;AACF,eAAO,MAAM,wBAAwB,QAIpC,CAAC;AACF,eAAO,MAAM,oBAAoB,QAIhC,CAAC;AACF,eAAO,MAAM,wBAAwB,QAOpC,CAAC;AAGF,eAAO,MAAM,0BAA0B,QAItC,CAAC;AACF,eAAO,MAAM,0BAA0B,QAItC,CAAC;AACF,eAAO,MAAM,sBAAsB,QAIlC,CAAC;AAGF,eAAO,MAAM,2BAA2B,QAIvC,CAAC;AACF,eAAO,MAAM,2BAA2B,QAIvC,CAAC;AACF,eAAO,MAAM,uBAAuB,QAInC,CAAC;AAGF,eAAO,MAAM,6BAA6B,QAIzC,CAAC;AACF,eAAO,MAAM,6BAA6B,QAIzC,CAAC;AACF,eAAO,MAAM,yBAAyB,QAIrC,CAAC;AAEF,eAAO,MAAM,oBAAoB,QAShC,CAAC;AAEF,eAAO,MAAM,wBAAwB,QAIpC,CAAC;AAEF,eAAO,MAAM,qBAAqB,QASjC,CAAC;AAEF,eAAO,MAAM,oBAAoB,QAIhC,CAAC;AACF,eAAO,MAAM,kBAAkB,QAI9B,CAAC"}
|
|
@@ -1,33 +1,45 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.modifiedItemIndicator = exports.settingsHeaderForeground = exports.settingsNumberInputBorder = exports.settingsNumberInputForeground = exports.settingsNumberInputBackground = exports.settingsTextInputBorder = exports.settingsTextInputForeground = exports.settingsTextInputBackground = exports.settingsCheckboxBorder = exports.settingsCheckboxForeground = exports.settingsCheckboxBackground = exports.settingsSelectListBorder = exports.settingsSelectBorder = exports.settingsSelectForeground = exports.settingsSelectBackground = void 0;
|
|
3
|
+
exports.settingsSashBorder = exports.settingsHeaderBorder = exports.modifiedItemIndicator = exports.settingsHeaderForeground = exports.focusedRowBackground = exports.settingsNumberInputBorder = exports.settingsNumberInputForeground = exports.settingsNumberInputBackground = exports.settingsTextInputBorder = exports.settingsTextInputForeground = exports.settingsTextInputBackground = exports.settingsCheckboxBorder = exports.settingsCheckboxForeground = exports.settingsCheckboxBackground = exports.settingsSelectListBorder = exports.settingsSelectBorder = exports.settingsSelectForeground = exports.settingsSelectBackground = void 0;
|
|
4
4
|
const ide_core_common_1 = require("@opensumi/ide-core-common");
|
|
5
5
|
const color_1 = require("../../common/color");
|
|
6
6
|
const utils_1 = require("../utils");
|
|
7
|
+
const checkbox_1 = require("./checkbox");
|
|
7
8
|
const dropdown_1 = require("./dropdown");
|
|
8
9
|
const editor_1 = require("./editor");
|
|
9
10
|
const input_1 = require("./input");
|
|
11
|
+
const list_tree_1 = require("./list-tree");
|
|
12
|
+
const panel_1 = require("./panel");
|
|
10
13
|
// Enum control colors
|
|
11
|
-
exports.settingsSelectBackground = (0, utils_1.registerColor)('settings.dropdownBackground', { dark: dropdown_1.
|
|
12
|
-
exports.settingsSelectForeground = (0, utils_1.registerColor)('settings.dropdownForeground', { dark: dropdown_1.
|
|
13
|
-
exports.settingsSelectBorder = (0, utils_1.registerColor)('settings.dropdownBorder', { dark: dropdown_1.
|
|
14
|
-
exports.settingsSelectListBorder = (0, utils_1.registerColor)('settings.dropdownListBorder', { dark: editor_1.editorWidgetBorder, light: editor_1.editorWidgetBorder,
|
|
14
|
+
exports.settingsSelectBackground = (0, utils_1.registerColor)('settings.dropdownBackground', { dark: dropdown_1.selectBackground, light: dropdown_1.selectBackground, hcDark: dropdown_1.selectBackground, hcLight: dropdown_1.selectBackground }, (0, ide_core_common_1.localize)('settingsDropdownBackground', 'Settings editor dropdown background.'));
|
|
15
|
+
exports.settingsSelectForeground = (0, utils_1.registerColor)('settings.dropdownForeground', { dark: dropdown_1.selectForeground, light: dropdown_1.selectForeground, hcDark: dropdown_1.selectForeground, hcLight: dropdown_1.selectForeground }, (0, ide_core_common_1.localize)('settingsDropdownForeground', 'Settings editor dropdown foreground.'));
|
|
16
|
+
exports.settingsSelectBorder = (0, utils_1.registerColor)('settings.dropdownBorder', { dark: dropdown_1.selectBorder, light: dropdown_1.selectBorder, hcDark: dropdown_1.selectBorder, hcLight: dropdown_1.selectBorder }, (0, ide_core_common_1.localize)('settingsDropdownBorder', 'Settings editor dropdown border.'));
|
|
17
|
+
exports.settingsSelectListBorder = (0, utils_1.registerColor)('settings.dropdownListBorder', { dark: editor_1.editorWidgetBorder, light: editor_1.editorWidgetBorder, hcDark: editor_1.editorWidgetBorder, hcLight: editor_1.editorWidgetBorder }, (0, ide_core_common_1.localize)('settingsDropdownListBorder', 'Settings editor dropdown list border. This surrounds the options and separates the options from the description.'));
|
|
15
18
|
// Bool control colors
|
|
16
|
-
exports.settingsCheckboxBackground = (0, utils_1.registerColor)('settings.checkboxBackground', { dark:
|
|
17
|
-
exports.settingsCheckboxForeground = (0, utils_1.registerColor)('settings.checkboxForeground', { dark:
|
|
18
|
-
exports.settingsCheckboxBorder = (0, utils_1.registerColor)('settings.checkboxBorder', { dark:
|
|
19
|
+
exports.settingsCheckboxBackground = (0, utils_1.registerColor)('settings.checkboxBackground', { dark: checkbox_1.checkboxBackground, light: checkbox_1.checkboxBackground, hcDark: checkbox_1.checkboxBackground, hcLight: checkbox_1.checkboxBackground }, (0, ide_core_common_1.localize)('settingsCheckboxBackground', 'Settings editor checkbox background.'));
|
|
20
|
+
exports.settingsCheckboxForeground = (0, utils_1.registerColor)('settings.checkboxForeground', { dark: checkbox_1.checkboxForeground, light: checkbox_1.checkboxForeground, hcDark: checkbox_1.checkboxForeground, hcLight: checkbox_1.checkboxForeground }, (0, ide_core_common_1.localize)('settingsCheckboxForeground', 'Settings editor checkbox foreground.'));
|
|
21
|
+
exports.settingsCheckboxBorder = (0, utils_1.registerColor)('settings.checkboxBorder', { dark: checkbox_1.checkboxBorder, light: checkbox_1.checkboxBorder, hcDark: checkbox_1.checkboxBorder, hcLight: checkbox_1.checkboxBorder }, (0, ide_core_common_1.localize)('settingsCheckboxBorder', 'Settings editor checkbox border.'));
|
|
19
22
|
// Text control colors
|
|
20
|
-
exports.settingsTextInputBackground = (0, utils_1.registerColor)('settings.textInputBackground', { dark: input_1.inputBackground, light: input_1.inputBackground,
|
|
21
|
-
exports.settingsTextInputForeground = (0, utils_1.registerColor)('settings.textInputForeground', { dark: input_1.inputForeground, light: input_1.inputForeground,
|
|
22
|
-
exports.settingsTextInputBorder = (0, utils_1.registerColor)('settings.textInputBorder', { dark: input_1.inputBorder, light: input_1.inputBorder,
|
|
23
|
+
exports.settingsTextInputBackground = (0, utils_1.registerColor)('settings.textInputBackground', { dark: input_1.inputBackground, light: input_1.inputBackground, hcDark: input_1.inputBackground, hcLight: input_1.inputBackground }, (0, ide_core_common_1.localize)('textInputBoxBackground', 'Settings editor text input box background.'));
|
|
24
|
+
exports.settingsTextInputForeground = (0, utils_1.registerColor)('settings.textInputForeground', { dark: input_1.inputForeground, light: input_1.inputForeground, hcDark: input_1.inputForeground, hcLight: input_1.inputForeground }, (0, ide_core_common_1.localize)('textInputBoxForeground', 'Settings editor text input box foreground.'));
|
|
25
|
+
exports.settingsTextInputBorder = (0, utils_1.registerColor)('settings.textInputBorder', { dark: input_1.inputBorder, light: input_1.inputBorder, hcDark: input_1.inputBorder, hcLight: input_1.inputBorder }, (0, ide_core_common_1.localize)('textInputBoxBorder', 'Settings editor text input box border.'));
|
|
23
26
|
// Number control colors
|
|
24
|
-
exports.settingsNumberInputBackground = (0, utils_1.registerColor)('settings.numberInputBackground', { dark: input_1.inputBackground, light: input_1.inputBackground,
|
|
25
|
-
exports.settingsNumberInputForeground = (0, utils_1.registerColor)('settings.numberInputForeground', { dark: input_1.inputForeground, light: input_1.inputForeground,
|
|
26
|
-
exports.settingsNumberInputBorder = (0, utils_1.registerColor)('settings.numberInputBorder', { dark: input_1.inputBorder, light: input_1.inputBorder,
|
|
27
|
-
exports.
|
|
27
|
+
exports.settingsNumberInputBackground = (0, utils_1.registerColor)('settings.numberInputBackground', { dark: input_1.inputBackground, light: input_1.inputBackground, hcDark: input_1.inputBackground, hcLight: input_1.inputBackground }, (0, ide_core_common_1.localize)('numberInputBoxBackground', 'Settings editor number input box background.'));
|
|
28
|
+
exports.settingsNumberInputForeground = (0, utils_1.registerColor)('settings.numberInputForeground', { dark: input_1.inputForeground, light: input_1.inputForeground, hcDark: input_1.inputForeground, hcLight: input_1.inputForeground }, (0, ide_core_common_1.localize)('numberInputBoxForeground', 'Settings editor number input box foreground.'));
|
|
29
|
+
exports.settingsNumberInputBorder = (0, utils_1.registerColor)('settings.numberInputBorder', { dark: input_1.inputBorder, light: input_1.inputBorder, hcDark: input_1.inputBorder, hcLight: input_1.inputBorder }, (0, ide_core_common_1.localize)('numberInputBoxBorder', 'Settings editor number input box border.'));
|
|
30
|
+
exports.focusedRowBackground = (0, utils_1.registerColor)('settings.focusedRowBackground', {
|
|
31
|
+
dark: (0, utils_1.transparent)(list_tree_1.listHoverBackground, 0.6),
|
|
32
|
+
light: (0, utils_1.transparent)(list_tree_1.listHoverBackground, 0.6),
|
|
33
|
+
hcDark: null,
|
|
34
|
+
hcLight: null,
|
|
35
|
+
}, (0, ide_core_common_1.localize)('focusedRowBackground', 'The background color of a settings row when focused.'));
|
|
36
|
+
exports.settingsHeaderForeground = (0, utils_1.registerColor)('settings.headerForeground', { light: '#444444', dark: '#e7e7e7', hcDark: '#ffffff', hcLight: '#292929' }, (0, ide_core_common_1.localize)('headerForeground', 'The foreground color for a section header or active title.'));
|
|
28
37
|
exports.modifiedItemIndicator = (0, utils_1.registerColor)('settings.modifiedItemIndicator', {
|
|
29
38
|
light: new color_1.Color(new color_1.RGBA(102, 175, 224)),
|
|
30
39
|
dark: new color_1.Color(new color_1.RGBA(12, 125, 157)),
|
|
31
|
-
|
|
32
|
-
|
|
40
|
+
hcDark: new color_1.Color(new color_1.RGBA(0, 73, 122)),
|
|
41
|
+
hcLight: new color_1.Color(new color_1.RGBA(102, 175, 224)),
|
|
42
|
+
}, (0, ide_core_common_1.localize)('modifiedItemForeground', 'The color of the modified setting indicator.'));
|
|
43
|
+
exports.settingsHeaderBorder = (0, utils_1.registerColor)('settings.headerBorder', { dark: panel_1.PANEL_BORDER, light: panel_1.PANEL_BORDER, hcDark: panel_1.PANEL_BORDER, hcLight: panel_1.PANEL_BORDER }, (0, ide_core_common_1.localize)('settingsHeaderBorder', 'The color of the header container border.'));
|
|
44
|
+
exports.settingsSashBorder = (0, utils_1.registerColor)('settings.sashBorder', { dark: panel_1.PANEL_BORDER, light: panel_1.PANEL_BORDER, hcDark: panel_1.PANEL_BORDER, hcLight: panel_1.PANEL_BORDER }, (0, ide_core_common_1.localize)('settingsSashBorder', 'The color of the Settings editor splitview sash border.'));
|
|
33
45
|
//# sourceMappingURL=settings.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings.js","sourceRoot":"","sources":["../../../src/common/color-tokens/settings.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,8CAAiD;AACjD,
|
|
1
|
+
{"version":3,"file":"settings.js","sourceRoot":"","sources":["../../../src/common/color-tokens/settings.ts"],"names":[],"mappings":"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"}
|