You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
zadjii-msft
added
Product-Colortool
This is a problem with the utility application ColorTool for manipulating the console color palette.
and removed
Product-Colortool
This is a problem with the utility application ColorTool for manipulating the console color palette.
labels
Aug 14, 2017
Hi, while I have no problem trying .ini files .itermcolors trigger an error:
The text was updated successfully, but these errors were encountered: