Cannot use itermcolors scheme, Exception #3

Closed
opened 2026-01-30 21:39:27 +00:00 by claunia · 2 comments
Owner

Originally created by @const-g on GitHub (Aug 12, 2017).

Hi, while I have no problem trying .ini files .itermcolors trigger an error:

Microsoft Windows [version 10.0.15063]
(c) 2017 Microsoft Corporation. Tous droits réservés.

D:\projects\other\console\tools\ColorTool>colortool solarized_dark

Exception non gérée : System.FormatException: Le format de la chaîne d'entrée est incorrect.
   à System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
   à System.Convert.ToDouble(String value)
   à ColorTool.XmlSchemeParser.parseRgbFromXml(XmlNode components, UInt32& rgb)
   à ColorTool.XmlSchemeParser.ParseScheme(String schemeName)
   à ColorTool.Program.Main(String[] args)
Originally created by @const-g on GitHub (Aug 12, 2017). Hi, while I have no problem trying .ini files .itermcolors trigger an error: ``` Microsoft Windows [version 10.0.15063] (c) 2017 Microsoft Corporation. Tous droits réservés. D:\projects\other\console\tools\ColorTool>colortool solarized_dark Exception non gérée : System.FormatException: Le format de la chaîne d'entrée est incorrect. à System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt) à System.Convert.ToDouble(String value) à ColorTool.XmlSchemeParser.parseRgbFromXml(XmlNode components, UInt32& rgb) à ColorTool.XmlSchemeParser.ParseScheme(String schemeName) à ColorTool.Program.Main(String[] args) ```
claunia added the Product-Colortool label 2026-01-30 21:39:27 +00:00
Author
Owner

@khouzam commented on GitHub (Aug 12, 2017):

Hi @const-g

Looks like the same as issue #2 and a fix with pull request #1.

Can you try the code from the pull request and confirm

@khouzam commented on GitHub (Aug 12, 2017): Hi @const-g Looks like the same as issue #2 and a fix with pull request #1. Can you try the code from the pull request and confirm
Author
Owner

@khouzam commented on GitHub (Aug 14, 2017):

This has been merged

@khouzam commented on GitHub (Aug 14, 2017): This has been merged
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#3