Skip to content
Open
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
4 changes: 1 addition & 3 deletions Settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down