dotfiles-tui 0.0.5

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 (204) hide show
  1. checksums.yaml +7 -0
  2. data/.env.example +4 -0
  3. data/.gitattributes +1 -0
  4. data/.github/workflows/publish-gem.yml +36 -0
  5. data/.gitignore +316 -0
  6. data/.shellcheckrc +1 -0
  7. data/.stow-local-ignore +23 -0
  8. data/.vscode/settings.json +2 -0
  9. data/Configs/aerospace/.config/aerospace/aerospace.toml +265 -0
  10. data/Configs/alacritty/.config/alacritty/alacritty.toml +31 -0
  11. data/Configs/conda/.condarc +1 -0
  12. data/Configs/continue/.continue/.continueignore +0 -0
  13. data/Configs/continue/.continue/.continuerc.json +3 -0
  14. data/Configs/continue/.continue/config.json +48 -0
  15. data/Configs/docker/.docker/completion/completion.zsh +3 -0
  16. data/Configs/editorconfig/.editorconfig +16 -0
  17. data/Configs/fzf/.fzf/completion/completion.zsh +8 -0
  18. data/Configs/git/.config/gitconfig/core +83 -0
  19. data/Configs/git/.config/gitconfig/home +20 -0
  20. data/Configs/git/.config/gitconfig/template.txt +7 -0
  21. data/Configs/git/.config/gitconfig/work +23 -0
  22. data/Configs/git/.gitconfig +25 -0
  23. data/Configs/gpg/.gnupg/.#lk0x000000015060b4e0.macBook.pro.24088 +2 -0
  24. data/Configs/gpg/.gnupg/gpg-agent.conf +3 -0
  25. data/Configs/gpg/.gnupg/openpgp-revocs.d/DE999E2ACEAE3E8EAD660459688CB4D444FB1024.rev +28 -0
  26. data/Configs/gpg/.gnupg/private-keys-v1.d/0FF407C984AC03CCC60D924C5B315977DF45D5D0.key +7 -0
  27. data/Configs/gpg/.gnupg/private-keys-v1.d/2B711D7C4A8BE25322C9966B73E6842F7E64CD38.key +7 -0
  28. data/Configs/gpg/.gnupg/pubring.kbx +0 -0
  29. data/Configs/gpg/.gnupg/trustdb.gpg +0 -0
  30. data/Configs/kitty/.config/kitty/current-theme.conf +80 -0
  31. data/Configs/kitty/.config/kitty/kitty.conf +93 -0
  32. data/Configs/nvim/.config/nvim/.stylua.toml +6 -0
  33. data/Configs/nvim/.config/nvim/README.md +9 -0
  34. data/Configs/nvim/.config/nvim/init.lua +37 -0
  35. data/Configs/nvim/.config/nvim/lazy-lock.json +29 -0
  36. data/Configs/nvim/.config/nvim/lua/chadrc.lua +17 -0
  37. data/Configs/nvim/.config/nvim/lua/configs/conform.lua +15 -0
  38. data/Configs/nvim/.config/nvim/lua/configs/lazy.lua +47 -0
  39. data/Configs/nvim/.config/nvim/lua/configs/lspconfig.lua +24 -0
  40. data/Configs/nvim/.config/nvim/lua/configs/null_ls.lua +27 -0
  41. data/Configs/nvim/.config/nvim/lua/mappings.lua +10 -0
  42. data/Configs/nvim/.config/nvim/lua/options.lua +6 -0
  43. data/Configs/nvim/.config/nvim/lua/plugins/init.lua +25 -0
  44. data/Configs/oh-my-posh/.config/oh-my-posh/theme/config.json +71 -0
  45. data/Configs/pip/.config/pip/pip.conf +3 -0
  46. data/Configs/python/.pythonrc +25 -0
  47. data/Configs/starship/.config/starship/starship.toml +134 -0
  48. data/Configs/starship/.config/starship/themes/frappe.toml +27 -0
  49. data/Configs/starship/.config/starship/themes/latte.toml +27 -0
  50. data/Configs/starship/.config/starship/themes/macchiato.toml +27 -0
  51. data/Configs/starship/.config/starship/themes/mocha.toml +27 -0
  52. data/Configs/tmux/.tmux.conf +21 -0
  53. data/Configs/wezterm/.config/wezterm/core/colors.lua +10 -0
  54. data/Configs/wezterm/.config/wezterm/core/font.lua +5 -0
  55. data/Configs/wezterm/.config/wezterm/core/helper.lua +22 -0
  56. data/Configs/wezterm/.config/wezterm/core/init.lua +20 -0
  57. data/Configs/wezterm/.config/wezterm/core/keybindings/init.lua +16 -0
  58. data/Configs/wezterm/.config/wezterm/core/keybindings/macos.lua +106 -0
  59. data/Configs/wezterm/.config/wezterm/core/keybindings/windows.lua +99 -0
  60. data/Configs/wezterm/.config/wezterm/core/launch.lua +41 -0
  61. data/Configs/wezterm/.config/wezterm/core/maximized.lua +5 -0
  62. data/Configs/wezterm/.config/wezterm/core/mousebindings.lua +23 -0
  63. data/Configs/wezterm/.config/wezterm/core/tab_title.lua +26 -0
  64. data/Configs/wezterm/.config/wezterm/core/window.lua +8 -0
  65. data/Configs/wezterm/.config/wezterm/wezterm.lua +83 -0
  66. data/Configs/zellij/.config/zellij/config.kdl +410 -0
  67. data/Configs/zellij/.config/zellij/layouts/default.kdl +159 -0
  68. data/Configs/zellij/.config/zellij/plugins/room.wasm +0 -0
  69. data/Configs/zellij/.config/zellij/plugins/zjstatus.wasm +0 -0
  70. data/Configs/zsh/.hushlogin +0 -0
  71. data/Configs/zsh/.localrc +42 -0
  72. data/Configs/zsh/.profile +3 -0
  73. data/Configs/zsh/.shellcheckrc +1 -0
  74. data/Configs/zsh/.zprofile +3 -0
  75. data/Configs/zsh/.zsh/autoload/backup_restore +84 -0
  76. data/Configs/zsh/.zsh/autoload/cat +8 -0
  77. data/Configs/zsh/.zsh/autoload/change_wallpaper +1 -0
  78. data/Configs/zsh/.zsh/autoload/clean_dstore +6 -0
  79. data/Configs/zsh/.zsh/autoload/clean_pycache +6 -0
  80. data/Configs/zsh/.zsh/autoload/convert_mkv_to_mp4 +14 -0
  81. data/Configs/zsh/.zsh/autoload/create_macos_installer +26 -0
  82. data/Configs/zsh/.zsh/autoload/download +71 -0
  83. data/Configs/zsh/.zsh/autoload/fail +2 -0
  84. data/Configs/zsh/.zsh/autoload/flush_dns +6 -0
  85. data/Configs/zsh/.zsh/autoload/info +1 -0
  86. data/Configs/zsh/.zsh/autoload/ls +8 -0
  87. data/Configs/zsh/.zsh/autoload/reset_beyond_compare +15 -0
  88. data/Configs/zsh/.zsh/autoload/reset_final_cut_pro +5 -0
  89. data/Configs/zsh/.zsh/autoload/reset_launch_pad +3 -0
  90. data/Configs/zsh/.zsh/autoload/reset_open_list +3 -0
  91. data/Configs/zsh/.zsh/autoload/speedup_terminal +6 -0
  92. data/Configs/zsh/.zsh/autoload/start_aria2_server +1 -0
  93. data/Configs/zsh/.zsh/autoload/success +1 -0
  94. data/Configs/zsh/.zsh/autoload/update_system +19 -0
  95. data/Configs/zsh/.zsh/autoload/user +1 -0
  96. data/Configs/zsh/.zsh/autoload/vim +9 -0
  97. data/Configs/zsh/.zsh/autoload/warn +1 -0
  98. data/Configs/zsh/.zsh/completion/aliases.zsh +3 -0
  99. data/Configs/zsh/.zsh/completion/completion.zsh +33 -0
  100. data/Configs/zsh/.zsh/completion/config.zsh +118 -0
  101. data/Configs/zsh/.zsh/completion/exports.zsh +108 -0
  102. data/Configs/zsh/.zsh/completion/fpath.zsh +8 -0
  103. data/Configs/zsh/.zsh_history +283 -0
  104. data/Configs/zsh/.zshenv +2 -0
  105. data/Configs/zsh/.zshrc +54 -0
  106. data/Gemfile +3 -0
  107. data/Gemfile.lock +87 -0
  108. data/Hooks/adguard/pre.rb +7 -0
  109. data/Hooks/aerospace/pre.rb +8 -0
  110. data/Hooks/aide/post.rb +7 -0
  111. data/Hooks/aide/pre.rb +7 -0
  112. data/Hooks/alacritty/pre.rb +7 -0
  113. data/Hooks/alfred/pre.rb +7 -0
  114. data/Hooks/atuin/post.rb +27 -0
  115. data/Hooks/atuin/pre.rb +7 -0
  116. data/Hooks/bartender/pre.rb +7 -0
  117. data/Hooks/bun/pre.rb +7 -0
  118. data/Hooks/carapace/pre.rb +7 -0
  119. data/Hooks/cargo/pre.rb +7 -0
  120. data/Hooks/choosy/pre.rb +7 -0
  121. data/Hooks/controld/pre.rb +7 -0
  122. data/Hooks/core/common.rb +36 -0
  123. data/Hooks/core/final.rb +23 -0
  124. data/Hooks/core/lib/configurator.rb +593 -0
  125. data/Hooks/core/lib/display.rb +120 -0
  126. data/Hooks/core/lib/hook_config.rb +96 -0
  127. data/Hooks/core/lib/hook_context.rb +124 -0
  128. data/Hooks/core/lib/hooks.rb +45 -0
  129. data/Hooks/core/lib/logger.rb +23 -0
  130. data/Hooks/core/lib/menu.rb +70 -0
  131. data/Hooks/core/lib/spinner.rb +50 -0
  132. data/Hooks/core/lib/system.rb +78 -0
  133. data/Hooks/core/lib/tweaks.rb +59 -0
  134. data/Hooks/core/library.rb +3 -0
  135. data/Hooks/core/pre.rb +17 -0
  136. data/Hooks/ctrld/pre.rb +7 -0
  137. data/Hooks/deskpad/pre.rb +7 -0
  138. data/Hooks/fonts/pre.rb +60 -0
  139. data/Hooks/ghostty/pre.rb +10 -0
  140. data/Hooks/git/post.rb +20 -0
  141. data/Hooks/git/pre.rb +7 -0
  142. data/Hooks/gpg/post.rb +16 -0
  143. data/Hooks/gpg/pre.rb +7 -0
  144. data/Hooks/ice-hidemenubar/pre.rb +7 -0
  145. data/Hooks/iterm/IC Green PPL.itermcolors +344 -0
  146. data/Hooks/iterm/chalkboard.webp +0 -0
  147. data/Hooks/iterm/com.googlecode.iterm2.plist +2371 -0
  148. data/Hooks/iterm/post.rb +7 -0
  149. data/Hooks/iterm/pre.rb +7 -0
  150. data/Hooks/jujutsu/post.rb +13 -0
  151. data/Hooks/jujutsu/pre.rb +7 -0
  152. data/Hooks/keka/pre.rb +7 -0
  153. data/Hooks/kitty/pre.rb +7 -0
  154. data/Hooks/lazyvim/pre.rb +7 -0
  155. data/Hooks/lima/pre.rb +7 -0
  156. data/Hooks/little-snitch/pre.rb +7 -0
  157. data/Hooks/microsoft-edge/pre.rb +7 -0
  158. data/Hooks/mos/pre.rb +7 -0
  159. data/Hooks/nvchad/pre.rb +7 -0
  160. data/Hooks/oh-my-posh/config.json +58 -0
  161. data/Hooks/oh-my-posh/post.rb +7 -0
  162. data/Hooks/oh-my-posh/pre.rb +7 -0
  163. data/Hooks/pearcleaner/pre.rb +7 -0
  164. data/Hooks/pycharm/pre.rb +7 -0
  165. data/Hooks/raindropio/pre.rb +7 -0
  166. data/Hooks/rectangle/RectangleConfig.json +258 -0
  167. data/Hooks/rectangle/com.knollsoft.Rectangle.plist +0 -0
  168. data/Hooks/rectangle/post.rb +22 -0
  169. data/Hooks/rectangle/pre.rb +7 -0
  170. data/Hooks/slack/pre.rb +7 -0
  171. data/Hooks/soundsource/pre.rb +7 -0
  172. data/Hooks/ssh/post.rb +8 -0
  173. data/Hooks/starship/pre.rb +7 -0
  174. data/Hooks/sublime_text/post.rb +25 -0
  175. data/Hooks/sublime_text/pre.rb +7 -0
  176. data/Hooks/swiftformat-for-xcode/pre.rb +7 -0
  177. data/Hooks/syncthing/pre.rb +7 -0
  178. data/Hooks/synology/pre.rb +7 -0
  179. data/Hooks/tailscale/pre.rb +7 -0
  180. data/Hooks/tmux/post.rb +7 -0
  181. data/Hooks/tmux/pre.rb +7 -0
  182. data/Hooks/topnotch/pre.rb +7 -0
  183. data/Hooks/transmission/pre.rb +7 -0
  184. data/Hooks/vscode/extensions.txt +16 -0
  185. data/Hooks/vscode/keybindings.json +26 -0
  186. data/Hooks/vscode/post.rb +29 -0
  187. data/Hooks/vscode/pre.rb +9 -0
  188. data/Hooks/vscode/settings.json +139 -0
  189. data/Hooks/vscode/style.css +29 -0
  190. data/Hooks/wezterm/pre.rb +7 -0
  191. data/Hooks/wins/pre.rb +7 -0
  192. data/Hooks/zed/pre.rb +7 -0
  193. data/Hooks/zellij/post.rb +7 -0
  194. data/Hooks/zellij/pre.rb +7 -0
  195. data/Hooks/zoxide/pre.rb +7 -0
  196. data/Hooks/zsh/pre.rb +19 -0
  197. data/LICENSE +21 -0
  198. data/README.md +100 -0
  199. data/bin/dotfiles-tui +6 -0
  200. data/bootstrap.rb +186 -0
  201. data/dotfiles-tui.gemspec +47 -0
  202. data/lib/dotfiles_tui/version.rb +5 -0
  203. data/lib/dotfiles_tui.rb +15 -0
  204. metadata +275 -0
@@ -0,0 +1,2371 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>AutoHideTmuxClientSession</key>
6
+ <true/>
7
+ <key>Custom Color Presets</key>
8
+ <dict>
9
+ <key>Dracula</key>
10
+ <dict>
11
+ <key>Ansi 0 Color</key>
12
+ <dict>
13
+ <key>Blue Component</key>
14
+ <real>0.0</real>
15
+ <key>Green Component</key>
16
+ <real>0.0</real>
17
+ <key>Red Component</key>
18
+ <real>0.0</real>
19
+ </dict>
20
+ <key>Ansi 1 Color</key>
21
+ <dict>
22
+ <key>Blue Component</key>
23
+ <real>0.3333333432674408</real>
24
+ <key>Green Component</key>
25
+ <real>0.3333333432674408</real>
26
+ <key>Red Component</key>
27
+ <real>1</real>
28
+ </dict>
29
+ <key>Ansi 10 Color</key>
30
+ <dict>
31
+ <key>Blue Component</key>
32
+ <real>0.4823529411764706</real>
33
+ <key>Green Component</key>
34
+ <real>0.98039215686274506</real>
35
+ <key>Red Component</key>
36
+ <real>0.31372549019607843</real>
37
+ </dict>
38
+ <key>Ansi 11 Color</key>
39
+ <dict>
40
+ <key>Blue Component</key>
41
+ <real>0.5490196078431373</real>
42
+ <key>Green Component</key>
43
+ <real>0.98039215686274506</real>
44
+ <key>Red Component</key>
45
+ <real>0.94509803921568625</real>
46
+ </dict>
47
+ <key>Ansi 12 Color</key>
48
+ <dict>
49
+ <key>Blue Component</key>
50
+ <real>0.97647058823529409</real>
51
+ <key>Green Component</key>
52
+ <real>0.57647058823529407</real>
53
+ <key>Red Component</key>
54
+ <real>0.74117647058823533</real>
55
+ </dict>
56
+ <key>Ansi 13 Color</key>
57
+ <dict>
58
+ <key>Blue Component</key>
59
+ <real>0.77647058823529413</real>
60
+ <key>Green Component</key>
61
+ <real>0.47450980392156861</real>
62
+ <key>Red Component</key>
63
+ <real>1</real>
64
+ </dict>
65
+ <key>Ansi 14 Color</key>
66
+ <dict>
67
+ <key>Blue Component</key>
68
+ <real>0.99215686274509807</real>
69
+ <key>Green Component</key>
70
+ <real>0.9137254901960784</real>
71
+ <key>Red Component</key>
72
+ <real>0.54509803921568623</real>
73
+ </dict>
74
+ <key>Ansi 15 Color</key>
75
+ <dict>
76
+ <key>Blue Component</key>
77
+ <real>1</real>
78
+ <key>Green Component</key>
79
+ <real>1</real>
80
+ <key>Red Component</key>
81
+ <real>1</real>
82
+ </dict>
83
+ <key>Ansi 2 Color</key>
84
+ <dict>
85
+ <key>Blue Component</key>
86
+ <real>0.4823529411764706</real>
87
+ <key>Green Component</key>
88
+ <real>0.98039215686274506</real>
89
+ <key>Red Component</key>
90
+ <real>0.31372549019607843</real>
91
+ </dict>
92
+ <key>Ansi 3 Color</key>
93
+ <dict>
94
+ <key>Blue Component</key>
95
+ <real>0.5490196078431373</real>
96
+ <key>Green Component</key>
97
+ <real>0.98039215686274506</real>
98
+ <key>Red Component</key>
99
+ <real>0.94509803921568625</real>
100
+ </dict>
101
+ <key>Ansi 4 Color</key>
102
+ <dict>
103
+ <key>Blue Component</key>
104
+ <real>0.97647058823529409</real>
105
+ <key>Green Component</key>
106
+ <real>0.57647058823529407</real>
107
+ <key>Red Component</key>
108
+ <real>0.74117647058823533</real>
109
+ </dict>
110
+ <key>Ansi 5 Color</key>
111
+ <dict>
112
+ <key>Blue Component</key>
113
+ <real>0.77647058823529413</real>
114
+ <key>Green Component</key>
115
+ <real>0.47450980392156861</real>
116
+ <key>Red Component</key>
117
+ <real>1</real>
118
+ </dict>
119
+ <key>Ansi 6 Color</key>
120
+ <dict>
121
+ <key>Blue Component</key>
122
+ <real>0.99215686274509807</real>
123
+ <key>Green Component</key>
124
+ <real>0.9137254901960784</real>
125
+ <key>Red Component</key>
126
+ <real>0.54509803921568623</real>
127
+ </dict>
128
+ <key>Ansi 7 Color</key>
129
+ <dict>
130
+ <key>Blue Component</key>
131
+ <real>0.73333334922790527</real>
132
+ <key>Green Component</key>
133
+ <real>0.73333334922790527</real>
134
+ <key>Red Component</key>
135
+ <real>0.73333334922790527</real>
136
+ </dict>
137
+ <key>Ansi 8 Color</key>
138
+ <dict>
139
+ <key>Blue Component</key>
140
+ <real>0.33333333333333331</real>
141
+ <key>Green Component</key>
142
+ <real>0.33333333333333331</real>
143
+ <key>Red Component</key>
144
+ <real>0.33333333333333331</real>
145
+ </dict>
146
+ <key>Ansi 9 Color</key>
147
+ <dict>
148
+ <key>Blue Component</key>
149
+ <real>0.33333333333333331</real>
150
+ <key>Green Component</key>
151
+ <real>0.33333333333333331</real>
152
+ <key>Red Component</key>
153
+ <real>1</real>
154
+ </dict>
155
+ <key>Background Color</key>
156
+ <dict>
157
+ <key>Blue Component</key>
158
+ <real>0.15977837145328522</real>
159
+ <key>Green Component</key>
160
+ <real>0.12215272337198257</real>
161
+ <key>Red Component</key>
162
+ <real>0.11765811592340469</real>
163
+ </dict>
164
+ <key>Bold Color</key>
165
+ <dict>
166
+ <key>Blue Component</key>
167
+ <real>1</real>
168
+ <key>Green Component</key>
169
+ <real>1</real>
170
+ <key>Red Component</key>
171
+ <real>1</real>
172
+ </dict>
173
+ <key>Cursor Color</key>
174
+ <dict>
175
+ <key>Blue Component</key>
176
+ <real>0.73333334922790527</real>
177
+ <key>Green Component</key>
178
+ <real>0.73333334922790527</real>
179
+ <key>Red Component</key>
180
+ <real>0.73333334922790527</real>
181
+ </dict>
182
+ <key>Cursor Text Color</key>
183
+ <dict>
184
+ <key>Blue Component</key>
185
+ <real>1</real>
186
+ <key>Green Component</key>
187
+ <real>1</real>
188
+ <key>Red Component</key>
189
+ <real>1</real>
190
+ </dict>
191
+ <key>Foreground Color</key>
192
+ <dict>
193
+ <key>Blue Component</key>
194
+ <real>0.94901961088180542</real>
195
+ <key>Green Component</key>
196
+ <real>0.97254902124404907</real>
197
+ <key>Red Component</key>
198
+ <real>0.97254902124404907</real>
199
+ </dict>
200
+ <key>Selected Text Color</key>
201
+ <dict>
202
+ <key>Blue Component</key>
203
+ <real>1</real>
204
+ <key>Green Component</key>
205
+ <real>1</real>
206
+ <key>Red Component</key>
207
+ <real>1</real>
208
+ </dict>
209
+ <key>Selection Color</key>
210
+ <dict>
211
+ <key>Blue Component</key>
212
+ <real>0.35294118523597717</real>
213
+ <key>Green Component</key>
214
+ <real>0.27843138575553894</real>
215
+ <key>Red Component</key>
216
+ <real>0.26666668057441711</real>
217
+ </dict>
218
+ </dict>
219
+ <key>TomorrowNightBurns</key>
220
+ <dict>
221
+ <key>Ansi 0 Color</key>
222
+ <dict>
223
+ <key>Alpha Component</key>
224
+ <real>1</real>
225
+ <key>Blue Component</key>
226
+ <real>0.14509804546833038</real>
227
+ <key>Color Space</key>
228
+ <string>Calibrated</string>
229
+ <key>Green Component</key>
230
+ <real>0.14509804546833038</real>
231
+ <key>Red Component</key>
232
+ <real>0.14509804546833038</real>
233
+ </dict>
234
+ <key>Ansi 1 Color</key>
235
+ <dict>
236
+ <key>Alpha Component</key>
237
+ <real>1</real>
238
+ <key>Blue Component</key>
239
+ <real>0.19335141777992249</real>
240
+ <key>Color Space</key>
241
+ <string>Calibrated</string>
242
+ <key>Green Component</key>
243
+ <real>0.18149767816066742</real>
244
+ <key>Red Component</key>
245
+ <real>0.5146944522857666</real>
246
+ </dict>
247
+ <key>Ansi 10 Color</key>
248
+ <dict>
249
+ <key>Alpha Component</key>
250
+ <real>1</real>
251
+ <key>Blue Component</key>
252
+ <real>0.25079250335693359</real>
253
+ <key>Color Space</key>
254
+ <string>Calibrated</string>
255
+ <key>Green Component</key>
256
+ <real>0.23618504405021667</real>
257
+ <key>Red Component</key>
258
+ <real>0.65248715877532959</real>
259
+ </dict>
260
+ <key>Ansi 11 Color</key>
261
+ <dict>
262
+ <key>Alpha Component</key>
263
+ <real>1</real>
264
+ <key>Blue Component</key>
265
+ <real>0.30504074692726135</real>
266
+ <key>Color Space</key>
267
+ <string>Calibrated</string>
268
+ <key>Green Component</key>
269
+ <real>0.28565126657485962</real>
270
+ <key>Red Component</key>
271
+ <real>0.8253178596496582</real>
272
+ </dict>
273
+ <key>Ansi 12 Color</key>
274
+ <dict>
275
+ <key>Alpha Component</key>
276
+ <real>1</real>
277
+ <key>Blue Component</key>
278
+ <real>0.37324976921081543</real>
279
+ <key>Color Space</key>
280
+ <string>Calibrated</string>
281
+ <key>Green Component</key>
282
+ <real>0.3506360650062561</real>
283
+ <key>Red Component</key>
284
+ <real>0.98832470178604126</real>
285
+ </dict>
286
+ <key>Ansi 13 Color</key>
287
+ <dict>
288
+ <key>Alpha Component</key>
289
+ <real>1</real>
290
+ <key>Blue Component</key>
291
+ <real>0.58590602874755859</real>
292
+ <key>Color Space</key>
293
+ <string>Calibrated</string>
294
+ <key>Green Component</key>
295
+ <real>0.57813072204589844</real>
296
+ <key>Red Component</key>
297
+ <real>0.87639057636260986</real>
298
+ </dict>
299
+ <key>Ansi 14 Color</key>
300
+ <dict>
301
+ <key>Alpha Component</key>
302
+ <real>1</real>
303
+ <key>Blue Component</key>
304
+ <real>0.52581942081451416</real>
305
+ <key>Color Space</key>
306
+ <string>Calibrated</string>
307
+ <key>Green Component</key>
308
+ <real>0.52060586214065552</real>
309
+ <key>Red Component</key>
310
+ <real>0.72795397043228149</real>
311
+ </dict>
312
+ <key>Ansi 15 Color</key>
313
+ <dict>
314
+ <key>Alpha Component</key>
315
+ <real>1</real>
316
+ <key>Blue Component</key>
317
+ <real>0.96078431606292725</real>
318
+ <key>Color Space</key>
319
+ <string>Calibrated</string>
320
+ <key>Green Component</key>
321
+ <real>0.96078431606292725</real>
322
+ <key>Red Component</key>
323
+ <real>0.96078431606292725</real>
324
+ </dict>
325
+ <key>Ansi 2 Color</key>
326
+ <dict>
327
+ <key>Alpha Component</key>
328
+ <real>1</real>
329
+ <key>Blue Component</key>
330
+ <real>0.24908420443534851</real>
331
+ <key>Color Space</key>
332
+ <string>Calibrated</string>
333
+ <key>Green Component</key>
334
+ <real>0.23433214426040649</real>
335
+ <key>Red Component</key>
336
+ <real>0.65288257598876953</real>
337
+ </dict>
338
+ <key>Ansi 3 Color</key>
339
+ <dict>
340
+ <key>Alpha Component</key>
341
+ <real>1</real>
342
+ <key>Blue Component</key>
343
+ <real>0.30641889572143555</real>
344
+ <key>Color Space</key>
345
+ <string>Calibrated</string>
346
+ <key>Green Component</key>
347
+ <real>0.28705188632011414</real>
348
+ <key>Red Component</key>
349
+ <real>0.82693290710449219</real>
350
+ </dict>
351
+ <key>Ansi 4 Color</key>
352
+ <dict>
353
+ <key>Alpha Component</key>
354
+ <real>1</real>
355
+ <key>Blue Component</key>
356
+ <real>0.37324976921081543</real>
357
+ <key>Color Space</key>
358
+ <string>Calibrated</string>
359
+ <key>Green Component</key>
360
+ <real>0.3506360650062561</real>
361
+ <key>Red Component</key>
362
+ <real>0.98832470178604126</real>
363
+ </dict>
364
+ <key>Ansi 5 Color</key>
365
+ <dict>
366
+ <key>Alpha Component</key>
367
+ <real>1</real>
368
+ <key>Blue Component</key>
369
+ <real>0.58590602874755859</real>
370
+ <key>Color Space</key>
371
+ <string>Calibrated</string>
372
+ <key>Green Component</key>
373
+ <real>0.57813072204589844</real>
374
+ <key>Red Component</key>
375
+ <real>0.87639057636260986</real>
376
+ </dict>
377
+ <key>Ansi 6 Color</key>
378
+ <dict>
379
+ <key>Alpha Component</key>
380
+ <real>1</real>
381
+ <key>Blue Component</key>
382
+ <real>0.52581942081451416</real>
383
+ <key>Color Space</key>
384
+ <string>Calibrated</string>
385
+ <key>Green Component</key>
386
+ <real>0.52060586214065552</real>
387
+ <key>Red Component</key>
388
+ <real>0.72795397043228149</real>
389
+ </dict>
390
+ <key>Ansi 7 Color</key>
391
+ <dict>
392
+ <key>Alpha Component</key>
393
+ <real>1</real>
394
+ <key>Blue Component</key>
395
+ <real>0.96078431606292725</real>
396
+ <key>Color Space</key>
397
+ <string>Calibrated</string>
398
+ <key>Green Component</key>
399
+ <real>0.96078431606292725</real>
400
+ <key>Red Component</key>
401
+ <real>0.96078431606292725</real>
402
+ </dict>
403
+ <key>Ansi 8 Color</key>
404
+ <dict>
405
+ <key>Alpha Component</key>
406
+ <real>1</real>
407
+ <key>Blue Component</key>
408
+ <real>0.44313725829124451</real>
409
+ <key>Color Space</key>
410
+ <string>Calibrated</string>
411
+ <key>Green Component</key>
412
+ <real>0.43529412150382996</real>
413
+ <key>Red Component</key>
414
+ <real>0.364705890417099</real>
415
+ </dict>
416
+ <key>Ansi 9 Color</key>
417
+ <dict>
418
+ <key>Alpha Component</key>
419
+ <real>1</real>
420
+ <key>Blue Component</key>
421
+ <real>0.19288083910942078</real>
422
+ <key>Color Space</key>
423
+ <string>Calibrated</string>
424
+ <key>Green Component</key>
425
+ <real>0.18097063899040222</real>
426
+ <key>Red Component</key>
427
+ <real>0.51510173082351685</real>
428
+ </dict>
429
+ <key>Background Color</key>
430
+ <dict>
431
+ <key>Alpha Component</key>
432
+ <real>1</real>
433
+ <key>Blue Component</key>
434
+ <real>0.08235294371843338</real>
435
+ <key>Color Space</key>
436
+ <string>Calibrated</string>
437
+ <key>Green Component</key>
438
+ <real>0.08235294371843338</real>
439
+ <key>Red Component</key>
440
+ <real>0.08235294371843338</real>
441
+ </dict>
442
+ <key>Badge Color</key>
443
+ <dict>
444
+ <key>Alpha Component</key>
445
+ <real>0.5</real>
446
+ <key>Blue Component</key>
447
+ <real>0.0</real>
448
+ <key>Color Space</key>
449
+ <string>Calibrated</string>
450
+ <key>Green Component</key>
451
+ <real>0.0</real>
452
+ <key>Red Component</key>
453
+ <real>1</real>
454
+ </dict>
455
+ <key>Bold Color</key>
456
+ <dict>
457
+ <key>Alpha Component</key>
458
+ <real>1</real>
459
+ <key>Blue Component</key>
460
+ <real>0.56363654136657715</real>
461
+ <key>Color Space</key>
462
+ <string>Calibrated</string>
463
+ <key>Green Component</key>
464
+ <real>0.56485837697982788</real>
465
+ <key>Red Component</key>
466
+ <real>0.50599193572998047</real>
467
+ </dict>
468
+ <key>Cursor Color</key>
469
+ <dict>
470
+ <key>Alpha Component</key>
471
+ <real>1</real>
472
+ <key>Blue Component</key>
473
+ <real>0.24313725531101227</real>
474
+ <key>Color Space</key>
475
+ <string>Calibrated</string>
476
+ <key>Green Component</key>
477
+ <real>0.26666668057441711</real>
478
+ <key>Red Component</key>
479
+ <real>1</real>
480
+ </dict>
481
+ <key>Cursor Guide Color</key>
482
+ <dict>
483
+ <key>Alpha Component</key>
484
+ <real>1</real>
485
+ <key>Blue Component</key>
486
+ <real>0.1567520797252655</real>
487
+ <key>Color Space</key>
488
+ <string>Calibrated</string>
489
+ <key>Green Component</key>
490
+ <real>0.15360786020755768</real>
491
+ <key>Red Component</key>
492
+ <real>0.15063479542732239</real>
493
+ </dict>
494
+ <key>Cursor Text Color</key>
495
+ <dict>
496
+ <key>Alpha Component</key>
497
+ <real>1</real>
498
+ <key>Blue Component</key>
499
+ <real>0.51685798168182373</real>
500
+ <key>Color Space</key>
501
+ <string>Calibrated</string>
502
+ <key>Green Component</key>
503
+ <real>0.50962930917739868</real>
504
+ <key>Red Component</key>
505
+ <real>0.44058024883270264</real>
506
+ </dict>
507
+ <key>Foreground Color</key>
508
+ <dict>
509
+ <key>Alpha Component</key>
510
+ <real>1</real>
511
+ <key>Blue Component</key>
512
+ <real>0.72156864404678345</real>
513
+ <key>Color Space</key>
514
+ <string>Calibrated</string>
515
+ <key>Green Component</key>
516
+ <real>0.69019609689712524</real>
517
+ <key>Red Component</key>
518
+ <real>0.63137257099151611</real>
519
+ </dict>
520
+ <key>Link Color</key>
521
+ <dict>
522
+ <key>Alpha Component</key>
523
+ <real>1</real>
524
+ <key>Blue Component</key>
525
+ <real>0.27655607461929321</real>
526
+ <key>Color Space</key>
527
+ <string>Calibrated</string>
528
+ <key>Green Component</key>
529
+ <real>0.2490917295217514</real>
530
+ <key>Red Component</key>
531
+ <real>0.91959679126739502</real>
532
+ </dict>
533
+ <key>Selected Text Color</key>
534
+ <dict>
535
+ <key>Alpha Component</key>
536
+ <real>1</real>
537
+ <key>Blue Component</key>
538
+ <real>0.19518557190895081</real>
539
+ <key>Color Space</key>
540
+ <string>Calibrated</string>
541
+ <key>Green Component</key>
542
+ <real>0.17529886960983276</real>
543
+ <key>Red Component</key>
544
+ <real>0.163320392370224</real>
545
+ </dict>
546
+ <key>Selection Color</key>
547
+ <dict>
548
+ <key>Alpha Component</key>
549
+ <real>1</real>
550
+ <key>Blue Component</key>
551
+ <real>0.7739378809928894</real>
552
+ <key>Color Space</key>
553
+ <string>Calibrated</string>
554
+ <key>Green Component</key>
555
+ <real>0.74652516841888428</real>
556
+ <key>Red Component</key>
557
+ <real>0.68856239318847656</real>
558
+ </dict>
559
+ <key>Tab Color</key>
560
+ <dict>
561
+ <key>Alpha Component</key>
562
+ <real>1</real>
563
+ <key>Blue Component</key>
564
+ <real>0.63511574268341064</real>
565
+ <key>Color Space</key>
566
+ <string>Calibrated</string>
567
+ <key>Green Component</key>
568
+ <real>0.63127279281616211</real>
569
+ <key>Red Component</key>
570
+ <real>0.79142302274703979</real>
571
+ </dict>
572
+ </dict>
573
+ </dict>
574
+ <key>Default Arrangement Name</key>
575
+ <string>Default</string>
576
+ <key>Default Bookmark Guid</key>
577
+ <string>9B9EC21E-3279-4F63-9960-2059150A8A85</string>
578
+ <key>DimBackgroundWindows</key>
579
+ <false/>
580
+ <key>DimInactiveSplitPanes</key>
581
+ <false/>
582
+ <key>DimOnlyText</key>
583
+ <true/>
584
+ <key>DisableFullscreenTransparency</key>
585
+ <false/>
586
+ <key>EnableDivisionView</key>
587
+ <false/>
588
+ <key>EnableProxyIcon</key>
589
+ <false/>
590
+ <key>HapticFeedbackForEsc</key>
591
+ <false/>
592
+ <key>HideActivityIndicator</key>
593
+ <false/>
594
+ <key>HideScrollbar</key>
595
+ <true/>
596
+ <key>HideTab</key>
597
+ <true/>
598
+ <key>HotkeyMigratedFromSingleToMulti</key>
599
+ <true/>
600
+ <key>NeverWarnAboutShortLivedSessions_9B9EC21E-3279-4F63-9960-2059150A8A85</key>
601
+ <true/>
602
+ <key>NeverWarnAboutShortLivedSessions_9B9EC21E-3279-4F63-9960-2059150A8A85_selection</key>
603
+ <integer>0</integer>
604
+ <key>New Bookmarks</key>
605
+ <array>
606
+ <dict>
607
+ <key>ASCII Anti Aliased</key>
608
+ <true/>
609
+ <key>ASCII Ligatures</key>
610
+ <false/>
611
+ <key>Ambiguous Double Width</key>
612
+ <false/>
613
+ <key>Ansi 0 Color</key>
614
+ <dict>
615
+ <key>Alpha Component</key>
616
+ <real>1</real>
617
+ <key>Blue Component</key>
618
+ <real>0.14509804546833038</real>
619
+ <key>Color Space</key>
620
+ <string>Calibrated</string>
621
+ <key>Green Component</key>
622
+ <real>0.14509804546833038</real>
623
+ <key>Red Component</key>
624
+ <real>0.14509804546833038</real>
625
+ </dict>
626
+ <key>Ansi 1 Color</key>
627
+ <dict>
628
+ <key>Alpha Component</key>
629
+ <real>1</real>
630
+ <key>Blue Component</key>
631
+ <real>0.19335141777992249</real>
632
+ <key>Color Space</key>
633
+ <string>Calibrated</string>
634
+ <key>Green Component</key>
635
+ <real>0.18149767816066742</real>
636
+ <key>Red Component</key>
637
+ <real>0.5146944522857666</real>
638
+ </dict>
639
+ <key>Ansi 10 Color</key>
640
+ <dict>
641
+ <key>Alpha Component</key>
642
+ <real>1</real>
643
+ <key>Blue Component</key>
644
+ <real>0.25079250335693359</real>
645
+ <key>Color Space</key>
646
+ <string>Calibrated</string>
647
+ <key>Green Component</key>
648
+ <real>0.23618504405021667</real>
649
+ <key>Red Component</key>
650
+ <real>0.65248715877532959</real>
651
+ </dict>
652
+ <key>Ansi 11 Color</key>
653
+ <dict>
654
+ <key>Alpha Component</key>
655
+ <real>1</real>
656
+ <key>Blue Component</key>
657
+ <real>0.30504074692726135</real>
658
+ <key>Color Space</key>
659
+ <string>Calibrated</string>
660
+ <key>Green Component</key>
661
+ <real>0.28565126657485962</real>
662
+ <key>Red Component</key>
663
+ <real>0.8253178596496582</real>
664
+ </dict>
665
+ <key>Ansi 12 Color</key>
666
+ <dict>
667
+ <key>Alpha Component</key>
668
+ <real>1</real>
669
+ <key>Blue Component</key>
670
+ <real>0.37324976921081543</real>
671
+ <key>Color Space</key>
672
+ <string>Calibrated</string>
673
+ <key>Green Component</key>
674
+ <real>0.3506360650062561</real>
675
+ <key>Red Component</key>
676
+ <real>0.98832470178604126</real>
677
+ </dict>
678
+ <key>Ansi 13 Color</key>
679
+ <dict>
680
+ <key>Alpha Component</key>
681
+ <real>1</real>
682
+ <key>Blue Component</key>
683
+ <real>0.58590602874755859</real>
684
+ <key>Color Space</key>
685
+ <string>Calibrated</string>
686
+ <key>Green Component</key>
687
+ <real>0.57813072204589844</real>
688
+ <key>Red Component</key>
689
+ <real>0.87639057636260986</real>
690
+ </dict>
691
+ <key>Ansi 14 Color</key>
692
+ <dict>
693
+ <key>Alpha Component</key>
694
+ <real>1</real>
695
+ <key>Blue Component</key>
696
+ <real>0.52581942081451416</real>
697
+ <key>Color Space</key>
698
+ <string>Calibrated</string>
699
+ <key>Green Component</key>
700
+ <real>0.52060586214065552</real>
701
+ <key>Red Component</key>
702
+ <real>0.72795397043228149</real>
703
+ </dict>
704
+ <key>Ansi 15 Color</key>
705
+ <dict>
706
+ <key>Alpha Component</key>
707
+ <real>1</real>
708
+ <key>Blue Component</key>
709
+ <real>0.96078431606292725</real>
710
+ <key>Color Space</key>
711
+ <string>Calibrated</string>
712
+ <key>Green Component</key>
713
+ <real>0.96078431606292725</real>
714
+ <key>Red Component</key>
715
+ <real>0.96078431606292725</real>
716
+ </dict>
717
+ <key>Ansi 2 Color</key>
718
+ <dict>
719
+ <key>Alpha Component</key>
720
+ <real>1</real>
721
+ <key>Blue Component</key>
722
+ <real>0.24908420443534851</real>
723
+ <key>Color Space</key>
724
+ <string>Calibrated</string>
725
+ <key>Green Component</key>
726
+ <real>0.23433214426040649</real>
727
+ <key>Red Component</key>
728
+ <real>0.65288257598876953</real>
729
+ </dict>
730
+ <key>Ansi 3 Color</key>
731
+ <dict>
732
+ <key>Alpha Component</key>
733
+ <real>1</real>
734
+ <key>Blue Component</key>
735
+ <real>0.30641889572143555</real>
736
+ <key>Color Space</key>
737
+ <string>Calibrated</string>
738
+ <key>Green Component</key>
739
+ <real>0.28705188632011414</real>
740
+ <key>Red Component</key>
741
+ <real>0.82693290710449219</real>
742
+ </dict>
743
+ <key>Ansi 4 Color</key>
744
+ <dict>
745
+ <key>Alpha Component</key>
746
+ <real>1</real>
747
+ <key>Blue Component</key>
748
+ <real>0.37324976921081543</real>
749
+ <key>Color Space</key>
750
+ <string>Calibrated</string>
751
+ <key>Green Component</key>
752
+ <real>0.3506360650062561</real>
753
+ <key>Red Component</key>
754
+ <real>0.98832470178604126</real>
755
+ </dict>
756
+ <key>Ansi 5 Color</key>
757
+ <dict>
758
+ <key>Alpha Component</key>
759
+ <real>1</real>
760
+ <key>Blue Component</key>
761
+ <real>0.58590602874755859</real>
762
+ <key>Color Space</key>
763
+ <string>Calibrated</string>
764
+ <key>Green Component</key>
765
+ <real>0.57813072204589844</real>
766
+ <key>Red Component</key>
767
+ <real>0.87639057636260986</real>
768
+ </dict>
769
+ <key>Ansi 6 Color</key>
770
+ <dict>
771
+ <key>Alpha Component</key>
772
+ <real>1</real>
773
+ <key>Blue Component</key>
774
+ <real>0.52581942081451416</real>
775
+ <key>Color Space</key>
776
+ <string>Calibrated</string>
777
+ <key>Green Component</key>
778
+ <real>0.52060586214065552</real>
779
+ <key>Red Component</key>
780
+ <real>0.72795397043228149</real>
781
+ </dict>
782
+ <key>Ansi 7 Color</key>
783
+ <dict>
784
+ <key>Alpha Component</key>
785
+ <real>1</real>
786
+ <key>Blue Component</key>
787
+ <real>0.96078431606292725</real>
788
+ <key>Color Space</key>
789
+ <string>Calibrated</string>
790
+ <key>Green Component</key>
791
+ <real>0.96078431606292725</real>
792
+ <key>Red Component</key>
793
+ <real>0.96078431606292725</real>
794
+ </dict>
795
+ <key>Ansi 8 Color</key>
796
+ <dict>
797
+ <key>Alpha Component</key>
798
+ <real>1</real>
799
+ <key>Blue Component</key>
800
+ <real>0.44313725829124451</real>
801
+ <key>Color Space</key>
802
+ <string>Calibrated</string>
803
+ <key>Green Component</key>
804
+ <real>0.43529412150382996</real>
805
+ <key>Red Component</key>
806
+ <real>0.364705890417099</real>
807
+ </dict>
808
+ <key>Ansi 9 Color</key>
809
+ <dict>
810
+ <key>Alpha Component</key>
811
+ <real>1</real>
812
+ <key>Blue Component</key>
813
+ <real>0.19288083910942078</real>
814
+ <key>Color Space</key>
815
+ <string>Calibrated</string>
816
+ <key>Green Component</key>
817
+ <real>0.18097063899040222</real>
818
+ <key>Red Component</key>
819
+ <real>0.51510173082351685</real>
820
+ </dict>
821
+ <key>BM Growl</key>
822
+ <true/>
823
+ <key>Background Color</key>
824
+ <dict>
825
+ <key>Alpha Component</key>
826
+ <real>1</real>
827
+ <key>Blue Component</key>
828
+ <real>0.08235294371843338</real>
829
+ <key>Color Space</key>
830
+ <string>Calibrated</string>
831
+ <key>Green Component</key>
832
+ <real>0.08235294371843338</real>
833
+ <key>Red Component</key>
834
+ <real>0.08235294371843338</real>
835
+ </dict>
836
+ <key>Background Image Location</key>
837
+ <string></string>
838
+ <key>Badge Color</key>
839
+ <dict>
840
+ <key>Alpha Component</key>
841
+ <real>0.5</real>
842
+ <key>Blue Component</key>
843
+ <real>0.0</real>
844
+ <key>Color Space</key>
845
+ <string>Calibrated</string>
846
+ <key>Green Component</key>
847
+ <real>0.0</real>
848
+ <key>Red Component</key>
849
+ <real>1</real>
850
+ </dict>
851
+ <key>Blinking Cursor</key>
852
+ <true/>
853
+ <key>Blur</key>
854
+ <false/>
855
+ <key>Bold Color</key>
856
+ <dict>
857
+ <key>Alpha Component</key>
858
+ <real>1</real>
859
+ <key>Blue Component</key>
860
+ <real>0.56363654136657715</real>
861
+ <key>Color Space</key>
862
+ <string>Calibrated</string>
863
+ <key>Green Component</key>
864
+ <real>0.56485837697982788</real>
865
+ <key>Red Component</key>
866
+ <real>0.50599193572998047</real>
867
+ </dict>
868
+ <key>Character Encoding</key>
869
+ <integer>4</integer>
870
+ <key>Close Sessions On End</key>
871
+ <true/>
872
+ <key>Columns</key>
873
+ <integer>110</integer>
874
+ <key>Command</key>
875
+ <string></string>
876
+ <key>Cursor Boost</key>
877
+ <real>0.0</real>
878
+ <key>Cursor Color</key>
879
+ <dict>
880
+ <key>Alpha Component</key>
881
+ <real>1</real>
882
+ <key>Blue Component</key>
883
+ <real>0.24313725531101227</real>
884
+ <key>Color Space</key>
885
+ <string>Calibrated</string>
886
+ <key>Green Component</key>
887
+ <real>0.26666668057441711</real>
888
+ <key>Red Component</key>
889
+ <real>1</real>
890
+ </dict>
891
+ <key>Cursor Guide Color</key>
892
+ <dict>
893
+ <key>Alpha Component</key>
894
+ <real>1</real>
895
+ <key>Blue Component</key>
896
+ <real>0.1567520797252655</real>
897
+ <key>Color Space</key>
898
+ <string>Calibrated</string>
899
+ <key>Green Component</key>
900
+ <real>0.15360786020755768</real>
901
+ <key>Red Component</key>
902
+ <real>0.15063479542732239</real>
903
+ </dict>
904
+ <key>Cursor Text Color</key>
905
+ <dict>
906
+ <key>Alpha Component</key>
907
+ <real>1</real>
908
+ <key>Blue Component</key>
909
+ <real>0.51685798168182373</real>
910
+ <key>Color Space</key>
911
+ <string>Calibrated</string>
912
+ <key>Green Component</key>
913
+ <real>0.50962930917739868</real>
914
+ <key>Red Component</key>
915
+ <real>0.44058024883270264</real>
916
+ </dict>
917
+ <key>Cursor Type</key>
918
+ <integer>0</integer>
919
+ <key>Custom Command</key>
920
+ <string>No</string>
921
+ <key>Custom Directory</key>
922
+ <string>No</string>
923
+ <key>Default Bookmark</key>
924
+ <string>No</string>
925
+ <key>Description</key>
926
+ <string>Default</string>
927
+ <key>Disable Window Resizing</key>
928
+ <true/>
929
+ <key>Draw Powerline Glyphs</key>
930
+ <true/>
931
+ <key>Flashing Bell</key>
932
+ <false/>
933
+ <key>Foreground Color</key>
934
+ <dict>
935
+ <key>Alpha Component</key>
936
+ <real>1</real>
937
+ <key>Blue Component</key>
938
+ <real>0.72156864404678345</real>
939
+ <key>Color Space</key>
940
+ <string>Calibrated</string>
941
+ <key>Green Component</key>
942
+ <real>0.69019609689712524</real>
943
+ <key>Red Component</key>
944
+ <real>0.63137257099151611</real>
945
+ </dict>
946
+ <key>Guid</key>
947
+ <string>9B9EC21E-3279-4F63-9960-2059150A8A85</string>
948
+ <key>Horizontal Spacing</key>
949
+ <real>1</real>
950
+ <key>Idle Code</key>
951
+ <integer>0</integer>
952
+ <key>Jobs to Ignore</key>
953
+ <array>
954
+ <string>rlogin</string>
955
+ <string>ssh</string>
956
+ <string>slogin</string>
957
+ <string>telnet</string>
958
+ </array>
959
+ <key>Keyboard Map</key>
960
+ <dict>
961
+ <key>0x2d-0x40000</key>
962
+ <dict>
963
+ <key>Action</key>
964
+ <integer>11</integer>
965
+ <key>Text</key>
966
+ <string>0x1f</string>
967
+ </dict>
968
+ <key>0x32-0x40000</key>
969
+ <dict>
970
+ <key>Action</key>
971
+ <integer>11</integer>
972
+ <key>Text</key>
973
+ <string>0x00</string>
974
+ </dict>
975
+ <key>0x33-0x40000</key>
976
+ <dict>
977
+ <key>Action</key>
978
+ <integer>11</integer>
979
+ <key>Text</key>
980
+ <string>0x1b</string>
981
+ </dict>
982
+ <key>0x34-0x40000</key>
983
+ <dict>
984
+ <key>Action</key>
985
+ <integer>11</integer>
986
+ <key>Text</key>
987
+ <string>0x1c</string>
988
+ </dict>
989
+ <key>0x35-0x40000</key>
990
+ <dict>
991
+ <key>Action</key>
992
+ <integer>11</integer>
993
+ <key>Text</key>
994
+ <string>0x1d</string>
995
+ </dict>
996
+ <key>0x36-0x40000</key>
997
+ <dict>
998
+ <key>Action</key>
999
+ <integer>11</integer>
1000
+ <key>Text</key>
1001
+ <string>0x1e</string>
1002
+ </dict>
1003
+ <key>0x37-0x40000</key>
1004
+ <dict>
1005
+ <key>Action</key>
1006
+ <integer>11</integer>
1007
+ <key>Text</key>
1008
+ <string>0x1f</string>
1009
+ </dict>
1010
+ <key>0x38-0x40000</key>
1011
+ <dict>
1012
+ <key>Action</key>
1013
+ <integer>11</integer>
1014
+ <key>Text</key>
1015
+ <string>0x7f</string>
1016
+ </dict>
1017
+ <key>0xf700-0x220000</key>
1018
+ <dict>
1019
+ <key>Action</key>
1020
+ <integer>10</integer>
1021
+ <key>Text</key>
1022
+ <string>[1;2A</string>
1023
+ </dict>
1024
+ <key>0xf700-0x240000</key>
1025
+ <dict>
1026
+ <key>Action</key>
1027
+ <integer>10</integer>
1028
+ <key>Text</key>
1029
+ <string>[1;5A</string>
1030
+ </dict>
1031
+ <key>0xf700-0x260000</key>
1032
+ <dict>
1033
+ <key>Action</key>
1034
+ <integer>10</integer>
1035
+ <key>Text</key>
1036
+ <string>[1;6A</string>
1037
+ </dict>
1038
+ <key>0xf700-0x280000</key>
1039
+ <dict>
1040
+ <key>Action</key>
1041
+ <integer>11</integer>
1042
+ <key>Text</key>
1043
+ <string>0x1b 0x1b 0x5b 0x41</string>
1044
+ </dict>
1045
+ <key>0xf701-0x220000</key>
1046
+ <dict>
1047
+ <key>Action</key>
1048
+ <integer>10</integer>
1049
+ <key>Text</key>
1050
+ <string>[1;2B</string>
1051
+ </dict>
1052
+ <key>0xf701-0x240000</key>
1053
+ <dict>
1054
+ <key>Action</key>
1055
+ <integer>10</integer>
1056
+ <key>Text</key>
1057
+ <string>[1;5B</string>
1058
+ </dict>
1059
+ <key>0xf701-0x260000</key>
1060
+ <dict>
1061
+ <key>Action</key>
1062
+ <integer>10</integer>
1063
+ <key>Text</key>
1064
+ <string>[1;6B</string>
1065
+ </dict>
1066
+ <key>0xf701-0x280000</key>
1067
+ <dict>
1068
+ <key>Action</key>
1069
+ <integer>11</integer>
1070
+ <key>Text</key>
1071
+ <string>0x1b 0x1b 0x5b 0x42</string>
1072
+ </dict>
1073
+ <key>0xf702-0x220000</key>
1074
+ <dict>
1075
+ <key>Action</key>
1076
+ <integer>10</integer>
1077
+ <key>Text</key>
1078
+ <string>[1;2D</string>
1079
+ </dict>
1080
+ <key>0xf702-0x240000</key>
1081
+ <dict>
1082
+ <key>Action</key>
1083
+ <integer>10</integer>
1084
+ <key>Text</key>
1085
+ <string>[1;5D</string>
1086
+ </dict>
1087
+ <key>0xf702-0x260000</key>
1088
+ <dict>
1089
+ <key>Action</key>
1090
+ <integer>10</integer>
1091
+ <key>Text</key>
1092
+ <string>[1;6D</string>
1093
+ </dict>
1094
+ <key>0xf702-0x280000</key>
1095
+ <dict>
1096
+ <key>Action</key>
1097
+ <integer>11</integer>
1098
+ <key>Text</key>
1099
+ <string>0x1b 0x1b 0x5b 0x44</string>
1100
+ </dict>
1101
+ <key>0xf703-0x220000</key>
1102
+ <dict>
1103
+ <key>Action</key>
1104
+ <integer>10</integer>
1105
+ <key>Text</key>
1106
+ <string>[1;2C</string>
1107
+ </dict>
1108
+ <key>0xf703-0x240000</key>
1109
+ <dict>
1110
+ <key>Action</key>
1111
+ <integer>10</integer>
1112
+ <key>Text</key>
1113
+ <string>[1;5C</string>
1114
+ </dict>
1115
+ <key>0xf703-0x260000</key>
1116
+ <dict>
1117
+ <key>Action</key>
1118
+ <integer>10</integer>
1119
+ <key>Text</key>
1120
+ <string>[1;6C</string>
1121
+ </dict>
1122
+ <key>0xf703-0x280000</key>
1123
+ <dict>
1124
+ <key>Action</key>
1125
+ <integer>11</integer>
1126
+ <key>Text</key>
1127
+ <string>0x1b 0x1b 0x5b 0x43</string>
1128
+ </dict>
1129
+ <key>0xf704-0x20000</key>
1130
+ <dict>
1131
+ <key>Action</key>
1132
+ <integer>10</integer>
1133
+ <key>Text</key>
1134
+ <string>[1;2P</string>
1135
+ </dict>
1136
+ <key>0xf705-0x20000</key>
1137
+ <dict>
1138
+ <key>Action</key>
1139
+ <integer>10</integer>
1140
+ <key>Text</key>
1141
+ <string>[1;2Q</string>
1142
+ </dict>
1143
+ <key>0xf706-0x20000</key>
1144
+ <dict>
1145
+ <key>Action</key>
1146
+ <integer>10</integer>
1147
+ <key>Text</key>
1148
+ <string>[1;2R</string>
1149
+ </dict>
1150
+ <key>0xf707-0x20000</key>
1151
+ <dict>
1152
+ <key>Action</key>
1153
+ <integer>10</integer>
1154
+ <key>Text</key>
1155
+ <string>[1;2S</string>
1156
+ </dict>
1157
+ <key>0xf708-0x20000</key>
1158
+ <dict>
1159
+ <key>Action</key>
1160
+ <integer>10</integer>
1161
+ <key>Text</key>
1162
+ <string>[15;2~</string>
1163
+ </dict>
1164
+ <key>0xf709-0x20000</key>
1165
+ <dict>
1166
+ <key>Action</key>
1167
+ <integer>10</integer>
1168
+ <key>Text</key>
1169
+ <string>[17;2~</string>
1170
+ </dict>
1171
+ <key>0xf70a-0x20000</key>
1172
+ <dict>
1173
+ <key>Action</key>
1174
+ <integer>10</integer>
1175
+ <key>Text</key>
1176
+ <string>[18;2~</string>
1177
+ </dict>
1178
+ <key>0xf70b-0x20000</key>
1179
+ <dict>
1180
+ <key>Action</key>
1181
+ <integer>10</integer>
1182
+ <key>Text</key>
1183
+ <string>[19;2~</string>
1184
+ </dict>
1185
+ <key>0xf70c-0x20000</key>
1186
+ <dict>
1187
+ <key>Action</key>
1188
+ <integer>10</integer>
1189
+ <key>Text</key>
1190
+ <string>[20;2~</string>
1191
+ </dict>
1192
+ <key>0xf70d-0x20000</key>
1193
+ <dict>
1194
+ <key>Action</key>
1195
+ <integer>10</integer>
1196
+ <key>Text</key>
1197
+ <string>[21;2~</string>
1198
+ </dict>
1199
+ <key>0xf70e-0x20000</key>
1200
+ <dict>
1201
+ <key>Action</key>
1202
+ <integer>10</integer>
1203
+ <key>Text</key>
1204
+ <string>[23;2~</string>
1205
+ </dict>
1206
+ <key>0xf70f-0x20000</key>
1207
+ <dict>
1208
+ <key>Action</key>
1209
+ <integer>10</integer>
1210
+ <key>Text</key>
1211
+ <string>[24;2~</string>
1212
+ </dict>
1213
+ <key>0xf729-0x20000</key>
1214
+ <dict>
1215
+ <key>Action</key>
1216
+ <integer>10</integer>
1217
+ <key>Text</key>
1218
+ <string>[1;2H</string>
1219
+ </dict>
1220
+ <key>0xf729-0x40000</key>
1221
+ <dict>
1222
+ <key>Action</key>
1223
+ <integer>10</integer>
1224
+ <key>Text</key>
1225
+ <string>[1;5H</string>
1226
+ </dict>
1227
+ <key>0xf72b-0x20000</key>
1228
+ <dict>
1229
+ <key>Action</key>
1230
+ <integer>10</integer>
1231
+ <key>Text</key>
1232
+ <string>[1;2F</string>
1233
+ </dict>
1234
+ <key>0xf72b-0x40000</key>
1235
+ <dict>
1236
+ <key>Action</key>
1237
+ <integer>10</integer>
1238
+ <key>Text</key>
1239
+ <string>[1;5F</string>
1240
+ </dict>
1241
+ </dict>
1242
+ <key>Link Color</key>
1243
+ <dict>
1244
+ <key>Alpha Component</key>
1245
+ <real>1</real>
1246
+ <key>Blue Component</key>
1247
+ <real>0.27655607461929321</real>
1248
+ <key>Color Space</key>
1249
+ <string>Calibrated</string>
1250
+ <key>Green Component</key>
1251
+ <real>0.2490917295217514</real>
1252
+ <key>Red Component</key>
1253
+ <real>0.91959679126739502</real>
1254
+ </dict>
1255
+ <key>Mouse Reporting</key>
1256
+ <true/>
1257
+ <key>Name</key>
1258
+ <string>Default</string>
1259
+ <key>Non Ascii Font</key>
1260
+ <string>Monaco 12</string>
1261
+ <key>Non-ASCII Anti Aliased</key>
1262
+ <true/>
1263
+ <key>Normal Font</key>
1264
+ <string>CaskaydiaCoveNFM-Regular 22</string>
1265
+ <key>Option Key Sends</key>
1266
+ <integer>0</integer>
1267
+ <key>Prompt Before Closing 2</key>
1268
+ <false/>
1269
+ <key>Right Option Key Sends</key>
1270
+ <integer>0</integer>
1271
+ <key>Rows</key>
1272
+ <integer>30</integer>
1273
+ <key>Screen</key>
1274
+ <integer>-1</integer>
1275
+ <key>Scrollback Lines</key>
1276
+ <integer>0</integer>
1277
+ <key>Selected Text Color</key>
1278
+ <dict>
1279
+ <key>Alpha Component</key>
1280
+ <real>1</real>
1281
+ <key>Blue Component</key>
1282
+ <real>0.19518557190895081</real>
1283
+ <key>Color Space</key>
1284
+ <string>Calibrated</string>
1285
+ <key>Green Component</key>
1286
+ <real>0.17529886960983276</real>
1287
+ <key>Red Component</key>
1288
+ <real>0.163320392370224</real>
1289
+ </dict>
1290
+ <key>Selection Color</key>
1291
+ <dict>
1292
+ <key>Alpha Component</key>
1293
+ <real>1</real>
1294
+ <key>Blue Component</key>
1295
+ <real>0.7739378809928894</real>
1296
+ <key>Color Space</key>
1297
+ <string>Calibrated</string>
1298
+ <key>Green Component</key>
1299
+ <real>0.74652516841888428</real>
1300
+ <key>Red Component</key>
1301
+ <real>0.68856239318847656</real>
1302
+ </dict>
1303
+ <key>Send Code When Idle</key>
1304
+ <false/>
1305
+ <key>Shortcut</key>
1306
+ <string></string>
1307
+ <key>Silence Bell</key>
1308
+ <false/>
1309
+ <key>Smart Cursor Color</key>
1310
+ <false/>
1311
+ <key>Sync Title</key>
1312
+ <false/>
1313
+ <key>Tab Color</key>
1314
+ <dict>
1315
+ <key>Alpha Component</key>
1316
+ <real>1</real>
1317
+ <key>Blue Component</key>
1318
+ <real>0.63511574268341064</real>
1319
+ <key>Color Space</key>
1320
+ <string>Calibrated</string>
1321
+ <key>Green Component</key>
1322
+ <real>0.63127279281616211</real>
1323
+ <key>Red Component</key>
1324
+ <real>0.79142302274703979</real>
1325
+ </dict>
1326
+ <key>Tags</key>
1327
+ <array/>
1328
+ <key>Terminal Type</key>
1329
+ <string>xterm-256color</string>
1330
+ <key>Thin Strokes</key>
1331
+ <integer>3</integer>
1332
+ <key>Transparency</key>
1333
+ <real>0.0</real>
1334
+ <key>Unlimited Scrollback</key>
1335
+ <true/>
1336
+ <key>Use Bold Font</key>
1337
+ <true/>
1338
+ <key>Use Bright Bold</key>
1339
+ <true/>
1340
+ <key>Use Cursor Guide</key>
1341
+ <false/>
1342
+ <key>Use Italic Font</key>
1343
+ <true/>
1344
+ <key>Use Non-ASCII Font</key>
1345
+ <false/>
1346
+ <key>Use Tab Color</key>
1347
+ <true/>
1348
+ <key>Vertical Spacing</key>
1349
+ <real>1</real>
1350
+ <key>Visual Bell</key>
1351
+ <true/>
1352
+ <key>Window Type</key>
1353
+ <integer>0</integer>
1354
+ <key>Working Directory</key>
1355
+ <string>/Users/narender</string>
1356
+ </dict>
1357
+ </array>
1358
+ <key>OpenArrangementAtStartup</key>
1359
+ <true/>
1360
+ <key>OpenNoWindowsAtStartup</key>
1361
+ <false/>
1362
+ <key>OpenTmuxWindowsIn</key>
1363
+ <integer>0</integer>
1364
+ <key>PerPaneBackgroundImage</key>
1365
+ <false/>
1366
+ <key>PointerActions</key>
1367
+ <dict>
1368
+ <key>Button,1,1,,</key>
1369
+ <dict>
1370
+ <key>Action</key>
1371
+ <string>kContextMenuPointerAction</string>
1372
+ </dict>
1373
+ <key>Button,2,1,,</key>
1374
+ <dict>
1375
+ <key>Action</key>
1376
+ <string>kPasteFromClipboardPointerAction</string>
1377
+ </dict>
1378
+ <key>Gesture,ThreeFingerSwipeDown,,</key>
1379
+ <dict>
1380
+ <key>Action</key>
1381
+ <string>kPrevWindowPointerAction</string>
1382
+ </dict>
1383
+ <key>Gesture,ThreeFingerSwipeLeft,,</key>
1384
+ <dict>
1385
+ <key>Action</key>
1386
+ <string>kPrevTabPointerAction</string>
1387
+ </dict>
1388
+ <key>Gesture,ThreeFingerSwipeRight,,</key>
1389
+ <dict>
1390
+ <key>Action</key>
1391
+ <string>kNextTabPointerAction</string>
1392
+ </dict>
1393
+ <key>Gesture,ThreeFingerSwipeUp,,</key>
1394
+ <dict>
1395
+ <key>Action</key>
1396
+ <string>kNextWindowPointerAction</string>
1397
+ </dict>
1398
+ </dict>
1399
+ <key>PreserveWindowSizeWhenTabBarVisibilityChanges</key>
1400
+ <true/>
1401
+ <key>PromptOnQuit</key>
1402
+ <false/>
1403
+ <key>QuitWhenAllWindowsClosed</key>
1404
+ <true/>
1405
+ <key>SeparateStatusBarsPerPane</key>
1406
+ <true/>
1407
+ <key>ShowPaneTitles</key>
1408
+ <true/>
1409
+ <key>SmartPlacement</key>
1410
+ <true/>
1411
+ <key>SoundForEsc</key>
1412
+ <false/>
1413
+ <key>SplitPaneDimmingAmount</key>
1414
+ <real>0.59999999999999998</real>
1415
+ <key>TabStyleWithAutomaticOption</key>
1416
+ <integer>4</integer>
1417
+ <key>TabsHaveCloseButton</key>
1418
+ <false/>
1419
+ <key>TerminalMargin</key>
1420
+ <integer>5</integer>
1421
+ <key>TerminalVMargin</key>
1422
+ <integer>5</integer>
1423
+ <key>UseBorder</key>
1424
+ <false/>
1425
+ <key>VisualIndicatorForEsc</key>
1426
+ <false/>
1427
+ <key>Window Arrangements</key>
1428
+ <dict>
1429
+ <key>Default</key>
1430
+ <array>
1431
+ <dict>
1432
+ <key>Desired Columns</key>
1433
+ <integer>110</integer>
1434
+ <key>Desired Rows</key>
1435
+ <integer>30</integer>
1436
+ <key>Has Toolbelt</key>
1437
+ <false/>
1438
+ <key>Height</key>
1439
+ <real>944</real>
1440
+ <key>Hide After Opening</key>
1441
+ <false/>
1442
+ <key>Hiding Toolbelt Should Resize Window</key>
1443
+ <true/>
1444
+ <key>Initial Profile</key>
1445
+ <dict/>
1446
+ <key>Is Hotkey Window</key>
1447
+ <false/>
1448
+ <key>Saved Window Type</key>
1449
+ <integer>0</integer>
1450
+ <key>Screen</key>
1451
+ <integer>0</integer>
1452
+ <key>Scroller Width</key>
1453
+ <real>0.0</real>
1454
+ <key>Selected Tab Index</key>
1455
+ <integer>0</integer>
1456
+ <key>Tabs</key>
1457
+ <array>
1458
+ <dict>
1459
+ <key>Root</key>
1460
+ <dict>
1461
+ <key>Splitter ID</key>
1462
+ <string>E03AE2B1-D9E8-47B0-A6F7-CD2A7C9D747E</string>
1463
+ <key>Subviews</key>
1464
+ <array>
1465
+ <dict>
1466
+ <key>Is Active</key>
1467
+ <integer>1</integer>
1468
+ <key>Session</key>
1469
+ <dict>
1470
+ <key>Bookmark</key>
1471
+ <dict>
1472
+ <key>ASCII Anti Aliased</key>
1473
+ <true/>
1474
+ <key>ASCII Ligatures</key>
1475
+ <false/>
1476
+ <key>Ambiguous Double Width</key>
1477
+ <false/>
1478
+ <key>Ansi 0 Color</key>
1479
+ <dict>
1480
+ <key>Alpha Component</key>
1481
+ <real>1</real>
1482
+ <key>Blue Component</key>
1483
+ <real>0.14509804546833038</real>
1484
+ <key>Color Space</key>
1485
+ <string>Calibrated</string>
1486
+ <key>Green Component</key>
1487
+ <real>0.14509804546833038</real>
1488
+ <key>Red Component</key>
1489
+ <real>0.14509804546833038</real>
1490
+ </dict>
1491
+ <key>Ansi 1 Color</key>
1492
+ <dict>
1493
+ <key>Alpha Component</key>
1494
+ <real>1</real>
1495
+ <key>Blue Component</key>
1496
+ <real>0.19335141777992249</real>
1497
+ <key>Color Space</key>
1498
+ <string>Calibrated</string>
1499
+ <key>Green Component</key>
1500
+ <real>0.18149767816066742</real>
1501
+ <key>Red Component</key>
1502
+ <real>0.5146944522857666</real>
1503
+ </dict>
1504
+ <key>Ansi 10 Color</key>
1505
+ <dict>
1506
+ <key>Alpha Component</key>
1507
+ <real>1</real>
1508
+ <key>Blue Component</key>
1509
+ <real>0.25079250335693359</real>
1510
+ <key>Color Space</key>
1511
+ <string>Calibrated</string>
1512
+ <key>Green Component</key>
1513
+ <real>0.23618504405021667</real>
1514
+ <key>Red Component</key>
1515
+ <real>0.65248715877532959</real>
1516
+ </dict>
1517
+ <key>Ansi 11 Color</key>
1518
+ <dict>
1519
+ <key>Alpha Component</key>
1520
+ <real>1</real>
1521
+ <key>Blue Component</key>
1522
+ <real>0.30504074692726135</real>
1523
+ <key>Color Space</key>
1524
+ <string>Calibrated</string>
1525
+ <key>Green Component</key>
1526
+ <real>0.28565126657485962</real>
1527
+ <key>Red Component</key>
1528
+ <real>0.8253178596496582</real>
1529
+ </dict>
1530
+ <key>Ansi 12 Color</key>
1531
+ <dict>
1532
+ <key>Alpha Component</key>
1533
+ <real>1</real>
1534
+ <key>Blue Component</key>
1535
+ <real>0.37324976921081543</real>
1536
+ <key>Color Space</key>
1537
+ <string>Calibrated</string>
1538
+ <key>Green Component</key>
1539
+ <real>0.3506360650062561</real>
1540
+ <key>Red Component</key>
1541
+ <real>0.98832470178604126</real>
1542
+ </dict>
1543
+ <key>Ansi 13 Color</key>
1544
+ <dict>
1545
+ <key>Alpha Component</key>
1546
+ <real>1</real>
1547
+ <key>Blue Component</key>
1548
+ <real>0.58590602874755859</real>
1549
+ <key>Color Space</key>
1550
+ <string>Calibrated</string>
1551
+ <key>Green Component</key>
1552
+ <real>0.57813072204589844</real>
1553
+ <key>Red Component</key>
1554
+ <real>0.87639057636260986</real>
1555
+ </dict>
1556
+ <key>Ansi 14 Color</key>
1557
+ <dict>
1558
+ <key>Alpha Component</key>
1559
+ <real>1</real>
1560
+ <key>Blue Component</key>
1561
+ <real>0.52581942081451416</real>
1562
+ <key>Color Space</key>
1563
+ <string>Calibrated</string>
1564
+ <key>Green Component</key>
1565
+ <real>0.52060586214065552</real>
1566
+ <key>Red Component</key>
1567
+ <real>0.72795397043228149</real>
1568
+ </dict>
1569
+ <key>Ansi 15 Color</key>
1570
+ <dict>
1571
+ <key>Alpha Component</key>
1572
+ <real>1</real>
1573
+ <key>Blue Component</key>
1574
+ <real>0.96078431606292725</real>
1575
+ <key>Color Space</key>
1576
+ <string>Calibrated</string>
1577
+ <key>Green Component</key>
1578
+ <real>0.96078431606292725</real>
1579
+ <key>Red Component</key>
1580
+ <real>0.96078431606292725</real>
1581
+ </dict>
1582
+ <key>Ansi 2 Color</key>
1583
+ <dict>
1584
+ <key>Alpha Component</key>
1585
+ <real>1</real>
1586
+ <key>Blue Component</key>
1587
+ <real>0.24908420443534851</real>
1588
+ <key>Color Space</key>
1589
+ <string>Calibrated</string>
1590
+ <key>Green Component</key>
1591
+ <real>0.23433214426040649</real>
1592
+ <key>Red Component</key>
1593
+ <real>0.65288257598876953</real>
1594
+ </dict>
1595
+ <key>Ansi 3 Color</key>
1596
+ <dict>
1597
+ <key>Alpha Component</key>
1598
+ <real>1</real>
1599
+ <key>Blue Component</key>
1600
+ <real>0.30641889572143555</real>
1601
+ <key>Color Space</key>
1602
+ <string>Calibrated</string>
1603
+ <key>Green Component</key>
1604
+ <real>0.28705188632011414</real>
1605
+ <key>Red Component</key>
1606
+ <real>0.82693290710449219</real>
1607
+ </dict>
1608
+ <key>Ansi 4 Color</key>
1609
+ <dict>
1610
+ <key>Alpha Component</key>
1611
+ <real>1</real>
1612
+ <key>Blue Component</key>
1613
+ <real>0.37324976921081543</real>
1614
+ <key>Color Space</key>
1615
+ <string>Calibrated</string>
1616
+ <key>Green Component</key>
1617
+ <real>0.3506360650062561</real>
1618
+ <key>Red Component</key>
1619
+ <real>0.98832470178604126</real>
1620
+ </dict>
1621
+ <key>Ansi 5 Color</key>
1622
+ <dict>
1623
+ <key>Alpha Component</key>
1624
+ <real>1</real>
1625
+ <key>Blue Component</key>
1626
+ <real>0.58590602874755859</real>
1627
+ <key>Color Space</key>
1628
+ <string>Calibrated</string>
1629
+ <key>Green Component</key>
1630
+ <real>0.57813072204589844</real>
1631
+ <key>Red Component</key>
1632
+ <real>0.87639057636260986</real>
1633
+ </dict>
1634
+ <key>Ansi 6 Color</key>
1635
+ <dict>
1636
+ <key>Alpha Component</key>
1637
+ <real>1</real>
1638
+ <key>Blue Component</key>
1639
+ <real>0.52581942081451416</real>
1640
+ <key>Color Space</key>
1641
+ <string>Calibrated</string>
1642
+ <key>Green Component</key>
1643
+ <real>0.52060586214065552</real>
1644
+ <key>Red Component</key>
1645
+ <real>0.72795397043228149</real>
1646
+ </dict>
1647
+ <key>Ansi 7 Color</key>
1648
+ <dict>
1649
+ <key>Alpha Component</key>
1650
+ <real>1</real>
1651
+ <key>Blue Component</key>
1652
+ <real>0.96078431606292725</real>
1653
+ <key>Color Space</key>
1654
+ <string>Calibrated</string>
1655
+ <key>Green Component</key>
1656
+ <real>0.96078431606292725</real>
1657
+ <key>Red Component</key>
1658
+ <real>0.96078431606292725</real>
1659
+ </dict>
1660
+ <key>Ansi 8 Color</key>
1661
+ <dict>
1662
+ <key>Alpha Component</key>
1663
+ <real>1</real>
1664
+ <key>Blue Component</key>
1665
+ <real>0.44313725829124451</real>
1666
+ <key>Color Space</key>
1667
+ <string>Calibrated</string>
1668
+ <key>Green Component</key>
1669
+ <real>0.43529412150382996</real>
1670
+ <key>Red Component</key>
1671
+ <real>0.364705890417099</real>
1672
+ </dict>
1673
+ <key>Ansi 9 Color</key>
1674
+ <dict>
1675
+ <key>Alpha Component</key>
1676
+ <real>1</real>
1677
+ <key>Blue Component</key>
1678
+ <real>0.19288083910942078</real>
1679
+ <key>Color Space</key>
1680
+ <string>Calibrated</string>
1681
+ <key>Green Component</key>
1682
+ <real>0.18097063899040222</real>
1683
+ <key>Red Component</key>
1684
+ <real>0.51510173082351685</real>
1685
+ </dict>
1686
+ <key>BM Growl</key>
1687
+ <true/>
1688
+ <key>Background Color</key>
1689
+ <dict>
1690
+ <key>Alpha Component</key>
1691
+ <real>1</real>
1692
+ <key>Blue Component</key>
1693
+ <real>0.08235294371843338</real>
1694
+ <key>Color Space</key>
1695
+ <string>Calibrated</string>
1696
+ <key>Green Component</key>
1697
+ <real>0.08235294371843338</real>
1698
+ <key>Red Component</key>
1699
+ <real>0.08235294371843338</real>
1700
+ </dict>
1701
+ <key>Background Image Location</key>
1702
+ <string></string>
1703
+ <key>Badge Color</key>
1704
+ <dict>
1705
+ <key>Alpha Component</key>
1706
+ <real>0.5</real>
1707
+ <key>Blue Component</key>
1708
+ <real>0.0</real>
1709
+ <key>Color Space</key>
1710
+ <string>Calibrated</string>
1711
+ <key>Green Component</key>
1712
+ <real>0.0</real>
1713
+ <key>Red Component</key>
1714
+ <real>1</real>
1715
+ </dict>
1716
+ <key>Blinking Cursor</key>
1717
+ <true/>
1718
+ <key>Blur</key>
1719
+ <false/>
1720
+ <key>Bold Color</key>
1721
+ <dict>
1722
+ <key>Alpha Component</key>
1723
+ <real>1</real>
1724
+ <key>Blue Component</key>
1725
+ <real>0.56363654136657715</real>
1726
+ <key>Color Space</key>
1727
+ <string>Calibrated</string>
1728
+ <key>Green Component</key>
1729
+ <real>0.56485837697982788</real>
1730
+ <key>Red Component</key>
1731
+ <real>0.50599193572998047</real>
1732
+ </dict>
1733
+ <key>Character Encoding</key>
1734
+ <integer>4</integer>
1735
+ <key>Close Sessions On End</key>
1736
+ <true/>
1737
+ <key>Columns</key>
1738
+ <integer>110</integer>
1739
+ <key>Command</key>
1740
+ <string></string>
1741
+ <key>Cursor Boost</key>
1742
+ <real>0.0</real>
1743
+ <key>Cursor Color</key>
1744
+ <dict>
1745
+ <key>Alpha Component</key>
1746
+ <real>1</real>
1747
+ <key>Blue Component</key>
1748
+ <real>0.24313725531101227</real>
1749
+ <key>Color Space</key>
1750
+ <string>Calibrated</string>
1751
+ <key>Green Component</key>
1752
+ <real>0.26666668057441711</real>
1753
+ <key>Red Component</key>
1754
+ <real>1</real>
1755
+ </dict>
1756
+ <key>Cursor Guide Color</key>
1757
+ <dict>
1758
+ <key>Alpha Component</key>
1759
+ <real>1</real>
1760
+ <key>Blue Component</key>
1761
+ <real>0.1567520797252655</real>
1762
+ <key>Color Space</key>
1763
+ <string>Calibrated</string>
1764
+ <key>Green Component</key>
1765
+ <real>0.15360786020755768</real>
1766
+ <key>Red Component</key>
1767
+ <real>0.15063479542732239</real>
1768
+ </dict>
1769
+ <key>Cursor Text Color</key>
1770
+ <dict>
1771
+ <key>Alpha Component</key>
1772
+ <real>1</real>
1773
+ <key>Blue Component</key>
1774
+ <real>0.51685798168182373</real>
1775
+ <key>Color Space</key>
1776
+ <string>Calibrated</string>
1777
+ <key>Green Component</key>
1778
+ <real>0.50962930917739868</real>
1779
+ <key>Red Component</key>
1780
+ <real>0.44058024883270264</real>
1781
+ </dict>
1782
+ <key>Cursor Type</key>
1783
+ <integer>0</integer>
1784
+ <key>Custom Command</key>
1785
+ <string>No</string>
1786
+ <key>Custom Directory</key>
1787
+ <string>No</string>
1788
+ <key>Default Bookmark</key>
1789
+ <string>No</string>
1790
+ <key>Description</key>
1791
+ <string>Default</string>
1792
+ <key>Disable Window Resizing</key>
1793
+ <true/>
1794
+ <key>Draw Powerline Glyphs</key>
1795
+ <true/>
1796
+ <key>Flashing Bell</key>
1797
+ <false/>
1798
+ <key>Foreground Color</key>
1799
+ <dict>
1800
+ <key>Alpha Component</key>
1801
+ <real>1</real>
1802
+ <key>Blue Component</key>
1803
+ <real>0.72156864404678345</real>
1804
+ <key>Color Space</key>
1805
+ <string>Calibrated</string>
1806
+ <key>Green Component</key>
1807
+ <real>0.69019609689712524</real>
1808
+ <key>Red Component</key>
1809
+ <real>0.63137257099151611</real>
1810
+ </dict>
1811
+ <key>Guid</key>
1812
+ <string>282A25F4-13EB-4007-9C45-8B7F843888E3</string>
1813
+ <key>Horizontal Spacing</key>
1814
+ <real>1</real>
1815
+ <key>Idle Code</key>
1816
+ <integer>0</integer>
1817
+ <key>Jobs to Ignore</key>
1818
+ <array>
1819
+ <string>rlogin</string>
1820
+ <string>ssh</string>
1821
+ <string>slogin</string>
1822
+ <string>telnet</string>
1823
+ </array>
1824
+ <key>Keyboard Map</key>
1825
+ <dict>
1826
+ <key>0x2d-0x40000</key>
1827
+ <dict>
1828
+ <key>Action</key>
1829
+ <integer>11</integer>
1830
+ <key>Text</key>
1831
+ <string>0x1f</string>
1832
+ </dict>
1833
+ <key>0x32-0x40000</key>
1834
+ <dict>
1835
+ <key>Action</key>
1836
+ <integer>11</integer>
1837
+ <key>Text</key>
1838
+ <string>0x00</string>
1839
+ </dict>
1840
+ <key>0x33-0x40000</key>
1841
+ <dict>
1842
+ <key>Action</key>
1843
+ <integer>11</integer>
1844
+ <key>Text</key>
1845
+ <string>0x1b</string>
1846
+ </dict>
1847
+ <key>0x34-0x40000</key>
1848
+ <dict>
1849
+ <key>Action</key>
1850
+ <integer>11</integer>
1851
+ <key>Text</key>
1852
+ <string>0x1c</string>
1853
+ </dict>
1854
+ <key>0x35-0x40000</key>
1855
+ <dict>
1856
+ <key>Action</key>
1857
+ <integer>11</integer>
1858
+ <key>Text</key>
1859
+ <string>0x1d</string>
1860
+ </dict>
1861
+ <key>0x36-0x40000</key>
1862
+ <dict>
1863
+ <key>Action</key>
1864
+ <integer>11</integer>
1865
+ <key>Text</key>
1866
+ <string>0x1e</string>
1867
+ </dict>
1868
+ <key>0x37-0x40000</key>
1869
+ <dict>
1870
+ <key>Action</key>
1871
+ <integer>11</integer>
1872
+ <key>Text</key>
1873
+ <string>0x1f</string>
1874
+ </dict>
1875
+ <key>0x38-0x40000</key>
1876
+ <dict>
1877
+ <key>Action</key>
1878
+ <integer>11</integer>
1879
+ <key>Text</key>
1880
+ <string>0x7f</string>
1881
+ </dict>
1882
+ <key>0xf700-0x220000</key>
1883
+ <dict>
1884
+ <key>Action</key>
1885
+ <integer>10</integer>
1886
+ <key>Text</key>
1887
+ <string>[1;2A</string>
1888
+ </dict>
1889
+ <key>0xf700-0x240000</key>
1890
+ <dict>
1891
+ <key>Action</key>
1892
+ <integer>10</integer>
1893
+ <key>Text</key>
1894
+ <string>[1;5A</string>
1895
+ </dict>
1896
+ <key>0xf700-0x260000</key>
1897
+ <dict>
1898
+ <key>Action</key>
1899
+ <integer>10</integer>
1900
+ <key>Text</key>
1901
+ <string>[1;6A</string>
1902
+ </dict>
1903
+ <key>0xf700-0x280000</key>
1904
+ <dict>
1905
+ <key>Action</key>
1906
+ <integer>11</integer>
1907
+ <key>Text</key>
1908
+ <string>0x1b 0x1b 0x5b 0x41</string>
1909
+ </dict>
1910
+ <key>0xf701-0x220000</key>
1911
+ <dict>
1912
+ <key>Action</key>
1913
+ <integer>10</integer>
1914
+ <key>Text</key>
1915
+ <string>[1;2B</string>
1916
+ </dict>
1917
+ <key>0xf701-0x240000</key>
1918
+ <dict>
1919
+ <key>Action</key>
1920
+ <integer>10</integer>
1921
+ <key>Text</key>
1922
+ <string>[1;5B</string>
1923
+ </dict>
1924
+ <key>0xf701-0x260000</key>
1925
+ <dict>
1926
+ <key>Action</key>
1927
+ <integer>10</integer>
1928
+ <key>Text</key>
1929
+ <string>[1;6B</string>
1930
+ </dict>
1931
+ <key>0xf701-0x280000</key>
1932
+ <dict>
1933
+ <key>Action</key>
1934
+ <integer>11</integer>
1935
+ <key>Text</key>
1936
+ <string>0x1b 0x1b 0x5b 0x42</string>
1937
+ </dict>
1938
+ <key>0xf702-0x220000</key>
1939
+ <dict>
1940
+ <key>Action</key>
1941
+ <integer>10</integer>
1942
+ <key>Text</key>
1943
+ <string>[1;2D</string>
1944
+ </dict>
1945
+ <key>0xf702-0x240000</key>
1946
+ <dict>
1947
+ <key>Action</key>
1948
+ <integer>10</integer>
1949
+ <key>Text</key>
1950
+ <string>[1;5D</string>
1951
+ </dict>
1952
+ <key>0xf702-0x260000</key>
1953
+ <dict>
1954
+ <key>Action</key>
1955
+ <integer>10</integer>
1956
+ <key>Text</key>
1957
+ <string>[1;6D</string>
1958
+ </dict>
1959
+ <key>0xf702-0x280000</key>
1960
+ <dict>
1961
+ <key>Action</key>
1962
+ <integer>11</integer>
1963
+ <key>Text</key>
1964
+ <string>0x1b 0x1b 0x5b 0x44</string>
1965
+ </dict>
1966
+ <key>0xf703-0x220000</key>
1967
+ <dict>
1968
+ <key>Action</key>
1969
+ <integer>10</integer>
1970
+ <key>Text</key>
1971
+ <string>[1;2C</string>
1972
+ </dict>
1973
+ <key>0xf703-0x240000</key>
1974
+ <dict>
1975
+ <key>Action</key>
1976
+ <integer>10</integer>
1977
+ <key>Text</key>
1978
+ <string>[1;5C</string>
1979
+ </dict>
1980
+ <key>0xf703-0x260000</key>
1981
+ <dict>
1982
+ <key>Action</key>
1983
+ <integer>10</integer>
1984
+ <key>Text</key>
1985
+ <string>[1;6C</string>
1986
+ </dict>
1987
+ <key>0xf703-0x280000</key>
1988
+ <dict>
1989
+ <key>Action</key>
1990
+ <integer>11</integer>
1991
+ <key>Text</key>
1992
+ <string>0x1b 0x1b 0x5b 0x43</string>
1993
+ </dict>
1994
+ <key>0xf704-0x20000</key>
1995
+ <dict>
1996
+ <key>Action</key>
1997
+ <integer>10</integer>
1998
+ <key>Text</key>
1999
+ <string>[1;2P</string>
2000
+ </dict>
2001
+ <key>0xf705-0x20000</key>
2002
+ <dict>
2003
+ <key>Action</key>
2004
+ <integer>10</integer>
2005
+ <key>Text</key>
2006
+ <string>[1;2Q</string>
2007
+ </dict>
2008
+ <key>0xf706-0x20000</key>
2009
+ <dict>
2010
+ <key>Action</key>
2011
+ <integer>10</integer>
2012
+ <key>Text</key>
2013
+ <string>[1;2R</string>
2014
+ </dict>
2015
+ <key>0xf707-0x20000</key>
2016
+ <dict>
2017
+ <key>Action</key>
2018
+ <integer>10</integer>
2019
+ <key>Text</key>
2020
+ <string>[1;2S</string>
2021
+ </dict>
2022
+ <key>0xf708-0x20000</key>
2023
+ <dict>
2024
+ <key>Action</key>
2025
+ <integer>10</integer>
2026
+ <key>Text</key>
2027
+ <string>[15;2~</string>
2028
+ </dict>
2029
+ <key>0xf709-0x20000</key>
2030
+ <dict>
2031
+ <key>Action</key>
2032
+ <integer>10</integer>
2033
+ <key>Text</key>
2034
+ <string>[17;2~</string>
2035
+ </dict>
2036
+ <key>0xf70a-0x20000</key>
2037
+ <dict>
2038
+ <key>Action</key>
2039
+ <integer>10</integer>
2040
+ <key>Text</key>
2041
+ <string>[18;2~</string>
2042
+ </dict>
2043
+ <key>0xf70b-0x20000</key>
2044
+ <dict>
2045
+ <key>Action</key>
2046
+ <integer>10</integer>
2047
+ <key>Text</key>
2048
+ <string>[19;2~</string>
2049
+ </dict>
2050
+ <key>0xf70c-0x20000</key>
2051
+ <dict>
2052
+ <key>Action</key>
2053
+ <integer>10</integer>
2054
+ <key>Text</key>
2055
+ <string>[20;2~</string>
2056
+ </dict>
2057
+ <key>0xf70d-0x20000</key>
2058
+ <dict>
2059
+ <key>Action</key>
2060
+ <integer>10</integer>
2061
+ <key>Text</key>
2062
+ <string>[21;2~</string>
2063
+ </dict>
2064
+ <key>0xf70e-0x20000</key>
2065
+ <dict>
2066
+ <key>Action</key>
2067
+ <integer>10</integer>
2068
+ <key>Text</key>
2069
+ <string>[23;2~</string>
2070
+ </dict>
2071
+ <key>0xf70f-0x20000</key>
2072
+ <dict>
2073
+ <key>Action</key>
2074
+ <integer>10</integer>
2075
+ <key>Text</key>
2076
+ <string>[24;2~</string>
2077
+ </dict>
2078
+ <key>0xf729-0x20000</key>
2079
+ <dict>
2080
+ <key>Action</key>
2081
+ <integer>10</integer>
2082
+ <key>Text</key>
2083
+ <string>[1;2H</string>
2084
+ </dict>
2085
+ <key>0xf729-0x40000</key>
2086
+ <dict>
2087
+ <key>Action</key>
2088
+ <integer>10</integer>
2089
+ <key>Text</key>
2090
+ <string>[1;5H</string>
2091
+ </dict>
2092
+ <key>0xf72b-0x20000</key>
2093
+ <dict>
2094
+ <key>Action</key>
2095
+ <integer>10</integer>
2096
+ <key>Text</key>
2097
+ <string>[1;2F</string>
2098
+ </dict>
2099
+ <key>0xf72b-0x40000</key>
2100
+ <dict>
2101
+ <key>Action</key>
2102
+ <integer>10</integer>
2103
+ <key>Text</key>
2104
+ <string>[1;5F</string>
2105
+ </dict>
2106
+ </dict>
2107
+ <key>Link Color</key>
2108
+ <dict>
2109
+ <key>Alpha Component</key>
2110
+ <real>1</real>
2111
+ <key>Blue Component</key>
2112
+ <real>0.27655607461929321</real>
2113
+ <key>Color Space</key>
2114
+ <string>Calibrated</string>
2115
+ <key>Green Component</key>
2116
+ <real>0.2490917295217514</real>
2117
+ <key>Red Component</key>
2118
+ <real>0.91959679126739502</real>
2119
+ </dict>
2120
+ <key>Mouse Reporting</key>
2121
+ <true/>
2122
+ <key>Name</key>
2123
+ <string>Default</string>
2124
+ <key>Non Ascii Font</key>
2125
+ <string>Monaco 21</string>
2126
+ <key>Non-ASCII Anti Aliased</key>
2127
+ <true/>
2128
+ <key>Normal Font</key>
2129
+ <string>CaskaydiaCoveNFM-Regular 23</string>
2130
+ <key>Option Key Sends</key>
2131
+ <integer>0</integer>
2132
+ <key>Original Guid</key>
2133
+ <string>9B9EC21E-3279-4F63-9960-2059150A8A85</string>
2134
+ <key>Prompt Before Closing 2</key>
2135
+ <false/>
2136
+ <key>Right Option Key Sends</key>
2137
+ <integer>0</integer>
2138
+ <key>Rows</key>
2139
+ <integer>30</integer>
2140
+ <key>Screen</key>
2141
+ <integer>-1</integer>
2142
+ <key>Scrollback Lines</key>
2143
+ <integer>0</integer>
2144
+ <key>Selected Text Color</key>
2145
+ <dict>
2146
+ <key>Alpha Component</key>
2147
+ <real>1</real>
2148
+ <key>Blue Component</key>
2149
+ <real>0.19518557190895081</real>
2150
+ <key>Color Space</key>
2151
+ <string>Calibrated</string>
2152
+ <key>Green Component</key>
2153
+ <real>0.17529886960983276</real>
2154
+ <key>Red Component</key>
2155
+ <real>0.163320392370224</real>
2156
+ </dict>
2157
+ <key>Selection Color</key>
2158
+ <dict>
2159
+ <key>Alpha Component</key>
2160
+ <real>1</real>
2161
+ <key>Blue Component</key>
2162
+ <real>0.7739378809928894</real>
2163
+ <key>Color Space</key>
2164
+ <string>Calibrated</string>
2165
+ <key>Green Component</key>
2166
+ <real>0.74652516841888428</real>
2167
+ <key>Red Component</key>
2168
+ <real>0.68856239318847656</real>
2169
+ </dict>
2170
+ <key>Send Code When Idle</key>
2171
+ <false/>
2172
+ <key>Shortcut</key>
2173
+ <string></string>
2174
+ <key>Silence Bell</key>
2175
+ <false/>
2176
+ <key>Smart Cursor Color</key>
2177
+ <false/>
2178
+ <key>Sync Title</key>
2179
+ <false/>
2180
+ <key>Tab Color</key>
2181
+ <dict>
2182
+ <key>Alpha Component</key>
2183
+ <real>1</real>
2184
+ <key>Blue Component</key>
2185
+ <real>0.63511574268341064</real>
2186
+ <key>Color Space</key>
2187
+ <string>Calibrated</string>
2188
+ <key>Green Component</key>
2189
+ <real>0.63127279281616211</real>
2190
+ <key>Red Component</key>
2191
+ <real>0.79142302274703979</real>
2192
+ </dict>
2193
+ <key>Tags</key>
2194
+ <array/>
2195
+ <key>Terminal Type</key>
2196
+ <string>xterm-256color</string>
2197
+ <key>Thin Strokes</key>
2198
+ <integer>3</integer>
2199
+ <key>Title Components</key>
2200
+ <integer>3</integer>
2201
+ <key>Transparency</key>
2202
+ <real>0.0</real>
2203
+ <key>Unlimited Scrollback</key>
2204
+ <true/>
2205
+ <key>Use Bold Font</key>
2206
+ <true/>
2207
+ <key>Use Bright Bold</key>
2208
+ <true/>
2209
+ <key>Use Cursor Guide</key>
2210
+ <false/>
2211
+ <key>Use Italic Font</key>
2212
+ <true/>
2213
+ <key>Use Non-ASCII Font</key>
2214
+ <false/>
2215
+ <key>Use Tab Color</key>
2216
+ <true/>
2217
+ <key>Vertical Spacing</key>
2218
+ <real>1</real>
2219
+ <key>Visual Bell</key>
2220
+ <true/>
2221
+ <key>Window Type</key>
2222
+ <integer>0</integer>
2223
+ <key>Working Directory</key>
2224
+ <string>/Users/narender</string>
2225
+ </dict>
2226
+ <key>Columns</key>
2227
+ <integer>115</integer>
2228
+ <key>Commands</key>
2229
+ <array/>
2230
+ <key>Directories</key>
2231
+ <array>
2232
+ <string>/Users/narender</string>
2233
+ </array>
2234
+ <key>Environment</key>
2235
+ <dict>
2236
+ <key>PWD</key>
2237
+ <string>/Users/narender</string>
2238
+ </dict>
2239
+ <key>Hostname to Shell</key>
2240
+ <dict/>
2241
+ <key>Hosts</key>
2242
+ <array/>
2243
+ <key>Is UTF-8</key>
2244
+ <true/>
2245
+ <key>Key Labels</key>
2246
+ <dict/>
2247
+ <key>Name Controller State</key>
2248
+ <dict>
2249
+ <key>icon title stack</key>
2250
+ <array/>
2251
+ <key>window title stack</key>
2252
+ <array/>
2253
+ </dict>
2254
+ <key>Overridden Fields</key>
2255
+ <array>
2256
+ <string>Non Ascii Font</string>
2257
+ <string>Normal Font</string>
2258
+ <string>Original Guid</string>
2259
+ <string>Guid</string>
2260
+ <string>Title Components</string>
2261
+ </array>
2262
+ <key>Program</key>
2263
+ <dict>
2264
+ <key>Type</key>
2265
+ <string>Shell Launcher</string>
2266
+ </dict>
2267
+ <key>Rows</key>
2268
+ <integer>33</integer>
2269
+ <key>Session GUID</key>
2270
+ <string>1A38D08A-C8CE-41A2-B4F2-43AF06958D9E</string>
2271
+ <key>Short Lived Single Use</key>
2272
+ <false/>
2273
+ <key>Should Expect Current Dir Updates</key>
2274
+ <false/>
2275
+ <key>Should Expect Prompt Marks</key>
2276
+ <false/>
2277
+ <key>Substitutions</key>
2278
+ <dict>
2279
+ <key>$$$$</key>
2280
+ <string>$$</string>
2281
+ </dict>
2282
+ <key>Working Directory</key>
2283
+ <string>/Users/narender</string>
2284
+ <key>Working Directory Poller Disabled</key>
2285
+ <false/>
2286
+ </dict>
2287
+ <key>View Type</key>
2288
+ <string>SessionView</string>
2289
+ <key>frame</key>
2290
+ <dict>
2291
+ <key>height</key>
2292
+ <real>916</real>
2293
+ <key>width</key>
2294
+ <real>1512</real>
2295
+ <key>x</key>
2296
+ <real>0.0</real>
2297
+ <key>y</key>
2298
+ <real>0.0</real>
2299
+ </dict>
2300
+ </dict>
2301
+ </array>
2302
+ <key>View Type</key>
2303
+ <string>Splitter</string>
2304
+ <key>frame</key>
2305
+ <dict>
2306
+ <key>height</key>
2307
+ <real>916</real>
2308
+ <key>width</key>
2309
+ <real>1512</real>
2310
+ <key>x</key>
2311
+ <real>0.0</real>
2312
+ <key>y</key>
2313
+ <real>0.0</real>
2314
+ </dict>
2315
+ <key>isVertical</key>
2316
+ <false/>
2317
+ </dict>
2318
+ <key>Tab GUID</key>
2319
+ <string>58FD0934-7690-4E46-9931-5F0D481374A2</string>
2320
+ </dict>
2321
+ </array>
2322
+ <key>TerminalGuid</key>
2323
+ <string>pty-A935E045-457C-4C42-AB66-C71FC51D83FE</string>
2324
+ <key>Toolbelt</key>
2325
+ <dict>
2326
+ <key>Profiles</key>
2327
+ <dict>
2328
+ <key>iTermToolProfilesProfileListViewState</key>
2329
+ <dict>
2330
+ <key>iTermProfileListViewRestorableStateTagsFraction</key>
2331
+ <real>0.0</real>
2332
+ <key>iTermProfileListViewRestorableStateTagsVisible</key>
2333
+ <false/>
2334
+ </dict>
2335
+ </dict>
2336
+ </dict>
2337
+ <key>Toolbelt Proportions</key>
2338
+ <dict>
2339
+ <key>proportions</key>
2340
+ <array>
2341
+ <dict>
2342
+ <key>heightAsFraction</key>
2343
+ <real>1</real>
2344
+ <key>name</key>
2345
+ <string>Profiles</string>
2346
+ </dict>
2347
+ </array>
2348
+ </dict>
2349
+ <key>Use Transparency</key>
2350
+ <true/>
2351
+ <key>Width</key>
2352
+ <real>1512</real>
2353
+ <key>Window Type</key>
2354
+ <integer>0</integer>
2355
+ <key>X Origin</key>
2356
+ <real>0.0</real>
2357
+ <key>Y Origin</key>
2358
+ <real>0.0</real>
2359
+ </dict>
2360
+ </array>
2361
+ </dict>
2362
+ <key>WindowNumber</key>
2363
+ <false/>
2364
+ <key>findMode_iTerm</key>
2365
+ <integer>0</integer>
2366
+ <key>kCPKSelectionViewPreferredModeKey</key>
2367
+ <integer>4</integer>
2368
+ <key>kCPKSelectionViewShowHSBTextFieldsKey</key>
2369
+ <false/>
2370
+ </dict>
2371
+ </plist>