-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.txt
134 lines (100 loc) · 3.45 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
#FUNCTIONS COLOR #D35400 - ORANGE KEYWORD1
#FUNCTIONS COLOR #D35400 - ORANGE KEYWORD2
#STRUCTURE COLORS #5E6D03 - GREEN KEYWORD3
#VARIABLES COLOR #00979C - BLUE LITERAL1
#ERROR COLOR #A61717 - RED
#COMMENTS // COLOR #95A5A6 - LIGHT GREY
#COMMENTS /**/ COLOR #434F54 - DARK GREY
# GUI - STATUS
status.notice.fgcolor = #93A1A1
status.notice.bgcolor = #002B36
status.error.fgcolor = #eee8d5
status.error.bgcolor = #DC322F
status.edit.fgcolor = #000000
status.edit.bgcolor = #586e75
status.font = Terminus TTF,plain,12
# GUI - TABS
# settings for the tabs at the top
# (tab images are stored in the lib/theme folder)
header.bgcolor = #002B36
header.text.selected.color = #93A1A1
header.text.unselected.color = #93A1A1
header.text.font = Terminus TTF,plain,12
# GUI - CONSOLE
console.font = Terminus TTF,plain,11
console.font.macosx = Terminus TTF,plain,10
console.color = #002B36
console.output.color = #93A1A1
console.error.color = #93A1A1
# GUI - BUTTONS
buttons.bgcolor = #002B36
buttons.status.font = Terminus TTF,plain,12
buttons.status.color = #93A1A1
# GUI - LINESTATUS
linestatus.color = #93A1A1
linestatus.bgcolor = #002B36
# EDITOR - DETAILS
# foreground and background colors
editor.fgcolor = #93A1A1
editor.bgcolor = #073642
# highlight for the current line
editor.linehighlight.color=#073642
# highlight for the current line
editor.linehighlight=true
# caret blinking and caret color
editor.caret.color = #a0a0a0
# color to be used for background when 'external editor' enabled
editor.external.bgcolor = #c8d2dc
# selection color
editor.selection.color = #404859
# area that's not in use by the text (replaced with tildes)
editor.invalid.style = #7e7e7e,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 = #ABB2BF
# TEXT - KEYWORDS
# FUNCTIONS
editor.keyword1.style = #E06C75,bold
editor.data_type.style = #E06C75,bold
# METHODS
editor.keyword2.style = #E06C75,plain
editor.function.style = #61AFEF,plain
# STRUCTURES
editor.keyword3.style = #C678DD,plain
editor.reserved_word.style = #C678DD,plain
# TEXT - LITERALS
# constants & datatypes
editor.literal1.style = #61AFEF,plain
# p5 built in variables: e.g. mouseX, width, pixels
editor.literal2.style = #61AFEF,plain
editor.variable.style = #61AFEF,plain
editor.reserved_word_2.style = #61AFEF,plain
editor.literal_boolean.style = #61AFEF,plain
editor.literal_char.style = #61AFEF,plain
editor.literal_string_double_quote.style = #61AFEF,plain
editor.preprocessor.style = #98C379,plain
# http://www.arduino.cc/ - GET RID OF UNDERLINE!
editor.url.style = #81A421,plain
# e.g. + - = /
editor.operator.style = #93A1A1,plain
# ?? maybe this is for words followed by a colon
# like in case statements or goto
editor.label.style = #7e7e7e,bold
# TEXT - COMMENTS
editor.comment1.style = #93A1A1,plain
editor.comment2.style = #93A1A1,plain
# LINE STATUS - editor line number status bar at the bottom of the screen
linestatus.font = Terminus TTF,plain,10
linestatus.height = 20
# GUI - PLOTTING
# color cycle created via colorbrewer2.org
plotting.bgcolor = #93A1A1
plotting.color = #93A1A1
plotting.graphcolor.size = 4
plotting.graphcolor.00 = #2c7bb6
plotting.graphcolor.01 = #fdae61
plotting.graphcolor.02 = #d7191c
plotting.graphcolor.03 = #abd9e9