-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings
35 lines (34 loc) · 870 Bytes
/
settings
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
-- Viewer settings file
-- Do not alter these settings manually, they should only be edited in the application
main = {
version = 0.05,
safeShutdown = false
}
gui = {
version = 0.06,
menuBarColor = colors.red,
menuTextColor = colors.orange,
menuLocation = "top",
infoBarColor = colors.red,
infoTextColor = colors.orange,
backgroundColor = colors.black,
textColor = colors.white,
tuiColor = colors.yellow,
highlightBackgroundColor = colors.white,
highlightTextColor = colors.black,
scrollbarColor = colors.black,
scrollbarTextColor = colors.gray,
popupBackground = colors.white,
popupText = colors.black,
popupTitleBackground = colors.lightGray,
popupTitleText = colors.black
}
update = {
version = 0.03
}
settings = {
version = 0.06
}
alias = {
version = 0.01
}