-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
29 lines (29 loc) · 1007 Bytes
/
Copy pathconfig.json
File metadata and controls
29 lines (29 loc) · 1007 Bytes
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
{
"settings": {
"multi_column_selection_enabled": true,
"ignore_empty_cells_on_column_select": true,
"debug_mode_enabled": true,
"show_row_numbers_on_frozen_column": false,
"undo_stack_max_size": 10,
"crosshair_enabled": true,
"crosshair_thickness": 5,
"crosshair_hover_enabled": false,
"freeze_first_column_enabled": true,
"multi_column_select_all_enabled": false,
"workspace_files": [
"F:\\ProjectsNew\\Diablo2TextEditor\\CubeMainWorking.txt",
"F:\\ProjectsNew\\Diablo2TextEditor\\CubeMainNotWorking.txt"
],
"enable_column_colors": true,
"column_color_overrides": {
"ladder": {
"bg": "#FFE0B2",
"fg": "#000000"
}
},
"custom_column_color_palette": [],
"show_column_letters_enabled": true,
"header_min_section_size": 130,
"high_contrast_column_text_enabled": true
}
}