[PR #252] [MERGED] Add support for parsing concfg presets #24092

Open
opened 2026-01-31 09:01:21 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/252
Author: @devhawk
Created: 9/10/2018
Status: Merged
Merged: 9/12/2018
Merged by: @zadjii-msft

Base: masterHead: devhawk/concfg-support


📝 Commits (1)

📊 Changes

1 file changed (+92 additions, -0 deletions)

View changed files

tools/ColorTool/ColorTool/JsonParser.cs (+92 -0)

📄 Description

concfg (https://github.com/lukesampson/concfg) is a tool that can import and export console settings. It includes a set of settings presets that includes color settings. This PR updates colortool to understand that format, so these presets can be used by colortool to change the colors of the current console session w/o affecting the defaults.

Should close #62


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/252 **Author:** [@devhawk](https://github.com/devhawk) **Created:** 9/10/2018 **Status:** ✅ Merged **Merged:** 9/12/2018 **Merged by:** [@zadjii-msft](https://github.com/zadjii-msft) **Base:** `master` ← **Head:** `devhawk/concfg-support` --- ### 📝 Commits (1) - [`1e6232b`](https://github.com/microsoft/terminal/commit/1e6232b75182071cf58e8c23d1b352f12de73725) Add support for parsing concfg (https://github.com/lukesampson/concfg) presets ### 📊 Changes **1 file changed** (+92 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `tools/ColorTool/ColorTool/JsonParser.cs` (+92 -0) </details> ### 📄 Description concfg (https://github.com/lukesampson/concfg) is a tool that can import and export console settings. It includes a set of settings presets that includes color settings. This PR updates colortool to understand that format, so these presets can be used by colortool to change the colors of the current console session w/o affecting the defaults. Should close #62 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:01:21 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24092