Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 19 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,21 @@
"default": false,
"description": "Display emojis in menu section titles"
},
"vsCodeSfdxHardis.theme.colorTheme": {
"type": "string",
"default": "auto",
"enum": [
"auto",
"light",
"dark"
],
"enumDescriptions": [
"🔄 Automatic (Light/Dark theme)",
"☀️ Light theme",
"🌑 Dark theme"
],
"description": "Display theme for SFDX-Hardis webview panels (Pipeline, Configuration, etc.)"
},
"vsCodeSfdxHardis.theme.menuIconType": {
"type": "string",
"default": "vscode",
Expand All @@ -149,8 +164,8 @@
"vscode"
],
"enumDescriptions": [
"Colored SVG Icons",
"Standard Visual Studio Code Icons"
"Colored SVG Icons",
"Standard Visual Studio Code Icons"
],
"description": "Theme of SFDX-Hardis menu icons"
},
Expand Down Expand Up @@ -595,7 +610,7 @@
"@lwc/engine-dom": "^8.20.2",
"@lwc/module-resolver": "^8.20.2",
"@lwc/synthetic-shadow": "^8.20.2",
"@salesforce-ux/design-system": "^2.27.2",
"@salesforce-ux/design-system": "2.29.0",
"@types/fs-extra": "^11.0.4",
"@types/git-url-parse": "^9.0.1",
"@types/glob": "^8.0.0",
Expand Down Expand Up @@ -643,7 +658,7 @@
"git-url-parse": "^16.1.0",
"jira.js": "^5.2.2",
"js-yaml": "^4.1.0",
"lightning-base-components": "^1.27.2-alpha",
"lightning-base-components": "1.28.12-alpha",
"lodash-es": "4.17.23",
"mermaid": "^11.10.0",
"moment": "^2.29.1",
Expand Down
399 changes: 399 additions & 0 deletions resources/global-theme-variables.css

Large diffs are not rendered by default.

Loading
Loading