-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
69 lines (66 loc) · 2.53 KB
/
config.json
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
{
"hotkey": "<ctrl>+<alt>+=",
"application_kill_hotkey": "<ctrl>+<alt>+-+=",
"fonts": {
"Default": "Gloria",
"Roboto": "fonts\\Roboto\\Roboto-Regular.ttf",
"Roboto Thin": "fonts\\Roboto\\Roboto-Thin.ttf",
"Passion One": "fonts\\Passion_One\\PassionOne-Black.ttf",
"Tangerine": "fonts\\Tangerine\\Tangerine-Regular.ttf",
"Gloria": "fonts\\Gloria_Hallelujah\\GloriaHallelujah-Regular.ttf",
"Major Mono": "fonts\\Major_Mono_Display\\MajorMonoDisplay-Regular.ttf",
"Monospace": "fonts\\Roboto\\Roboto-Mono.ttf",
"__comment": "Default font has to be one of the other fonts",
"__comment_2": "Handwriting like fonts do work better in general (See Gloria)."
},
"interface_config": {
"interface_theme_brightness": "system",
"__comment": "interface_theme_brightness has to be one of [system, light, dark]",
"interface_theme": {
"light": "azure",
"dark": "sun_valley",
"__comment": "Sets default themes for light and dark mode."
},
"interface_theme_paths": {
"azure": "themes/Azure-ttk-theme/azure.tcl",
"sun_valley": "themes/Sun-Valley-ttk-theme-master/sun-valley.tcl"
},
"accurate_draw_is_default": false,
"keep_draw_config_between_sessions": true,
"+ restore_window_position": false,
"kill_session_on_draw_initiation": true,
"font_size_range": {
"min": 20,
"max": 200,
"default": 70
},
"letter_spacing_range": {
"min": 20,
"max": 1,
"default": 10,
"__comment": "Must be integers; Lower values = higher letter spacing"
},
"texts": {
"title": "Text Auto Draw",
"info_1": "Feather position = Draw start position",
"info_2": "Select font and -size",
"more_options_button": "Show more options",
"less_options_button": "Show less options",
"show_fonts_button": "Show fonts",
"accurate_draw_button": "Draw each pixels individually",
"accurate_draw_tooltip": "Turning on accurate draw in unoptimized applications (e.g. Snip & Sketch) may cause performance issues.",
"letter_spacing_info": "Letter-spacing",
"start_button": "Start drawing \ud83c\udfa8",
"start_button_no_input": "\u26a0 Input text missing",
"__comment": "To use emojis here, run: >>import json; print(json.dumps('<emoji>'));<< and paste the output."
}
},
"show_font(s)_config": {
"default_show_font(s)_text": "Almost before we knew it, we had left the ground.",
"default_font_size": 80,
"colors": {
"foreground": "black",
"background": "white"
}
}
}