From bc2c0abd7a67e85882041b314450d3f41246275a Mon Sep 17 00:00:00 2001 From: benfry Date: Sun, 26 Jan 2003 17:53:30 +0000 Subject: [PATCH] X new colors chosen by casey (replace pde.properties and buttons.gif) --- build/shared/lib/buttons.gif | Bin 1779 -> 1779 bytes build/shared/lib/pde.properties | 75 ++++++++++++++++---------------- todo.txt | 5 +-- 3 files changed, 40 insertions(+), 40 deletions(-) diff --git a/build/shared/lib/buttons.gif b/build/shared/lib/buttons.gif index f16076bd94404d79f1ff2f31e444b1ac4a80d259..af46dfc718302d2580dc6358303c7ba117e09dec 100644 GIT binary patch delta 169 zcmey&`GQ%PU24iE5w6v(1Gds@AWcUvT3}B%6lZBCift5iA!~>~i zVE)gs>&`#liFWdg`V-^CR00kdckdBepYYCb_tRN>d^d#36!XZjIPB3dIe%%Q(4}$&y8xA)9UT PA*RWU^EQVu&t(PxK$$(W delta 169 zcmey&`GQ%PU5cvQ9|CyN#GiT0BOG`60HU@Hmf{H&`7#SGY7<51? zKx!G7|3~b)^DlRzojjxc#5ggP3x|xm_Xw>|cxSl#>8w4z8$xA@Ipi9h_Gp-#KQ=KY zN;frIj%nfy8%EZNSBn|BCwnqlGGAn1p4`g#iO=IekIA)+$Gtxf9zWj8GP#w>k|mij STWInjrpb)=Hit3KWd;EFt3ZSR diff --git a/build/shared/lib/pde.properties b/build/shared/lib/pde.properties index 0ad7b943d..5b5f40291 100644 --- a/build/shared/lib/pde.properties +++ b/build/shared/lib/pde.properties @@ -19,73 +19,74 @@ # styles for various types of text # comments -#editor.program.comment1.style=#666666,plain -#editor.program.comment2.style=#666666,plain +editor.program.comment1.style=#777755,plain +editor.program.comment2.style=#777755,plain # abstract, final, private -#editor.program.keyword1.style=#aa6666,plain +editor.program.keyword1.style=#cc6600,plain # beginShape, point, line -#editor.program.keyword2.style=#993333,plain +editor.program.keyword2.style=#996600,plain # byte, char, short, color -#editor.program.keyword3.style=#660000,bold +editor.program.keyword3.style=#993300,bold # constants: null, true, this, RGB, TWO_PI -#editor.program.literal1.style=#333399,plain +editor.program.literal1.style=#cc0000,plain # p5 built in variables: mouseX, width, pixels -#editor.program.literal2.style=#6666aa,plain +editor.program.literal2.style=#cc0000,plain # ?? -#editor.program.label.style=#009900,bold +editor.program.label.style=#7E7E00,bold # + - = / editor.program.operator.style=#000000,plain # caret blinking and caret color -#editor.program.caret.blink=true -#editor.program.caret.color=#808080 +editor.program.caret.blink=true +editor.program.caret.color=#333300 # selection color -#editor.program.selection.color=#ccccff +editor.program.selection.color=#ffcc00 +#editor.program.selection.color=#cccc00 # highlight for the current line -#editor.program.linehighlight.enabled=true -#editor.program.linehighlight.color=#f0f0f0 +editor.program.linehighlight.enabled=true +editor.program.linehighlight.color=#ddddbb # bracket/brace highlighting -#editor.program.brackethighlight.enabled=true -#editor.program.brackethighligh.color=#666666 +editor.program.brackethighlight.enabled=true +editor.program.brackethighligh.color=#ffcc00 # little pooties at the end of lines that show where they finish #editor.program.eolmarkers.enabled=false -#editor.program.eolmarkers.color=#cccccc +#editor.program.eolmarkers.color=#99991A # area that's not in use by the text (replaced with tildes) -#editor.program.invalid.enabled=false -#editor.program.invalid.style=#00cc00,bold +editor.program.invalid.enabled=false +editor.program.invalid.style=#7E7E00,bold -#editor.buttons.bgcolor = #999999 -#editor.buttons.status.font = SansSerif,plain,10 -#editor.buttons.status.color = #333333 +editor.buttons.bgcolor = #999988 +editor.buttons.status.font = SansSerif,plain,10 +editor.buttons.status.color = #333322 -#editor.header.bgcolor = #333333 -#editor.header.fgcolor.primary = #ffffff -#editor.header.fgcolor.secondary = #cccccc -#editor.header.font = SansSerif,plain,12 +editor.header.bgcolor = #333322 +editor.header.fgcolor.primary = #ffffff +editor.header.fgcolor.secondary = #ccccbb +editor.header.font = SansSerif,plain,12 -#editor.console.bgcolor = #0a0a0a -#editor.console.fgcolor.output = #cccccc -#editor.console.fgcolor.error = #cc0000 -#editor.console.font = Monospaced,plain,11 -#editor.console.lines = 6 +editor.console.bgcolor = #1A1A00 +editor.console.fgcolor.output = #ccccbb +editor.console.fgcolor.error = #cc0000 +editor.console.font = Monospaced,plain,11 +editor.console.lines = 6 -#editor.status.notice.fgcolor = #333333 -#editor.status.notice.bgcolor = #cccccc -#editor.status.error.fgcolor = #ffffff -#editor.status.error.bgcolor = #CC0000 -#editor.status.prompt.fgcolor = #FFFFFF -#editor.status.prompt.bgcolor = #CC9900 -#editor.status.font = SansSerif,plain,12 +editor.status.notice.fgcolor = #333322 +editor.status.notice.bgcolor = #bbbbaa +editor.status.error.fgcolor = #ffffee +editor.status.error.bgcolor = #880000 +editor.status.prompt.fgcolor = #ffffee +editor.status.prompt.bgcolor = #CC9900 +editor.status.font = SansSerif,plain,12 #editor.expand_tabs=true #editor.tab_size=2 diff --git a/todo.txt b/todo.txt index d146b5461..807989dbf 100644 --- a/todo.txt +++ b/todo.txt @@ -4,9 +4,8 @@ X ceil/floor/round X new set of examples X remove old examples from cvs X pmouseX and pmouseX should be colored with mouseX and mouseY - -_ new html for export -_ new colors chosen by casey +X new html for export +X new colors chosen by casey (replace pde.properties and buttons.gif) _ disappearing text caret on win2k _ works in 'insert' mode