configs-all 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (227) hide show
  1. package/.claude/settings.local.json +3 -0
  2. package/CLAUDE.md +94 -0
  3. package/README.md +424 -0
  4. package/TERMINAL_SHORTCUTS.md +96 -0
  5. package/WINDOWS_COMPATIBILITY.md +85 -0
  6. package/WINDOWS_MCP_SETUP.md +133 -0
  7. package/apps/RectangleConfig.plist +0 -0
  8. package/apps/Synergy +84 -0
  9. package/apps/iStat Menus Settings.ismp7 +0 -0
  10. package/claude/CLAUDE.md +228 -0
  11. package/claude/commands/changelog.md +36 -0
  12. package/claude/commands/commit.md +29 -0
  13. package/claude/commands/context.md +112 -0
  14. package/claude/commands/dash.md +37 -0
  15. package/claude/commands/deploy-check.md +37 -0
  16. package/claude/commands/deps.md +26 -0
  17. package/claude/commands/duplo.md +56 -0
  18. package/claude/commands/explain.md +43 -0
  19. package/claude/commands/fix-and-test.md +46 -0
  20. package/claude/commands/game-debug.md +66 -0
  21. package/claude/commands/games.md +53 -0
  22. package/claude/commands/go.md +147 -0
  23. package/claude/commands/guard.md +102 -0
  24. package/claude/commands/handoff.md +66 -0
  25. package/claude/commands/incident.md +144 -0
  26. package/claude/commands/init.md +78 -0
  27. package/claude/commands/k8s-debug.md +31 -0
  28. package/claude/commands/lint.md +27 -0
  29. package/claude/commands/merge-all.md +115 -0
  30. package/claude/commands/merge.md +129 -0
  31. package/claude/commands/mikpc.md +54 -0
  32. package/claude/commands/morning.md +72 -0
  33. package/claude/commands/partymode.md +105 -0
  34. package/claude/commands/plans.md +88 -0
  35. package/claude/commands/pr.md +41 -0
  36. package/claude/commands/prep.md +132 -0
  37. package/claude/commands/push-sync.md +82 -0
  38. package/claude/commands/push.md +34 -0
  39. package/claude/commands/research.md +73 -0
  40. package/claude/commands/retro.md +95 -0
  41. package/claude/commands/review-pr.md +96 -0
  42. package/claude/commands/review.md +41 -0
  43. package/claude/commands/scaffold-agent.md +45 -0
  44. package/claude/commands/setup.md +92 -0
  45. package/claude/commands/ship-prod.md +97 -0
  46. package/claude/commands/ship.md +82 -0
  47. package/claude/commands/simplify.md +42 -0
  48. package/claude/commands/spike.md +110 -0
  49. package/claude/commands/status.md +37 -0
  50. package/claude/commands/sync.md +72 -0
  51. package/claude/commands/test.md +29 -0
  52. package/claude/commands/triage.md +72 -0
  53. package/claude/desktop/claude_desktop_config.json +9 -0
  54. package/claude/hooks.json +15 -0
  55. package/claude/mcp-servers.duplo.json +8 -0
  56. package/claude/mcp-servers.json +62 -0
  57. package/claude/scripts/psdebug.ps1 +7 -0
  58. package/claude/settings.json +38 -0
  59. package/claude/settings.local.json +4 -0
  60. package/claude/statusline-command.sh +94 -0
  61. package/claude/templates/CLAUDE-k8s-devops.md +58 -0
  62. package/claude/templates/CLAUDE-python-agent.md +47 -0
  63. package/claude/templates/CLAUDE-typescript-frontend.md +50 -0
  64. package/docker/ai-stack/docker-compose.yml +76 -0
  65. package/docker/ai-stack/searxng/limiter.toml +3 -0
  66. package/docker/ai-stack/searxng/settings.yml +39 -0
  67. package/docker/cli/config.json.template +15 -0
  68. package/docker/cli/daemon.json +9 -0
  69. package/docker/cli/features.json +3 -0
  70. package/docker/mcp/catalog.json +9 -0
  71. package/docker/mcp/catalogs/docker-mcp.yaml +15107 -0
  72. package/docker/mcp/config.yaml +0 -0
  73. package/docker/mcp/registry.yaml +37 -0
  74. package/docker/mcp/tools.yaml +0 -0
  75. package/docs/context/.gitkeep +0 -0
  76. package/docs/context/2026-03-02-configs.md +142 -0
  77. package/docs/handoff/.gitkeep +0 -0
  78. package/docs/incidents/.gitkeep +0 -0
  79. package/docs/plans/2026-02-28-autonomous-command-suite-design.md +250 -0
  80. package/docs/plans/2026-02-28-autonomous-command-suite.md +682 -0
  81. package/docs/plans/2026-03-01-ai-stack-split-architecture.md +72 -0
  82. package/docs/plans/2026-03-02-ai-stack-expansion.md +33 -0
  83. package/docs/plans/2026-03-02-merge-commands-design.md +58 -0
  84. package/docs/plans/2026-03-02-merge-commands.md +354 -0
  85. package/docs/research/.gitkeep +0 -0
  86. package/docs/research/2026-03-02-configs-repo-architecture.md +152 -0
  87. package/docs/retros/.gitkeep +0 -0
  88. package/docs/retros/2026-03-01-ai-stack-split-architecture.md +38 -0
  89. package/docs/spikes/.gitkeep +0 -0
  90. package/gh/config.yml +16 -0
  91. package/gh/hosts.yml +5 -0
  92. package/gh/main.json +103 -0
  93. package/ghostty/config +90 -0
  94. package/git/config/base.gitconfig +46 -0
  95. package/git/config/chiefmikey.gitconfig +11 -0
  96. package/git/config/personal.gitconfig +10 -0
  97. package/git/config/work.gitconfig +14 -0
  98. package/ide/cursor/extensions.txt +111 -0
  99. package/ide/cursor/keybindings.json +307 -0
  100. package/ide/cursor/mcp.json +92 -0
  101. package/ide/cursor/settings.json +544 -0
  102. package/ide/vscode/extensions.txt +120 -0
  103. package/ide/vscode/insiders/extensions.txt +119 -0
  104. package/ide/vscode/insiders/keybindings.json +294 -0
  105. package/ide/vscode/insiders/settings.json +518 -0
  106. package/ide/vscode/keybindings.json +294 -0
  107. package/ide/vscode/settings.json +526 -0
  108. package/ide/vscode/vscode/extensions.txt +43 -0
  109. package/iterm/Mikey Pro.json +951 -0
  110. package/iterm/com.googlecode.iterm2.plist +5549 -0
  111. package/iterm/font/MesloLGS NF Bold Italic.ttf +0 -0
  112. package/iterm/font/MesloLGS NF Bold.ttf +0 -0
  113. package/iterm/font/MesloLGS NF Italic.ttf +0 -0
  114. package/iterm/font/MesloLGS NF Regular.ttf +0 -0
  115. package/package.json +15 -0
  116. package/scripts/ai/deploy-ai-stack.sh +119 -0
  117. package/scripts/ai/fix-ai-proxy.service +12 -0
  118. package/scripts/ai/fix-ai-proxy.sh +25 -0
  119. package/scripts/brew/search/brew-search-results.sh +19 -0
  120. package/scripts/brew/search/brew-search.sh +34 -0
  121. package/scripts/brew/upgrade/brew-upgrade-autoupdate.sh +5 -0
  122. package/scripts/brew/upgrade/brew-upgrade-full-auto.sh +89 -0
  123. package/scripts/brew/upgrade/brew-upgrade-full.sh +159 -0
  124. package/scripts/docker/cleanup/docker-cleanup-manage.sh +163 -0
  125. package/scripts/docker/cleanup/docker-cleanup.cron +12 -0
  126. package/scripts/docker/cleanup/docker-cleanup.sh +280 -0
  127. package/scripts/docker/install/README.md +23 -0
  128. package/scripts/docker/install/docker-al2.sh +7 -0
  129. package/scripts/docker/install/docker-compose-al2.sh +15 -0
  130. package/scripts/gh/auth/auth.sh +12 -0
  131. package/scripts/gh/config/gh-config.sh +3 -0
  132. package/scripts/gh/gist/gh-gist-create.sh +29 -0
  133. package/scripts/gh/gist/gh-gist-delete.sh +1 -0
  134. package/scripts/gh/gist/gh-gist-edit.sh +8 -0
  135. package/scripts/gh/gpg-key/gh-gpg-key-add.sh +3 -0
  136. package/scripts/gh/install/install.sh +7 -0
  137. package/scripts/gh/label/gh-label-clone.sh +0 -0
  138. package/scripts/gh/label/gh-label-create.sh +0 -0
  139. package/scripts/gh/label/gh-label-delete.sh +0 -0
  140. package/scripts/gh/label/gh-label-edit.sh +0 -0
  141. package/scripts/gh/label/gh-label-list.sh +0 -0
  142. package/scripts/gh/secret/gh-secret-delete.sh +24 -0
  143. package/scripts/gh/secret/gh-secret-set.sh +70 -0
  144. package/scripts/gh/ssh-key/gh-ssh-key-add.sh +8 -0
  145. package/scripts/git/add/git-add.sh +3 -0
  146. package/scripts/git/auth/README.md +11 -0
  147. package/scripts/git/auth/https.sh +20 -0
  148. package/scripts/git/auth/ssh-mac.sh +41 -0
  149. package/scripts/git/branch-delete/git-branch-delete.sh +16 -0
  150. package/scripts/git/checkout/git-checkout-stash.sh +32 -0
  151. package/scripts/git/temp/git-temp-pull.sh +6 -0
  152. package/scripts/git/temp/git-temp-push.sh +5 -0
  153. package/scripts/install/fresh.zsh +34 -0
  154. package/scripts/install/full-install.zsh +193 -0
  155. package/scripts/linux/codedeploy/README.md +19 -0
  156. package/scripts/linux/codedeploy/linux-codedeploy-al2.sh +13 -0
  157. package/scripts/linux/codedeploy/linux-codedeploy-index.sh +16 -0
  158. package/scripts/linux/codedeploy/linux-codedeploy-ubuntu.sh +14 -0
  159. package/scripts/linux/coredns/README.md +17 -0
  160. package/scripts/linux/coredns/linux-coredns-al2.sh +29 -0
  161. package/scripts/linux/wifi/01-netconf.yaml +21 -0
  162. package/scripts/linux/wifi/wifi-ubuntu.sh +17 -0
  163. package/scripts/mac/dock-sort/mac-dock-sort.sh +87 -0
  164. package/scripts/mac/dropbox-ignore/mac-dropbox-ignore.sh +12 -0
  165. package/scripts/mac/sudo-askpass/mac-sudo-askpass.sh +50 -0
  166. package/scripts/mac/sudo-askpass/setup-sudo-password.sh +49 -0
  167. package/scripts/mac/upgrade/mac-upgrade.sh +21 -0
  168. package/scripts/mac/vpn/mac-vpn.sh +4 -0
  169. package/scripts/mcp/aws-mcp-wrapper.ps1 +97 -0
  170. package/scripts/mcp/aws-mcp-wrapper.sh +53 -0
  171. package/scripts/mcp/duplo-mcp-wrapper.sh +31 -0
  172. package/scripts/mcp/filesystem-mcp-wrapper.ps1 +43 -0
  173. package/scripts/mcp/filesystem-mcp-wrapper.sh +34 -0
  174. package/scripts/mcp/git-mcp-wrapper.ps1 +42 -0
  175. package/scripts/mcp/git-mcp-wrapper.sh +33 -0
  176. package/scripts/mcp/github-mcp-wrapper.ps1 +43 -0
  177. package/scripts/mcp/github-mcp-wrapper.sh +19 -0
  178. package/scripts/mcp/kubernetes-mcp-wrapper.ps1 +22 -0
  179. package/scripts/mcp/kubernetes-mcp-wrapper.sh +16 -0
  180. package/scripts/mcp/mcp-launcher.ps1 +56 -0
  181. package/scripts/mcp/mcp-launcher.sh +71 -0
  182. package/scripts/mcp/mongodb-mcp-wrapper.ps1 +26 -0
  183. package/scripts/mcp/mongodb-mcp-wrapper.sh +17 -0
  184. package/scripts/mcp/notion-mcp-wrapper.ps1 +23 -0
  185. package/scripts/mcp/notion-mcp-wrapper.sh +14 -0
  186. package/scripts/mcp/postgres-mcp-wrapper.ps1 +23 -0
  187. package/scripts/mcp/postgres-mcp-wrapper.sh +16 -0
  188. package/scripts/npm/ncu/npm-ncu.sh +24 -0
  189. package/scripts/npm/upgrade/npm-upgrade.sh +51 -0
  190. package/scripts/qmk/build_reviung41.sh +28 -0
  191. package/scripts/qmk/sync_unicorne.sh +44 -0
  192. package/scripts/sync/README.md +64 -0
  193. package/scripts/sync/config-common.zsh +882 -0
  194. package/scripts/sync/pull-configs.ps1 +33 -0
  195. package/scripts/sync/pull-configs.zsh +278 -0
  196. package/scripts/sync/push-configs.ps1 +91 -0
  197. package/scripts/sync/push-configs.zsh +384 -0
  198. package/shell/alias/alias-d.zsh +333 -0
  199. package/shell/alias/alias.zsh +36 -0
  200. package/shell/alias/categories/development.zsh +157 -0
  201. package/shell/alias/categories/environment.zsh +13 -0
  202. package/shell/alias/categories/git.zsh +40 -0
  203. package/shell/alias/categories/github-functions.zsh +459 -0
  204. package/shell/alias/categories/network.zsh +46 -0
  205. package/shell/alias/categories/path.zsh +46 -0
  206. package/shell/alias/categories/system.zsh +78 -0
  207. package/shell/alias/categories/wolfe-server.zsh +11 -0
  208. package/shell/powershell/Microsoft.PowerShell_profile.ps1 +208 -0
  209. package/shell/zsh/.p10k.zsh +1832 -0
  210. package/shell/zsh/.zshrc +87 -0
  211. package/shell/zsh/config/completion.zsh +31 -0
  212. package/shell/zsh/config/functions.zsh +31 -0
  213. package/shell/zsh/config/keybindings.zsh +13 -0
  214. package/shell/zsh/config/options.zsh +56 -0
  215. package/shell/zsh/config/plugins.zsh +83 -0
  216. package/shell/zsh/config/variables.zsh +191 -0
  217. package/shell/zsh/powerlevel10k.zsh-theme +83 -0
  218. package/shell/zsh/zsh-autosuggestions.zsh +871 -0
  219. package/ssh/config +46 -0
  220. package/ssh/config.duplo +21 -0
  221. package/ssh/config.mikpc +35 -0
  222. package/ssh/personal_signing.pub +1 -0
  223. package/templates/.envrc.example +34 -0
  224. package/templates/.envrc.quickstart +17 -0
  225. package/wezterm/wezterm.lua +249 -0
  226. package/wsl/.wslconfig +3 -0
  227. package/wsl/wsl.conf +18 -0
@@ -0,0 +1,951 @@
1
+ {
2
+ "Use Cursor Guide" : false,
3
+ "Bold Color" : {
4
+ "Red Component" : 0.49428728220000001,
5
+ "Color Space" : "sRGB",
6
+ "Blue Component" : 0.69781732559999998,
7
+ "Alpha Component" : 1,
8
+ "Green Component" : 0.43613585830000001
9
+ },
10
+ "Columns" : 160,
11
+ "Use Bright Bold" : true,
12
+ "Background Color" : {
13
+ "Red Component" : 0.11213872580000001,
14
+ "Color Space" : "sRGB",
15
+ "Blue Component" : 0.11463069920000001,
16
+ "Alpha Component" : 1,
17
+ "Green Component" : 0.1046628132
18
+ },
19
+ "Ansi 8 Color" : {
20
+ "Red Component" : 0.44705882670000002,
21
+ "Color Space" : "sRGB",
22
+ "Blue Component" : 0.44705882670000002,
23
+ "Alpha Component" : 1,
24
+ "Green Component" : 0.43921568989999998
25
+ },
26
+ "Badge Text" : "",
27
+ "Right Option Key Sends" : 0,
28
+ "Has Hotkey" : false,
29
+ "Blinking Cursor" : false,
30
+ "Cursor Boost" : 0,
31
+ "Open Password Manager Automatically" : false,
32
+ "Log Filename Format" : "\\(creationTimeString).\\(profileName).\\(termid).\\(iterm2.pid).\\(autoLogId).log",
33
+ "Badge Max Width" : 0.059999999999999998,
34
+ "Badge Max Height" : 0.070000000000000034,
35
+ "Use Underline Color" : true,
36
+ "Place Prompt at First Column" : true,
37
+ "Keyboard Map" : {
38
+ "0x52-0xa0000-0xf" : {
39
+ "Version" : 2,
40
+ "Apply Mode" : 0,
41
+ "Action" : 32,
42
+ "Text" : "",
43
+ "Escaping" : 2
44
+ },
45
+ "0xf728-0x80000" : {
46
+ "Text" : "d",
47
+ "Action" : 10
48
+ },
49
+ "0xf702-0x280000" : {
50
+ "Text" : "b",
51
+ "Action" : 10
52
+ },
53
+ "0xf70d-0x20000" : {
54
+ "Text" : "[21;2~",
55
+ "Action" : 10
56
+ },
57
+ "0x7f-0x80000" : {
58
+ "Text" : "0x1b 0x7f",
59
+ "Action" : 11
60
+ },
61
+ "0x64-0x80000-0x2" : {
62
+ "Version" : 1,
63
+ "Action" : 2,
64
+ "Text" : "",
65
+ "Label" : ""
66
+ },
67
+ "0x7a-0x100000-0x6" : {
68
+ "Version" : 2,
69
+ "Apply Mode" : 0,
70
+ "Action" : 44,
71
+ "Text" : "",
72
+ "Escaping" : 2
73
+ },
74
+ "0x33-0x40000" : {
75
+ "Text" : "0x1b",
76
+ "Action" : 11
77
+ },
78
+ "0xf703-0x260000" : {
79
+ "Text" : "[1;6C",
80
+ "Action" : 10
81
+ },
82
+ "0xf729-0x20000" : {
83
+ "Text" : "[1;2H",
84
+ "Action" : 10
85
+ },
86
+ "0xf708-0x20000" : {
87
+ "Text" : "[15;2~",
88
+ "Action" : 10
89
+ },
90
+ "0x54-0x120000-0x11" : {
91
+ "Version" : 2,
92
+ "Apply Mode" : 0,
93
+ "Action" : 27,
94
+ "Text" : "485FF575-15CA-4449-A5FB-AABD5A9A1492",
95
+ "Escaping" : 2
96
+ },
97
+ "0x74-0x100000-0x11" : {
98
+ "Version" : 2,
99
+ "Apply Mode" : 0,
100
+ "Action" : 29,
101
+ "Text" : "485FF575-15CA-4449-A5FB-AABD5A9A1492",
102
+ "Escaping" : 2
103
+ },
104
+ "0xf702-0x260000" : {
105
+ "Text" : "[1;6D",
106
+ "Action" : 10
107
+ },
108
+ "0x38-0x40000" : {
109
+ "Text" : "0x7f",
110
+ "Action" : 11
111
+ },
112
+ "0xf72b-0x40000" : {
113
+ "Text" : "[1;5F",
114
+ "Action" : 10
115
+ },
116
+ "0xf70c-0x20000" : {
117
+ "Text" : "[20;2~",
118
+ "Action" : 10
119
+ },
120
+ "0xf701-0x260000" : {
121
+ "Text" : "[1;6B",
122
+ "Action" : 10
123
+ },
124
+ "0x32-0x40000" : {
125
+ "Text" : "0x00",
126
+ "Action" : 11
127
+ },
128
+ "0xf707-0x20000" : {
129
+ "Text" : "[1;2S",
130
+ "Action" : 10
131
+ },
132
+ "0xf703-0x240000" : {
133
+ "Text" : "[1;5C",
134
+ "Action" : 10
135
+ },
136
+ "0xf700-0x260000" : {
137
+ "Text" : "[1;6A",
138
+ "Action" : 10
139
+ },
140
+ "0xf702-0x240000" : {
141
+ "Text" : "[1;5D",
142
+ "Action" : 10
143
+ },
144
+ "0xf703-0x300000" : {
145
+ "Text" : "0x5",
146
+ "Action" : 11
147
+ },
148
+ "0x37-0x40000" : {
149
+ "Text" : "0x1f",
150
+ "Action" : 11
151
+ },
152
+ "0x65-0x80000-0xe" : {
153
+ "Version" : 1,
154
+ "Action" : 31,
155
+ "Text" : "",
156
+ "Label" : ""
157
+ },
158
+ "0x3-0x200000" : {
159
+ "Text" : "0xd",
160
+ "Action" : 11
161
+ },
162
+ "0xf701-0x240000" : {
163
+ "Text" : "[1;5B",
164
+ "Action" : 10
165
+ },
166
+ "0xf702-0x300000" : {
167
+ "Text" : "0x1",
168
+ "Action" : 11
169
+ },
170
+ "0xf703-0x220000" : {
171
+ "Text" : "[1;2C",
172
+ "Action" : 10
173
+ },
174
+ "0xf739-0x0" : {
175
+ "Text" : "",
176
+ "Action" : 13
177
+ },
178
+ "0xf70b-0x20000" : {
179
+ "Text" : "[19;2~",
180
+ "Action" : 10
181
+ },
182
+ "0xf728-0x0" : {
183
+ "Text" : "0x4",
184
+ "Action" : 11
185
+ },
186
+ "0xf706-0x20000" : {
187
+ "Text" : "[1;2R",
188
+ "Action" : 10
189
+ },
190
+ "0xf700-0x240000" : {
191
+ "Text" : "[1;5A",
192
+ "Action" : 10
193
+ },
194
+ "0xf702-0x220000" : {
195
+ "Text" : "[1;2D",
196
+ "Action" : 10
197
+ },
198
+ "0x36-0x40000" : {
199
+ "Text" : "0x1e",
200
+ "Action" : 11
201
+ },
202
+ "0x72-0x80000-0xf" : {
203
+ "Version" : 1,
204
+ "Action" : 30,
205
+ "Text" : "",
206
+ "Label" : ""
207
+ },
208
+ "0xf70f-0x20000" : {
209
+ "Text" : "[24;2~",
210
+ "Action" : 10
211
+ },
212
+ "0xf701-0x220000" : {
213
+ "Text" : "[1;2B",
214
+ "Action" : 10
215
+ },
216
+ "0xf70a-0x20000" : {
217
+ "Text" : "[18;2~",
218
+ "Action" : 10
219
+ },
220
+ "0xf729-0x40000" : {
221
+ "Text" : "[1;5H",
222
+ "Action" : 10
223
+ },
224
+ "0xf72b-0x20000" : {
225
+ "Text" : "[1;2F",
226
+ "Action" : 10
227
+ },
228
+ "0xf700-0x220000" : {
229
+ "Text" : "[1;2A",
230
+ "Action" : 10
231
+ },
232
+ "0x66-0x80000-0x3" : {
233
+ "Version" : 1,
234
+ "Action" : 0,
235
+ "Text" : "",
236
+ "Label" : ""
237
+ },
238
+ "0x30-0x200000" : {
239
+ "Text" : "0",
240
+ "Action" : 12
241
+ },
242
+ "0xf705-0x20000" : {
243
+ "Text" : "[1;2Q",
244
+ "Action" : 10
245
+ },
246
+ "0x31-0x200000" : {
247
+ "Text" : "1",
248
+ "Action" : 12
249
+ },
250
+ "0x33-0x200000" : {
251
+ "Text" : "3",
252
+ "Action" : 12
253
+ },
254
+ "0x35-0x40000" : {
255
+ "Text" : "0x1d",
256
+ "Action" : 11
257
+ },
258
+ "0x34-0x200000" : {
259
+ "Text" : "4",
260
+ "Action" : 12
261
+ },
262
+ "0x45-0xa0000-0xe" : {
263
+ "Version" : 2,
264
+ "Apply Mode" : 0,
265
+ "Action" : 39,
266
+ "Text" : "",
267
+ "Escaping" : 2
268
+ },
269
+ "0x35-0x200000" : {
270
+ "Text" : "5",
271
+ "Action" : 12
272
+ },
273
+ "0x32-0x200000" : {
274
+ "Text" : "2",
275
+ "Action" : 12
276
+ },
277
+ "0x36-0x200000" : {
278
+ "Text" : "6",
279
+ "Action" : 12
280
+ },
281
+ "0x37-0x200000" : {
282
+ "Text" : "7",
283
+ "Action" : 12
284
+ },
285
+ "0x2d-0x40000" : {
286
+ "Text" : "0x1f",
287
+ "Action" : 11
288
+ },
289
+ "0x38-0x200000" : {
290
+ "Text" : "8",
291
+ "Action" : 12
292
+ },
293
+ "0x2a-0x200000" : {
294
+ "Text" : "*",
295
+ "Action" : 12
296
+ },
297
+ "0x39-0x200000" : {
298
+ "Text" : "9",
299
+ "Action" : 12
300
+ },
301
+ "0x2b-0x200000" : {
302
+ "Text" : "+",
303
+ "Action" : 12
304
+ },
305
+ "0x6e-0x100000-0x2d" : {
306
+ "Version" : 1,
307
+ "Label" : "",
308
+ "Text" : "485FF575-15CA-4449-A5FB-AABD5A9A1492",
309
+ "Action" : 27
310
+ },
311
+ "0xf70e-0x20000" : {
312
+ "Text" : "[23;2~",
313
+ "Action" : 10
314
+ },
315
+ "0x2e-0x200000" : {
316
+ "Text" : ".",
317
+ "Action" : 12
318
+ },
319
+ "0x2d-0x200000" : {
320
+ "Text" : "-",
321
+ "Action" : 12
322
+ },
323
+ "0x2f-0x200000" : {
324
+ "Text" : "\/",
325
+ "Action" : 12
326
+ },
327
+ "0x7f-0x100000" : {
328
+ "Text" : "0x15",
329
+ "Action" : 11
330
+ },
331
+ "0xf709-0x20000" : {
332
+ "Text" : "[17;2~",
333
+ "Action" : 10
334
+ },
335
+ "0xd-0x20000-0x24" : {
336
+ "Version" : 2,
337
+ "Apply Mode" : 0,
338
+ "Action" : 12,
339
+ "Text" : "fl",
340
+ "Escaping" : 2
341
+ },
342
+ "0x34-0x40000" : {
343
+ "Text" : "0x1c",
344
+ "Action" : 11
345
+ },
346
+ "0xf704-0x20000" : {
347
+ "Text" : "[1;2P",
348
+ "Action" : 10
349
+ },
350
+ "0xf703-0x280000" : {
351
+ "Text" : "f",
352
+ "Action" : 10
353
+ }
354
+ },
355
+ "Space" : 0,
356
+ "AWDS Pane Option" : "Recycle",
357
+ "AWDS Window Option" : "No",
358
+ "Use Tab Color" : true,
359
+ "Visual Bell" : false,
360
+ "Only The Default BG Color Uses Transparency" : true,
361
+ "Cursor Text Color" : {
362
+ "Red Component" : 0.98823529480000005,
363
+ "Color Space" : "sRGB",
364
+ "Blue Component" : 0.98039215800000001,
365
+ "Alpha Component" : 1,
366
+ "Green Component" : 0.98823529480000005
367
+ },
368
+ "Disable Auto Frame" : true,
369
+ "Scrollback Lines" : 0,
370
+ "AWDS Tab Directory" : "",
371
+ "Badge Font" : "MesloLGS-NF-Bold",
372
+ "Ansi 0 Color" : {
373
+ "Red Component" : 0.30935525889999999,
374
+ "Color Space" : "sRGB",
375
+ "Blue Component" : 0.30935525889999999,
376
+ "Alpha Component" : 1,
377
+ "Green Component" : 0.30392798780000002
378
+ },
379
+ "Silence Bell" : false,
380
+ "Use Custom Tab Title" : false,
381
+ "Rows" : 60,
382
+ "Draw Powerline Glyphs" : true,
383
+ "Guid" : "485FF575-15CA-4449-A5FB-AABD5A9A1492",
384
+ "Automatically Log" : false,
385
+ "Ambiguous Double Width" : false,
386
+ "Option Key Sends" : 2,
387
+ "Ansi 3 Color" : {
388
+ "Red Component" : 0.86535739898681641,
389
+ "Color Space" : "sRGB",
390
+ "Blue Component" : 0.32607671646499198,
391
+ "Alpha Component" : 1,
392
+ "Green Component" : 0.73994327479299149
393
+ },
394
+ "Use Custom Window Title" : false,
395
+ "Window Type" : 12,
396
+ "Smart Cursor Color" : false,
397
+ "BM Growl" : true,
398
+ "Underline Color" : {
399
+ "Red Component" : 0.98823529480000005,
400
+ "Color Space" : "sRGB",
401
+ "Blue Component" : 0.40392157439999998,
402
+ "Alpha Component" : 1,
403
+ "Green Component" : 0.59607845540000004
404
+ },
405
+ "Prompt Before Closing 2" : 0,
406
+ "Command" : "",
407
+ "Left Option Key Changeable" : false,
408
+ "AWDS Tab Option" : "No",
409
+ "Selected Text Color" : {
410
+ "Red Component" : 0.11213872580000001,
411
+ "Color Space" : "sRGB",
412
+ "Blue Component" : 0.11463069920000001,
413
+ "Alpha Component" : 1,
414
+ "Green Component" : 0.1046628132
415
+ },
416
+ "Custom Window Title" : "Hey",
417
+ "Badge Top Margin" : 0,
418
+ "Blend" : 0.23021399456521749,
419
+ "Send Code When Idle" : false,
420
+ "Ansi 6 Color" : {
421
+ "Red Component" : 0.36470588235294116,
422
+ "Color Space" : "sRGB",
423
+ "Blue Component" : 0.71764705882352942,
424
+ "Alpha Component" : 1,
425
+ "Green Component" : 0.67450980392156867
426
+ },
427
+ "Jobs to Ignore" : [
428
+
429
+ ],
430
+ "Cursor Color" : {
431
+ "Red Component" : 0.49428728220000001,
432
+ "Color Space" : "sRGB",
433
+ "Blue Component" : 0.69781732559999998,
434
+ "Alpha Component" : 1,
435
+ "Green Component" : 0.43613585830000001
436
+ },
437
+ "Vertical Spacing" : 1.2,
438
+ "Bound Hosts" : [
439
+
440
+ ],
441
+ "Disable Window Resizing" : true,
442
+ "Close Sessions On End" : true,
443
+ "Tab Color" : {
444
+ "Red Component" : 0.11213872580000001,
445
+ "Color Space" : "sRGB",
446
+ "Blue Component" : 0.11463069920000001,
447
+ "Alpha Component" : 1,
448
+ "Green Component" : 0.1046628132
449
+ },
450
+ "Default Bookmark" : "No",
451
+ "Custom Command" : "No",
452
+ "Ansi 9 Color" : {
453
+ "Red Component" : 1,
454
+ "Color Space" : "sRGB",
455
+ "Blue Component" : 0.53333333333333333,
456
+ "Green Component" : 0.38039215686274508
457
+ },
458
+ "Ansi 14 Color" : {
459
+ "Red Component" : 0.47058823700000002,
460
+ "Color Space" : "sRGB",
461
+ "Blue Component" : 0.9098039269,
462
+ "Alpha Component" : 1,
463
+ "Green Component" : 0.8627451062
464
+ },
465
+ "Flashing Bell" : false,
466
+ "Show Status Bar" : true,
467
+ "Use Italic Font" : true,
468
+ "Minimum Contrast" : 0.29091966221098264,
469
+ "Ansi 12 Color" : {
470
+ "Red Component" : 0.44705882670000002,
471
+ "Color Space" : "sRGB",
472
+ "Blue Component" : 0.44705882670000002,
473
+ "Alpha Component" : 1,
474
+ "Green Component" : 0.43921568989999998
475
+ },
476
+ "Non-ASCII Anti Aliased" : true,
477
+ "Ansi 10 Color" : {
478
+ "Red Component" : 0.66274509803921566,
479
+ "Color Space" : "sRGB",
480
+ "Blue Component" : 0.46274509803921571,
481
+ "Green Component" : 0.86274509803921573
482
+ },
483
+ "Foreground Color" : {
484
+ "Red Component" : 0.98823529480000005,
485
+ "Color Space" : "sRGB",
486
+ "Blue Component" : 0.98039215800000001,
487
+ "Alpha Component" : 1,
488
+ "Green Component" : 0.98823529480000005
489
+ },
490
+ "Load Shell Integration Automatically" : true,
491
+ "Dynamic Profile Filename" : "\/Users\/Mikl\/Library\/Application Support\/iTerm2\/DynamicProfiles\/vscode-synced.json",
492
+ "Description" : "Default",
493
+ "Sync Title" : false,
494
+ "Ansi 1 Color" : {
495
+ "Red Component" : 0.61872363090515137,
496
+ "Color Space" : "sRGB",
497
+ "Blue Component" : 0.36877567898444097,
498
+ "Alpha Component" : 1,
499
+ "Green Component" : 0.27863054435563273
500
+ },
501
+ "Name" : "Mikey Pro",
502
+ "Transparency" : 0,
503
+ "Horizontal Spacing" : 1,
504
+ "Thin Strokes" : 4,
505
+ "Unicode Normalization" : 0,
506
+ "Reduce Flicker" : false,
507
+ "Badge Color" : {
508
+ "Red Component" : 0.76002311710000003,
509
+ "Color Space" : "sRGB",
510
+ "Blue Component" : 0.31064438820000001,
511
+ "Alpha Component" : 1,
512
+ "Green Component" : 0.45842665430000001
513
+ },
514
+ "Subtitle" : "",
515
+ "Idle Code" : 0,
516
+ "Ansi 4 Color" : {
517
+ "Red Component" : 0.30935525889999999,
518
+ "Color Space" : "sRGB",
519
+ "Blue Component" : 0.30935525889999999,
520
+ "Alpha Component" : 1,
521
+ "Green Component" : 0.30392798780000002
522
+ },
523
+ "Brighten Bold Text" : true,
524
+ "Prevent Opening in a Tab" : false,
525
+ "Screen" : 1,
526
+ "Selection Color" : {
527
+ "Red Component" : 0.49428728661607896,
528
+ "Color Space" : "sRGB",
529
+ "Blue Component" : 0.69781732559204102,
530
+ "Alpha Component" : 1,
531
+ "Green Component" : 0.43613584690866125
532
+ },
533
+ "Use Non-ASCII Font" : false,
534
+ "Character Encoding" : 4,
535
+ "Custom Tab Title" : "",
536
+ "Icon" : 0,
537
+ "Ansi 7 Color" : {
538
+ "Red Component" : 0.44705882670000002,
539
+ "Color Space" : "sRGB",
540
+ "Blue Component" : 0.44705882670000002,
541
+ "Alpha Component" : 1,
542
+ "Green Component" : 0.43921568989999998
543
+ },
544
+ "Non Ascii Font" : "Monaco 12",
545
+ "Cursor Guide Color" : {
546
+ "Red Component" : 0.44705882668495178,
547
+ "Color Space" : "sRGB",
548
+ "Blue Component" : 0.44705882668495178,
549
+ "Alpha Component" : 0.065794467926025391,
550
+ "Green Component" : 0.43921568989753723
551
+ },
552
+ "Custom Icon Path" : "\/Users\/mikl\/Dropbox\/L.F.R.\/rott\/IMG_7109 2.heic",
553
+ "Show Mark Indicators" : true,
554
+ "Unicode Version" : 9,
555
+ "Title Components" : 4,
556
+ "Semantic History" : {
557
+ "action" : "editor",
558
+ "text" : "",
559
+ "editor" : "com.microsoft.VSCode"
560
+ },
561
+ "Working Directory" : "\/Users\/Mikl\/Dropbox\/dev\/gitlang",
562
+ "ASCII Anti Aliased" : true,
563
+ "Custom Directory" : "Advanced",
564
+ "Shortcut" : "",
565
+ "Mouse Reporting" : true,
566
+ "Tags" : [
567
+
568
+ ],
569
+ "Blur Radius" : 0.10000000000000001,
570
+ "Allow Title Setting" : true,
571
+ "Use Bold Font" : true,
572
+ "Ansi 2 Color" : {
573
+ "Red Component" : 0.58737276312154529,
574
+ "Color Space" : "sRGB",
575
+ "Blue Component" : 0.39842766427286858,
576
+ "Alpha Component" : 1,
577
+ "Green Component" : 0.7804253101348877
578
+ },
579
+ "Hide After Opening" : false,
580
+ "Background Image Mode" : 2,
581
+ "Unlimited Scrollback" : true,
582
+ "AWDS Window Directory" : "",
583
+ "Normal Font" : "Menlo-Regular 16",
584
+ "Ansi 15 Color" : {
585
+ "Red Component" : 0.44705882670000002,
586
+ "Color Space" : "sRGB",
587
+ "Blue Component" : 0.44705882670000002,
588
+ "Alpha Component" : 1,
589
+ "Green Component" : 0.43921568989999998
590
+ },
591
+ "Status Bar Layout" : {
592
+ "components" : [
593
+ {
594
+ "class" : "iTermStatusBarJobComponent",
595
+ "configuration" : {
596
+ "knobs" : {
597
+ "base: priority" : 5,
598
+ "minwidth" : 0,
599
+ "base: compression resistance" : 1,
600
+ "maxwidth" : 1.7976931348623157e+308
601
+ },
602
+ "layout advanced configuration dictionary value" : {
603
+ "separator color 2" : {
604
+ "Red Component" : 0.30588236451148987,
605
+ "Color Space" : "sRGB",
606
+ "Blue Component" : 0.30588236451148987,
607
+ "Alpha Component" : 0,
608
+ "Green Component" : 0.30196079611778259
609
+ },
610
+ "default text color" : {
611
+ "Red Component" : 0.44705882668495178,
612
+ "Color Space" : "sRGB",
613
+ "Blue Component" : 0.44705882668495178,
614
+ "Alpha Component" : 1,
615
+ "Green Component" : 0.43921568989753723
616
+ },
617
+ "remove empty components" : true,
618
+ "algorithm" : 1,
619
+ "font" : ".AppleSystemUIFont 12",
620
+ "background color" : {
621
+ "Red Component" : 0.10980392247438431,
622
+ "Color Space" : "sRGB",
623
+ "Blue Component" : 0.11372549086809158,
624
+ "Alpha Component" : 1,
625
+ "Green Component" : 0.10196078568696976
626
+ },
627
+ "auto-rainbow style" : 0
628
+ }
629
+ }
630
+ },
631
+ {
632
+ "class" : "iTermStatusBarHostnameComponent",
633
+ "configuration" : {
634
+ "knobs" : {
635
+ "base: priority" : 5,
636
+ "path" : "hostname",
637
+ "base: compression resistance" : 1
638
+ },
639
+ "layout advanced configuration dictionary value" : {
640
+ "algorithm" : 1,
641
+ "auto-rainbow style" : 0,
642
+ "remove empty components" : false
643
+ }
644
+ }
645
+ },
646
+ {
647
+ "class" : "iTermStatusBarWorkingDirectoryComponent",
648
+ "configuration" : {
649
+ "knobs" : {
650
+ "path" : "path",
651
+ "base: priority" : 5,
652
+ "base: compression resistance" : 1,
653
+ "minwidth" : 0,
654
+ "maxwidth" : 1.7976931348623157e+308
655
+ },
656
+ "layout advanced configuration dictionary value" : {
657
+ "separator color 2" : {
658
+ "Red Component" : 0.30588236451148987,
659
+ "Color Space" : "sRGB",
660
+ "Blue Component" : 0.30588236451148987,
661
+ "Alpha Component" : 0,
662
+ "Green Component" : 0.30196079611778259
663
+ },
664
+ "default text color" : {
665
+ "Red Component" : 0.44705882668495178,
666
+ "Color Space" : "sRGB",
667
+ "Blue Component" : 0.44705882668495178,
668
+ "Alpha Component" : 1,
669
+ "Green Component" : 0.43921568989753723
670
+ },
671
+ "remove empty components" : true,
672
+ "algorithm" : 1,
673
+ "font" : ".AppleSystemUIFont 12",
674
+ "background color" : {
675
+ "Red Component" : 0.10980392247438431,
676
+ "Color Space" : "sRGB",
677
+ "Blue Component" : 0.11372549086809158,
678
+ "Alpha Component" : 1,
679
+ "Green Component" : 0.10196078568696976
680
+ },
681
+ "auto-rainbow style" : 0
682
+ }
683
+ }
684
+ },
685
+ {
686
+ "class" : "iTermStatusBarGitComponent",
687
+ "configuration" : {
688
+ "knobs" : {
689
+ "iTermStatusBarGitComponentPollingIntervalKey" : 2,
690
+ "base: priority" : 5,
691
+ "base: compression resistance" : 1,
692
+ "minwidth" : 0,
693
+ "maxwidth" : 1.7976931348623157e+308
694
+ },
695
+ "layout advanced configuration dictionary value" : {
696
+ "separator color 2" : {
697
+ "Red Component" : 0.30588236451148987,
698
+ "Color Space" : "sRGB",
699
+ "Blue Component" : 0.30588236451148987,
700
+ "Alpha Component" : 0,
701
+ "Green Component" : 0.30196079611778259
702
+ },
703
+ "default text color" : {
704
+ "Red Component" : 0.44705882668495178,
705
+ "Color Space" : "sRGB",
706
+ "Blue Component" : 0.44705882668495178,
707
+ "Alpha Component" : 1,
708
+ "Green Component" : 0.43921568989753723
709
+ },
710
+ "remove empty components" : true,
711
+ "algorithm" : 1,
712
+ "font" : ".AppleSystemUIFont 12",
713
+ "background color" : {
714
+ "Red Component" : 0.10980392247438431,
715
+ "Color Space" : "sRGB",
716
+ "Blue Component" : 0.11372549086809158,
717
+ "Alpha Component" : 1,
718
+ "Green Component" : 0.10196078568696976
719
+ },
720
+ "auto-rainbow style" : 0
721
+ }
722
+ }
723
+ },
724
+ {
725
+ "class" : "iTermStatusBarSpringComponent",
726
+ "configuration" : {
727
+ "knobs" : {
728
+ "base: priority" : 5,
729
+ "iTermStatusBarSpringComponentSpringConstantKey" : 0.01,
730
+ "base: compression resistance" : 1,
731
+ "iTermStatusBarSpringComponentSizeMultipleKey" : 1
732
+ },
733
+ "layout advanced configuration dictionary value" : {
734
+ "separator color 2" : {
735
+ "Red Component" : 0.30588236451148987,
736
+ "Color Space" : "sRGB",
737
+ "Blue Component" : 0.30588236451148987,
738
+ "Alpha Component" : 0,
739
+ "Green Component" : 0.30196079611778259
740
+ },
741
+ "default text color" : {
742
+ "Red Component" : 0.44705882668495178,
743
+ "Color Space" : "sRGB",
744
+ "Blue Component" : 0.44705882668495178,
745
+ "Alpha Component" : 1,
746
+ "Green Component" : 0.43921568989753723
747
+ },
748
+ "remove empty components" : true,
749
+ "algorithm" : 1,
750
+ "font" : ".AppleSystemUIFont 12",
751
+ "background color" : {
752
+ "Red Component" : 0.10980392247438431,
753
+ "Color Space" : "sRGB",
754
+ "Blue Component" : 0.11372549086809158,
755
+ "Alpha Component" : 1,
756
+ "Green Component" : 0.10196078568696976
757
+ },
758
+ "auto-rainbow style" : 0
759
+ }
760
+ }
761
+ },
762
+ {
763
+ "class" : "iTermStatusBarCPUUtilizationComponent",
764
+ "configuration" : {
765
+ "knobs" : {
766
+ "base: priority" : 5
767
+ },
768
+ "layout advanced configuration dictionary value" : {
769
+ "separator color 2" : {
770
+ "Red Component" : 0.30588236451148987,
771
+ "Color Space" : "sRGB",
772
+ "Blue Component" : 0.30588236451148987,
773
+ "Alpha Component" : 0,
774
+ "Green Component" : 0.30196079611778259
775
+ },
776
+ "default text color" : {
777
+ "Red Component" : 0.44705882668495178,
778
+ "Color Space" : "sRGB",
779
+ "Blue Component" : 0.44705882668495178,
780
+ "Alpha Component" : 1,
781
+ "Green Component" : 0.43921568989753723
782
+ },
783
+ "remove empty components" : true,
784
+ "algorithm" : 1,
785
+ "font" : ".AppleSystemUIFont 12",
786
+ "background color" : {
787
+ "Red Component" : 0.10980392247438431,
788
+ "Color Space" : "sRGB",
789
+ "Blue Component" : 0.11372549086809158,
790
+ "Alpha Component" : 1,
791
+ "Green Component" : 0.10196078568696976
792
+ },
793
+ "auto-rainbow style" : 0
794
+ }
795
+ }
796
+ },
797
+ {
798
+ "class" : "iTermStatusBarNetworkUtilizationComponent",
799
+ "configuration" : {
800
+ "knobs" : {
801
+ "Network upload color" : {
802
+ "Red Component" : 0.49411764740943909,
803
+ "Color Space" : "sRGB",
804
+ "Blue Component" : 0.69411766529083252,
805
+ "Alpha Component" : 1,
806
+ "Green Component" : 0.43529412150382996
807
+ },
808
+ "base: priority" : 5,
809
+ "Network download color" : {
810
+ "Red Component" : 0.6705882352941176,
811
+ "Color Space" : "sRGB",
812
+ "Blue Component" : 0.94901960784313721,
813
+ "Alpha Component" : 1,
814
+ "Green Component" : 0.61568627450980395
815
+ }
816
+ },
817
+ "layout advanced configuration dictionary value" : {
818
+ "separator color 2" : {
819
+ "Red Component" : 0.30588236451148987,
820
+ "Color Space" : "sRGB",
821
+ "Blue Component" : 0.30588236451148987,
822
+ "Alpha Component" : 0,
823
+ "Green Component" : 0.30196079611778259
824
+ },
825
+ "default text color" : {
826
+ "Red Component" : 0.44705882668495178,
827
+ "Color Space" : "sRGB",
828
+ "Blue Component" : 0.44705882668495178,
829
+ "Alpha Component" : 1,
830
+ "Green Component" : 0.43921568989753723
831
+ },
832
+ "remove empty components" : true,
833
+ "algorithm" : 1,
834
+ "font" : ".AppleSystemUIFont 12",
835
+ "background color" : {
836
+ "Red Component" : 0.10980392247438431,
837
+ "Color Space" : "sRGB",
838
+ "Blue Component" : 0.11372549086809158,
839
+ "Alpha Component" : 1,
840
+ "Green Component" : 0.10196078568696976
841
+ },
842
+ "auto-rainbow style" : 0
843
+ }
844
+ }
845
+ },
846
+ {
847
+ "class" : "iTermStatusBarSearchFieldComponent",
848
+ "configuration" : {
849
+ "knobs" : {
850
+ "base: priority" : 5,
851
+ "shared text color" : {
852
+ "Red Component" : 0.5,
853
+ "Color Space" : "sRGB",
854
+ "Blue Component" : 0.38500000000000001,
855
+ "Alpha Component" : 1,
856
+ "Green Component" : 0.25
857
+ },
858
+ "base: compression resistance" : 1
859
+ },
860
+ "layout advanced configuration dictionary value" : {
861
+ "separator color 2" : {
862
+ "Red Component" : 0.30588236451148987,
863
+ "Color Space" : "sRGB",
864
+ "Blue Component" : 0.30588236451148987,
865
+ "Alpha Component" : 0,
866
+ "Green Component" : 0.30196079611778259
867
+ },
868
+ "default text color" : {
869
+ "Red Component" : 0.44705882668495178,
870
+ "Color Space" : "sRGB",
871
+ "Blue Component" : 0.44705882668495178,
872
+ "Alpha Component" : 1,
873
+ "Green Component" : 0.43921568989753723
874
+ },
875
+ "remove empty components" : true,
876
+ "algorithm" : 1,
877
+ "font" : ".AppleSystemUIFont 12",
878
+ "background color" : {
879
+ "Red Component" : 0.10980392247438431,
880
+ "Color Space" : "sRGB",
881
+ "Blue Component" : 0.11372549086809158,
882
+ "Alpha Component" : 1,
883
+ "Green Component" : 0.10196078568696976
884
+ },
885
+ "auto-rainbow style" : 0
886
+ }
887
+ }
888
+ }
889
+ ],
890
+ "advanced configuration" : {
891
+ "separator color 2" : {
892
+ "Red Component" : 0.30588236451148987,
893
+ "Color Space" : "sRGB",
894
+ "Blue Component" : 0.30588236451148987,
895
+ "Alpha Component" : 0,
896
+ "Green Component" : 0.30196079611778259
897
+ },
898
+ "default text color" : {
899
+ "Red Component" : 0.44705882668495178,
900
+ "Color Space" : "sRGB",
901
+ "Blue Component" : 0.44705882668495178,
902
+ "Alpha Component" : 1,
903
+ "Green Component" : 0.43921568989753723
904
+ },
905
+ "remove empty components" : true,
906
+ "algorithm" : 1,
907
+ "font" : ".AppleSystemUIFont 12",
908
+ "background color" : {
909
+ "Red Component" : 0.10980392247438431,
910
+ "Color Space" : "sRGB",
911
+ "Blue Component" : 0.11372549086809158,
912
+ "Alpha Component" : 1,
913
+ "Green Component" : 0.10196078568696976
914
+ },
915
+ "auto-rainbow style" : 0
916
+ }
917
+ },
918
+ "Blur" : false,
919
+ "Session Close Undo Timeout" : 10,
920
+ "Initial Use Transparency" : true,
921
+ "Terminal Type" : "xterm-256color",
922
+ "Ansi 13 Color" : {
923
+ "Red Component" : 0.6705882352941176,
924
+ "Color Space" : "sRGB",
925
+ "Blue Component" : 0.94901960784313721,
926
+ "Green Component" : 0.61568627450980395
927
+ },
928
+ "Link Color" : {
929
+ "Red Component" : 0.81176471709999998,
930
+ "Color Space" : "sRGB",
931
+ "Blue Component" : 0.3058823645,
932
+ "Alpha Component" : 1,
933
+ "Green Component" : 0.69411766529999996
934
+ },
935
+ "Ansi 11 Color" : {
936
+ "Red Component" : 1,
937
+ "Color Space" : "sRGB",
938
+ "Blue Component" : 0.40000000000000002,
939
+ "Green Component" : 0.84705882352941175
940
+ },
941
+ "Ansi 5 Color" : {
942
+ "Red Component" : 0.49428728220000001,
943
+ "Color Space" : "sRGB",
944
+ "Blue Component" : 0.69781732559999998,
945
+ "Alpha Component" : 1,
946
+ "Green Component" : 0.43613585830000001
947
+ },
948
+ "AWDS Pane Directory" : "",
949
+ "Initial Text" : "",
950
+ "Badge Right Margin" : 0
951
+ }