mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
working to get new mode layout working
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 62 B |
Binary file not shown.
|
Before Width: | Height: | Size: 54 B |
Binary file not shown.
|
Before Width: | Height: | Size: 839 B |
Binary file not shown.
|
Before Width: | Height: | Size: 62 B |
Binary file not shown.
|
Before Width: | Height: | Size: 54 B |
Binary file not shown.
|
Before Width: | Height: | Size: 63 B |
@@ -24,17 +24,21 @@ console.output.color = #cccccc
|
||||
console.error.color = #ff3000
|
||||
|
||||
# GUI - BUTTONS
|
||||
buttons.bgcolor = #4a545e
|
||||
#buttons.bgcolor = #4a545e
|
||||
buttons.bgcolor = #000000
|
||||
buttons.status.font = SansSerif,plain,12
|
||||
#buttons.status.font.macosx = Helvetica,plain,12
|
||||
buttons.status.color = #ffffff
|
||||
|
||||
# GUI - MODE
|
||||
#mode.button.bgcolor = #9ca6b0
|
||||
mode.button.font = SansSerif,plain,9
|
||||
#mode.button.font = SansSerif,plain,9
|
||||
#mode.button.font.macosx = Helvetica,plain,9
|
||||
mode.button.font = Monospaced,plain,10
|
||||
mode.button.font.macosx = Monaco,plain,10
|
||||
#mode.button.color = #4a545e
|
||||
mode.button.color = #9ca6b0
|
||||
#mode.button.color = #9ca6b0
|
||||
mode.button.color = #ffffff
|
||||
|
||||
# GUI - LINESTATUS
|
||||
linestatus.color = #ffffff
|
||||
|
||||
Reference in New Issue
Block a user