-
Notifications
You must be signed in to change notification settings - Fork 0
/
Theme.txt
169 lines (141 loc) · 4.92 KB
/
Theme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
# STATUS
# Status messages (1 file added to sketch, errors, etc)
status.notice.fgcolor = #000000
status.notice.bgcolor = #2e2e2e
status.error.fgcolor = #ffffff
status.error.bgcolor = #fa605d
status.warning.bgcolor = #EF8115
status.warning.fgcolor = #FFFFFF
status.font = processing.sans,plain,13
# HEADER TABS
# Settings for the tab area at the top.
header.text.font = processing.sans,bold,14
header.text.selected.color = #76FFC7
header.text.unselected.color = #e6e6e6
header.tab.arrow.color = #76ffc7
header.gradient.top = #2E2E2E
header.gradient.bottom = #2E2E2E
header.tab.selected.color = #1A1A1A
header.tab.unselected.color = #2E2E2E
header.tab.modified.color = #ef8115
# FOOTER TABS
footer.text.font = processing.sans,bold,12
footer.text.selected.color = #76FFC7
footer.text.unselected.color = #e6e6e6
footer.tab.arrow.color = #ffffff
footer.gradient.top = #2E2E2E
footer.gradient.bottom = #2E2E2E
footer.tab.selected.color = #1a1a1a
footer.tab.unselected.color = #2E2E2E
# updates orange #eb7f15
footer.updates.color = #ed7f15
# CONSOLE
# The font is handled by preferences, so its size/etc are modifiable.
console.color = #1a1a1a
console.output.color = #76FFC7
# text color for errors printed in the console
console.error.color = #fa605d
# TOOLBAR BUTTONS
buttons.bgcolor = #000000
# for the debug and mode buttons
#reversed.gradient.top = #76FFC7
#reversed.gradient.bottom = #76FFC7
## size of divider between editing area and the console
#divider.size = 0
## the larger divider on windows is ugly with the little arrows
## this makes it large enough to see (mouse changes) and use,
## but keeps it from being annoyingly obtrusive
#divider.size.windows = 2
divider.height = 4
divider.color = #CCCCCC
divider.dot.diameter = 3
divider.dot.color = #505050
# TOOLBAR BUTTON TEXT
toolbar.rollover.font = processing.sans,plain,12
toolbar.rollover.color = #ffffff
toolbar.gradient.top = #2E2E2E
toolbar.gradient.bottom = #2E2E2E
# MODE SELECTOR
#mode.title.font = processing.sans,bold,15
mode.title.font = processing.sans,plain,12
mode.title.color = #ffffff
# outline color of the mode button
#mode.button.color = #2e2e2e
#mode.button.gap = 10
#mode.arrow.width
#mode.background.color = #2E2E2E
# stolen from gradient bottom
mode.background.color = #2E2E2E
mode.outline.color = #2E2E2E
# EDITOR - DETAILS
# foreground and background colors
editor.fgcolor = #e6e6e6
editor.bgcolor = #1A1A1A
editor.gradient.top = #2E2E2E
editor.gradient.bottom = #2E2E2E
# highlight for the current line
#editor.linehighlight.color=#FFFFFF
editor.linehighlight.color=#2E2E2E
# highlight for the current line
editor.linehighlight=true
editor.caret.color = #76ffc7
editor.selection.color = #0D0D0D
# area that's not in use by the text (replaced with tildes)
editor.invalid.style = #a4a4a4,bold
# 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 = #76ffc7
editor.gutter.text.font = processing.mono,plain,11
#editor.gutter.text.color = #657d87
#editor.gutter.text.color = #587478
editor.gutter.text.color = #1a1a1a
# marker for breakpointed lines in left hand gutter (2 ascii characters)
#editor.gutter.breakpoint.marker = <>
#editor.gutter.breakpoint.marker.color = #4a545e
# marker for the current line in left hand gutter (2 ascii characters)
#editor.gutter.currentline.marker = ->
#editor.gutter.currentline.marker.color = #76ffc7
# bgcolor for the current (highlighted) line
editor.gutter.linehighlight.color=#1a1a1a
# left- and right-hand gutter color
editor.gutter.bgcolor = #2e2e2e
# color of vertical separation line
#gutter.linecolor = #e9e9e9
# space (in px) added to left and right of gutter markers
editor.gutter.padding = 3
# squiggly line underneath errors in the editor
editor.error.underline.color = #fa605d
# squiggly line underneath warnings
editor.warning.underline.color = #ffc30e
# lines next to the scrollbar showing where errors are located
editor.column.error.color = #fa605d
editor.column.warning.color = #ffc30e
# not in use?
#breakpoint.bgcolor = #f0f0f0
#currentline.bgcolor = #ffff96
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 = #fa605d
errors.selection.error.bgcolor = #fa605d
errors.selection.warning.bgcolor = #FDF2E7
#errors.indicator.size = 3
errors.indicator.error.color = #fa605d
errors.indicator.warning.color = #EF8115
manager.tab.selected.color = #e0fffd
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
# orange circle for updates
manager.tab.update.color = #ed7f15
manager.tab.gradient.top = #132638
manager.tab.gradient.bottom = #122535
manager.tab.background = #132638