Skip to content

Instantly share code, notes, and snippets.

@ndsh
Created June 26, 2022 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ndsh/e33293e56f30a9bc88923b6e1f436590 to your computer and use it in GitHub Desktop.
Save ndsh/e33293e56f30a9bc88923b6e1f436590 to your computer and use it in GitHub Desktop.
Processing 4 calciate.txt them styled to be a dark theme
# 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 = #000000
toolbar.gradient.bottom = #141d4b
# MODE SELECTOR (EditorToolbar)
mode.title.font = processing.sans,plain,12
mode.title.color = #ffffff
# stolen from gradient bottom
mode.background.color = #141d4b
mode.outline.color = #8497b8
toolbar.button.disabled.field = #000009
toolbar.button.disabled.glyph = #E4E8E4
toolbar.button.disabled.stroke = none
toolbar.button.enabled.field = #FFFFF2
toolbar.button.enabled.glyph = #0096F5
toolbar.button.enabled.stroke = none
toolbar.button.pressed.field = #0096F5
toolbar.button.pressed.glyph = #FFFFF2
toolbar.button.pressed.stroke = #FFFFF2
toolbar.button.rollover.field = #FFFFF2
toolbar.button.rollover.glyph = #002743
toolbar.button.rollover.stroke = none
toolbar.button.selected.field = #00163D
toolbar.button.selected.glyph = #FFFFF2
toolbar.button.selected.stroke = none
toolbar.button.debug.disabled.field = #000009
toolbar.button.debug.disabled.glyph = #E4E8E4
toolbar.button.debug.disabled.stroke = none
toolbar.button.debug.enabled.field = #909699
toolbar.button.debug.enabled.glyph = #DEE2DF
toolbar.button.debug.enabled.stroke = none
toolbar.button.debug.pressed.field = #909699
toolbar.button.debug.pressed.glyph = #FFFFF2
toolbar.button.debug.pressed.stroke = #60605B
toolbar.button.debug.rollover.field = #5B6165
toolbar.button.debug.rollover.glyph = #FFFFF2
toolbar.button.debug.rollover.stroke = none
toolbar.button.debug.selected.field = #FFFFF2
toolbar.button.debug.selected.glyph = #0075FF
toolbar.button.debug.selected.stroke = none
## 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 = #f92672
header.gradient.top = #141d4b
header.gradient.bottom = #141d4b
## EditorFooter - the tabs below the editor ##
footer.text.font = processing.sans,bold,12
footer.text.selected.color = #ffffff
footer.text.unselected.color = #4679ff
footer.icon.selected.color = #000000
footer.icon.enabled.color = #4A4D50
footer.gradient.top = #141d4b
footer.gradient.bottom = #141d4b
footer.tab.selected.color = #3369db
footer.tab.enabled.color = #CBCECC
footer.updates.color = #002bff
footer.updates.indicator.field.color = #FBFFFA
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 = #080b1a
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 = #ffffff
editor.bgcolor = #080b1a
editor.gradient.top = #141d4b
editor.gradient.bottom = #141d4b
# highlight for the current line
editor.linehighlight.color=#1f2e78
# highlight for the current line
editor.linehighlight=true
editor.caret.color = #f8f8f0
# also used by EditorHeader
editor.selection.color = #181d38
# 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
# colors for the custom scroll bar
editor.scrollbar.thumb.enabled.color = #ffffff
editor.scrollbar.thumb.rollover.color = #deebff
editor.scrollbar.thumb.pressed.color = #8ea1c2
editor.scrollbar.color = #4455a6
## 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.update.color = #ed7f15
manager.tab.gradient.top = #132638
manager.tab.gradient.bottom = #122535
manager.tab.background = #132638
## ManagerFrame - main window for the Contribution Manager ##
# same as manager.tab.gradient.top, because .bottom is between the tabs
manager.tab.background = #CBCECC
## 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=#66D9EF,plain
editor.token.function2.style=#66D9EF,plain
editor.token.function3.style=#F92672,plain
editor.token.function4.style=#A6E22E,bold
editor.token.keyword1.style=#66D9EF,bold
editor.token.keyword2.style=#66D9EF,bold
editor.token.keyword3.style=#66D9EF,bold
editor.token.keyword4.style=#F92672,plain
editor.token.keyword5.style=#66D9EF,bold
editor.token.keyword6.style=#F92672,plain
editor.token.literal1.style=#E6DB74,plain
editor.token.literal2.style=#AE81FF,plain
editor.token.operator.style=#F92672,plain
editor.token.label.style=#999999,bold
editor.token.comment1.style = #666666,plain
editor.token.comment2.style = #666666,plain
editor.token.invalid.style=#F92672,bold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment