@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"activity-bar.js","sourceRoot":"","sources":["../../../src/common/color-tokens/activity-bar.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,8CAA2C;AAC3C,oCAAsD;AAEtD
|
|
1
|
+
{"version":3,"file":"activity-bar.js","sourceRoot":"","sources":["../../../src/common/color-tokens/activity-bar.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,8CAA2C;AAC3C,oCAAsD;AAEtD,iCAAwC;AACxC,qCAA4C;AAC5C,uCAA4C;AAE5C,2BAA2B;AAEd,QAAA,uBAAuB,GAAG,IAAA,qBAAa,EAClD,wBAAwB,EACxB;IACE,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,SAAS;CACnB,EACD,IAAA,0BAAQ,EACN,uBAAuB,EACvB,yIAAyI,CAC1I,CACF,CAAC;AAEW,QAAA,uBAAuB,GAAG,IAAA,qBAAa,EAClD,wBAAwB,EACxB;IACE,IAAI,EAAE,aAAK,CAAC,KAAK;IACjB,KAAK,EAAE,aAAK,CAAC,KAAK;IAClB,MAAM,EAAE,aAAK,CAAC,KAAK;IACnB,OAAO,EAAE,yBAAgB;CAC1B,EACD,IAAA,0BAAQ,EACN,uBAAuB,EACvB,gKAAgK,CACjK,CACF,CAAC;AAEW,QAAA,gCAAgC,GAAG,IAAA,qBAAa,EAC3D,gCAAgC,EAChC;IACE,IAAI,EAAE,IAAA,mBAAW,EAAC,+BAAuB,EAAE,GAAG,CAAC;IAC/C,KAAK,EAAE,IAAA,mBAAW,EAAC,+BAAuB,EAAE,GAAG,CAAC;IAChD,MAAM,EAAE,aAAK,CAAC,KAAK;IACnB,OAAO,EAAE,yBAAgB;CAC1B,EACD,IAAA,0BAAQ,EACN,+BAA+B,EAC/B,kKAAkK,CACnK,CACF,CAAC;AAEW,QAAA,mBAAmB,GAAG,IAAA,qBAAa,EAC9C,oBAAoB,EACpB;IACE,IAAI,EAAE,yBAAe;IACrB,KAAK,EAAE,yBAAe;IACtB,MAAM,EAAE,yBAAe;IACvB,OAAO,EAAE,yBAAe;CACzB,EACD,IAAA,0BAAQ,EACN,mBAAmB,EACnB,gKAAgK,CACjK,CACF,CAAC;AAEW,QAAA,qCAAqC,GAAG,IAAA,qBAAa,EAChE,4BAA4B,EAC5B;IACE,IAAI,EAAE,aAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC;IACnC,KAAK,EAAE,aAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC;IACpC,MAAM,EAAE,aAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC;IACrC,OAAO,EAAE,aAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC;CACvC,EACD,IAAA,0BAAQ,EACN,kCAAkC,EAClC,gQAAgQ,CACjQ,CACF,CAAC;AAEW,QAAA,6BAA6B,GAAG,IAAA,qBAAa,EACxD,6BAA6B,EAC7B;IACE,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,SAAS;CACnB,EACD,IAAA,0BAAQ,EACN,4BAA4B,EAC5B,wJAAwJ,CACzJ,CACF,CAAC;AAEW,QAAA,6BAA6B,GAAG,IAAA,qBAAa,EACxD,6BAA6B,EAC7B;IACE,IAAI,EAAE,aAAK,CAAC,KAAK;IACjB,KAAK,EAAE,aAAK,CAAC,KAAK;IAClB,MAAM,EAAE,aAAK,CAAC,KAAK;IACnB,OAAO,EAAE,aAAK,CAAC,KAAK;CACrB,EACD,IAAA,0BAAQ,EACN,4BAA4B,EAC5B,wJAAwJ,CACzJ,CACF,CAAC;AAEW,QAAA,0BAA0B,GAAG,IAAA,qBAAa,EACrD,0BAA0B,EAC1B;IACE,IAAI,EAAE,+BAAuB;IAC7B,KAAK,EAAE,+BAAuB;IAC9B,MAAM,EAAE,qBAAc;IACtB,OAAO,EAAE,qBAAc;CACxB,EACD,IAAA,0BAAQ,EACN,yBAAyB,EACzB,yJAAyJ,CAC1J,CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/badge.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/badge.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,eAAe,QAY3B,CAAC;AACF,eAAO,MAAM,eAAe,QAY3B,CAAC"}
|
|
@@ -4,6 +4,16 @@ exports.badgeForeground = exports.badgeBackground = 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.badgeBackground = (0, utils_1.registerColor)('badge.background', {
|
|
8
|
-
|
|
7
|
+
exports.badgeBackground = (0, utils_1.registerColor)('badge.background', {
|
|
8
|
+
dark: '#4D4D4D',
|
|
9
|
+
light: '#C4C4C4',
|
|
10
|
+
hcDark: color_1.Color.black,
|
|
11
|
+
hcLight: '#0F4A85',
|
|
12
|
+
}, (0, ide_core_common_1.localize)('badgeBackground', 'Badge background color. Badges are small information labels, e.g. for search results count.'));
|
|
13
|
+
exports.badgeForeground = (0, utils_1.registerColor)('badge.foreground', {
|
|
14
|
+
dark: color_1.Color.white,
|
|
15
|
+
light: '#333',
|
|
16
|
+
hcDark: color_1.Color.white,
|
|
17
|
+
hcLight: color_1.Color.white,
|
|
18
|
+
}, (0, ide_core_common_1.localize)('badgeForeground', 'Badge foreground color. Badges are small information labels, e.g. for search results count.'));
|
|
9
19
|
//# sourceMappingURL=badge.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"badge.js","sourceRoot":"","sources":["../../../src/common/color-tokens/badge.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,8CAA2C;AAC3C,oCAAyC;AAE5B,QAAA,eAAe,GAAG,IAAA,qBAAa,EAC1C,kBAAkB,EAClB,
|
|
1
|
+
{"version":3,"file":"badge.js","sourceRoot":"","sources":["../../../src/common/color-tokens/badge.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,8CAA2C;AAC3C,oCAAyC;AAE5B,QAAA,eAAe,GAAG,IAAA,qBAAa,EAC1C,kBAAkB,EAClB;IACE,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,aAAK,CAAC,KAAK;IACnB,OAAO,EAAE,SAAS;CACnB,EACD,IAAA,0BAAQ,EACN,iBAAiB,EACjB,6FAA6F,CAC9F,CACF,CAAC;AACW,QAAA,eAAe,GAAG,IAAA,qBAAa,EAC1C,kBAAkB,EAClB;IACE,IAAI,EAAE,aAAK,CAAC,KAAK;IACjB,KAAK,EAAE,MAAM;IACb,MAAM,EAAE,aAAK,CAAC,KAAK;IACnB,OAAO,EAAE,aAAK,CAAC,KAAK;CACrB,EACD,IAAA,0BAAQ,EACN,iBAAiB,EACjB,6FAA6F,CAC9F,CACF,CAAC"}
|
|
@@ -8,4 +8,5 @@ export declare const contrastBorder: string;
|
|
|
8
8
|
export declare const activeContrastBorder: string;
|
|
9
9
|
export declare const selectionBackground: string;
|
|
10
10
|
export declare const widgetShadow: string;
|
|
11
|
+
export declare const disabledForeground: string;
|
|
11
12
|
//# sourceMappingURL=base.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/base.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,UAAU,QAItB,CAAC;AACF,eAAO,MAAM,eAAe,QAO3B,CAAC;AACF,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/base.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,UAAU,QAItB,CAAC;AACF,eAAO,MAAM,eAAe,QAO3B,CAAC;AACF,eAAO,MAAM,qBAAqB,QAYjC,CAAC;AACF,eAAO,MAAM,cAAc,QAI1B,CAAC;AAEF,eAAO,MAAM,WAAW,QAOvB,CAAC;AACF,eAAO,MAAM,eAAe,QAI3B,CAAC;AAEF,eAAO,MAAM,cAAc,QAI1B,CAAC;AACF,eAAO,MAAM,oBAAoB,QAOhC,CAAC;AAEF,eAAO,MAAM,mBAAmB,QAO/B,CAAC;AAEF,eAAO,MAAM,YAAY,QAIxB,CAAC;AAEF,eAAO,MAAM,kBAAkB,QAO9B,CAAC"}
|
|
@@ -1,18 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.widgetShadow = exports.selectionBackground = exports.activeContrastBorder = exports.contrastBorder = exports.sashHoverBorder = exports.focusBorder = exports.iconForeground = exports.descriptionForeground = exports.errorForeground = exports.foreground = void 0;
|
|
3
|
+
exports.disabledForeground = exports.widgetShadow = exports.selectionBackground = exports.activeContrastBorder = exports.contrastBorder = exports.sashHoverBorder = exports.focusBorder = exports.iconForeground = exports.descriptionForeground = exports.errorForeground = exports.foreground = void 0;
|
|
4
4
|
const ide_core_common_1 = require("@opensumi/ide-core-common");
|
|
5
5
|
const utils_1 = require("../utils");
|
|
6
|
-
const basic_color_1 = require("./basic-color");
|
|
7
6
|
// base colors
|
|
8
|
-
exports.foreground = (0, utils_1.registerColor)('foreground', { dark: '#CCCCCC', light: '#616161',
|
|
9
|
-
exports.errorForeground = (0, utils_1.registerColor)('errorForeground', { dark: '#F48771', light: '#A1260D',
|
|
10
|
-
exports.descriptionForeground = (0, utils_1.registerColor)('descriptionForeground', {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
7
|
+
exports.foreground = (0, utils_1.registerColor)('foreground', { dark: '#CCCCCC', light: '#616161', hcDark: '#FFFFFF', hcLight: '#292929' }, (0, ide_core_common_1.localize)('foreground', 'Overall foreground color. This color is only used if not overridden by a component.'));
|
|
8
|
+
exports.errorForeground = (0, utils_1.registerColor)('errorForeground', { dark: '#F48771', light: '#A1260D', hcDark: '#F48771', hcLight: '#B5200D' }, (0, ide_core_common_1.localize)('errorForeground', 'Overall foreground color for error messages. This color is only used if not overridden by a component.'));
|
|
9
|
+
exports.descriptionForeground = (0, utils_1.registerColor)('descriptionForeground', {
|
|
10
|
+
light: '#717171',
|
|
11
|
+
dark: (0, utils_1.transparent)(exports.foreground, 0.7),
|
|
12
|
+
hcDark: (0, utils_1.transparent)(exports.foreground, 0.7),
|
|
13
|
+
hcLight: (0, utils_1.transparent)(exports.foreground, 0.7),
|
|
14
|
+
}, (0, ide_core_common_1.localize)('descriptionForeground', 'Foreground color for description text providing additional information, for example for a label.'));
|
|
15
|
+
exports.iconForeground = (0, utils_1.registerColor)('icon.foreground', { dark: '#C5C5C5', light: '#424242', hcDark: '#FFFFFF', hcLight: '#292929' }, (0, ide_core_common_1.localize)('iconForeground', 'The default color for icons in the workbench.'));
|
|
16
|
+
exports.focusBorder = (0, utils_1.registerColor)('focusBorder', { dark: '#007FD4', light: '#0090F1', hcDark: '#F38518', hcLight: '#0F4A85' }, (0, ide_core_common_1.localize)('focusBorder', 'Overall border color for focused elements. This color is only used if not overridden by a component.'));
|
|
17
|
+
exports.sashHoverBorder = (0, utils_1.registerColor)('sash.hoverBorder', { dark: exports.focusBorder, light: exports.focusBorder, hcDark: exports.focusBorder, hcLight: exports.focusBorder }, (0, ide_core_common_1.localize)('sashActiveBorder', 'Border color of active sashes.'));
|
|
18
|
+
exports.contrastBorder = (0, utils_1.registerColor)('contrastBorder', { light: null, dark: null, hcDark: '#6FC3DF', hcLight: '#0F4A85' }, (0, ide_core_common_1.localize)('contrastBorder', 'An extra border around elements to separate them from others for greater contrast.'));
|
|
19
|
+
exports.activeContrastBorder = (0, utils_1.registerColor)('contrastActiveBorder', { light: null, dark: null, hcDark: exports.focusBorder, hcLight: exports.focusBorder }, (0, ide_core_common_1.localize)('activeContrastBorder', 'An extra border around active elements to separate them from others for greater contrast.'));
|
|
20
|
+
exports.selectionBackground = (0, utils_1.registerColor)('selection.background', { light: null, dark: null, hcDark: null, hcLight: null }, (0, ide_core_common_1.localize)('selectionBackground', 'The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.'));
|
|
21
|
+
exports.widgetShadow = (0, utils_1.registerColor)('widget.shadow', { dark: '#000000', light: '#A8A8A8', hcDark: '#A5A5A5', hcLight: '#7F7F7F' }, (0, ide_core_common_1.localize)('widgetShadow', 'Shadow color of widgets such as find/replace inside the editor.'));
|
|
22
|
+
exports.disabledForeground = (0, utils_1.registerColor)('disabledForeground', { dark: '#CCCCCC80', light: '#61616180', hcDark: '#A5A5A5', hcLight: '#7F7F7F' }, (0, ide_core_common_1.localize)('disabledForeground', 'Overall foreground for disabled elements. This color is only used if not overridden by a component.'));
|
|
18
23
|
//# sourceMappingURL=base.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.js","sourceRoot":"","sources":["../../../src/common/color-tokens/base.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,oCAAsD;
|
|
1
|
+
{"version":3,"file":"base.js","sourceRoot":"","sources":["../../../src/common/color-tokens/base.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"breadcrumb.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/breadcrumb.ts"],"names":[],"mappings":"AAOA;;GAEG;AACH,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"breadcrumb.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/breadcrumb.ts"],"names":[],"mappings":"AAOA;;GAEG;AACH,eAAO,MAAM,qBAAqB,QASjC,CAAC;AACF,eAAO,MAAM,qBAAqB,QASjC,CAAC;AACF,eAAO,MAAM,0BAA0B,QAStC,CAAC;AACF,eAAO,MAAM,oCAAoC,QAShD,CAAC;AACF,eAAO,MAAM,2BAA2B,QASvC,CAAC"}
|
|
@@ -8,9 +8,34 @@ const editor_1 = require("./editor");
|
|
|
8
8
|
/**
|
|
9
9
|
* Breadcrumb colors
|
|
10
10
|
*/
|
|
11
|
-
exports.breadcrumbsForeground = (0, utils_1.registerColor)('breadcrumb.foreground', {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
exports.breadcrumbsForeground = (0, utils_1.registerColor)('breadcrumb.foreground', {
|
|
12
|
+
light: (0, utils_1.transparent)(base_1.foreground, 0.8),
|
|
13
|
+
dark: (0, utils_1.transparent)(base_1.foreground, 0.8),
|
|
14
|
+
hcDark: (0, utils_1.transparent)(base_1.foreground, 0.8),
|
|
15
|
+
hcLight: (0, utils_1.transparent)(base_1.foreground, 0.8),
|
|
16
|
+
}, (0, ide_core_common_1.localize)('breadcrumbsFocusForeground', 'Color of focused breadcrumb items.'));
|
|
17
|
+
exports.breadcrumbsBackground = (0, utils_1.registerColor)('breadcrumb.background', {
|
|
18
|
+
light: editor_1.editorBackground,
|
|
19
|
+
dark: editor_1.editorBackground,
|
|
20
|
+
hcDark: editor_1.editorBackground,
|
|
21
|
+
hcLight: editor_1.editorBackground,
|
|
22
|
+
}, (0, ide_core_common_1.localize)('breadcrumbsBackground', 'Background color of breadcrumb items.'));
|
|
23
|
+
exports.breadcrumbsFocusForeground = (0, utils_1.registerColor)('breadcrumb.focusForeground', {
|
|
24
|
+
light: (0, utils_1.darken)(base_1.foreground, 0.2),
|
|
25
|
+
dark: (0, utils_1.lighten)(base_1.foreground, 0.1),
|
|
26
|
+
hcDark: (0, utils_1.lighten)(base_1.foreground, 0.1),
|
|
27
|
+
hcLight: (0, utils_1.lighten)(base_1.foreground, 0.1),
|
|
28
|
+
}, (0, ide_core_common_1.localize)('breadcrumbsFocusForeground', 'Color of focused breadcrumb items.'));
|
|
29
|
+
exports.breadcrumbsActiveSelectionForeground = (0, utils_1.registerColor)('breadcrumb.activeSelectionForeground', {
|
|
30
|
+
light: (0, utils_1.darken)(base_1.foreground, 0.2),
|
|
31
|
+
dark: (0, utils_1.lighten)(base_1.foreground, 0.1),
|
|
32
|
+
hcDark: (0, utils_1.lighten)(base_1.foreground, 0.1),
|
|
33
|
+
hcLight: (0, utils_1.lighten)(base_1.foreground, 0.1),
|
|
34
|
+
}, (0, ide_core_common_1.localize)('breadcrumbsSelectedForegound', 'Color of selected breadcrumb items.'));
|
|
35
|
+
exports.breadcrumbsPickerBackground = (0, utils_1.registerColor)('breadcrumbPicker.background', {
|
|
36
|
+
light: editor_1.editorWidgetBackground,
|
|
37
|
+
dark: editor_1.editorWidgetBackground,
|
|
38
|
+
hcDark: editor_1.editorWidgetBackground,
|
|
39
|
+
hcLight: editor_1.editorWidgetBackground,
|
|
40
|
+
}, (0, ide_core_common_1.localize)('breadcrumbsSelectedBackground', 'Background color of breadcrumb item picker.'));
|
|
16
41
|
//# sourceMappingURL=breadcrumb.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"breadcrumb.js","sourceRoot":"","sources":["../../../src/common/color-tokens/breadcrumb.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,oCAAuE;AAEvE,iCAAoC;AACpC,qCAAoE;AAEpE;;GAEG;AACU,QAAA,qBAAqB,GAAG,IAAA,qBAAa,EAChD,uBAAuB,EACvB,
|
|
1
|
+
{"version":3,"file":"breadcrumb.js","sourceRoot":"","sources":["../../../src/common/color-tokens/breadcrumb.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,oCAAuE;AAEvE,iCAAoC;AACpC,qCAAoE;AAEpE;;GAEG;AACU,QAAA,qBAAqB,GAAG,IAAA,qBAAa,EAChD,uBAAuB,EACvB;IACE,KAAK,EAAE,IAAA,mBAAW,EAAC,iBAAU,EAAE,GAAG,CAAC;IACnC,IAAI,EAAE,IAAA,mBAAW,EAAC,iBAAU,EAAE,GAAG,CAAC;IAClC,MAAM,EAAE,IAAA,mBAAW,EAAC,iBAAU,EAAE,GAAG,CAAC;IACpC,OAAO,EAAE,IAAA,mBAAW,EAAC,iBAAU,EAAE,GAAG,CAAC;CACtC,EACD,IAAA,0BAAQ,EAAC,4BAA4B,EAAE,oCAAoC,CAAC,CAC7E,CAAC;AACW,QAAA,qBAAqB,GAAG,IAAA,qBAAa,EAChD,uBAAuB,EACvB;IACE,KAAK,EAAE,yBAAgB;IACvB,IAAI,EAAE,yBAAgB;IACtB,MAAM,EAAE,yBAAgB;IACxB,OAAO,EAAE,yBAAgB;CAC1B,EACD,IAAA,0BAAQ,EAAC,uBAAuB,EAAE,uCAAuC,CAAC,CAC3E,CAAC;AACW,QAAA,0BAA0B,GAAG,IAAA,qBAAa,EACrD,4BAA4B,EAC5B;IACE,KAAK,EAAE,IAAA,cAAM,EAAC,iBAAU,EAAE,GAAG,CAAC;IAC9B,IAAI,EAAE,IAAA,eAAO,EAAC,iBAAU,EAAE,GAAG,CAAC;IAC9B,MAAM,EAAE,IAAA,eAAO,EAAC,iBAAU,EAAE,GAAG,CAAC;IAChC,OAAO,EAAE,IAAA,eAAO,EAAC,iBAAU,EAAE,GAAG,CAAC;CAClC,EACD,IAAA,0BAAQ,EAAC,4BAA4B,EAAE,oCAAoC,CAAC,CAC7E,CAAC;AACW,QAAA,oCAAoC,GAAG,IAAA,qBAAa,EAC/D,sCAAsC,EACtC;IACE,KAAK,EAAE,IAAA,cAAM,EAAC,iBAAU,EAAE,GAAG,CAAC;IAC9B,IAAI,EAAE,IAAA,eAAO,EAAC,iBAAU,EAAE,GAAG,CAAC;IAC9B,MAAM,EAAE,IAAA,eAAO,EAAC,iBAAU,EAAE,GAAG,CAAC;IAChC,OAAO,EAAE,IAAA,eAAO,EAAC,iBAAU,EAAE,GAAG,CAAC;CAClC,EACD,IAAA,0BAAQ,EAAC,8BAA8B,EAAE,qCAAqC,CAAC,CAChF,CAAC;AACW,QAAA,2BAA2B,GAAG,IAAA,qBAAa,EACtD,6BAA6B,EAC7B;IACE,KAAK,EAAE,+BAAsB;IAC7B,IAAI,EAAE,+BAAsB;IAC5B,MAAM,EAAE,+BAAsB;IAC9B,OAAO,EAAE,+BAAsB;CAChC,EACD,IAAA,0BAAQ,EAAC,+BAA+B,EAAE,6CAA6C,CAAC,CACzF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/button.ts"],"names":[],"mappings":"AAOA,qBAAqB;AACrB,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/button.ts"],"names":[],"mappings":"AAOA,qBAAqB;AACrB,eAAO,MAAM,gBAAgB,QAS5B,CAAC;AACF,eAAO,MAAM,gBAAgB,QAI5B,CAAC;AACF,eAAO,MAAM,qBAAqB,QASjC,CAAC;AACF,eAAO,MAAM,YAAY,QASxB,CAAC;AACF,uBAAuB;AACvB,eAAO,MAAM,yBAAyB,QASrC,CAAC;AACF,eAAO,MAAM,yBAAyB,QAIrC,CAAC;AACF,eAAO,MAAM,8BAA8B,QAS1C,CAAC"}
|
|
@@ -6,12 +6,37 @@ const color_1 = require("../color");
|
|
|
6
6
|
const utils_1 = require("../utils");
|
|
7
7
|
const base_1 = require("./base");
|
|
8
8
|
/** default button */
|
|
9
|
-
exports.buttonForeground = (0, utils_1.registerColor)('button.foreground', {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
exports.buttonForeground = (0, utils_1.registerColor)('button.foreground', {
|
|
10
|
+
dark: color_1.Color.white,
|
|
11
|
+
light: color_1.Color.white,
|
|
12
|
+
hcDark: color_1.Color.white,
|
|
13
|
+
hcLight: color_1.Color.white,
|
|
14
|
+
}, (0, ide_core_common_1.localize)('buttonForeground', 'Button foreground color.'));
|
|
15
|
+
exports.buttonBackground = (0, utils_1.registerColor)('button.background', { dark: '#0E639C', light: '#007ACC', hcDark: null, hcLight: '#0F4A85' }, (0, ide_core_common_1.localize)('buttonBackground', 'Button background color.'));
|
|
16
|
+
exports.buttonHoverBackground = (0, utils_1.registerColor)('button.hoverBackground', {
|
|
17
|
+
dark: (0, utils_1.lighten)(exports.buttonBackground, 0.2),
|
|
18
|
+
light: (0, utils_1.darken)(exports.buttonBackground, 0.2),
|
|
19
|
+
hcDark: null,
|
|
20
|
+
hcLight: null,
|
|
21
|
+
}, (0, ide_core_common_1.localize)('buttonHoverBackground', 'Button background color when hovering.'));
|
|
22
|
+
exports.buttonBorder = (0, utils_1.registerColor)('button.border', {
|
|
23
|
+
dark: base_1.contrastBorder,
|
|
24
|
+
light: base_1.contrastBorder,
|
|
25
|
+
hcDark: base_1.contrastBorder,
|
|
26
|
+
hcLight: base_1.contrastBorder,
|
|
27
|
+
}, (0, ide_core_common_1.localize)('buttonBorderBackground', 'Button border color'));
|
|
13
28
|
/** secondary button */
|
|
14
|
-
exports.buttonSecondaryForeground = (0, utils_1.registerColor)('button.foreground', {
|
|
15
|
-
|
|
16
|
-
|
|
29
|
+
exports.buttonSecondaryForeground = (0, utils_1.registerColor)('button.foreground', {
|
|
30
|
+
dark: color_1.Color.white,
|
|
31
|
+
light: color_1.Color.white,
|
|
32
|
+
hcDark: color_1.Color.white,
|
|
33
|
+
hcLight: base_1.foreground,
|
|
34
|
+
}, (0, ide_core_common_1.localize)('buttonSecondaryForeground', 'Button Secondary foreground color.'));
|
|
35
|
+
exports.buttonSecondaryBackground = (0, utils_1.registerColor)('button.background', { dark: '#3A3D41', light: '#5F6A79', hcDark: null, hcLight: null }, (0, ide_core_common_1.localize)('buttonSecondaryForeground', 'Button Secondary background color.'));
|
|
36
|
+
exports.buttonSecondaryHoverBackground = (0, utils_1.registerColor)('button.hoverBackground', {
|
|
37
|
+
dark: (0, utils_1.lighten)(exports.buttonSecondaryBackground, 0.2),
|
|
38
|
+
light: (0, utils_1.darken)(exports.buttonSecondaryBackground, 0.2),
|
|
39
|
+
hcDark: null,
|
|
40
|
+
hcLight: null,
|
|
41
|
+
}, (0, ide_core_common_1.localize)('buttonSecondaryForeground', 'Button Secondary background color when hovering.'));
|
|
17
42
|
//# sourceMappingURL=button.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.js","sourceRoot":"","sources":["../../../src/common/color-tokens/button.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,oCAAiC;AACjC,oCAA0D;AAE1D,
|
|
1
|
+
{"version":3,"file":"button.js","sourceRoot":"","sources":["../../../src/common/color-tokens/button.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,oCAAiC;AACjC,oCAA0D;AAE1D,iCAAoD;AAEpD,qBAAqB;AACR,QAAA,gBAAgB,GAAG,IAAA,qBAAa,EAC3C,mBAAmB,EACnB;IACE,IAAI,EAAE,aAAK,CAAC,KAAK;IACjB,KAAK,EAAE,aAAK,CAAC,KAAK;IAClB,MAAM,EAAE,aAAK,CAAC,KAAK;IACnB,OAAO,EAAE,aAAK,CAAC,KAAK;CACrB,EACD,IAAA,0BAAQ,EAAC,kBAAkB,EAAE,0BAA0B,CAAC,CACzD,CAAC;AACW,QAAA,gBAAgB,GAAG,IAAA,qBAAa,EAC3C,mBAAmB,EACnB,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,SAAS,EAAE,EACvE,IAAA,0BAAQ,EAAC,kBAAkB,EAAE,0BAA0B,CAAC,CACzD,CAAC;AACW,QAAA,qBAAqB,GAAG,IAAA,qBAAa,EAChD,wBAAwB,EACxB;IACE,IAAI,EAAE,IAAA,eAAO,EAAC,wBAAgB,EAAE,GAAG,CAAC;IACpC,KAAK,EAAE,IAAA,cAAM,EAAC,wBAAgB,EAAE,GAAG,CAAC;IACpC,MAAM,EAAE,IAAI;IACZ,OAAO,EAAE,IAAI;CACd,EACD,IAAA,0BAAQ,EAAC,uBAAuB,EAAE,wCAAwC,CAAC,CAC5E,CAAC;AACW,QAAA,YAAY,GAAG,IAAA,qBAAa,EACvC,eAAe,EACf;IACE,IAAI,EAAE,qBAAc;IACpB,KAAK,EAAE,qBAAc;IACrB,MAAM,EAAE,qBAAc;IACtB,OAAO,EAAE,qBAAc;CACxB,EACD,IAAA,0BAAQ,EAAC,wBAAwB,EAAE,qBAAqB,CAAC,CAC1D,CAAC;AACF,uBAAuB;AACV,QAAA,yBAAyB,GAAG,IAAA,qBAAa,EACpD,mBAAmB,EACnB;IACE,IAAI,EAAE,aAAK,CAAC,KAAK;IACjB,KAAK,EAAE,aAAK,CAAC,KAAK;IAClB,MAAM,EAAE,aAAK,CAAC,KAAK;IACnB,OAAO,EAAE,iBAAU;CACpB,EACD,IAAA,0BAAQ,EAAC,2BAA2B,EAAE,oCAAoC,CAAC,CAC5E,CAAC;AACW,QAAA,yBAAyB,GAAG,IAAA,qBAAa,EACpD,mBAAmB,EACnB,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,EAClE,IAAA,0BAAQ,EAAC,2BAA2B,EAAE,oCAAoC,CAAC,CAC5E,CAAC;AACW,QAAA,8BAA8B,GAAG,IAAA,qBAAa,EACzD,wBAAwB,EACxB;IACE,IAAI,EAAE,IAAA,eAAO,EAAC,iCAAyB,EAAE,GAAG,CAAC;IAC7C,KAAK,EAAE,IAAA,cAAM,EAAC,iCAAyB,EAAE,GAAG,CAAC;IAC7C,MAAM,EAAE,IAAI;IACZ,OAAO,EAAE,IAAI;CACd,EACD,IAAA,0BAAQ,EAAC,2BAA2B,EAAE,kDAAkD,CAAC,CAC1F,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"charts.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/charts.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,gBAAgB,QAI5B,CAAC;AACF,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"charts.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/charts.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,gBAAgB,QAI5B,CAAC;AACF,eAAO,MAAM,WAAW,QASvB,CAAC;AACF,eAAO,MAAM,SAAS,QASrB,CAAC;AACF,eAAO,MAAM,UAAU,QAStB,CAAC;AACF,eAAO,MAAM,YAAY,QASxB,CAAC;AACF,eAAO,MAAM,YAAY,QAIxB,CAAC;AACF,eAAO,MAAM,WAAW,QAIvB,CAAC;AACF,eAAO,MAAM,YAAY,QAIxB,CAAC"}
|
|
@@ -6,12 +6,32 @@ const utils_1 = require("../utils");
|
|
|
6
6
|
const base_1 = require("./base");
|
|
7
7
|
const editor_1 = require("./editor");
|
|
8
8
|
const minimap_1 = require("./minimap");
|
|
9
|
-
exports.chartsForeground = (0, utils_1.registerColor)('charts.foreground', { dark: base_1.foreground, light: base_1.foreground,
|
|
10
|
-
exports.chartsLines = (0, utils_1.registerColor)('charts.lines', {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
exports.
|
|
9
|
+
exports.chartsForeground = (0, utils_1.registerColor)('charts.foreground', { dark: base_1.foreground, light: base_1.foreground, hcDark: base_1.foreground, hcLight: base_1.foreground }, (0, ide_core_common_1.localize)('chartsForeground', 'The foreground color used in charts.'));
|
|
10
|
+
exports.chartsLines = (0, utils_1.registerColor)('charts.lines', {
|
|
11
|
+
dark: (0, utils_1.transparent)(base_1.foreground, 0.5),
|
|
12
|
+
light: (0, utils_1.transparent)(base_1.foreground, 0.5),
|
|
13
|
+
hcDark: (0, utils_1.transparent)(base_1.foreground, 0.5),
|
|
14
|
+
hcLight: (0, utils_1.transparent)(base_1.foreground, 0.5),
|
|
15
|
+
}, (0, ide_core_common_1.localize)('chartsLines', 'The color used for horizontal lines in charts.'));
|
|
16
|
+
exports.chartsRed = (0, utils_1.registerColor)('charts.red', {
|
|
17
|
+
dark: editor_1.editorErrorForeground,
|
|
18
|
+
light: editor_1.editorErrorForeground,
|
|
19
|
+
hcDark: editor_1.editorErrorForeground,
|
|
20
|
+
hcLight: editor_1.editorErrorForeground,
|
|
21
|
+
}, (0, ide_core_common_1.localize)('chartsRed', 'The red color used in chart visualizations.'));
|
|
22
|
+
exports.chartsBlue = (0, utils_1.registerColor)('charts.blue', {
|
|
23
|
+
dark: editor_1.editorInfoForeground,
|
|
24
|
+
light: editor_1.editorInfoForeground,
|
|
25
|
+
hcDark: editor_1.editorInfoForeground,
|
|
26
|
+
hcLight: editor_1.editorInfoForeground,
|
|
27
|
+
}, (0, ide_core_common_1.localize)('chartsBlue', 'The blue color used in chart visualizations.'));
|
|
28
|
+
exports.chartsYellow = (0, utils_1.registerColor)('charts.yellow', {
|
|
29
|
+
dark: editor_1.editorWarningForeground,
|
|
30
|
+
light: editor_1.editorWarningForeground,
|
|
31
|
+
hcDark: editor_1.editorWarningForeground,
|
|
32
|
+
hcLight: editor_1.editorWarningForeground,
|
|
33
|
+
}, (0, ide_core_common_1.localize)('chartsYellow', 'The yellow color used in chart visualizations.'));
|
|
34
|
+
exports.chartsOrange = (0, utils_1.registerColor)('charts.orange', { dark: minimap_1.minimapFindMatch, light: minimap_1.minimapFindMatch, hcDark: minimap_1.minimapFindMatch, hcLight: minimap_1.minimapFindMatch }, (0, ide_core_common_1.localize)('chartsOrange', 'The orange color used in chart visualizations.'));
|
|
35
|
+
exports.chartsGreen = (0, utils_1.registerColor)('charts.green', { dark: '#89D185', light: '#388A34', hcDark: '#89D185', hcLight: '#374e06' }, (0, ide_core_common_1.localize)('chartsGreen', 'The green color used in chart visualizations.'));
|
|
36
|
+
exports.chartsPurple = (0, utils_1.registerColor)('charts.purple', { dark: '#B180D7', light: '#652D90', hcDark: '#B180D7', hcLight: '#652D90' }, (0, ide_core_common_1.localize)('chartsPurple', 'The purple color used in chart visualizations.'));
|
|
17
37
|
//# sourceMappingURL=charts.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"charts.js","sourceRoot":"","sources":["../../../src/common/color-tokens/charts.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,oCAAsD;AAEtD,iCAAoC;AACpC,qCAAgG;AAChG,uCAA6C;AAEhC,QAAA,gBAAgB,GAAG,IAAA,qBAAa,EAC3C,mBAAmB,EACnB,EAAE,IAAI,EAAE,iBAAU,EAAE,KAAK,EAAE,iBAAU,EAAE,EAAE,EAAE,iBAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"charts.js","sourceRoot":"","sources":["../../../src/common/color-tokens/charts.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,oCAAsD;AAEtD,iCAAoC;AACpC,qCAAgG;AAChG,uCAA6C;AAEhC,QAAA,gBAAgB,GAAG,IAAA,qBAAa,EAC3C,mBAAmB,EACnB,EAAE,IAAI,EAAE,iBAAU,EAAE,KAAK,EAAE,iBAAU,EAAE,MAAM,EAAE,iBAAU,EAAE,OAAO,EAAE,iBAAU,EAAE,EAChF,IAAA,0BAAQ,EAAC,kBAAkB,EAAE,sCAAsC,CAAC,CACrE,CAAC;AACW,QAAA,WAAW,GAAG,IAAA,qBAAa,EACtC,cAAc,EACd;IACE,IAAI,EAAE,IAAA,mBAAW,EAAC,iBAAU,EAAE,GAAG,CAAC;IAClC,KAAK,EAAE,IAAA,mBAAW,EAAC,iBAAU,EAAE,GAAG,CAAC;IACnC,MAAM,EAAE,IAAA,mBAAW,EAAC,iBAAU,EAAE,GAAG,CAAC;IACpC,OAAO,EAAE,IAAA,mBAAW,EAAC,iBAAU,EAAE,GAAG,CAAC;CACtC,EACD,IAAA,0BAAQ,EAAC,aAAa,EAAE,gDAAgD,CAAC,CAC1E,CAAC;AACW,QAAA,SAAS,GAAG,IAAA,qBAAa,EACpC,YAAY,EACZ;IACE,IAAI,EAAE,8BAAqB;IAC3B,KAAK,EAAE,8BAAqB;IAC5B,MAAM,EAAE,8BAAqB;IAC7B,OAAO,EAAE,8BAAqB;CAC/B,EACD,IAAA,0BAAQ,EAAC,WAAW,EAAE,6CAA6C,CAAC,CACrE,CAAC;AACW,QAAA,UAAU,GAAG,IAAA,qBAAa,EACrC,aAAa,EACb;IACE,IAAI,EAAE,6BAAoB;IAC1B,KAAK,EAAE,6BAAoB;IAC3B,MAAM,EAAE,6BAAoB;IAC5B,OAAO,EAAE,6BAAoB;CAC9B,EACD,IAAA,0BAAQ,EAAC,YAAY,EAAE,8CAA8C,CAAC,CACvE,CAAC;AACW,QAAA,YAAY,GAAG,IAAA,qBAAa,EACvC,eAAe,EACf;IACE,IAAI,EAAE,gCAAuB;IAC7B,KAAK,EAAE,gCAAuB;IAC9B,MAAM,EAAE,gCAAuB;IAC/B,OAAO,EAAE,gCAAuB;CACjC,EACD,IAAA,0BAAQ,EAAC,cAAc,EAAE,gDAAgD,CAAC,CAC3E,CAAC;AACW,QAAA,YAAY,GAAG,IAAA,qBAAa,EACvC,eAAe,EACf,EAAE,IAAI,EAAE,0BAAgB,EAAE,KAAK,EAAE,0BAAgB,EAAE,MAAM,EAAE,0BAAgB,EAAE,OAAO,EAAE,0BAAgB,EAAE,EACxG,IAAA,0BAAQ,EAAC,cAAc,EAAE,gDAAgD,CAAC,CAC3E,CAAC;AACW,QAAA,WAAW,GAAG,IAAA,qBAAa,EACtC,cAAc,EACd,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,EAAE,SAAS,EAAE,EAC5E,IAAA,0BAAQ,EAAC,aAAa,EAAE,+CAA+C,CAAC,CACzE,CAAC;AACW,QAAA,YAAY,GAAG,IAAA,qBAAa,EACvC,eAAe,EACf,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,EAAE,SAAS,EAAE,EAC5E,IAAA,0BAAQ,EAAC,cAAc,EAAE,gDAAgD,CAAC,CAC3E,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/checkbox.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/checkbox.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,cAAc,QAI1B,CAAC;AACF,eAAO,MAAM,kBAAkB,QAI9B,CAAC;AACF,eAAO,MAAM,kBAAkB,QAI9B,CAAC"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.checkboxBackground = exports.checkboxBorder = void 0;
|
|
3
|
+
exports.checkboxForeground = exports.checkboxBackground = exports.checkboxBorder = void 0;
|
|
4
4
|
const ide_core_common_1 = require("@opensumi/ide-core-common");
|
|
5
5
|
const utils_1 = require("../utils");
|
|
6
|
-
|
|
7
|
-
exports.
|
|
6
|
+
const dropdown_1 = require("./dropdown");
|
|
7
|
+
exports.checkboxBorder = (0, utils_1.registerColor)('checkbox.border', { dark: dropdown_1.selectBorder, light: dropdown_1.selectBorder, hcDark: dropdown_1.selectBorder, hcLight: dropdown_1.selectBorder }, (0, ide_core_common_1.localize)('checkbox.border', 'Border color of checkbox widget.'));
|
|
8
|
+
exports.checkboxBackground = (0, utils_1.registerColor)('checkbox.background', { dark: dropdown_1.selectBackground, light: dropdown_1.selectBackground, hcDark: dropdown_1.selectBackground, hcLight: dropdown_1.selectBackground }, (0, ide_core_common_1.localize)('checkbox.background', 'Background color of checkbox widget.'));
|
|
9
|
+
exports.checkboxForeground = (0, utils_1.registerColor)('checkbox.foreground', { dark: dropdown_1.selectForeground, light: dropdown_1.selectForeground, hcDark: dropdown_1.selectForeground, hcLight: dropdown_1.selectForeground }, (0, ide_core_common_1.localize)('checkbox.foreground', 'Foreground color of checkbox widget.'));
|
|
8
10
|
//# sourceMappingURL=checkbox.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.js","sourceRoot":"","sources":["../../../src/common/color-tokens/checkbox.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;
|
|
1
|
+
{"version":3,"file":"checkbox.js","sourceRoot":"","sources":["../../../src/common/color-tokens/checkbox.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAGrD,oCAAyC;AAGzC,yCAA8E;AAEjE,QAAA,cAAc,GAAG,IAAA,qBAAa,EACzC,iBAAiB,EACjB,EAAE,IAAI,EAAE,uBAAY,EAAE,KAAK,EAAE,uBAAY,EAAE,MAAM,EAAE,uBAAY,EAAE,OAAO,EAAE,uBAAY,EAAE,EACxF,IAAA,0BAAQ,EAAC,iBAAiB,EAAE,kCAAkC,CAAC,CAChE,CAAC;AACW,QAAA,kBAAkB,GAAG,IAAA,qBAAa,EAC7C,qBAAqB,EACrB,EAAE,IAAI,EAAE,2BAAgB,EAAE,KAAK,EAAE,2BAAgB,EAAE,MAAM,EAAE,2BAAgB,EAAE,OAAO,EAAE,2BAAgB,EAAE,EACxG,IAAA,0BAAQ,EAAC,qBAAqB,EAAE,sCAAsC,CAAC,CACxE,CAAC;AACW,QAAA,kBAAkB,GAAG,IAAA,qBAAa,EAC7C,qBAAqB,EACrB,EAAE,IAAI,EAAE,2BAAgB,EAAE,KAAK,EAAE,2BAAgB,EAAE,MAAM,EAAE,2BAAgB,EAAE,OAAO,EAAE,2BAAgB,EAAE,EACxG,IAAA,0BAAQ,EAAC,qBAAqB,EAAE,sCAAsC,CAAC,CACxE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actionbar.d.ts","sourceRoot":"","sources":["../../../../src/common/color-tokens/custom/actionbar.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,mBAAmB,QAI/B,CAAC;AAEF,eAAO,MAAM,0BAA0B,
|
|
1
|
+
{"version":3,"file":"actionbar.d.ts","sourceRoot":"","sources":["../../../../src/common/color-tokens/custom/actionbar.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,mBAAmB,QAI/B,CAAC;AAEF,eAAO,MAAM,0BAA0B,QAStC,CAAC;AAEF,eAAO,MAAM,oBAAoB,QAIhC,CAAC;AAEF,eAAO,MAAM,4BAA4B,QASxC,CAAC;AAEF,eAAO,MAAM,wBAAwB,QASpC,CAAC"}
|
|
@@ -6,13 +6,24 @@ const utils_1 = require("../../utils");
|
|
|
6
6
|
const base_1 = require("../base");
|
|
7
7
|
const input_1 = require("../input");
|
|
8
8
|
// action bar
|
|
9
|
-
exports.actionbarForeground = (0, utils_1.registerColor)('kt.actionbar.foreground', { dark: base_1.foreground, light: base_1.foreground,
|
|
9
|
+
exports.actionbarForeground = (0, utils_1.registerColor)('kt.actionbar.foreground', { dark: base_1.foreground, light: base_1.foreground, hcDark: base_1.foreground, hcLight: base_1.foreground }, (0, ide_core_common_1.localize)('actionbarForeground', 'Foreground color of icon in actionbar'));
|
|
10
10
|
exports.actionbarDisableForeground = (0, utils_1.registerColor)('kt.actionbar.disableForeground', {
|
|
11
11
|
dark: (0, utils_1.transparent)(base_1.foreground, 0.3),
|
|
12
12
|
light: (0, utils_1.transparent)(base_1.foreground, 0.3),
|
|
13
|
-
|
|
13
|
+
hcDark: (0, utils_1.transparent)(base_1.foreground, 0.3),
|
|
14
|
+
hcLight: (0, utils_1.transparent)(base_1.foreground, 0.3),
|
|
14
15
|
}, (0, ide_core_common_1.localize)('actionbarDisableForeground', 'Foreground color of disabled icon in actionbar'));
|
|
15
|
-
exports.actionBarSeparatorBg = (0, utils_1.registerColor)('kt.actionbar.separatorBackground', { dark: null, light: null,
|
|
16
|
-
exports.actionbarSelectionBackground = (0, utils_1.registerColor)('kt.actionbar.selectionBackground', {
|
|
17
|
-
|
|
16
|
+
exports.actionBarSeparatorBg = (0, utils_1.registerColor)('kt.actionbar.separatorBackground', { dark: null, light: null, hcDark: null, hcLight: null }, (0, ide_core_common_1.localize)('actionbarSeparatorBackground', 'Separator background color of actionbar'));
|
|
17
|
+
exports.actionbarSelectionBackground = (0, utils_1.registerColor)('kt.actionbar.selectionBackground', {
|
|
18
|
+
dark: input_1.inputActiveOptionBackground,
|
|
19
|
+
light: input_1.inputActiveOptionBackground,
|
|
20
|
+
hcDark: input_1.inputActiveOptionBackground,
|
|
21
|
+
hcLight: input_1.inputActiveOptionBackground,
|
|
22
|
+
}, (0, ide_core_common_1.localize)('actionbarSelectionBackground', 'Bacjground color of selected icon in actionbar'));
|
|
23
|
+
exports.actionbarSelectionBorder = (0, utils_1.registerColor)('kt.actionbar.selectionBorder', {
|
|
24
|
+
dark: input_1.inputActiveOptionBorder,
|
|
25
|
+
light: input_1.inputActiveOptionBorder,
|
|
26
|
+
hcDark: input_1.inputActiveOptionBorder,
|
|
27
|
+
hcLight: input_1.inputActiveOptionBorder,
|
|
28
|
+
}, (0, ide_core_common_1.localize)('actionbarSelectionBorder', 'Border color of selected icon in actionbar'));
|
|
18
29
|
//# sourceMappingURL=actionbar.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actionbar.js","sourceRoot":"","sources":["../../../../src/common/color-tokens/custom/actionbar.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,uCAAyD;AACzD,kCAAqC;AACrC,oCAAgF;AAEhF,aAAa;AACA,QAAA,mBAAmB,GAAG,IAAA,qBAAa,EAC9C,yBAAyB,EACzB,EAAE,IAAI,EAAE,iBAAU,EAAE,KAAK,EAAE,iBAAU,EAAE,EAAE,EAAE,iBAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"actionbar.js","sourceRoot":"","sources":["../../../../src/common/color-tokens/custom/actionbar.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,uCAAyD;AACzD,kCAAqC;AACrC,oCAAgF;AAEhF,aAAa;AACA,QAAA,mBAAmB,GAAG,IAAA,qBAAa,EAC9C,yBAAyB,EACzB,EAAE,IAAI,EAAE,iBAAU,EAAE,KAAK,EAAE,iBAAU,EAAE,MAAM,EAAE,iBAAU,EAAE,OAAO,EAAE,iBAAU,EAAE,EAChF,IAAA,0BAAQ,EAAC,qBAAqB,EAAE,uCAAuC,CAAC,CACzE,CAAC;AAEW,QAAA,0BAA0B,GAAG,IAAA,qBAAa,EACrD,gCAAgC,EAChC;IACE,IAAI,EAAE,IAAA,mBAAW,EAAC,iBAAU,EAAE,GAAG,CAAC;IAClC,KAAK,EAAE,IAAA,mBAAW,EAAC,iBAAU,EAAE,GAAG,CAAC;IACnC,MAAM,EAAE,IAAA,mBAAW,EAAC,iBAAU,EAAE,GAAG,CAAC;IACpC,OAAO,EAAE,IAAA,mBAAW,EAAC,iBAAU,EAAE,GAAG,CAAC;CACtC,EACD,IAAA,0BAAQ,EAAC,4BAA4B,EAAE,gDAAgD,CAAC,CACzF,CAAC;AAEW,QAAA,oBAAoB,GAAG,IAAA,qBAAa,EAC/C,kCAAkC,EAClC,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,EACxD,IAAA,0BAAQ,EAAC,8BAA8B,EAAE,yCAAyC,CAAC,CACpF,CAAC;AAEW,QAAA,4BAA4B,GAAG,IAAA,qBAAa,EACvD,kCAAkC,EAClC;IACE,IAAI,EAAE,mCAA2B;IACjC,KAAK,EAAE,mCAA2B;IAClC,MAAM,EAAE,mCAA2B;IACnC,OAAO,EAAE,mCAA2B;CACrC,EACD,IAAA,0BAAQ,EAAC,8BAA8B,EAAE,gDAAgD,CAAC,CAC3F,CAAC;AAEW,QAAA,wBAAwB,GAAG,IAAA,qBAAa,EACnD,8BAA8B,EAC9B;IACE,IAAI,EAAE,+BAAuB;IAC7B,KAAK,EAAE,+BAAuB;IAC9B,MAAM,EAAE,+BAAuB;IAC/B,OAAO,EAAE,+BAAuB;CACjC,EACD,IAAA,0BAAQ,EAAC,0BAA0B,EAAE,4CAA4C,CAAC,CACnF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"activity-bar.d.ts","sourceRoot":"","sources":["../../../../src/common/color-tokens/custom/activity-bar.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B,
|
|
1
|
+
{"version":3,"file":"activity-bar.d.ts","sourceRoot":"","sources":["../../../../src/common/color-tokens/custom/activity-bar.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B,QASzC,CAAC"}
|
|
@@ -8,6 +8,7 @@ const activity_bar_1 = require("../activity-bar");
|
|
|
8
8
|
exports.ktActivityBarDropUpBackground = (0, utils_1.registerColor)('kt.activityBar.dropUpBackground', {
|
|
9
9
|
dark: activity_bar_1.ACTIVITY_BAR_BACKGROUND,
|
|
10
10
|
light: activity_bar_1.ACTIVITY_BAR_BACKGROUND,
|
|
11
|
-
|
|
11
|
+
hcDark: activity_bar_1.ACTIVITY_BAR_BACKGROUND,
|
|
12
|
+
hcLight: activity_bar_1.ACTIVITY_BAR_BACKGROUND,
|
|
12
13
|
}, (0, ide_core_common_1.localize)('activityBar.dropUpBackground', 'dragging item background color'));
|
|
13
14
|
//# sourceMappingURL=activity-bar.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"activity-bar.js","sourceRoot":"","sources":["../../../../src/common/color-tokens/custom/activity-bar.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,uCAA4C;AAC5C,kDAA0D;AAE1D,0BAA0B;AACb,QAAA,6BAA6B,GAAG,IAAA,qBAAa,EACxD,iCAAiC,EACjC;IACE,IAAI,EAAE,sCAAuB;IAC7B,KAAK,EAAE,sCAAuB;IAC9B,EAAE,EAAE,sCAAuB;
|
|
1
|
+
{"version":3,"file":"activity-bar.js","sourceRoot":"","sources":["../../../../src/common/color-tokens/custom/activity-bar.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,uCAA4C;AAC5C,kDAA0D;AAE1D,0BAA0B;AACb,QAAA,6BAA6B,GAAG,IAAA,qBAAa,EACxD,iCAAiC,EACjC;IACE,IAAI,EAAE,sCAAuB;IAC7B,KAAK,EAAE,sCAAuB;IAC9B,MAAM,EAAE,sCAAuB;IAC/B,OAAO,EAAE,sCAAuB;CACjC,EACD,IAAA,0BAAQ,EAAC,8BAA8B,EAAE,gCAAgC,CAAC,CAC3E,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../../src/common/color-tokens/custom/badge.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../../src/common/color-tokens/custom/badge.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,sBAAsB,QAYlC,CAAC;AAEF,eAAO,MAAM,WAAW,QASvB,CAAC"}
|
|
@@ -8,11 +8,13 @@ const base_1 = require("../base");
|
|
|
8
8
|
exports.ActivityBarBadgeBorder = (0, utils_1.registerColor)('kt.activityBarBadge.border', {
|
|
9
9
|
dark: null,
|
|
10
10
|
light: null,
|
|
11
|
-
|
|
11
|
+
hcDark: base_1.contrastBorder,
|
|
12
|
+
hcLight: base_1.contrastBorder,
|
|
12
13
|
}, (0, ide_core_common_1.localize)('activityBarBadgeBorder', 'Activity notification badge border color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.'));
|
|
13
14
|
exports.BadgeBorder = (0, utils_1.registerColor)('kt.badge.border', {
|
|
14
15
|
dark: badge_1.badgeBackground,
|
|
15
16
|
light: badge_1.badgeBackground,
|
|
16
|
-
|
|
17
|
+
hcDark: base_1.contrastBorder,
|
|
18
|
+
hcLight: base_1.contrastBorder,
|
|
17
19
|
}, (0, ide_core_common_1.localize)('badgeBorder', 'Badge border color. Badges are small information labels, e.g. for search results count.'));
|
|
18
20
|
//# sourceMappingURL=badge.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"badge.js","sourceRoot":"","sources":["../../../../src/common/color-tokens/custom/badge.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,uCAA4C;AAC5C,oCAA2C;AAC3C,kCAAyC;AAE5B,QAAA,sBAAsB,GAAG,IAAA,qBAAa,EACjD,4BAA4B,EAC5B;IACE,IAAI,EAAE,IAAI;IACV,KAAK,EAAE,IAAI;IACX,EAAE,EAAE,qBAAc;
|
|
1
|
+
{"version":3,"file":"badge.js","sourceRoot":"","sources":["../../../../src/common/color-tokens/custom/badge.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,uCAA4C;AAC5C,oCAA2C;AAC3C,kCAAyC;AAE5B,QAAA,sBAAsB,GAAG,IAAA,qBAAa,EACjD,4BAA4B,EAC5B;IACE,IAAI,EAAE,IAAI;IACV,KAAK,EAAE,IAAI;IACX,MAAM,EAAE,qBAAc;IACtB,OAAO,EAAE,qBAAc;CACxB,EACD,IAAA,0BAAQ,EACN,wBAAwB,EACxB,oJAAoJ,CACrJ,CACF,CAAC;AAEW,QAAA,WAAW,GAAG,IAAA,qBAAa,EACtC,iBAAiB,EACjB;IACE,IAAI,EAAE,uBAAe;IACrB,KAAK,EAAE,uBAAe;IACtB,MAAM,EAAE,qBAAc;IACtB,OAAO,EAAE,qBAAc;CACxB,EACD,IAAA,0BAAQ,EAAC,aAAa,EAAE,yFAAyF,CAAC,CACnH,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../src/common/color-tokens/custom/base.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,gBAAgB,QAI5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../src/common/color-tokens/custom/base.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,gBAAgB,QAI5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAS7B,CAAC;AAEF,eAAO,MAAM,uBAAuB,QAInC,CAAC;AAEF,eAAO,MAAM,mBAAmB,QAS/B,CAAC;AAEF,eAAO,MAAM,eAAe,QAI3B,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB,QASjC,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAI7B,CAAC;AAEF,eAAO,MAAM,oBAAoB,QAIhC,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAI7B,CAAC;AAEF,eAAO,MAAM,kBAAkB,QAS9B,CAAC;AAEF,eAAO,MAAM,cAAc,QAI1B,CAAC;AAEF,eAAO,MAAM,kBAAkB,QAI9B,CAAC;AAEF,eAAO,MAAM,cAAc,QAI1B,CAAC"}
|
|
@@ -7,23 +7,43 @@ const base_1 = require("../base");
|
|
|
7
7
|
const editor_1 = require("../editor");
|
|
8
8
|
// base custom colors
|
|
9
9
|
// 强调色
|
|
10
|
-
exports.accentForeground = (0, utils_1.registerColor)('kt.accentForeground', { dark: base_1.foreground, light: base_1.foreground,
|
|
11
|
-
exports.disableForeground = (0, utils_1.registerColor)('kt.disableForeground', {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
exports.accentForeground = (0, utils_1.registerColor)('kt.accentForeground', { dark: base_1.foreground, light: base_1.foreground, hcDark: base_1.foreground, hcLight: base_1.foreground }, (0, ide_core_common_1.localize)('accentForeground', 'Accent foreground color. This color is only used if not overridden by a component.'));
|
|
11
|
+
exports.disableForeground = (0, utils_1.registerColor)('kt.disableForeground', {
|
|
12
|
+
light: (0, utils_1.transparent)(base_1.foreground, 0.3),
|
|
13
|
+
dark: (0, utils_1.transparent)(base_1.foreground, 0.3),
|
|
14
|
+
hcDark: (0, utils_1.transparent)(base_1.foreground, 0.3),
|
|
15
|
+
hcLight: (0, utils_1.transparent)(base_1.foreground, 0.3),
|
|
16
|
+
}, (0, ide_core_common_1.localize)('disableForeground', 'Foreground color for text providing disabled information'));
|
|
17
|
+
exports.iconSecondaryForeground = (0, utils_1.registerColor)('kt.icon.secondaryForeground', { dark: base_1.iconForeground, light: base_1.iconForeground, hcDark: base_1.iconForeground, hcLight: base_1.iconForeground }, (0, ide_core_common_1.localize)('secondaryForeground', 'The secondary color for icons in the workbench.'));
|
|
18
|
+
exports.errorIconForeground = (0, utils_1.registerColor)('kt.errorIconForeground', {
|
|
19
|
+
dark: editor_1.editorErrorForeground,
|
|
20
|
+
light: editor_1.editorErrorForeground,
|
|
21
|
+
hcDark: editor_1.editorErrorForeground,
|
|
22
|
+
hcLight: editor_1.editorErrorForeground,
|
|
23
|
+
}, (0, ide_core_common_1.localize)('errorIconForeground', 'Foreground color for error icon'));
|
|
24
|
+
exports.errorBackground = (0, utils_1.registerColor)('kt.errorBackground', { dark: '#D21F2840', light: '#FF787540', hcDark: null, hcLight: null }, (0, ide_core_common_1.localize)('errorBackground', 'Background color for error text'));
|
|
15
25
|
/**
|
|
16
26
|
* 备注: 为保障对 vscode theme 插件的最大程度兼容
|
|
17
27
|
* 这里 [warning/error/info]IconForeground
|
|
18
28
|
* 皆 fallback 到 vscode token 中 notificationsIcon 相关的默认值
|
|
19
29
|
* 即全部 fallback 搭配 editorForeground 色值
|
|
20
30
|
*/
|
|
21
|
-
exports.warningIconForeground = (0, utils_1.registerColor)('kt.warningIconForeground', {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
exports.
|
|
28
|
-
exports.
|
|
31
|
+
exports.warningIconForeground = (0, utils_1.registerColor)('kt.warningIconForeground', {
|
|
32
|
+
dark: editor_1.editorWarningForeground,
|
|
33
|
+
light: editor_1.editorWarningForeground,
|
|
34
|
+
hcDark: editor_1.editorWarningForeground,
|
|
35
|
+
hcLight: editor_1.editorWarningForeground,
|
|
36
|
+
}, (0, ide_core_common_1.localize)('warningIconForeground', 'Foreground color for warning icon'));
|
|
37
|
+
exports.warningBackground = (0, utils_1.registerColor)('kt.warningBackground', { dark: '#D7951340', light: '#FFD66640', hcDark: null, hcLight: null }, (0, ide_core_common_1.localize)('warningBackground', 'Background color for warning text'));
|
|
38
|
+
exports.succesIconForeground = (0, utils_1.registerColor)('kt.successIconForeground', { dark: '#DBA936', light: '#73D13D', hcDark: base_1.iconForeground, hcLight: base_1.iconForeground }, (0, ide_core_common_1.localize)('successIconForeground', 'Foreground color for success icon'));
|
|
39
|
+
exports.successBackground = (0, utils_1.registerColor)('kt.successBackground', { dark: '#D7951340', light: '#95DE6440', hcDark: null, hcLight: null }, (0, ide_core_common_1.localize)('successBackground', 'Background color for success text'));
|
|
40
|
+
exports.infoIconForeground = (0, utils_1.registerColor)('kt.infoIconForeground', {
|
|
41
|
+
dark: editor_1.editorInfoForeground,
|
|
42
|
+
light: editor_1.editorInfoForeground,
|
|
43
|
+
hcDark: editor_1.editorInfoForeground,
|
|
44
|
+
hcLight: editor_1.editorInfoForeground,
|
|
45
|
+
}, (0, ide_core_common_1.localize)('infoIconForeground', 'Foreground color for info icon'));
|
|
46
|
+
exports.infoBackground = (0, utils_1.registerColor)('kt.infoBackground', { dark: '#167CDB40', light: '#6EB6FA40', hcDark: null, hcLight: null }, (0, ide_core_common_1.localize)('infoBackground', 'Background color for info text'));
|
|
47
|
+
exports.hintIconForeground = (0, utils_1.registerColor)('kt.hintIconForeground', { dark: '#868C91', light: '#999999', hcDark: base_1.iconForeground, hcLight: base_1.iconForeground }, (0, ide_core_common_1.localize)('hintIconForeground', 'Foreground color for hint icon'));
|
|
48
|
+
exports.hintBackground = (0, utils_1.registerColor)('kt.hintBackground', { dark: '#5F656B40', light: '#CCCCCC40', hcDark: null, hcLight: null }, (0, ide_core_common_1.localize)('hintBackground', 'Background color for hint text'));
|
|
29
49
|
//# sourceMappingURL=base.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.js","sourceRoot":"","sources":["../../../../src/common/color-tokens/custom/base.ts"],"names":[],"mappings":";;;AAAA,+DAAqD;AAErD,uCAAyD;AACzD,kCAAqD;AACrD,sCAAiG;AAEjG,qBAAqB;AACrB,MAAM;AACO,QAAA,gBAAgB,GAAG,IAAA,qBAAa,EAC3C,qBAAqB,EACrB,EAAE,IAAI,EAAE,iBAAU,EAAE,KAAK,EAAE,iBAAU,EAAE,EAAE,EAAE,iBAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"base.js","sourceRoot":"","sources":["../../../../src/common/color-tokens/custom/base.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../src/common/color-tokens/custom/button.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,yBAAyB,QAIrC,CAAC;AACF,eAAO,MAAM,yBAAyB,
|
|
1
|
+
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../src/common/color-tokens/custom/button.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,yBAAyB,QAIrC,CAAC;AACF,eAAO,MAAM,yBAAyB,QASrC,CAAC;AACF,eAAO,MAAM,qBAAqB,QASjC,CAAC;AAGF,eAAO,MAAM,yBAAyB,QAIrC,CAAC;AACF,eAAO,MAAM,yBAAyB,QAIrC,CAAC;AACF,eAAO,MAAM,qBAAqB,QAIjC,CAAC;AACF,eAAO,MAAM,8BAA8B,QAI1C,CAAC;AACF,eAAO,MAAM,8BAA8B,QAI1C,CAAC;AAGF,eAAO,MAAM,8BAA8B,QAM1C,CAAC;AACF,eAAO,MAAM,8BAA8B,QAI1C,CAAC;AACF,eAAO,MAAM,0BAA0B,QAStC,CAAC;AACF,eAAO,MAAM,mCAAmC,QAS/C,CAAC;AACF,eAAO,MAAM,+BAA+B,QAS3C,CAAC;AAGF,eAAO,MAAM,2BAA2B,QASvC,CAAC;AACF,eAAO,MAAM,2BAA2B,QAIvC,CAAC;AACF,eAAO,MAAM,uBAAuB,QASnC,CAAC;AACF,eAAO,MAAM,gCAAgC,QAI5C,CAAC;AACF,eAAO,MAAM,gCAAgC,QAI5C,CAAC;AACF,eAAO,MAAM,4BAA4B,QASxC,CAAC;AACF,eAAO,MAAM,gCAAgC,QAS5C,CAAC;AACF,eAAO,MAAM,gCAAgC,QAS5C,CAAC;AACF,eAAO,MAAM,4BAA4B,QASxC,CAAC;AAGF,eAAO,MAAM,4BAA4B,QAIxC,CAAC;AACF,eAAO,MAAM,4BAA4B,QAIxC,CAAC;AACF,eAAO,MAAM,wBAAwB,QAIpC,CAAC;AACF,eAAO,MAAM,iCAAiC,QAI7C,CAAC;AACF,eAAO,MAAM,6BAA6B,QAIzC,CAAC;AACF,eAAO,MAAM,mCAAmC,QAI/C,CAAC;AAGF,eAAO,MAAM,sBAAsB,QAIlC,CAAC;AACF,eAAO,MAAM,2BAA2B,QAIvC,CAAC;AACF,eAAO,MAAM,2BAA2B,QAIvC,CAAC;AACF,eAAO,MAAM,6BAA6B,QAIzC,CAAC;AAGF,eAAO,MAAM,wBAAwB,QAIpC,CAAC;AACF,eAAO,MAAM,wBAAwB,QAIpC,CAAC;AACF,eAAO,MAAM,6BAA6B,QAIzC,CAAC;AACF,eAAO,MAAM,6BAA6B,QAIzC,CAAC;AAGF,eAAO,MAAM,6BAA6B,QAIzC,CAAC;AACF,eAAO,MAAM,6BAA6B,QAIzC,CAAC;AACF,eAAO,MAAM,yBAAyB,QAIrC,CAAC;AACF,eAAO,MAAM,kCAAkC,QAI9C,CAAC;AACF,eAAO,MAAM,8BAA8B,QAI1C,CAAC;AACF,eAAO,MAAM,kCAAkC,QAI9C,CAAC;AACF,eAAO,MAAM,8BAA8B,QAI1C,CAAC;AAGF,eAAO,MAAM,yBAAyB,QAIrC,CAAC;AACF,eAAO,MAAM,yBAAyB,QAIrC,CAAC;AACF,eAAO,MAAM,qBAAqB,QAIjC,CAAC;AACF,eAAO,MAAM,8BAA8B,QAS1C,CAAC;AACF,eAAO,MAAM,8BAA8B,QAI1C,CAAC;AACF,eAAO,MAAM,0BAA0B,QAStC,CAAC;AACF,eAAO,MAAM,8BAA8B,QAS1C,CAAC;AACF,eAAO,MAAM,0BAA0B,QAStC,CAAC"}
|