Wanted Dark Brown Theme Like VS17

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Zebuddi123
Enthusiast
Enthusiast
Posts: 794
Joined: Wed Feb 01, 2012 3:30 pm
Location: Nottinghamshire UK
Contact:

Wanted Dark Brown Theme Like VS17

Post by Zebuddi123 »

Hi to all. Does any have a Dark Brown Theme for the PBide like Visual Studio 2017 They could export. Maybe a stick with PBide colour theme posted would be good ?

Thanks Zebuddi. :)
malleo, caput, bang. Ego, comprehendunt in tempore
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Wanted Dark Brown Theme Like VS17

Post by RSBasic »

Do you have a example theme for Visual Studio? Do you mean this? https://code.visualstudio.com/images/th ... themes.png
I'm using a dark theme too but not brown: http://purebasic.fr/german/viewtopic.php?f=11&t=24927

You can open the VS theme file and insert the color values in PB settings.
Image
Image
User avatar
Zebuddi123
Enthusiast
Enthusiast
Posts: 794
Joined: Wed Feb 01, 2012 3:30 pm
Location: Nottinghamshire UK
Contact:

Re: Wanted Dark Brown Theme Like VS17

Post by Zebuddi123 »

Hi RSBasic. Thank you that`s exactly what I was looking for :)

Zebuddi.
malleo, caput, bang. Ego, comprehendunt in tempore
IdeasVacuum
Always Here
Always Here
Posts: 6425
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: Wanted Dark Brown Theme Like VS17

Post by IdeasVacuum »

Hi Zebuddi - you could just wear tinted brown glasses..... :mrgreen:
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
User avatar
Zebuddi123
Enthusiast
Enthusiast
Posts: 794
Joined: Wed Feb 01, 2012 3:30 pm
Location: Nottinghamshire UK
Contact:

Re: Wanted Dark Brown Theme Like VS17

Post by Zebuddi123 »

Hi to All. Well Here`s what I settled with, sort of SubLime`ish "easier on the eyes at night"

@IdeasVacuum Never though of that!! :lol:

Zebuddi.
; PureBasic IDE Exported Preferences
;
[Sections]
IncludeColors = 1
;
; Color settings
;
[Colors]
ASMKeywordColor = RGB(128, 0, 128)
ASMKeywordColor_Used = 1
BackgroundColor = RGB(6, 6, 6)
BackgroundColor_Used = 1
BasicKeywordColor = RGB(0, 160, 170)
BasicKeywordColor_Used = 1
CommentColor = RGB(102, 116, 123)
CommentColor_Used = 1
ConstantColor = RGB(160, 130, 189)
ConstantColor_Used = 1
LabelColor = RGB(153, 163, 138)
LabelColor_Used = 1
NormalTextColor = RGB(128, 255, 0)
NormalTextColor_Used = 1
NumberColor = RGB(255, 205, 34)
NumberColor_Used = 1
OperatorColor = RGB(0, 160, 170)
OperatorColor_Used = 1
PointerColor = RGB(153, 163, 138)
PointerColor_Used = 1
PureKeywordColor = RGB(103, 140, 177)
PureKeywordColor_Used = 1
SeparatorColor = RGB(241, 242, 243)
SeparatorColor_Used = 1
StringColor = RGB(236, 118, 0)
StringColor_Used = 1
StructureColor = RGB(153, 163, 138)
StructureColor_Used = 1
LineNumberColor = RGB(153, 77, 77)
LineNumberColor_Used = 1
LineNumberBackColor = RGB(37, 37, 37)
LineNumberBackColor_Used = 1
MarkerColor = RGB(0, 170, 170)
MarkerColor_Used = 1
CurrentLineColor = RGB(34, 40, 42)
CurrentLineColor_Used = 1
SelectionColor = RGB(92, 114, 118)
SelectionColor_Used = 1
SelectionFrontColor = RGB(255, 255, 255)
SelectionFrontColor_Used = 1
CursorColor = RGB(255, 255, 255)
CursorColor_Used = 1
Debugger_LineColor = RGB(232, 232, 255)
Debugger_LineColor_Used = 1
Debugger_LineSymbolColor = RGB(232, 232, 255)
Debugger_LineSymbolColor_Used = 1
Debugger_ErrorColor = RGB(255, 0, 0)
Debugger_ErrorColor_Used = 1
Debugger_ErrorSymbolColor = RGB(255, 0, 0)
Debugger_ErrorSymbolColor_Used = 1
Debugger_BreakPointColor = RGB(150, 58, 70)
Debugger_BreakPointColor_Used = 1
Debugger_BreakpoinSymbolColor = RGB(150, 58, 70)
Debugger_BreakpoinSymbolColor_Used = 1
DisabledBackColor = RGB(63, 78, 73)
DisabledBackColor_Used = 1
GoodBraceColor = RGB(255, 255, 0)
GoodBraceColor_Used = 1
BadBraceColor = RGB(255, 0, 0)
BadBraceColor_Used = 1
ProcedureBackColor = RGB(20, 20, 20)
ProcedureBackColor_Used = 1
CustomKeywordColor = RGB(0, 0, 102)
CustomKeywordColor_Used = 1
Debugger_WarningColor = RGB(236, 118, 0)
Debugger_WarningColor_Used = 1
Debugger_WarningSymbolColor = RGB(236, 118, 0)
Debugger_WarningSymbolColor_Used = 1
IndentColor = RGB(0, 170, 170)
IndentColor_Used = 1
ModuleColor = RGB(183, 0, 0)
ModuleColor_Used = 1
SelectionRepeatColor = RGB(183, 216, 255)
SelectionRepeatColor_Used = 1
PlainBackground = RGB(217, 234, 255)
PlainBackground_Used = 1
ToolsPanel_FrontColor = RGB(255, 255, 0)
ToolsPanel_BackColor = RGB(6, 6, 6)
malleo, caput, bang. Ego, comprehendunt in tempore
Post Reply