-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsharpconsoleui.json
More file actions
62 lines (62 loc) · 1.75 KB
/
sharpconsoleui.json
File metadata and controls
62 lines (62 loc) · 1.75 KB
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
{
"SharpConsoleUI": {
"RenderMode": "Buffer",
"IdleTimeMs": 10,
"TopStatus": "SharpConsoleUI Application",
"BottomStatus": "Ctrl+Q to Quit | F1 Help",
"StatusBarOptions": {
"ShowTaskBar": true
},
"EnablePlugins": true,
"PluginDirectory": "plugins",
"Performance": {
"EnableMonitoring": true,
"SamplingIntervalMs": 1000,
"LogSlowOperations": true,
"SlowOperationThresholdMs": 50
},
"Input": {
"DoubleClickTimeMs": 500,
"KeyRepeatDelayMs": 500,
"KeyRepeatRateMs": 50,
"EnableMouseInput": true,
"EnableKeyboardShortcuts": true
},
"Theme": {
"DesktopBackgroundChar": ".",
"DesktopBackgroundColor": "Black",
"DesktopForegroundColor": "Grey",
"WindowBackgroundColor": "Grey15",
"WindowForegroundColor": "White",
"ActiveBorderForegroundColor": "Green",
"InactiveBorderForegroundColor": "Grey",
"ActiveTitleForegroundColor": "Green",
"InactiveTitleForegroundColor": "Grey",
"ButtonBackgroundColor": "Grey39",
"ButtonForegroundColor": "White",
"ButtonFocusedBackgroundColor": "Blue",
"ButtonFocusedForegroundColor": "White",
"UseDoubleLineBorderForModal": true,
"ShowModalShadow": true,
"CustomColors": {
"BrandPrimary": "#2563EB",
"BrandSecondary": "#7C3AED",
"Success": "#059669",
"Warning": "#D97706",
"Error": "#DC2626"
}
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"SharpConsoleUI": "Debug",
"SharpConsoleUI.Plugins": "Information",
"SharpConsoleUI.Performance": "Warning"
},
"Console": {
"IncludeScopes": true,
"TimestampFormat": "yyyy-MM-dd HH:mm:ss.fff"
}
}
}