Advertisement
itblanco

theme.txt

Dec 20th, 2019
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.34 KB | None | 0 0
  1. # STATUS
  2. # Status messages (1 file added to sketch, errors, etc)
  3. status.notice.fgcolor = #000000
  4. status.notice.bgcolor = #21252b
  5. status.error.fgcolor = #ffffff
  6. status.error.bgcolor = #9E0A0A
  7. status.warning.bgcolor = #EF8115
  8. status.warning.fgcolor = #FFFFFF
  9. status.url.fgcolor = #cccccc
  10. status.font = processing.sans,plain,13
  11. # For the clipboard icon, needs to be a little larger on macOS
  12. status.emoji.font = Dialog,plain,19
  13. status.emoji.font.macosx = Dialog,plain,22
  14.  
  15. # HEADER TABS
  16. # Settings for the tab area at the top.
  17. header.text.font = processing.sans,bold,14
  18. header.text.selected.color = #d7dae0
  19. header.text.unselected.color = #6b727d
  20. header.tab.arrow.color = #6b727d
  21. header.gradient.top = #21252b
  22. header.gradient.bottom = #21252b
  23. header.tab.selected.color = #282c34
  24. header.tab.unselected.color = #181a1f
  25. header.tab.modified.color = #568af2
  26.  
  27. # FOOTER TABS
  28. footer.text.font = processing.sans,bold,12
  29. footer.text.selected.color = #d7dae0
  30. footer.text.unselected.color = #6b727d
  31. footer.tab.arrow.color = #6b727d
  32. footer.gradient.top = #21252b
  33. footer.gradient.bottom = #21252b
  34. footer.tab.selected.color = #282c34
  35. footer.tab.unselected.color = #181a1f
  36. # updates orange #eb7f15
  37. footer.updates.color = #568af2
  38.  
  39. # CONSOLE
  40. # The font is handled by preferences, so its size/etc are modifiable.
  41. console.color = #282c34
  42. console.output.color = #cccccc
  43. # text color for errors printed in the console
  44. console.error.color = #d9211e
  45.  
  46. # TOOLBAR BUTTONS
  47. buttons.bgcolor = #f00eec
  48.  
  49. # for the debug and mode buttons
  50. #reversed.gradient.top = #10212f
  51. #reversed.gradient.bottom = #122637
  52.  
  53. ## size of divider between editing area and the console
  54. #divider.size = 0
  55. ## the larger divider on windows is ugly with the little arrows
  56. ## this makes it large enough to see (mouse changes) and use,
  57. ## but keeps it from being annoyingly obtrusive
  58. #divider.size.windows = 2
  59.  
  60. divider.height = 9
  61. divider.color = #f00eec
  62. divider.dot.diameter = 3
  63. divider.dot.color = #505050
  64.  
  65. # TOOLBAR BUTTON TEXT
  66. toolbar.rollover.font = processing.sans,plain,12
  67. toolbar.rollover.color = #ffffff
  68. toolbar.gradient.top = #21252b
  69. toolbar.gradient.bottom = #21252b
  70.  
  71. # MODE SELECTOR
  72. #mode.title.font = processing.sans,bold,15
  73. mode.title.font = processing.sans,plain,12
  74. mode.title.color = #d7dae0
  75. # outline color of the mode button
  76. #mode.button.color = #ffffff
  77. #mode.button.gap = 13
  78. #mode.arrow.width
  79. #mode.background.color = #3D5362
  80. # stolen from gradient bottom
  81. mode.background.color = #21252b
  82. mode.outline.color = #181a1f
  83.  
  84.  
  85. # EDITOR - DETAILS
  86.  
  87. # foreground and background colors
  88. editor.fgcolor = #abb2bf
  89. editor.bgcolor = #282c34
  90.  
  91. editor.gradient.top = #21252b
  92. editor.gradient.bottom = #21252b
  93.  
  94. # highlight for the current line
  95. #editor.linehighlight.color=#e2e2e2
  96. editor.linehighlight.color=#2c313c
  97. # highlight for the current line
  98. editor.linehighlight=true
  99.  
  100. editor.caret.color = #568af2
  101. editor.selection.color = #3e4451
  102.  
  103. # area that's not in use by the text (replaced with tildes)
  104. editor.invalid.style = #7e7e7e,bold
  105.  
  106. # little pooties at the end of lines that show where they finish
  107. editor.eolmarkers = false
  108. editor.eolmarkers.color = #999999
  109.  
  110. # bracket/brace highlighting
  111. editor.brackethighlight = true
  112. editor.brackethighlight.color = #568af2
  113.  
  114. editor.gutter.text.font = processing.mono,plain,11
  115. #editor.gutter.text.color = #657d87
  116. #editor.gutter.text.color = #587478
  117. editor.gutter.text.color = #abb2bf
  118.  
  119. # marker for breakpointed lines in left hand gutter (2 ascii characters)
  120. #editor.gutter.breakpoint.marker = <>
  121. #editor.gutter.breakpoint.marker.color = #4a545e
  122.  
  123. # marker for the current line in left hand gutter (2 ascii characters)
  124. #editor.gutter.currentline.marker = ->
  125. #editor.gutter.currentline.marker.color = #e27500
  126.  
  127. # bgcolor for the current (highlighted) line
  128. editor.gutter.linehighlight.color=#2c313c
  129.  
  130. # left- and right-hand gutter color
  131. editor.gutter.bgcolor = #122535
  132.  
  133. # color of vertical separation line
  134. #gutter.linecolor = #e9e9e9
  135. # space (in px) added to left and right of gutter markers
  136. editor.gutter.padding = 3
  137.  
  138. # squiggly line underneath errors in the editor
  139. editor.error.underline.color = #C40E0E
  140. # squiggly line underneath warnings
  141. editor.warning.underline.color = #ffc30e
  142. # lines next to the scrollbar showing where errors are located
  143. editor.column.error.color = #9F1613
  144. editor.column.warning.color = #ffc30e
  145.  
  146. # not in use?
  147. #breakpoint.bgcolor = #f0f0f0
  148. #currentline.bgcolor = #ffff96
  149.  
  150. errors.header.font = processing.sans,plain,12
  151. errors.header.bgcolor = #EBEBEB
  152. errors.header.fgcolor = #484848
  153. errors.row.font = processing.sans,plain,12
  154. errors.row.fgcolor = #484848
  155. errors.row.bgcolor = #FFFFFF
  156. errors.selection.fgcolor = #242424
  157. errors.selection.bgcolor = #E5E5E5
  158. errors.selection.error.bgcolor = #F5E6E6
  159. errors.selection.warning.bgcolor = #FDF2E7
  160. #errors.indicator.size = 3
  161. errors.indicator.error.color = #9E0A0A
  162. errors.indicator.warning.color = #EF8115
  163.  
  164. manager.tab.selected.color = #e0fffd
  165. manager.tab.unselected.color = #2d4251
  166. manager.tab.text.font = processing.sans,bold,14
  167. manager.tab.text.selected.color = #000000
  168. manager.tab.text.unselected.color = #ffffff
  169. # orange circle for updates
  170. manager.tab.update.color = #ed7f15
  171. manager.tab.gradient.top = #132638
  172. manager.tab.gradient.bottom = #122535
  173. manager.tab.background = #132638
  174.  
  175. # tree for Examples and Sketchbook windows
  176. tree.font = processing.sans,plain,12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement