new theme: "Bleu petrole"

Working on new editor enhancements?
User avatar
naf
New User
New User
Posts: 9
Joined: Fri Aug 18, 2023 3:19 pm

new theme: "Bleu petrole"

Post by naf »

EDIT 02 nov 2024 : version D fixes a clash with the too dark black color for module names. Now modules are "kind of grey" and the 3 blue colors look better when slightly darker : background, procedure background, and current line.
Image
https://imgbox.com/gLPv83dk
Image

The file: save this text as "bleu_petrole_D.prefs" and import it for the colors in file>>preferences>>editor>>colors (...or so... or bottom of preferences).

Code: Select all


; PureBasic IDE Exported Preferences
; 
[Sections]
IncludeColors = 1
; 
; Color settings
; 
[Colors]
ASMKeywordColor = RGB(255, 172, 6)
ASMKeywordColor_Used = 1
BackgroundColor = RGB(13, 81, 108)
BackgroundColor_Used = 1
BasicKeywordColor = RGB(155, 181, 175)
BasicKeywordColor_Used = 1
CommentColor = RGB(104, 125, 157)
CommentColor_Used = 1
ConstantColor = RGB(184, 86, 231)
ConstantColor_Used = 1
LabelColor = RGB(255, 255, 0)
LabelColor_Used = 1
NormalTextColor = RGB(169, 233, 252)
NormalTextColor_Used = 1
NumberColor = RGB(201, 201, 201)
NumberColor_Used = 1
OperatorColor = RGB(211, 211, 211)
OperatorColor_Used = 1
PointerColor = RGB(32, 160, 255)
PointerColor_Used = 1
PureKeywordColor = RGB(21, 191, 140)
PureKeywordColor_Used = 1
SeparatorColor = RGB(236, 159, 0)
SeparatorColor_Used = 1
StringColor = RGB(247, 53, 218)
StringColor_Used = 1
StructureColor = RGB(126, 192, 109)
StructureColor_Used = 1
LineNumberColor = RGB(131, 92, 143)
LineNumberColor_Used = 1
LineNumberBackColor = RGB(50, 54, 80)
LineNumberBackColor_Used = 1
MarkerColor = RGB(255, 255, 140)
MarkerColor_Used = 1
CurrentLineColor = RGB(1, 69, 96)
CurrentLineColor_Used = 1
SelectionColor = RGB(0, 0, 210)
SelectionColor_Used = 1
SelectionFrontColor = RGB(210, 255, 255)
SelectionFrontColor_Used = 1
CursorColor = RGB(255, 255, 255)
CursorColor_Used = 1
Debugger_LineColor = RGB(122, 122, 122)
Debugger_LineColor_Used = 1
Debugger_LineSymbolColor = RGB(122, 122, 122)
Debugger_LineSymbolColor_Used = 1
Debugger_ErrorColor = RGB(183, 0, 0)
Debugger_ErrorColor_Used = 1
Debugger_ErrorSymbolColor = RGB(255, 0, 0)
Debugger_ErrorSymbolColor_Used = 1
Debugger_BreakPointColor = RGB(147, 121, 0)
Debugger_BreakPointColor_Used = 1
Debugger_BreakpoinSymbolColor = RGB(255, 208, 0)
Debugger_BreakpoinSymbolColor_Used = 1
DisabledBackColor = RGB(55, 89, 43)
DisabledBackColor_Used = 1
GoodBraceColor = RGB(47, 242, 105)
GoodBraceColor_Used = 1
BadBraceColor = RGB(255, 8, 8)
BadBraceColor_Used = 1
ProcedureBackColor = RGB(7, 75, 102)
ProcedureBackColor_Used = 1
CustomKeywordColor = RGB(234, 234, 234)
CustomKeywordColor_Used = 1
Debugger_WarningColor = RGB(0, 255, 255)
Debugger_WarningColor_Used = 1
Debugger_WarningSymbolColor = RGB(0, 255, 255)
Debugger_WarningSymbolColor_Used = 1
IndentColor = RGB(36, 159, 206)
IndentColor_Used = 1
ModuleColor = RGB(170, 180, 158)
ModuleColor_Used = 1
SelectionRepeatColor = RGB(0, 0, 0)
SelectionRepeatColor_Used = 1
PlainBackground = RGB(108, 149, 106)
PlainBackground_Used = 1
ToolsPanel_FrontColor = RGB(0, 0, 0)
ToolsPanel_BackColor = RGB(244, 244, 244)

History: the origin of this (background) color "bleu petrole" -in French- is unclear. I think it's called "cool blue" in English. I see it as the unfathomable greyish greenish blue at the bottom of water waves. A soothing color anyway. See if you like it.
Not included in this file : I recommend the font "liberation mono". Among some details it makes a clear distinction between I, l, 1, and between 0, O, and o. We coders hate confusions, don't we?
Please try this theme and report any major overseen trouble.
Last edited by naf on Sat Nov 02, 2024 8:25 pm, edited 3 times in total.
BarryG
Addict
Addict
Posts: 4170
Joined: Thu Apr 18, 2019 8:17 am

Re: new theme: "Bleu petrole"

Post by BarryG »

Screenshot?
Cyllceaux
Enthusiast
Enthusiast
Posts: 511
Joined: Mon Jun 23, 2014 1:18 pm

Re: new theme: "Bleu petrole"

Post by Cyllceaux »

Image
Post Reply