Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; PureBasic IDE Exported Preferences
- ;
- [Sections]
- IncludeColors = 1
- ;
- ; Color settings
- ;
- [Colors]
- ASMKeywordColor = RGB(197, 141, 172)
- ASMKeywordColor_Used = 1
- BackgroundColor = RGB(63, 63, 63)
- BackgroundColor_Used = 1
- BasicKeywordColor = RGB(0, 128, 255)
- BasicKeywordColor_Used = 1
- CommentColor = RGB(113, 174, 133)
- CommentColor_Used = 1
- ConstantColor = RGB(217, 152, 222)
- ConstantColor_Used = 1
- LabelColor = RGB(255, 255, 0)
- LabelColor_Used = 1
- NormalTextColor = RGB(192, 173, 114)
- NormalTextColor_Used = 1
- NumberColor = RGB(235, 203, 156)
- NumberColor_Used = 1
- OperatorColor = RGB(255, 128, 128)
- OperatorColor_Used = 1
- PointerColor = RGB(243, 207, 112)
- PointerColor_Used = 1
- PureKeywordColor = RGB(179, 179, 255)
- PureKeywordColor_Used = 1
- SeparatorColor = RGB(255, 128, 128)
- SeparatorColor_Used = 1
- StringColor = RGB(153, 153, 153)
- StringColor_Used = 1
- StructureColor = RGB(255, 89, 255)
- StructureColor_Used = 1
- LineNumberColor = RGB(192, 192, 192)
- LineNumberColor_Used = 1
- LineNumberBackColor = RGB(45, 45, 45)
- LineNumberBackColor_Used = 1
- MarkerColor = RGB(0, 170, 170)
- MarkerColor_Used = 1
- CurrentLineColor = RGB(0, 0, 0)
- CurrentLineColor_Used = 1
- SelectionColor = RGB(99, 99, 99)
- SelectionColor_Used = 1
- SelectionFrontColor = RGB(199, 199, 199)
- SelectionFrontColor_Used = 1
- CursorColor = RGB(154, 154, 154)
- CursorColor_Used = 1
- Debugger_LineColor = RGB(0, 0, 0)
- Debugger_LineColor_Used = 1
- Debugger_LineSymbolColor = RGB(192, 192, 192)
- Debugger_LineSymbolColor_Used = 1
- Debugger_ErrorColor = RGB(157, 0, 0)
- Debugger_ErrorColor_Used = 1
- Debugger_ErrorSymbolColor = RGB(255, 83, 83)
- Debugger_ErrorSymbolColor_Used = 1
- Debugger_BreakPointColor = RGB(64, 128, 128)
- Debugger_BreakPointColor_Used = 1
- Debugger_BreakpoinSymbolColor = RGB(0, 255, 255)
- Debugger_BreakpoinSymbolColor_Used = 1
- DisabledBackColor = RGB(63, 63, 63)
- DisabledBackColor_Used = 1
- GoodBraceColor = RGB(0, 128, 255)
- GoodBraceColor_Used = 1
- BadBraceColor = RGB(255, 0, 0)
- BadBraceColor_Used = 1
- ProcedureBackColor = RGB(63, 63, 63)
- ProcedureBackColor_Used = 1
- CustomKeywordColor = RGB(0, 0, 102)
- CustomKeywordColor_Used = 1
- Debugger_WarningColor = RGB(128, 128, 0)
- Debugger_WarningColor_Used = 1
- Debugger_WarningSymbolColor = RGB(255, 208, 0)
- Debugger_WarningSymbolColor_Used = 1
- IndentColor = RGB(121, 121, 121)
- IndentColor_Used = 1
- ModuleColor = RGB(0, 168, 191)
- ModuleColor_Used = 1
- SelectionRepeatColor = RGB(176, 255, 167)
- SelectionRepeatColor_Used = 1
- PlainBackground = RGB(63, 63, 63)
- PlainBackground_Used = 1
- ToolsPanel_FrontColor = RGB(159, 159, 159)
- ToolsPanel_BackColor = RGB(63, 63, 63)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement