@opensumi/ide-theme 2.24.3 → 2.24.4
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/common/color-tokens/debugToolbar.d.ts +1 -0
- package/lib/common/color-tokens/debugToolbar.d.ts.map +1 -1
- package/lib/common/color-tokens/debugToolbar.js +7 -1
- package/lib/common/color-tokens/debugToolbar.js.map +1 -1
- package/package.json +7 -7
- package/src/common/color-tokens/debugToolbar.ts +11 -0
|
@@ -10,4 +10,5 @@ export declare const debugIconStepIntoForeground: string;
|
|
|
10
10
|
export declare const debugIconStepOutForeground: string;
|
|
11
11
|
export declare const debugIconContinueForeground: string;
|
|
12
12
|
export declare const debugIconStepBackForeground: string;
|
|
13
|
+
export declare const debugIconActivateBreakpointsForeground: string;
|
|
13
14
|
//# sourceMappingURL=debugToolbar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"debugToolbar.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/debugToolbar.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,sBAAsB,QASlC,CAAC;AAEF,eAAO,MAAM,kBAAkB,QAS9B,CAAC;AAEF,eAAO,MAAM,wBAAwB,QASpC,CAAC;AAEF,eAAO,MAAM,wBAAwB,QASpC,CAAC;AAEF,eAAO,MAAM,uBAAuB,QASnC,CAAC;AAEF,eAAO,MAAM,6BAA6B,QASzC,CAAC;AAEF,eAAO,MAAM,0BAA0B,QAStC,CAAC;AAEF,eAAO,MAAM,2BAA2B,QASvC,CAAC;AAEF,eAAO,MAAM,2BAA2B,QASvC,CAAC;AAEF,eAAO,MAAM,0BAA0B,QAStC,CAAC;AAEF,eAAO,MAAM,2BAA2B,QASvC,CAAC;AAEF,eAAO,MAAM,2BAA2B,QASvC,CAAC"}
|
|
1
|
+
{"version":3,"file":"debugToolbar.d.ts","sourceRoot":"","sources":["../../../src/common/color-tokens/debugToolbar.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,sBAAsB,QASlC,CAAC;AAEF,eAAO,MAAM,kBAAkB,QAS9B,CAAC;AAEF,eAAO,MAAM,wBAAwB,QASpC,CAAC;AAEF,eAAO,MAAM,wBAAwB,QASpC,CAAC;AAEF,eAAO,MAAM,uBAAuB,QASnC,CAAC;AAEF,eAAO,MAAM,6BAA6B,QASzC,CAAC;AAEF,eAAO,MAAM,0BAA0B,QAStC,CAAC;AAEF,eAAO,MAAM,2BAA2B,QASvC,CAAC;AAEF,eAAO,MAAM,2BAA2B,QASvC,CAAC;AAEF,eAAO,MAAM,0BAA0B,QAStC,CAAC;AAEF,eAAO,MAAM,2BAA2B,QASvC,CAAC;AAEF,eAAO,MAAM,2BAA2B,QASvC,CAAC;AAEF,eAAO,MAAM,sCAAsC,QASlD,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.debugIconStepBackForeground = exports.debugIconContinueForeground = exports.debugIconStepOutForeground = exports.debugIconStepIntoForeground = exports.debugIconStepOverForeground = exports.debugIconRestartForeground = exports.debugIconDisconnectForeground = exports.debugIconStopForeground = exports.debugIconPauseForeground = exports.debugIconStartForeground = exports.debugToolBarBorder = exports.debugToolBarBackground = void 0;
|
|
3
|
+
exports.debugIconActivateBreakpointsForeground = exports.debugIconStepBackForeground = exports.debugIconContinueForeground = exports.debugIconStepOutForeground = exports.debugIconStepIntoForeground = exports.debugIconStepOverForeground = exports.debugIconRestartForeground = exports.debugIconDisconnectForeground = exports.debugIconStopForeground = exports.debugIconPauseForeground = exports.debugIconStartForeground = exports.debugToolBarBorder = exports.debugToolBarBackground = void 0;
|
|
4
4
|
const utils_1 = require("../utils");
|
|
5
5
|
// ref: https://github.com/Microsoft/vscode/blob/b07d19a768b42af2aa8f78f8b1b68978f14f9bd9/src%2Fvs%2Fworkbench%2Fcontrib%2Fdebug%2Fbrowser%2FdebugToolBar.ts
|
|
6
6
|
exports.debugToolBarBackground = (0, utils_1.registerColor)('debugToolBar.background', {
|
|
@@ -75,4 +75,10 @@ exports.debugIconStepBackForeground = (0, utils_1.registerColor)('debugIcon.step
|
|
|
75
75
|
hcDark: '#75BEFF',
|
|
76
76
|
hcLight: '#007ACC',
|
|
77
77
|
}, 'Debug toolbar icon for step back.');
|
|
78
|
+
exports.debugIconActivateBreakpointsForeground = (0, utils_1.registerColor)('debugIcon.activateBreakpointsForeground', {
|
|
79
|
+
dark: '#75BEFF',
|
|
80
|
+
light: '#007ACC',
|
|
81
|
+
hcDark: '#75BEFF',
|
|
82
|
+
hcLight: '#007ACC',
|
|
83
|
+
}, 'Debug toolbar icon for active breakpoints.');
|
|
78
84
|
//# sourceMappingURL=debugToolbar.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"debugToolbar.js","sourceRoot":"","sources":["../../../src/common/color-tokens/debugToolbar.ts"],"names":[],"mappings":";;;AAAA,oCAAyC;AAEzC,4JAA4J;AAC/I,QAAA,sBAAsB,GAAG,IAAA,qBAAa,EACjD,yBAAyB,EACzB;IACE,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,SAAS;CACnB,EACD,iCAAiC,CAClC,CAAC;AAEW,QAAA,kBAAkB,GAAG,IAAA,qBAAa,EAC7C,qBAAqB,EACrB;IACE,IAAI,EAAE,IAAI;IACV,KAAK,EAAE,IAAI;IACX,MAAM,EAAE,IAAI;IACZ,OAAO,EAAE,IAAI;CACd,EACD,6BAA6B,CAC9B,CAAC;AAEW,QAAA,wBAAwB,GAAG,IAAA,qBAAa,EACnD,2BAA2B,EAC3B;IACE,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,SAAS;CACnB,EACD,yCAAyC,CAC1C,CAAC;AAEW,QAAA,wBAAwB,GAAG,IAAA,qBAAa,EACnD,2BAA2B,EAC3B;IACE,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,SAAS;CACnB,EACD,+BAA+B,CAChC,CAAC;AAEW,QAAA,uBAAuB,GAAG,IAAA,qBAAa,EAClD,0BAA0B,EAC1B;IACE,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,SAAS;CACnB,EACD,8BAA8B,CAC/B,CAAC;AAEW,QAAA,6BAA6B,GAAG,IAAA,qBAAa,EACxD,gCAAgC,EAChC;IACE,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,SAAS;CACnB,EACD,oCAAoC,CACrC,CAAC;AAEW,QAAA,0BAA0B,GAAG,IAAA,qBAAa,EACrD,6BAA6B,EAC7B;IACE,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,SAAS;CACnB,EACD,iCAAiC,CAClC,CAAC;AAEW,QAAA,2BAA2B,GAAG,IAAA,qBAAa,EACtD,8BAA8B,EAC9B;IACE,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,SAAS;CACnB,EACD,mCAAmC,CACpC,CAAC;AAEW,QAAA,2BAA2B,GAAG,IAAA,qBAAa,EACtD,8BAA8B,EAC9B;IACE,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,SAAS;CACnB,EACD,mCAAmC,CACpC,CAAC;AAEW,QAAA,0BAA0B,GAAG,IAAA,qBAAa,EACrD,6BAA6B,EAC7B;IACE,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,SAAS;CACnB,EACD,mCAAmC,CACpC,CAAC;AAEW,QAAA,2BAA2B,GAAG,IAAA,qBAAa,EACtD,8BAA8B,EAC9B;IACE,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,SAAS;CACnB,EACD,kCAAkC,CACnC,CAAC;AAEW,QAAA,2BAA2B,GAAG,IAAA,qBAAa,EACtD,8BAA8B,EAC9B;IACE,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,SAAS;CACnB,EACD,mCAAmC,CACpC,CAAC"}
|
|
1
|
+
{"version":3,"file":"debugToolbar.js","sourceRoot":"","sources":["../../../src/common/color-tokens/debugToolbar.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-theme",
|
|
3
|
-
"version": "2.24.
|
|
3
|
+
"version": "2.24.4",
|
|
4
4
|
"files": [
|
|
5
5
|
"lib",
|
|
6
6
|
"src"
|
|
@@ -17,14 +17,14 @@
|
|
|
17
17
|
"url": "git@github.com:opensumi/core.git"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@opensumi/ide-core-common": "2.24.
|
|
20
|
+
"@opensumi/ide-core-common": "2.24.4"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@opensumi/ide-core-browser": "2.24.
|
|
23
|
+
"@opensumi/ide-core-browser": "2.24.4",
|
|
24
24
|
"@opensumi/ide-dev-tool": "1.3.1",
|
|
25
|
-
"@opensumi/ide-file-service": "2.24.
|
|
26
|
-
"@opensumi/ide-logs": "2.24.
|
|
27
|
-
"@opensumi/ide-static-resource": "2.24.
|
|
25
|
+
"@opensumi/ide-file-service": "2.24.4",
|
|
26
|
+
"@opensumi/ide-logs": "2.24.4",
|
|
27
|
+
"@opensumi/ide-static-resource": "2.24.4"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "9248a630c5a3717c9357d4565c41532e9729ca11"
|
|
30
30
|
}
|
|
@@ -132,3 +132,14 @@ export const debugIconStepBackForeground = registerColor(
|
|
|
132
132
|
},
|
|
133
133
|
'Debug toolbar icon for step back.',
|
|
134
134
|
);
|
|
135
|
+
|
|
136
|
+
export const debugIconActivateBreakpointsForeground = registerColor(
|
|
137
|
+
'debugIcon.activateBreakpointsForeground',
|
|
138
|
+
{
|
|
139
|
+
dark: '#75BEFF',
|
|
140
|
+
light: '#007ACC',
|
|
141
|
+
hcDark: '#75BEFF',
|
|
142
|
+
hcLight: '#007ACC',
|
|
143
|
+
},
|
|
144
|
+
'Debug toolbar icon for active breakpoints.',
|
|
145
|
+
);
|