Files
processing4/build/shared/lib/theme.txt
T
2021-10-13 18:52:16 -04:00

184 lines
5.2 KiB
Plaintext

# The gradient.top and gradient.bottom lines are used by makeGradient(),
# so search for makeGradient() calls to see whether they're still in use.
## EditorToolbar ##
# TOOLBAR BUTTON TEXT
toolbar.rollover.font = processing.sans,plain,12
toolbar.rollover.color = #ffffff
toolbar.gradient.top = #3369db
toolbar.gradient.bottom = #1f62d3
# MODE SELECTOR (EditorToolbar)
mode.title.font = processing.sans,plain,12
mode.title.color = #ffffff
# stolen from gradient bottom
mode.background.color = #1f62d3
mode.outline.color = #8497b8
## EditorStatus - status message bar directly below the editor ##
status.notice.fgcolor = #161e3f
status.notice.bgcolor = #8497b8
status.error.fgcolor = #ffffff
status.error.bgcolor = #e10c2f
status.warning.bgcolor = #fed456
status.warning.fgcolor = #764a00
status.url.fgcolor = #cccccc
status.font = processing.sans,plain,13
# For the clipboard icon, needs to be a little larger on macOS
status.emoji.font = Dialog,plain,22
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 = #161e3f
header.text.unselected.color = #adbcd6
header.tab.arrow.color = #adbcd6
header.tab.selected.color = #dae8ff
header.tab.unselected.color = #0e3266
header.tab.modified.color = #fff87a
header.gradient.top = #1f62d3
header.gradient.bottom = #2b52f6
## EditorFooter - the tabs below the editor ##
footer.text.font = processing.sans,bold,12
footer.text.selected.color = #dae8ff
footer.text.unselected.color = #4679ff
footer.gradient.top = #1e4492
footer.gradient.bottom = #0f408d
footer.tab.selected.color = #3369db
footer.tab.unselected.color = #161e3f
footer.updates.color = #fed456
## EditorConsole - stack traces of doom and println() ##
# The font is handled by preferences.txt, so its size/etc are modifiable.
console.color = #000000
console.output.color = #a3b1cb
# text color for errors printed in the console
console.error.color = #f73641
## PdeTextAreaDefaults - default colors for the editor ##
# foreground and background colors
editor.fgcolor = #000000
editor.bgcolor = #ffffff
editor.gradient.top = #2b52f6
editor.gradient.bottom = #1e4492
# highlight for the current line
editor.linehighlight.color=#dae8ff
# highlight for the current line
editor.linehighlight=true
editor.caret.color = #333300
# also used by EditorHeader
editor.selection.color = #5cd8ff
# little pooties at the end of lines that show where they finish
editor.eolmarkers = false
editor.eolmarkers.color = #999999
# bracket/brace highlighting
editor.brackethighlight = true
editor.brackethighlight.color = #006699
## PdeTextAreaPainter - extras added to the editor ##
editor.gutter.text.font = processing.mono,plain,11
editor.gutter.text.color = #ffffff
# bgcolor for the current (highlighted) line
editor.gutter.linehighlight.color=#8497b8
# squiggly line underneath errors in the editor
editor.error.underline.color = #ff6261
# squiggly line underneath warnings
editor.warning.underline.color = #fed456
## MarkerColumn - shows ticks adjacent the scroll bar ##
# lines next to the scrollbar showing where errors are located
editor.column.error.color = #ff5355
editor.column.warning.color = #fed456
## ErrorTable - the list of errors in the second tab found in the console area ##
errors.header.font = processing.sans,plain,12
errors.header.bgcolor = #ebebeb
errors.header.fgcolor = #484848
errors.row.font = processing.sans,plain,12
errors.row.fgcolor = #484848
errors.row.bgcolor = #ffffff
errors.selection.fgcolor = #242424
errors.selection.bgcolor = #e5e5e5
errors.selection.error.bgcolor = #f5e6e6
errors.selection.warning.bgcolor = #fdf2e7
errors.indicator.error.color = #9e0a0a
errors.indicator.warning.color = #ef8115
## ManagerTabs - tabs in the Contribution Manager ##
manager.tab.selected.color = #dae8ff
manager.tab.unselected.color = #2d4251
manager.tab.text.font = processing.sans,bold,14
manager.tab.text.selected.color = #000000
manager.tab.text.unselected.color = #ffffff
manager.tab.gradient.top = #132638
manager.tab.gradient.bottom = #122535
## ManagerFrame - main window for the Contribution Manager ##
# same as manager.tab.gradient.top, because .bottom is between the tabs
manager.tab.background = #132638
## ZoomTreeCellRenderer - tree for Examples and Sketchbook windows ##
tree.font = processing.sans,plain,12
## Token - colors for source code in the editor ##
# For an explanation of these tags, see Token.java:
# processing/app/src/processing/app/syntax/Token.java
editor.token.function1.style = #006699,plain
editor.token.function2.style = #006699,plain
editor.token.function3.style = #669900,plain
editor.token.function4.style = #006699,bold
editor.token.keyword1.style = #33997e,plain
editor.token.keyword2.style = #33997e,plain
editor.token.keyword3.style = #669900,plain
editor.token.keyword4.style = #d94a7a,plain
editor.token.keyword5.style = #e2661a,plain
editor.token.keyword6.style = #33997e,plain
editor.token.literal1.style = #7D4793,plain
editor.token.literal2.style = #718a62,plain
editor.token.operator.style = #006699,plain
editor.token.label.style = #666666,bold
editor.token.comment1.style = #666666,plain
editor.token.comment2.style = #666666,plain
editor.token.invalid.style = #666666,bold