-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathretrocore.json
More file actions
31 lines (31 loc) · 886 Bytes
/
retrocore.json
File metadata and controls
31 lines (31 loc) · 886 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
30
31
{
"project_name": "retrocore",
"preset": "subtle",
"enabled": true,
"terminal": {
"settings_path": "%LOCALAPPDATA%\\Packages\\Microsoft.WindowsTerminal_8wekyb3d8bbwe\\LocalState\\settings.json",
"shader_output_path": "%LOCALAPPDATA%\\Packages\\Microsoft.WindowsTerminal_8wekyb3d8bbwe\\LocalState\\retrocore.generated.hlsl"
},
"target": {
"mode": "defaults",
"profile_ids": [],
"clear_non_target_profiles": true
},
"effects": {
"curvature": 0.055,
"aberration_base": 0.00055,
"aberration_edge": 0.00075,
"glow_horizontal": 0.16,
"glow_vertical": 0.1,
"noise_amount": 0.014,
"flicker_primary": 0.0035,
"flicker_secondary": 0.0015,
"vertical_jitter": 0.00045,
"persistence_amount": 0.022,
"dot_glow_amount": 0.028,
"red_gain": 1.0,
"green_gain": 1.0,
"blue_gain": 1.0,
"saturation": 1.0
}
}