diff --git a/Settings.ini b/Settings.ini index 9ed7dc8..63f6a7d 100644 --- a/Settings.ini +++ b/Settings.ini @@ -2,7 +2,7 @@ ; be used as a way to safely store your settings between updates, or to ; configure a compiled version of CodeQuickTester. If a setting is not set in ; this file, the default from the top of the script will be used. For boolean -; values, use 1 for true and 0 for false +; values, use 1 for true and 0 for false. Colors are formatted 0xRRGGBB ; Path to a file containing the starting contents of the editor. By default ; this is set to the path used by Explorer when you right click in a folder @@ -22,7 +22,6 @@ GlobalRun = 0 ;Params = ; The default colors used by the editor, before any syntax highlighting occurs -; These colors are formatted 0xBBGGRR FGColor = 0xEDEDCD BGColor = 0x3F3F3F @@ -72,7 +71,6 @@ BGColor = 0x262626 [Colors] ; The colors to be used for the syntax highlighting. -; These colors are formatted 0xRRGGBB Comments = 0x7F9F7F Functions = 0x7CC8CF