mirror of
https://github.com/processing/processing4.git
synced 2026-02-15 19:35:37 +01:00
color updates for newly stylable parts of the manager
This commit is contained in:
@@ -101,9 +101,10 @@ footer.updates.indicator.text.color = #E1FFFF
|
||||
|
||||
|
||||
## EditorConsole - stack traces of doom and println() ##
|
||||
|
||||
# The font is handled by preferences.txt, so its size/etc are modifiable.
|
||||
|
||||
console.color = #001117
|
||||
# color of System.out text
|
||||
console.output.color = #85979F
|
||||
# text color for errors printed in the console
|
||||
console.error.color = #00E2FF
|
||||
@@ -126,7 +127,7 @@ editor.gradient.bottom = #001F2A
|
||||
# highlight for the current line
|
||||
editor.linehighlight.color = #161819
|
||||
# highlight for the current line
|
||||
editor.linehighlight=true
|
||||
editor.linehighlight = true
|
||||
|
||||
editor.caret.color = #FFFFFE
|
||||
# also used by EditorHeader
|
||||
@@ -204,14 +205,21 @@ manager.tab.background = #000C16
|
||||
|
||||
## ContributionTab
|
||||
|
||||
# error window (X) close button
|
||||
manager.error.close.icon.color = #000000
|
||||
|
||||
manager.scrollbar.thumb.enabled.color = #042934
|
||||
manager.scrollbar.thumb.rollover.color = #1B3C48
|
||||
manager.scrollbar.thumb.pressed.color = #1B3C48
|
||||
manager.scrollbar.color = #00101B
|
||||
|
||||
manager.list.search.text.color = #000000
|
||||
manager.list.search.placeholder.color = #cccccc
|
||||
manager.list.search.background.color = #ffffff
|
||||
manager.search.text.color = #FFFFFE
|
||||
manager.search.icon.color = #00ff80
|
||||
manager.search.background.color = #000000
|
||||
manager.search.caret.color = #FFFFFE
|
||||
manager.search.placeholder.color = #7B8A90
|
||||
manager.search.selection.text.color = #FFFFFE
|
||||
manager.search.selection.background.color = #000000
|
||||
|
||||
|
||||
## ListPanel – the listing inside a Contribution Manager tab ##
|
||||
@@ -220,9 +228,11 @@ manager.list.background.color = #042934
|
||||
manager.list.header.color = #123440
|
||||
manager.list.section.color = #042934
|
||||
manager.list.selection.color = #357C95
|
||||
manager.list.icon.color = #75DBFF
|
||||
manager.list.text.color = #FFFFFE
|
||||
manager.list.incompatible.selection.color = #254552
|
||||
manager.list.incompatible.text.color = #6C8C9A
|
||||
manager.list.foundation.color = #84A5B3
|
||||
manager.list.incompatible.selection.color = #2C444E
|
||||
manager.list.incompatible.text.color = #7B8A90
|
||||
|
||||
|
||||
## StatusPanel - the bottom panel with detail about a contribution
|
||||
@@ -231,6 +241,17 @@ manager.panel.font = processing.sans,plain,11
|
||||
manager.panel.background.color = #004E64
|
||||
manager.panel.text.color = #FFFFFE
|
||||
manager.panel.link.color = #AFDEF2
|
||||
manager.panel.foundation.color = #AFDEF2
|
||||
|
||||
manager.button.enabled.background.color = #003248
|
||||
manager.button.enabled.text.color = #FFFFFE
|
||||
manager.button.enabled.icon.color = #AFDEF2
|
||||
manager.button.pressed.background.color = #001A2D
|
||||
manager.button.pressed.text.color = #AFDEF2
|
||||
manager.button.pressed.icon.color = #AFDEF2
|
||||
manager.button.disabled.background.color = #004056
|
||||
manager.button.disabled.text.color = #9BACB4
|
||||
manager.button.disabled.icon.color = #9BACB4
|
||||
|
||||
|
||||
## ZoomTreeCellRenderer - tree for Examples and Sketchbook windows ##
|
||||
|
||||
@@ -101,9 +101,10 @@ footer.updates.indicator.text.color = #FAFEFF
|
||||
|
||||
|
||||
## EditorConsole - stack traces of doom and println() ##
|
||||
|
||||
# The font is handled by preferences.txt, so its size/etc are modifiable.
|
||||
|
||||
console.color = #1A1D26
|
||||
# color of System.out text
|
||||
console.output.color = #989CA7
|
||||
# text color for errors printed in the console
|
||||
console.error.color = #FF8400
|
||||
@@ -126,7 +127,7 @@ editor.gradient.bottom = #3E424C
|
||||
# highlight for the current line
|
||||
editor.linehighlight.color = #3C1700
|
||||
# highlight for the current line
|
||||
editor.linehighlight=true
|
||||
editor.linehighlight = true
|
||||
|
||||
editor.caret.color = #FFFFFE
|
||||
# also used by EditorHeader
|
||||
@@ -204,14 +205,21 @@ manager.tab.background = #0F1219
|
||||
|
||||
## ContributionTab
|
||||
|
||||
# error window (X) close button
|
||||
manager.error.close.icon.color = #000000
|
||||
|
||||
manager.scrollbar.thumb.enabled.color = #3E424C
|
||||
manager.scrollbar.thumb.rollover.color = #4E525D
|
||||
manager.scrollbar.thumb.pressed.color = #4E525D
|
||||
manager.scrollbar.color = #232731
|
||||
|
||||
manager.list.search.text.color = #000000
|
||||
manager.list.search.placeholder.color = #cccccc
|
||||
manager.list.search.background.color = #ffffff
|
||||
manager.search.text.color = #FFFFFE
|
||||
manager.search.icon.color = #00ff80
|
||||
manager.search.background.color = #000000
|
||||
manager.search.caret.color = #FFFFFE
|
||||
manager.search.placeholder.color = #97999F
|
||||
manager.search.selection.text.color = #FFFFFE
|
||||
manager.search.selection.background.color = #000000
|
||||
|
||||
|
||||
## ListPanel – the listing inside a Contribution Manager tab ##
|
||||
@@ -220,9 +228,11 @@ manager.list.background.color = #3E424C
|
||||
manager.list.header.color = #494D58
|
||||
manager.list.section.color = #3E424C
|
||||
manager.list.selection.color = #7D88A4
|
||||
manager.list.icon.color = #FFB551
|
||||
manager.list.text.color = #FFFFFE
|
||||
manager.list.incompatible.selection.color = #575B66
|
||||
manager.list.incompatible.text.color = #9499A5
|
||||
manager.list.foundation.color = #A9AEBA
|
||||
manager.list.incompatible.selection.color = #585B64
|
||||
manager.list.incompatible.text.color = #97999F
|
||||
|
||||
|
||||
## StatusPanel - the bottom panel with detail about a contribution
|
||||
@@ -231,6 +241,17 @@ manager.panel.font = processing.sans,plain,11
|
||||
manager.panel.background.color = #5A657F
|
||||
manager.panel.text.color = #FFFFFE
|
||||
manager.panel.link.color = #FFC169
|
||||
manager.panel.foundation.color = #FFC169
|
||||
|
||||
manager.button.enabled.background.color = #313D55
|
||||
manager.button.enabled.text.color = #FFFFFE
|
||||
manager.button.enabled.icon.color = #FFC169
|
||||
manager.button.pressed.background.color = #0A182E
|
||||
manager.button.pressed.text.color = #FFC169
|
||||
manager.button.pressed.icon.color = #FFC169
|
||||
manager.button.disabled.background.color = #45506A
|
||||
manager.button.disabled.text.color = #B2B5BD
|
||||
manager.button.disabled.icon.color = #B2B5BD
|
||||
|
||||
|
||||
## ZoomTreeCellRenderer - tree for Examples and Sketchbook windows ##
|
||||
|
||||
@@ -101,9 +101,10 @@ footer.updates.indicator.text.color = #001E00
|
||||
|
||||
|
||||
## EditorConsole - stack traces of doom and println() ##
|
||||
|
||||
# The font is handled by preferences.txt, so its size/etc are modifiable.
|
||||
|
||||
console.color = #1F2C28
|
||||
# color of System.out text
|
||||
console.output.color = #96A5A0
|
||||
# text color for errors printed in the console
|
||||
console.error.color = #00EAFF
|
||||
@@ -126,7 +127,7 @@ editor.gradient.bottom = #009D7A
|
||||
# highlight for the current line
|
||||
editor.linehighlight.color = #C5F9FF
|
||||
# highlight for the current line
|
||||
editor.linehighlight=true
|
||||
editor.linehighlight = true
|
||||
|
||||
editor.caret.color = #000000
|
||||
# also used by EditorHeader
|
||||
@@ -204,14 +205,21 @@ manager.tab.background = #007F5E
|
||||
|
||||
## ContributionTab
|
||||
|
||||
# error window (X) close button
|
||||
manager.error.close.icon.color = #000000
|
||||
|
||||
manager.scrollbar.thumb.enabled.color = #1FB295
|
||||
manager.scrollbar.thumb.rollover.color = #00A084
|
||||
manager.scrollbar.thumb.pressed.color = #00A084
|
||||
manager.scrollbar.color = #4DD3B4
|
||||
|
||||
manager.list.search.text.color = #000000
|
||||
manager.list.search.placeholder.color = #cccccc
|
||||
manager.list.search.background.color = #ffffff
|
||||
manager.search.text.color = #000000
|
||||
manager.search.icon.color = #00ff80
|
||||
manager.search.background.color = #FFFFFE
|
||||
manager.search.caret.color = #000000
|
||||
manager.search.placeholder.color = #477B6D
|
||||
manager.search.selection.text.color = #000000
|
||||
manager.search.selection.background.color = #FFFFFE
|
||||
|
||||
|
||||
## ListPanel – the listing inside a Contribution Manager tab ##
|
||||
@@ -220,9 +228,11 @@ manager.list.background.color = #73F5D5
|
||||
manager.list.header.color = #64E7C7
|
||||
manager.list.section.color = #73F5D5
|
||||
manager.list.selection.color = #00AC8C
|
||||
manager.list.icon.color = #003A64
|
||||
manager.list.text.color = #000000
|
||||
manager.list.incompatible.selection.color = #57DBBC
|
||||
manager.list.incompatible.text.color = #008369
|
||||
manager.list.foundation.color = #00634B
|
||||
manager.list.incompatible.selection.color = #76D8BE
|
||||
manager.list.incompatible.text.color = #477B6D
|
||||
|
||||
|
||||
## StatusPanel - the bottom panel with detail about a contribution
|
||||
@@ -231,6 +241,17 @@ manager.panel.font = processing.sans,plain,11
|
||||
manager.panel.background.color = #00563C
|
||||
manager.panel.text.color = #FFFFFE
|
||||
manager.panel.link.color = #00F5FF
|
||||
manager.panel.foundation.color = #00F5FF
|
||||
|
||||
manager.button.enabled.background.color = #003923
|
||||
manager.button.enabled.text.color = #FFFFFE
|
||||
manager.button.enabled.icon.color = #00F5FF
|
||||
manager.button.pressed.background.color = #002406
|
||||
manager.button.pressed.text.color = #00F5FF
|
||||
manager.button.pressed.icon.color = #00F5FF
|
||||
manager.button.disabled.background.color = #00472F
|
||||
manager.button.disabled.text.color = #8CB1A6
|
||||
manager.button.disabled.icon.color = #8CB1A6
|
||||
|
||||
|
||||
## ZoomTreeCellRenderer - tree for Examples and Sketchbook windows ##
|
||||
|
||||
@@ -101,9 +101,10 @@ footer.updates.indicator.text.color = #000009
|
||||
|
||||
|
||||
## EditorConsole - stack traces of doom and println() ##
|
||||
|
||||
# The font is handled by preferences.txt, so its size/etc are modifiable.
|
||||
|
||||
console.color = #20252E
|
||||
# color of System.out text
|
||||
console.output.color = #9AA0AB
|
||||
# text color for errors printed in the console
|
||||
console.error.color = #00C5FF
|
||||
@@ -126,7 +127,7 @@ editor.gradient.bottom = #CBCED6
|
||||
# highlight for the current line
|
||||
editor.linehighlight.color = #E3F1FF
|
||||
# highlight for the current line
|
||||
editor.linehighlight=true
|
||||
editor.linehighlight = true
|
||||
|
||||
editor.caret.color = #000000
|
||||
# also used by EditorHeader
|
||||
@@ -204,14 +205,21 @@ manager.tab.background = #9DA1A8
|
||||
|
||||
## ContributionTab
|
||||
|
||||
# error window (X) close button
|
||||
manager.error.close.icon.color = #000000
|
||||
|
||||
manager.scrollbar.thumb.enabled.color = #ABAEB3
|
||||
manager.scrollbar.thumb.rollover.color = #989BA0
|
||||
manager.scrollbar.thumb.pressed.color = #989BA0
|
||||
manager.scrollbar.color = #CED0D6
|
||||
|
||||
manager.list.search.text.color = #000000
|
||||
manager.list.search.placeholder.color = #cccccc
|
||||
manager.list.search.background.color = #ffffff
|
||||
manager.search.text.color = #000000
|
||||
manager.search.icon.color = #00ff80
|
||||
manager.search.background.color = #FFFFFE
|
||||
manager.search.caret.color = #000000
|
||||
manager.search.placeholder.color = #7A7B7D
|
||||
manager.search.selection.text.color = #000000
|
||||
manager.search.selection.background.color = #FFFFFE
|
||||
|
||||
|
||||
## ListPanel – the listing inside a Contribution Manager tab ##
|
||||
@@ -220,9 +228,11 @@ manager.list.background.color = #EFF2F8
|
||||
manager.list.header.color = #E1E4EA
|
||||
manager.list.section.color = #EFF2F8
|
||||
manager.list.selection.color = #97A4B9
|
||||
manager.list.icon.color = #003376
|
||||
manager.list.text.color = #000000
|
||||
manager.list.incompatible.selection.color = #D4D7DD
|
||||
manager.list.incompatible.text.color = #787B80
|
||||
manager.list.foundation.color = #575A5E
|
||||
manager.list.incompatible.selection.color = #D5D7DC
|
||||
manager.list.incompatible.text.color = #7A7B7D
|
||||
|
||||
|
||||
## StatusPanel - the bottom panel with detail about a contribution
|
||||
@@ -231,6 +241,17 @@ manager.panel.font = processing.sans,plain,11
|
||||
manager.panel.background.color = #6E7B8F
|
||||
manager.panel.text.color = #FFFFFE
|
||||
manager.panel.link.color = #90E8FF
|
||||
manager.panel.foundation.color = #90E8FF
|
||||
|
||||
manager.button.enabled.background.color = #3D495B
|
||||
manager.button.enabled.text.color = #FFFFFE
|
||||
manager.button.enabled.icon.color = #90E8FF
|
||||
manager.button.pressed.background.color = #0F1C2C
|
||||
manager.button.pressed.text.color = #90E8FF
|
||||
manager.button.pressed.icon.color = #90E8FF
|
||||
manager.button.disabled.background.color = #556175
|
||||
manager.button.disabled.text.color = #B9BCC3
|
||||
manager.button.disabled.icon.color = #B9BCC3
|
||||
|
||||
|
||||
## ZoomTreeCellRenderer - tree for Examples and Sketchbook windows ##
|
||||
|
||||
@@ -101,9 +101,10 @@ footer.updates.indicator.text.color = #270000
|
||||
|
||||
|
||||
## EditorConsole - stack traces of doom and println() ##
|
||||
|
||||
# The font is handled by preferences.txt, so its size/etc are modifiable.
|
||||
|
||||
console.color = #271D17
|
||||
# color of System.out text
|
||||
console.output.color = #A89A92
|
||||
# text color for errors printed in the console
|
||||
console.error.color = #FF8400
|
||||
@@ -126,7 +127,7 @@ editor.gradient.bottom = #CC9875
|
||||
# highlight for the current line
|
||||
editor.linehighlight.color = #FFEBD8
|
||||
# highlight for the current line
|
||||
editor.linehighlight=true
|
||||
editor.linehighlight = true
|
||||
|
||||
editor.caret.color = #000000
|
||||
# also used by EditorHeader
|
||||
@@ -204,14 +205,21 @@ manager.tab.background = #A67554
|
||||
|
||||
## ContributionTab
|
||||
|
||||
# error window (X) close button
|
||||
manager.error.close.icon.color = #000000
|
||||
|
||||
manager.scrollbar.thumb.enabled.color = #C59D82
|
||||
manager.scrollbar.thumb.rollover.color = #B28B71
|
||||
manager.scrollbar.thumb.pressed.color = #B28B71
|
||||
manager.scrollbar.color = #E7BDA2
|
||||
|
||||
manager.list.search.text.color = #000000
|
||||
manager.list.search.placeholder.color = #cccccc
|
||||
manager.list.search.background.color = #ffffff
|
||||
manager.search.text.color = #000000
|
||||
manager.search.icon.color = #00ff80
|
||||
manager.search.background.color = #FFFFFE
|
||||
manager.search.caret.color = #000000
|
||||
manager.search.placeholder.color = #857266
|
||||
manager.search.selection.text.color = #000000
|
||||
manager.search.selection.background.color = #FFFFFE
|
||||
|
||||
|
||||
## ListPanel – the listing inside a Contribution Manager tab ##
|
||||
@@ -220,9 +228,11 @@ manager.list.background.color = #FFDEC2
|
||||
manager.list.header.color = #FCD0B4
|
||||
manager.list.section.color = #FFDEC2
|
||||
manager.list.selection.color = #C6906B
|
||||
manager.list.icon.color = #620600
|
||||
manager.list.text.color = #000000
|
||||
manager.list.incompatible.selection.color = #EFC5A9
|
||||
manager.list.incompatible.text.color = #936E55
|
||||
manager.list.foundation.color = #704E37
|
||||
manager.list.incompatible.selection.color = #E9C6B0
|
||||
manager.list.incompatible.text.color = #857266
|
||||
|
||||
|
||||
## StatusPanel - the bottom panel with detail about a contribution
|
||||
@@ -231,6 +241,17 @@ manager.panel.font = processing.sans,plain,11
|
||||
manager.panel.background.color = #7E502E
|
||||
manager.panel.text.color = #FFFFFE
|
||||
manager.panel.link.color = #FFC275
|
||||
manager.panel.foundation.color = #FFC275
|
||||
|
||||
manager.button.enabled.background.color = #552C0C
|
||||
manager.button.enabled.text.color = #FFFFFE
|
||||
manager.button.enabled.icon.color = #FFC275
|
||||
manager.button.pressed.background.color = #320B00
|
||||
manager.button.pressed.text.color = #FFC275
|
||||
manager.button.pressed.icon.color = #FFC275
|
||||
manager.button.disabled.background.color = #693E1D
|
||||
manager.button.disabled.text.color = #C0AEA2
|
||||
manager.button.disabled.icon.color = #C0AEA2
|
||||
|
||||
|
||||
## ZoomTreeCellRenderer - tree for Examples and Sketchbook windows ##
|
||||
|
||||
@@ -101,9 +101,10 @@ footer.updates.indicator.text.color = #FFEFFF
|
||||
|
||||
|
||||
## EditorConsole - stack traces of doom and println() ##
|
||||
|
||||
# The font is handled by preferences.txt, so its size/etc are modifiable.
|
||||
|
||||
console.color = #17101B
|
||||
# color of System.out text
|
||||
console.output.color = #9B94A2
|
||||
# text color for errors printed in the console
|
||||
console.error.color = #F071FF
|
||||
@@ -126,7 +127,7 @@ editor.gradient.bottom = #301753
|
||||
# highlight for the current line
|
||||
editor.linehighlight.color = #1C1A1E
|
||||
# highlight for the current line
|
||||
editor.linehighlight=true
|
||||
editor.linehighlight = true
|
||||
|
||||
editor.caret.color = #FFFFFE
|
||||
# also used by EditorHeader
|
||||
@@ -204,14 +205,21 @@ manager.tab.background = #17002C
|
||||
|
||||
## ContributionTab
|
||||
|
||||
# error window (X) close button
|
||||
manager.error.close.icon.color = #000000
|
||||
|
||||
manager.scrollbar.thumb.enabled.color = #301753
|
||||
manager.scrollbar.thumb.rollover.color = #452A68
|
||||
manager.scrollbar.thumb.pressed.color = #452A68
|
||||
manager.scrollbar.color = #160037
|
||||
|
||||
manager.list.search.text.color = #000000
|
||||
manager.list.search.placeholder.color = #cccccc
|
||||
manager.list.search.background.color = #ffffff
|
||||
manager.search.text.color = #FFFFFE
|
||||
manager.search.icon.color = #00ff80
|
||||
manager.search.background.color = #000000
|
||||
manager.search.caret.color = #FFFFFE
|
||||
manager.search.placeholder.color = #9281A2
|
||||
manager.search.selection.text.color = #FFFFFE
|
||||
manager.search.selection.background.color = #000000
|
||||
|
||||
|
||||
## ListPanel – the listing inside a Contribution Manager tab ##
|
||||
@@ -220,9 +228,11 @@ manager.list.background.color = #301753
|
||||
manager.list.header.color = #3C225F
|
||||
manager.list.section.color = #301753
|
||||
manager.list.selection.color = #8962B7
|
||||
manager.list.icon.color = #E6BFFF
|
||||
manager.list.text.color = #FFFFFE
|
||||
manager.list.incompatible.selection.color = #503373
|
||||
manager.list.incompatible.text.color = #9B79BF
|
||||
manager.list.foundation.color = #B491D9
|
||||
manager.list.incompatible.selection.color = #4E3669
|
||||
manager.list.incompatible.text.color = #9281A2
|
||||
|
||||
|
||||
## StatusPanel - the bottom panel with detail about a contribution
|
||||
@@ -231,6 +241,17 @@ manager.panel.font = processing.sans,plain,11
|
||||
manager.panel.background.color = #573484
|
||||
manager.panel.text.color = #FFFFFE
|
||||
manager.panel.link.color = #E5CEF7
|
||||
manager.panel.foundation.color = #E5CEF7
|
||||
|
||||
manager.button.enabled.background.color = #381965
|
||||
manager.button.enabled.text.color = #FFFFFE
|
||||
manager.button.enabled.icon.color = #E5CEF7
|
||||
manager.button.pressed.background.color = #190048
|
||||
manager.button.pressed.text.color = #E5CEF7
|
||||
manager.button.pressed.icon.color = #E5CEF7
|
||||
manager.button.disabled.background.color = #482674
|
||||
manager.button.disabled.text.color = #B2A4BF
|
||||
manager.button.disabled.icon.color = #B2A4BF
|
||||
|
||||
|
||||
## ZoomTreeCellRenderer - tree for Examples and Sketchbook windows ##
|
||||
|
||||
@@ -101,9 +101,10 @@ footer.updates.indicator.text.color = #000700
|
||||
|
||||
|
||||
## EditorConsole - stack traces of doom and println() ##
|
||||
|
||||
# The font is handled by preferences.txt, so its size/etc are modifiable.
|
||||
|
||||
console.color = #20261B
|
||||
# color of System.out text
|
||||
console.output.color = #9AA294
|
||||
# text color for errors printed in the console
|
||||
console.error.color = #00D800
|
||||
@@ -126,7 +127,7 @@ editor.gradient.bottom = #869579
|
||||
# highlight for the current line
|
||||
editor.linehighlight.color = #E6F5D7
|
||||
# highlight for the current line
|
||||
editor.linehighlight=true
|
||||
editor.linehighlight = true
|
||||
|
||||
editor.caret.color = #000000
|
||||
# also used by EditorHeader
|
||||
@@ -204,14 +205,21 @@ manager.tab.background = #68765B
|
||||
|
||||
## ContributionTab
|
||||
|
||||
# error window (X) close button
|
||||
manager.error.close.icon.color = #000000
|
||||
|
||||
manager.scrollbar.thumb.enabled.color = #99A48F
|
||||
manager.scrollbar.thumb.rollover.color = #88937E
|
||||
manager.scrollbar.thumb.pressed.color = #88937E
|
||||
manager.scrollbar.color = #B9C4AE
|
||||
|
||||
manager.list.search.text.color = #000000
|
||||
manager.list.search.placeholder.color = #cccccc
|
||||
manager.list.search.background.color = #ffffff
|
||||
manager.search.text.color = #000000
|
||||
manager.search.icon.color = #00ff80
|
||||
manager.search.background.color = #FFFFFE
|
||||
manager.search.caret.color = #000000
|
||||
manager.search.placeholder.color = #70756B
|
||||
manager.search.selection.text.color = #000000
|
||||
manager.search.selection.background.color = #FFFFFE
|
||||
|
||||
|
||||
## ListPanel – the listing inside a Contribution Manager tab ##
|
||||
@@ -220,9 +228,11 @@ manager.list.background.color = #DAE6CF
|
||||
manager.list.header.color = #CCD8C1
|
||||
manager.list.section.color = #DAE6CF
|
||||
manager.list.selection.color = #899F76
|
||||
manager.list.icon.color = #003700
|
||||
manager.list.text.color = #000000
|
||||
manager.list.incompatible.selection.color = #C1CDB6
|
||||
manager.list.incompatible.text.color = #6C7662
|
||||
manager.list.foundation.color = #4D5744
|
||||
manager.list.incompatible.selection.color = #C2CCBA
|
||||
manager.list.incompatible.text.color = #70756B
|
||||
|
||||
|
||||
## StatusPanel - the bottom panel with detail about a contribution
|
||||
@@ -231,6 +241,17 @@ manager.panel.font = processing.sans,plain,11
|
||||
manager.panel.background.color = #3F532F
|
||||
manager.panel.text.color = #FFFFFE
|
||||
manager.panel.link.color = #A3EC6D
|
||||
manager.panel.foundation.color = #A3EC6D
|
||||
|
||||
manager.button.enabled.background.color = #213513
|
||||
manager.button.enabled.text.color = #FFFFFE
|
||||
manager.button.enabled.icon.color = #A3EC6D
|
||||
manager.button.pressed.background.color = #051A00
|
||||
manager.button.pressed.text.color = #A3EC6D
|
||||
manager.button.pressed.icon.color = #A3EC6D
|
||||
manager.button.disabled.background.color = #304421
|
||||
manager.button.disabled.text.color = #A8AEA2
|
||||
manager.button.disabled.icon.color = #A8AEA2
|
||||
|
||||
|
||||
## ZoomTreeCellRenderer - tree for Examples and Sketchbook windows ##
|
||||
|
||||
@@ -101,9 +101,10 @@ footer.updates.indicator.text.color = #000009
|
||||
|
||||
|
||||
## EditorConsole - stack traces of doom and println() ##
|
||||
|
||||
# The font is handled by preferences.txt, so its size/etc are modifiable.
|
||||
|
||||
console.color = #262C35
|
||||
# color of System.out text
|
||||
console.output.color = #9DA4AE
|
||||
# text color for errors printed in the console
|
||||
console.error.color = #00C5FF
|
||||
@@ -126,7 +127,7 @@ editor.gradient.bottom = #767980
|
||||
# highlight for the current line
|
||||
editor.linehighlight.color = #E3F1FF
|
||||
# highlight for the current line
|
||||
editor.linehighlight=true
|
||||
editor.linehighlight = true
|
||||
|
||||
editor.caret.color = #000000
|
||||
# also used by EditorHeader
|
||||
@@ -204,14 +205,21 @@ manager.tab.background = #5C6066
|
||||
|
||||
## ContributionTab
|
||||
|
||||
# error window (X) close button
|
||||
manager.error.close.icon.color = #000000
|
||||
|
||||
manager.scrollbar.thumb.enabled.color = #999CA1
|
||||
manager.scrollbar.thumb.rollover.color = #888B90
|
||||
manager.scrollbar.thumb.pressed.color = #888B90
|
||||
manager.scrollbar.color = #B7BAC0
|
||||
|
||||
manager.list.search.text.color = #000000
|
||||
manager.list.search.placeholder.color = #cccccc
|
||||
manager.list.search.background.color = #ffffff
|
||||
manager.search.text.color = #000000
|
||||
manager.search.icon.color = #00ff80
|
||||
manager.search.background.color = #FFFFFE
|
||||
manager.search.caret.color = #000000
|
||||
manager.search.placeholder.color = #6F7072
|
||||
manager.search.selection.text.color = #000000
|
||||
manager.search.selection.background.color = #FFFFFE
|
||||
|
||||
|
||||
## ListPanel – the listing inside a Contribution Manager tab ##
|
||||
@@ -220,9 +228,11 @@ manager.list.background.color = #D9DCE1
|
||||
manager.list.header.color = #CBCED3
|
||||
manager.list.section.color = #D9DCE1
|
||||
manager.list.selection.color = #8895A9
|
||||
manager.list.icon.color = #002D54
|
||||
manager.list.text.color = #000000
|
||||
manager.list.incompatible.selection.color = #C0C3C9
|
||||
manager.list.incompatible.text.color = #6D7075
|
||||
manager.list.foundation.color = #505257
|
||||
manager.list.incompatible.selection.color = #C1C3C7
|
||||
manager.list.incompatible.text.color = #6F7072
|
||||
|
||||
|
||||
## StatusPanel - the bottom panel with detail about a contribution
|
||||
@@ -231,6 +241,17 @@ manager.panel.font = processing.sans,plain,11
|
||||
manager.panel.background.color = #313D4F
|
||||
manager.panel.text.color = #FFFFFE
|
||||
manager.panel.link.color = #83D9FF
|
||||
manager.panel.foundation.color = #83D9FF
|
||||
|
||||
manager.button.enabled.background.color = #1A2738
|
||||
manager.button.enabled.text.color = #FFFFFE
|
||||
manager.button.enabled.icon.color = #83D9FF
|
||||
manager.button.pressed.background.color = #021221
|
||||
manager.button.pressed.text.color = #83D9FF
|
||||
manager.button.pressed.icon.color = #83D9FF
|
||||
manager.button.disabled.background.color = #253243
|
||||
manager.button.disabled.text.color = #A3A6AC
|
||||
manager.button.disabled.icon.color = #A3A6AC
|
||||
|
||||
|
||||
## ZoomTreeCellRenderer - tree for Examples and Sketchbook windows ##
|
||||
|
||||
@@ -101,9 +101,10 @@ footer.updates.indicator.text.color = #FFDFE5
|
||||
|
||||
|
||||
## EditorConsole - stack traces of doom and println() ##
|
||||
|
||||
# The font is handled by preferences.txt, so its size/etc are modifiable.
|
||||
|
||||
console.color = #2A1D1E
|
||||
# color of System.out text
|
||||
console.output.color = #AB9A9A
|
||||
# text color for errors printed in the console
|
||||
console.error.color = #FF2F81
|
||||
@@ -126,7 +127,7 @@ editor.gradient.bottom = #882737
|
||||
# highlight for the current line
|
||||
editor.linehighlight.color = #490B17
|
||||
# highlight for the current line
|
||||
editor.linehighlight=true
|
||||
editor.linehighlight = true
|
||||
|
||||
editor.caret.color = #FFFFFE
|
||||
# also used by EditorHeader
|
||||
@@ -204,14 +205,21 @@ manager.tab.background = #380000
|
||||
|
||||
## ContributionTab
|
||||
|
||||
# error window (X) close button
|
||||
manager.error.close.icon.color = #000000
|
||||
|
||||
manager.scrollbar.thumb.enabled.color = #882737
|
||||
manager.scrollbar.thumb.rollover.color = #9C3946
|
||||
manager.scrollbar.thumb.pressed.color = #9C3946
|
||||
manager.scrollbar.color = #66001E
|
||||
|
||||
manager.list.search.text.color = #000000
|
||||
manager.list.search.placeholder.color = #cccccc
|
||||
manager.list.search.background.color = #ffffff
|
||||
manager.search.text.color = #FFFFFE
|
||||
manager.search.icon.color = #00ff80
|
||||
manager.search.background.color = #000000
|
||||
manager.search.caret.color = #FFFFFE
|
||||
manager.search.placeholder.color = #C59193
|
||||
manager.search.selection.text.color = #FFFFFE
|
||||
manager.search.selection.background.color = #000000
|
||||
|
||||
|
||||
## ListPanel – the listing inside a Contribution Manager tab ##
|
||||
@@ -220,9 +228,11 @@ manager.list.background.color = #882737
|
||||
manager.list.header.color = #963542
|
||||
manager.list.section.color = #882737
|
||||
manager.list.selection.color = #E16874
|
||||
manager.list.icon.color = #FF97AE
|
||||
manager.list.text.color = #FFFFFE
|
||||
manager.list.incompatible.selection.color = #A5424E
|
||||
manager.list.incompatible.text.color = #EA7E87
|
||||
manager.list.foundation.color = #FF939B
|
||||
manager.list.incompatible.selection.color = #9A4B52
|
||||
manager.list.incompatible.text.color = #C59193
|
||||
|
||||
|
||||
## StatusPanel - the bottom panel with detail about a contribution
|
||||
@@ -231,6 +241,17 @@ manager.panel.font = processing.sans,plain,11
|
||||
manager.panel.background.color = #BC4756
|
||||
manager.panel.text.color = #FFFFFE
|
||||
manager.panel.link.color = #FFC7D7
|
||||
manager.panel.foundation.color = #FFC7D7
|
||||
|
||||
manager.button.enabled.background.color = #850E2C
|
||||
manager.button.enabled.text.color = #FFFFFE
|
||||
manager.button.enabled.icon.color = #FFC7D7
|
||||
manager.button.pressed.background.color = #500000
|
||||
manager.button.pressed.text.color = #FFC7D7
|
||||
manager.button.pressed.icon.color = #FFC7D7
|
||||
manager.button.disabled.background.color = #A02D41
|
||||
manager.button.disabled.text.color = #D6AFB0
|
||||
manager.button.disabled.icon.color = #D6AFB0
|
||||
|
||||
|
||||
## ZoomTreeCellRenderer - tree for Examples and Sketchbook windows ##
|
||||
|
||||
@@ -101,9 +101,10 @@ footer.updates.indicator.text.color = #460000
|
||||
|
||||
|
||||
## EditorConsole - stack traces of doom and println() ##
|
||||
|
||||
# The font is handled by preferences.txt, so its size/etc are modifiable.
|
||||
|
||||
console.color = #231615
|
||||
# color of System.out text
|
||||
console.output.color = #A89694
|
||||
# text color for errors printed in the console
|
||||
console.error.color = #FF2A55
|
||||
@@ -126,7 +127,7 @@ editor.gradient.bottom = #D84344
|
||||
# highlight for the current line
|
||||
editor.linehighlight.color = #FFE7E3
|
||||
# highlight for the current line
|
||||
editor.linehighlight=true
|
||||
editor.linehighlight = true
|
||||
|
||||
editor.caret.color = #000000
|
||||
# also used by EditorHeader
|
||||
@@ -204,14 +205,21 @@ manager.tab.background = #B9232D
|
||||
|
||||
## ContributionTab
|
||||
|
||||
# error window (X) close button
|
||||
manager.error.close.icon.color = #000000
|
||||
|
||||
manager.scrollbar.thumb.enabled.color = #ED7A72
|
||||
manager.scrollbar.thumb.rollover.color = #D96962
|
||||
manager.scrollbar.thumb.pressed.color = #D96962
|
||||
manager.scrollbar.color = #FF988F
|
||||
|
||||
manager.list.search.text.color = #000000
|
||||
manager.list.search.placeholder.color = #cccccc
|
||||
manager.list.search.background.color = #ffffff
|
||||
manager.search.text.color = #000000
|
||||
manager.search.icon.color = #00ff80
|
||||
manager.search.background.color = #FFFFFE
|
||||
manager.search.caret.color = #000000
|
||||
manager.search.placeholder.color = #97625D
|
||||
manager.search.selection.text.color = #000000
|
||||
manager.search.selection.background.color = #FFFFFE
|
||||
|
||||
|
||||
## ListPanel – the listing inside a Contribution Manager tab ##
|
||||
@@ -220,9 +228,11 @@ manager.list.background.color = #FFBAAF
|
||||
manager.list.header.color = #FFACA1
|
||||
manager.list.section.color = #FFBAAF
|
||||
manager.list.selection.color = #ED6B65
|
||||
manager.list.icon.color = #8B0000
|
||||
manager.list.text.color = #000000
|
||||
manager.list.incompatible.selection.color = #FFA197
|
||||
manager.list.incompatible.text.color = #B94D49
|
||||
manager.list.foundation.color = #952D2D
|
||||
manager.list.incompatible.selection.color = #FFA9A0
|
||||
manager.list.incompatible.text.color = #97625D
|
||||
|
||||
|
||||
## StatusPanel - the bottom panel with detail about a contribution
|
||||
@@ -231,6 +241,17 @@ manager.panel.font = processing.sans,plain,11
|
||||
manager.panel.background.color = #810015
|
||||
manager.panel.text.color = #FFFFFE
|
||||
manager.panel.link.color = #FFA99E
|
||||
manager.panel.foundation.color = #FFA99E
|
||||
|
||||
manager.button.enabled.background.color = #630000
|
||||
manager.button.enabled.text.color = #FFFFFE
|
||||
manager.button.enabled.icon.color = #FFA99E
|
||||
manager.button.pressed.background.color = #490000
|
||||
manager.button.pressed.text.color = #FFA99E
|
||||
manager.button.pressed.icon.color = #FFA99E
|
||||
manager.button.disabled.background.color = #720009
|
||||
manager.button.disabled.text.color = #C69C97
|
||||
manager.button.disabled.icon.color = #C69C97
|
||||
|
||||
|
||||
## ZoomTreeCellRenderer - tree for Examples and Sketchbook windows ##
|
||||
|
||||
@@ -101,9 +101,10 @@ 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 = #171F27
|
||||
# color of System.out text
|
||||
console.output.color = #949DA7
|
||||
# text color for errors printed in the console
|
||||
console.error.color = #00CFFF
|
||||
@@ -126,7 +127,7 @@ editor.gradient.bottom = #6BA0CC
|
||||
# highlight for the current line
|
||||
editor.linehighlight.color = #DEF3FF
|
||||
# highlight for the current line
|
||||
editor.linehighlight=true
|
||||
editor.linehighlight = true
|
||||
|
||||
editor.caret.color = #000000
|
||||
# also used by EditorHeader
|
||||
@@ -204,14 +205,21 @@ manager.tab.background = #477FA9
|
||||
|
||||
## ContributionTab
|
||||
|
||||
# error window (X) close button
|
||||
manager.error.close.icon.color = #000000
|
||||
|
||||
manager.scrollbar.thumb.enabled.color = #83A7C8
|
||||
manager.scrollbar.thumb.rollover.color = #7195B6
|
||||
manager.scrollbar.thumb.pressed.color = #7195B6
|
||||
manager.scrollbar.color = #A3C7EA
|
||||
|
||||
manager.list.search.text.color = #000000
|
||||
manager.list.search.placeholder.color = #cccccc
|
||||
manager.list.search.background.color = #ffffff
|
||||
manager.search.text.color = #000000
|
||||
manager.search.icon.color = #00ff80
|
||||
manager.search.background.color = #FFFFFE
|
||||
manager.search.caret.color = #000000
|
||||
manager.search.placeholder.color = #677685
|
||||
manager.search.selection.text.color = #000000
|
||||
manager.search.selection.background.color = #FFFFFE
|
||||
|
||||
|
||||
## ListPanel – the listing inside a Contribution Manager tab ##
|
||||
@@ -220,9 +228,11 @@ manager.list.background.color = #C4E9FF
|
||||
manager.list.header.color = #B6DBFE
|
||||
manager.list.section.color = #C4E9FF
|
||||
manager.list.selection.color = #689FCD
|
||||
manager.list.icon.color = #00388C
|
||||
manager.list.text.color = #000000
|
||||
manager.list.incompatible.selection.color = #ABCFF2
|
||||
manager.list.incompatible.text.color = #547897
|
||||
manager.list.foundation.color = #335976
|
||||
manager.list.incompatible.selection.color = #B2CEEA
|
||||
manager.list.incompatible.text.color = #677685
|
||||
|
||||
|
||||
## StatusPanel - the bottom panel with detail about a contribution
|
||||
@@ -231,6 +241,17 @@ manager.panel.font = processing.sans,plain,11
|
||||
manager.panel.background.color = #105A83
|
||||
manager.panel.text.color = #FFFFFE
|
||||
manager.panel.link.color = #4EE5FF
|
||||
manager.panel.foundation.color = #4EE5FF
|
||||
|
||||
manager.button.enabled.background.color = #00385E
|
||||
manager.button.enabled.text.color = #FFFFFE
|
||||
manager.button.enabled.icon.color = #4EE5FF
|
||||
manager.button.pressed.background.color = #001A3C
|
||||
manager.button.pressed.text.color = #4EE5FF
|
||||
manager.button.pressed.icon.color = #4EE5FF
|
||||
manager.button.disabled.background.color = #004970
|
||||
manager.button.disabled.text.color = #A3B0BE
|
||||
manager.button.disabled.icon.color = #A3B0BE
|
||||
|
||||
|
||||
## ZoomTreeCellRenderer - tree for Examples and Sketchbook windows ##
|
||||
|
||||
@@ -101,9 +101,10 @@ footer.updates.indicator.text.color = #F2FFFA
|
||||
|
||||
|
||||
## EditorConsole - stack traces of doom and println() ##
|
||||
|
||||
# The font is handled by preferences.txt, so its size/etc are modifiable.
|
||||
|
||||
console.color = #0C1913
|
||||
# color of System.out text
|
||||
console.output.color = #8D9B95
|
||||
# text color for errors printed in the console
|
||||
console.error.color = #00DE64
|
||||
@@ -126,7 +127,7 @@ editor.gradient.bottom = #24302B
|
||||
# highlight for the current line
|
||||
editor.linehighlight.color = #00240C
|
||||
# highlight for the current line
|
||||
editor.linehighlight=true
|
||||
editor.linehighlight = true
|
||||
|
||||
editor.caret.color = #FFFFFE
|
||||
# also used by EditorHeader
|
||||
@@ -204,14 +205,21 @@ manager.tab.background = #011009
|
||||
|
||||
## ContributionTab
|
||||
|
||||
# error window (X) close button
|
||||
manager.error.close.icon.color = #000000
|
||||
|
||||
manager.scrollbar.thumb.enabled.color = #24302B
|
||||
manager.scrollbar.thumb.rollover.color = #35433C
|
||||
manager.scrollbar.thumb.pressed.color = #35433C
|
||||
manager.scrollbar.color = #091812
|
||||
|
||||
manager.list.search.text.color = #000000
|
||||
manager.list.search.placeholder.color = #cccccc
|
||||
manager.list.search.background.color = #ffffff
|
||||
manager.search.text.color = #FFFFFE
|
||||
manager.search.icon.color = #00ff80
|
||||
manager.search.background.color = #000000
|
||||
manager.search.caret.color = #FFFFFE
|
||||
manager.search.placeholder.color = #878E8B
|
||||
manager.search.selection.text.color = #FFFFFE
|
||||
manager.search.selection.background.color = #000000
|
||||
|
||||
|
||||
## ListPanel – the listing inside a Contribution Manager tab ##
|
||||
@@ -220,9 +228,11 @@ manager.list.background.color = #24302B
|
||||
manager.list.header.color = #2E3C35
|
||||
manager.list.section.color = #24302B
|
||||
manager.list.selection.color = #5E8272
|
||||
manager.list.icon.color = #04EE9A
|
||||
manager.list.text.color = #FFFFFE
|
||||
manager.list.incompatible.selection.color = #3E4C45
|
||||
manager.list.incompatible.text.color = #819089
|
||||
manager.list.foundation.color = #98A8A0
|
||||
manager.list.incompatible.selection.color = #404B46
|
||||
manager.list.incompatible.text.color = #878E8B
|
||||
|
||||
|
||||
## StatusPanel - the bottom panel with detail about a contribution
|
||||
@@ -231,6 +241,17 @@ manager.panel.font = processing.sans,plain,11
|
||||
manager.panel.background.color = #345648
|
||||
manager.panel.text.color = #FFFFFE
|
||||
manager.panel.link.color = #52F4A9
|
||||
manager.panel.foundation.color = #52F4A9
|
||||
|
||||
manager.button.enabled.background.color = #15372A
|
||||
manager.button.enabled.text.color = #FFFFFE
|
||||
manager.button.enabled.icon.color = #52F4A9
|
||||
manager.button.pressed.background.color = #001B0C
|
||||
manager.button.pressed.text.color = #52F4A9
|
||||
manager.button.pressed.icon.color = #52F4A9
|
||||
manager.button.disabled.background.color = #254638
|
||||
manager.button.disabled.text.color = #A5B0AA
|
||||
manager.button.disabled.icon.color = #A5B0AA
|
||||
|
||||
|
||||
## ZoomTreeCellRenderer - tree for Examples and Sketchbook windows ##
|
||||
|
||||
@@ -101,9 +101,10 @@ footer.updates.indicator.text.color = #000D00
|
||||
|
||||
|
||||
## EditorConsole - stack traces of doom and println() ##
|
||||
|
||||
# The font is handled by preferences.txt, so its size/etc are modifiable.
|
||||
|
||||
console.color = #1E2016
|
||||
# color of System.out text
|
||||
console.output.color = #9C9E91
|
||||
# text color for errors printed in the console
|
||||
console.error.color = #87CC00
|
||||
@@ -126,7 +127,7 @@ editor.gradient.bottom = #94AC43
|
||||
# highlight for the current line
|
||||
editor.linehighlight.color = #EEF3D7
|
||||
# highlight for the current line
|
||||
editor.linehighlight=true
|
||||
editor.linehighlight = true
|
||||
|
||||
editor.caret.color = #000000
|
||||
# also used by EditorHeader
|
||||
@@ -204,14 +205,21 @@ manager.tab.background = #70891F
|
||||
|
||||
## ContributionTab
|
||||
|
||||
# error window (X) close button
|
||||
manager.error.close.icon.color = #000000
|
||||
|
||||
manager.scrollbar.thumb.enabled.color = #9CAC5F
|
||||
manager.scrollbar.thumb.rollover.color = #899A4E
|
||||
manager.scrollbar.thumb.pressed.color = #899A4E
|
||||
manager.scrollbar.color = #BDCD7E
|
||||
|
||||
manager.list.search.text.color = #000000
|
||||
manager.list.search.placeholder.color = #cccccc
|
||||
manager.list.search.background.color = #ffffff
|
||||
manager.search.text.color = #000000
|
||||
manager.search.icon.color = #00ff80
|
||||
manager.search.background.color = #FFFFFE
|
||||
manager.search.caret.color = #000000
|
||||
manager.search.placeholder.color = #727956
|
||||
manager.search.selection.text.color = #000000
|
||||
manager.search.selection.background.color = #FFFFFE
|
||||
|
||||
|
||||
## ListPanel – the listing inside a Contribution Manager tab ##
|
||||
@@ -220,9 +228,11 @@ manager.list.background.color = #DFEF9E
|
||||
manager.list.header.color = #D0E190
|
||||
manager.list.section.color = #DFEF9E
|
||||
manager.list.selection.color = #8FA449
|
||||
manager.list.icon.color = #183600
|
||||
manager.list.text.color = #000000
|
||||
manager.list.incompatible.selection.color = #C5D585
|
||||
manager.list.incompatible.text.color = #6B7C32
|
||||
manager.list.foundation.color = #4B5C13
|
||||
manager.list.incompatible.selection.color = #C7D394
|
||||
manager.list.incompatible.text.color = #727956
|
||||
|
||||
|
||||
## StatusPanel - the bottom panel with detail about a contribution
|
||||
@@ -231,6 +241,17 @@ manager.panel.font = processing.sans,plain,11
|
||||
manager.panel.background.color = #4C6202
|
||||
manager.panel.text.color = #FFFFFE
|
||||
manager.panel.link.color = #CDE774
|
||||
manager.panel.foundation.color = #CDE774
|
||||
|
||||
manager.button.enabled.background.color = #283E00
|
||||
manager.button.enabled.text.color = #FFFFFE
|
||||
manager.button.enabled.icon.color = #CDE774
|
||||
manager.button.pressed.background.color = #141C00
|
||||
manager.button.pressed.text.color = #CDE774
|
||||
manager.button.pressed.icon.color = #CDE774
|
||||
manager.button.disabled.background.color = #395000
|
||||
manager.button.disabled.text.color = #AFB499
|
||||
manager.button.disabled.icon.color = #AFB499
|
||||
|
||||
|
||||
## ZoomTreeCellRenderer - tree for Examples and Sketchbook windows ##
|
||||
|
||||
@@ -101,9 +101,10 @@ footer.updates.indicator.text.color = #2D0000
|
||||
|
||||
|
||||
## EditorConsole - stack traces of doom and println() ##
|
||||
|
||||
# The font is handled by preferences.txt, so its size/etc are modifiable.
|
||||
|
||||
console.color = #49433A
|
||||
# color of System.out text
|
||||
console.output.color = #B5AEA3
|
||||
# text color for errors printed in the console
|
||||
console.error.color = #FFA300
|
||||
@@ -126,7 +127,7 @@ editor.gradient.bottom = #FFCC5F
|
||||
# highlight for the current line
|
||||
editor.linehighlight.color = #FFEDD8
|
||||
# highlight for the current line
|
||||
editor.linehighlight=true
|
||||
editor.linehighlight = true
|
||||
|
||||
editor.caret.color = #000000
|
||||
# also used by EditorHeader
|
||||
@@ -204,14 +205,21 @@ manager.tab.background = #CE9E31
|
||||
|
||||
## ContributionTab
|
||||
|
||||
# error window (X) close button
|
||||
manager.error.close.icon.color = #000000
|
||||
|
||||
manager.scrollbar.thumb.enabled.color = #D2A95C
|
||||
manager.scrollbar.thumb.rollover.color = #BD964A
|
||||
manager.scrollbar.thumb.pressed.color = #BD964A
|
||||
manager.scrollbar.color = #F7CB7C
|
||||
|
||||
manager.list.search.text.color = #000000
|
||||
manager.list.search.placeholder.color = #cccccc
|
||||
manager.list.search.background.color = #ffffff
|
||||
manager.search.text.color = #000000
|
||||
manager.search.icon.color = #00ff80
|
||||
manager.search.background.color = #FFFFFE
|
||||
manager.search.caret.color = #000000
|
||||
manager.search.placeholder.color = #8D7957
|
||||
manager.search.selection.text.color = #000000
|
||||
manager.search.selection.background.color = #FFFFFE
|
||||
|
||||
|
||||
## ListPanel – the listing inside a Contribution Manager tab ##
|
||||
@@ -220,9 +228,11 @@ manager.list.background.color = #FFED9C
|
||||
manager.list.header.color = #FFDF8F
|
||||
manager.list.section.color = #FFED9C
|
||||
manager.list.selection.color = #C99D44
|
||||
manager.list.icon.color = #5B1C00
|
||||
manager.list.text.color = #000000
|
||||
manager.list.incompatible.selection.color = #FFD283
|
||||
manager.list.incompatible.text.color = #9A762B
|
||||
manager.list.foundation.color = #745505
|
||||
manager.list.incompatible.selection.color = #F9D394
|
||||
manager.list.incompatible.text.color = #8D7957
|
||||
|
||||
|
||||
## StatusPanel - the bottom panel with detail about a contribution
|
||||
@@ -231,6 +241,17 @@ manager.panel.font = processing.sans,plain,11
|
||||
manager.panel.background.color = #9F781F
|
||||
manager.panel.text.color = #FFFFFE
|
||||
manager.panel.link.color = #FFD87D
|
||||
manager.panel.foundation.color = #FFD87D
|
||||
|
||||
manager.button.enabled.background.color = #644500
|
||||
manager.button.enabled.text.color = #FFFFFE
|
||||
manager.button.enabled.icon.color = #FFD87D
|
||||
manager.button.pressed.background.color = #361600
|
||||
manager.button.pressed.text.color = #FFD87D
|
||||
manager.button.pressed.icon.color = #FFD87D
|
||||
manager.button.disabled.background.color = #815E00
|
||||
manager.button.disabled.text.color = #CDBBA1
|
||||
manager.button.disabled.icon.color = #CDBBA1
|
||||
|
||||
|
||||
## ZoomTreeCellRenderer - tree for Examples and Sketchbook windows ##
|
||||
|
||||
@@ -101,9 +101,10 @@ footer.updates.indicator.text.color = #C9FFFF
|
||||
|
||||
|
||||
## EditorConsole - stack traces of doom and println() ##
|
||||
|
||||
# The font is handled by preferences.txt, so its size/etc are modifiable.
|
||||
|
||||
console.color = #0E1F22
|
||||
# color of System.out text
|
||||
console.output.color = #8B9FA2
|
||||
# text color for errors printed in the console
|
||||
console.error.color = #C3BE00
|
||||
@@ -126,7 +127,7 @@ editor.gradient.bottom = #004750
|
||||
# highlight for the current line
|
||||
editor.linehighlight.color = #24210F
|
||||
# highlight for the current line
|
||||
editor.linehighlight=true
|
||||
editor.linehighlight = true
|
||||
|
||||
editor.caret.color = #FFFFFE
|
||||
# also used by EditorHeader
|
||||
@@ -204,14 +205,21 @@ manager.tab.background = #00181C
|
||||
|
||||
## ContributionTab
|
||||
|
||||
# error window (X) close button
|
||||
manager.error.close.icon.color = #000000
|
||||
|
||||
manager.scrollbar.thumb.enabled.color = #004750
|
||||
manager.scrollbar.thumb.rollover.color = #0F5961
|
||||
manager.scrollbar.thumb.pressed.color = #0F5961
|
||||
manager.scrollbar.color = #002C34
|
||||
|
||||
manager.list.search.text.color = #000000
|
||||
manager.list.search.placeholder.color = #cccccc
|
||||
manager.list.search.background.color = #ffffff
|
||||
manager.search.text.color = #FFFFFE
|
||||
manager.search.icon.color = #00ff80
|
||||
manager.search.background.color = #000000
|
||||
manager.search.caret.color = #FFFFFE
|
||||
manager.search.placeholder.color = #819CA0
|
||||
manager.search.selection.text.color = #FFFFFE
|
||||
manager.search.selection.background.color = #000000
|
||||
|
||||
|
||||
## ListPanel – the listing inside a Contribution Manager tab ##
|
||||
@@ -220,9 +228,11 @@ manager.list.background.color = #004750
|
||||
manager.list.header.color = #04535B
|
||||
manager.list.section.color = #004750
|
||||
manager.list.selection.color = #1B94A1
|
||||
manager.list.icon.color = #E4D77F
|
||||
manager.list.text.color = #FFFFFE
|
||||
manager.list.incompatible.selection.color = #1D626A
|
||||
manager.list.incompatible.text.color = #62A1AA
|
||||
manager.list.foundation.color = #77B7C0
|
||||
manager.list.incompatible.selection.color = #2F6067
|
||||
manager.list.incompatible.text.color = #819CA0
|
||||
|
||||
|
||||
## StatusPanel - the bottom panel with detail about a contribution
|
||||
@@ -231,6 +241,17 @@ manager.panel.font = processing.sans,plain,11
|
||||
manager.panel.background.color = #006F7C
|
||||
manager.panel.text.color = #FFFFFE
|
||||
manager.panel.link.color = #EADF9C
|
||||
manager.panel.foundation.color = #EADF9C
|
||||
|
||||
manager.button.enabled.background.color = #004653
|
||||
manager.button.enabled.text.color = #FFFFFE
|
||||
manager.button.enabled.icon.color = #EADF9C
|
||||
manager.button.pressed.background.color = #00222D
|
||||
manager.button.pressed.text.color = #EADF9C
|
||||
manager.button.pressed.icon.color = #EADF9C
|
||||
manager.button.disabled.background.color = #005A67
|
||||
manager.button.disabled.text.color = #9FB9BC
|
||||
manager.button.disabled.icon.color = #9FB9BC
|
||||
|
||||
|
||||
## ZoomTreeCellRenderer - tree for Examples and Sketchbook windows ##
|
||||
|
||||
@@ -101,9 +101,10 @@ footer.updates.indicator.text.color = #440000
|
||||
|
||||
|
||||
## EditorConsole - stack traces of doom and println() ##
|
||||
|
||||
# The font is handled by preferences.txt, so its size/etc are modifiable.
|
||||
|
||||
console.color = #30221C
|
||||
# color of System.out text
|
||||
console.output.color = #AF9C95
|
||||
# text color for errors printed in the console
|
||||
console.error.color = #FF3EDB
|
||||
@@ -126,7 +127,7 @@ editor.gradient.bottom = #EC6831
|
||||
# highlight for the current line
|
||||
editor.linehighlight.color = #FFE8F5
|
||||
# highlight for the current line
|
||||
editor.linehighlight=true
|
||||
editor.linehighlight = true
|
||||
|
||||
editor.caret.color = #000000
|
||||
# also used by EditorHeader
|
||||
@@ -204,14 +205,21 @@ manager.tab.background = #C64811
|
||||
|
||||
## ContributionTab
|
||||
|
||||
# error window (X) close button
|
||||
manager.error.close.icon.color = #000000
|
||||
|
||||
manager.scrollbar.thumb.enabled.color = #ED855A
|
||||
manager.scrollbar.thumb.rollover.color = #D97449
|
||||
manager.scrollbar.thumb.pressed.color = #D97449
|
||||
manager.scrollbar.color = #FFA477
|
||||
|
||||
manager.list.search.text.color = #000000
|
||||
manager.list.search.placeholder.color = #cccccc
|
||||
manager.list.search.background.color = #ffffff
|
||||
manager.search.text.color = #000000
|
||||
manager.search.icon.color = #00ff80
|
||||
manager.search.background.color = #FFFFFE
|
||||
manager.search.caret.color = #000000
|
||||
manager.search.placeholder.color = #996753
|
||||
manager.search.selection.text.color = #000000
|
||||
manager.search.selection.background.color = #FFFFFE
|
||||
|
||||
|
||||
## ListPanel – the listing inside a Contribution Manager tab ##
|
||||
@@ -220,9 +228,11 @@ manager.list.background.color = #FFC696
|
||||
manager.list.header.color = #FFB889
|
||||
manager.list.section.color = #FFC696
|
||||
manager.list.selection.color = #EC7746
|
||||
manager.list.icon.color = #67003A
|
||||
manager.list.text.color = #000000
|
||||
manager.list.incompatible.selection.color = #FFAD7F
|
||||
manager.list.incompatible.text.color = #B7572F
|
||||
manager.list.foundation.color = #913812
|
||||
manager.list.incompatible.selection.color = #FFB38E
|
||||
manager.list.incompatible.text.color = #996753
|
||||
|
||||
|
||||
## StatusPanel - the bottom panel with detail about a contribution
|
||||
@@ -231,6 +241,17 @@ manager.panel.font = processing.sans,plain,11
|
||||
manager.panel.background.color = #902900
|
||||
manager.panel.text.color = #FFFFFE
|
||||
manager.panel.link.color = #FFB0EB
|
||||
manager.panel.foundation.color = #FFB0EB
|
||||
|
||||
manager.button.enabled.background.color = #6A0000
|
||||
manager.button.enabled.text.color = #FFFFFE
|
||||
manager.button.enabled.icon.color = #FFB0EB
|
||||
manager.button.pressed.background.color = #490000
|
||||
manager.button.pressed.text.color = #FFB0EB
|
||||
manager.button.pressed.icon.color = #FFB0EB
|
||||
manager.button.disabled.background.color = #7C1600
|
||||
manager.button.disabled.text.color = #CCA393
|
||||
manager.button.disabled.icon.color = #CCA393
|
||||
|
||||
|
||||
## ZoomTreeCellRenderer - tree for Examples and Sketchbook windows ##
|
||||
|
||||
Reference in New Issue
Block a user