mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
using the blue as the default
This commit is contained in:
+51
-51
@@ -7,29 +7,29 @@
|
||||
# TOOLBAR BUTTON TEXT
|
||||
toolbar.rollover.font = processing.sans,plain,12
|
||||
toolbar.rollover.color = #000000
|
||||
toolbar.gradient.top = #CBCECC
|
||||
toolbar.gradient.bottom = #CBCECC
|
||||
toolbar.gradient.top = #6BA0C7
|
||||
toolbar.gradient.bottom = #6BA0C7
|
||||
|
||||
# MODE SELECTOR (EditorToolbar)
|
||||
mode.title.font = processing.sans,plain,12
|
||||
mode.title.color = #4A4D50
|
||||
mode.title.color = #004063
|
||||
# stolen from gradient bottom
|
||||
mode.background.color = #CBCECC
|
||||
mode.outline.color = #676A6B
|
||||
mode.background.color = #6BA0C7
|
||||
mode.outline.color = #12577C
|
||||
|
||||
toolbar.button.disabled.field = #000009
|
||||
toolbar.button.disabled.glyph = #E4E8E4
|
||||
toolbar.button.disabled.field = #00072B
|
||||
toolbar.button.disabled.glyph = #BAEDFF
|
||||
toolbar.button.disabled.stroke = none
|
||||
toolbar.button.enabled.field = #FFFFF2
|
||||
toolbar.button.enabled.glyph = #60605B
|
||||
toolbar.button.enabled.glyph = #009BEE
|
||||
toolbar.button.enabled.stroke = none
|
||||
toolbar.button.pressed.field = #60605B
|
||||
toolbar.button.pressed.field = #009BEE
|
||||
toolbar.button.pressed.glyph = #FFFFF2
|
||||
toolbar.button.pressed.stroke = #FFFFF2
|
||||
toolbar.button.rollover.field = #FFFFF2
|
||||
toolbar.button.rollover.glyph = #003089
|
||||
toolbar.button.rollover.glyph = #003BB1
|
||||
toolbar.button.rollover.stroke = none
|
||||
toolbar.button.selected.field = #2D3033
|
||||
toolbar.button.selected.field = #00193D
|
||||
toolbar.button.selected.glyph = #FFFFF2
|
||||
toolbar.button.selected.stroke = none
|
||||
|
||||
@@ -52,11 +52,11 @@ toolbar.button.debug.selected.stroke = none
|
||||
|
||||
## EditorStatus - status message bar directly below the editor ##
|
||||
|
||||
status.notice.fgcolor = #ECF0ED
|
||||
status.notice.bgcolor = #878B8D
|
||||
status.notice.fgcolor = #B7EAFF
|
||||
status.notice.bgcolor = #016E9F
|
||||
status.error.fgcolor = #FFFFF2
|
||||
status.error.bgcolor = #000000
|
||||
status.warning.bgcolor = #0055B6
|
||||
status.warning.bgcolor = #004BB5
|
||||
status.warning.fgcolor = #FFFFF2
|
||||
status.url.fgcolor = #cccccc
|
||||
status.font = processing.sans,plain,13
|
||||
@@ -68,58 +68,58 @@ status.emoji.font.macosx = Dialog,plain,22
|
||||
## EditorHeader - the tab area above the editor ##
|
||||
|
||||
header.text.font = processing.sans,bold,14
|
||||
header.text.selected.color = #003D8B
|
||||
header.text.unselected.color = #888B89
|
||||
header.tab.arrow.color = #888B89
|
||||
header.tab.selected.color = #F6F9F3
|
||||
header.tab.unselected.color = #DFE2DD
|
||||
header.text.selected.color = #003D96
|
||||
header.text.unselected.color = #4F6A80
|
||||
header.tab.arrow.color = #4F6A80
|
||||
header.tab.selected.color = #C4E9FF
|
||||
header.tab.unselected.color = #A6CAE5
|
||||
header.tab.modified.color = #000000
|
||||
header.gradient.top = #CBCECC
|
||||
header.gradient.bottom = #CBCECC
|
||||
header.gradient.top = #6BA0C7
|
||||
header.gradient.bottom = #6BA0C7
|
||||
|
||||
|
||||
## EditorFooter - the tabs below the editor ##
|
||||
|
||||
footer.text.font = processing.sans,bold,12
|
||||
footer.text.selected.color = #000000
|
||||
footer.text.enabled.color = #4A4D50
|
||||
footer.text.enabled.color = #004063
|
||||
footer.icon.selected.color = #000000
|
||||
footer.icon.enabled.color = #4A4D50
|
||||
footer.gradient.top = #CBCECC
|
||||
footer.gradient.bottom = #CBCECC
|
||||
footer.tab.selected.color = #929695
|
||||
footer.tab.enabled.color = #CBCECC
|
||||
footer.icon.enabled.color = #004063
|
||||
footer.gradient.top = #6BA0C7
|
||||
footer.gradient.bottom = #6BA0C7
|
||||
footer.tab.selected.color = #3E769D
|
||||
footer.tab.enabled.color = #6BA0C7
|
||||
footer.updates.text.color = #000000
|
||||
footer.updates.indicator.field.color = #FBFFFA
|
||||
footer.updates.indicator.text.color = #000009
|
||||
footer.updates.indicator.field.color = #D1FFFF
|
||||
footer.updates.indicator.text.color = #00072B
|
||||
|
||||
|
||||
## EditorConsole - stack traces of doom and println() ##
|
||||
|
||||
# The font is handled by preferences.txt, so its size/etc are modifiable.
|
||||
console.color = #434442
|
||||
console.output.color = #9A9B95
|
||||
console.color = #2F3539
|
||||
console.output.color = #8C9495
|
||||
# text color for errors printed in the console
|
||||
console.error.color = #32CDFF
|
||||
console.error.color = #00D7FF
|
||||
|
||||
|
||||
## PdeTextAreaDefaults - default colors for the editor ##
|
||||
|
||||
# foreground and background colors
|
||||
editor.fgcolor = #000000
|
||||
editor.bgcolor = #FFFFF8
|
||||
editor.bgcolor = #FFFFF2
|
||||
|
||||
editor.gradient.top = #CBCECC
|
||||
editor.gradient.bottom = #CBCECC
|
||||
editor.gradient.top = #6BA0C7
|
||||
editor.gradient.bottom = #6BA0C7
|
||||
|
||||
# highlight for the current line
|
||||
editor.linehighlight.color = #E3F1FF
|
||||
editor.linehighlight.color = #D9FAFF
|
||||
# highlight for the current line
|
||||
editor.linehighlight=true
|
||||
|
||||
editor.caret.color = #000000
|
||||
# also used by EditorHeader
|
||||
editor.selection.color = #C5E4FF
|
||||
editor.selection.color = #AAF8FF
|
||||
|
||||
# little pooties at the end of lines that show where they finish
|
||||
editor.eolmarkers = false
|
||||
@@ -130,24 +130,24 @@ editor.brackethighlight = true
|
||||
editor.brackethighlight.color = #006699
|
||||
|
||||
# colors for the custom scroll bar
|
||||
editor.scrollbar.thumb.enabled.color = #929695
|
||||
editor.scrollbar.thumb.rollover.color = #808384
|
||||
editor.scrollbar.thumb.pressed.color = #808384
|
||||
editor.scrollbar.color = #B7BBB9
|
||||
editor.scrollbar.thumb.enabled.color = #3E769D
|
||||
editor.scrollbar.thumb.rollover.color = #2F6A90
|
||||
editor.scrollbar.thumb.pressed.color = #2F6A90
|
||||
editor.scrollbar.color = #5D93BA
|
||||
|
||||
|
||||
## PdeTextAreaPainter - extras added to the editor ##
|
||||
|
||||
editor.gutter.text.font = processing.mono,plain,11
|
||||
editor.gutter.text.color = #000009
|
||||
editor.gutter.text.color = #00072B
|
||||
|
||||
# bgcolor for the current (highlighted) line
|
||||
editor.gutter.linehighlight.color = #929695
|
||||
editor.gutter.linehighlight.color = #3E769D
|
||||
|
||||
# squiggly line underneath errors in the editor
|
||||
editor.error.underline.color = #000000
|
||||
# squiggly line underneath warnings
|
||||
editor.warning.underline.color = #0055B6
|
||||
editor.warning.underline.color = #004BB5
|
||||
|
||||
|
||||
## MarkerColumn - shows ticks adjacent the scroll bar ##
|
||||
@@ -175,19 +175,19 @@ errors.indicator.warning.color = #ef8115
|
||||
|
||||
## ManagerTabs - tabs in the Contribution Manager ##
|
||||
|
||||
manager.tab.selected.color = #F6F9F3
|
||||
manager.tab.unselected.color = #DFE2DD
|
||||
manager.tab.selected.color = #C4E9FF
|
||||
manager.tab.unselected.color = #A6CAE5
|
||||
manager.tab.text.font = processing.sans,bold,14
|
||||
manager.tab.text.selected.color = #003D8B
|
||||
manager.tab.text.unselected.color = #888B89
|
||||
manager.tab.gradient.top = #CBCECC
|
||||
manager.tab.gradient.bottom = #CBCECC
|
||||
manager.tab.text.selected.color = #003D96
|
||||
manager.tab.text.unselected.color = #4F6A80
|
||||
manager.tab.gradient.top = #6BA0C7
|
||||
manager.tab.gradient.bottom = #6BA0C7
|
||||
|
||||
|
||||
## ManagerFrame - main window for the Contribution Manager ##
|
||||
|
||||
# same as manager.tab.gradient.top, because .bottom is between the tabs
|
||||
manager.tab.background = #CBCECC
|
||||
manager.tab.background = #6BA0C7
|
||||
|
||||
|
||||
## ZoomTreeCellRenderer - tree for Examples and Sketchbook windows ##
|
||||
|
||||
Reference in New Issue
Block a user