diff --git a/README.md b/README.md index dc00c3b..b5fb61c 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,15 @@ I manage my dotfiles using [dotdrop](https://github.com/deadc0de6/dotdrop). ```shell [[ ! $(command -v brew) ]] && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" \ ; brew update \ - && brew install coreutils libmagic uv \ + && brew install coreutils libmagic uv fzf \ && uv tool install --allow-python-downloads --python 3.11 dotdrop \ && git clone https://github.com/shokinn/.files ~/.files \ - && ~/.local/bin/dotdrop --cfg=~/.files/config.yaml install + && echo "Enter profile name (leave empty for default): " \ + && read DOTDROP_PROFILE \ + && [[ -n ${DOTDROP_PROFILE} ]] && DOTDROP_PROFILE="-p ${DOTDROP_PROFILE}" || DOTDROP_PROFILE="" \ + && ~/.local/bin/dotdrop ${DOTDROP_PROFILE} --cfg=~/.files/config.yaml install \ + ; unset DOTDROP_PROFILE \ + && ${SHELL} ``` ### Manual diff --git a/config.yaml b/config.yaml index 24197c3..53c01b9 100644 --- a/config.yaml +++ b/config.yaml @@ -143,194 +143,69 @@ dotfiles: dst: ~/.ssh/config chmod: '600' profiles: - AINCRAD: + meta_base: + variables: + linux: false + vw: false + wsl: false dotfiles: - - d_fonts - - f_profile - - f_vimrc - - f_zshrc - - f_zshenv - - f_powerlevel10krc - d_colors - - f_compton.conf - - f_rofi_config - - f_c3cp - - f_mount_c3voc - - f_c3l - - f_c3kdenlive - - f_c3mpv - - f_c3check - - f_zprofile - - f_start_systemd_shell.sh - - f_wsladdhypervroute - - f_wslenablehypervforwarding - - f_wslshowhypervforwarding - - f_config - AINCRAD-wsl: - dotfiles: - - d_fonts - - f_profile - - f_vimrc - - f_zshrc - - f_zshenv - - f_powerlevel10krc - - d_colors - - f_compton.conf - - f_rofi_config - - f_c3cp - - f_mount_c3voc - - f_c3l - - f_c3kdenlive - - f_c3mpv - - f_c3check - - f_zprofile - - f_start_systemd_shell.sh - - f_wsladdhypervroute - - f_wslenablehypervforwarding - - f_wslshowhypervforwarding - - f_config - sbx0nucmac01.home.pphg.tech: - dotfiles: - - f_vimrc - - f_zshrc - - f_zshenv - - f_powerlevel10krc - - d_colors - - f_c3cp - - f_mount_c3voc - - f_c3l - - f_c3kdenlive - - f_c3mpv - - f_c3check - - f_zprofile + - f_agenix_helper - f_commonfunc - f_config - susanoo.local: - dotfiles: - - f_vimrc - - f_zshrc - - f_zshenv - f_powerlevel10krc - - d_colors - - f_c3cp - - f_mount_c3voc - - f_c3l - - f_c3kdenlive - - f_c3mpv - - f_c3check - - f_zprofile - f_rmquarantine - - f_commonfunc - f_secretfiles - - f_agenix_helper - - f_config - yoetunheimr: - dotfiles: - - d_bspwm - - d_polybar - - d_sxhkd - - f_fehbg - - d_fonts - - f_profile - f_vimrc - - f_xinitrc - - f_xsession - f_zprofile - - f_zshrc - f_zshenv - - f_powerlevel10krc - - d_colors - - f_xresources - - f_ssh-agent.service - - f_compton.conf - - f_rofi_config - - f_c3cp - - f_mount_c3voc - - f_c3l - - f_c3kdenlive - - f_c3mpv - - f_c3check - - f_wsladdhypervroute - - f_wslenablehypervforwarding - - f_wslshowhypervforwarding - - f_config - YOETUNHEIMR-wsl: + - f_zshrc + meta_linux: + variables: + linux: true dotfiles: - d_fonts - f_profile - - f_vimrc - - f_zshrc - - f_zshenv - - f_powerlevel10krc - - d_colors - - f_compton.conf - - f_rofi_config - - f_c3cp - - f_mount_c3voc - - f_c3l - - f_c3kdenlive - - f_c3mpv - - f_c3check - - f_zprofile - - f_start_systemd_shell.sh - - f_wsladdhypervroute - - f_wslenablehypervforwarding - - f_wslshowhypervforwarding - - f_config - ymir: + meta_vw: + variables: + vw: true dotfiles: - - f_zshrc - - f_zshenv - - f_zprofile - - d_fonts - - f_profile - - f_vimrc - - f_powerlevel10krc - - d_colors - - f_c3cp - - f_mount_c3voc - - f_c3l - - f_c3kdenlive - - f_c3mpv - - f_c3check - - f_wsladdhypervroute - - f_wslenablehypervforwarding - - f_wslshowhypervforwarding - - f_commonfunc - - f_gpgagent - - f_secretfiles - - f_agenix_helper - - f_config - workspace: - dotfiles: - - d_fonts - - f_profile - - f_vimrc - - f_zshrc - - f_zshenv - - f_powerlevel10krc - - d_colors - - f_zprofile - - f_commonfunc - - f_config - WVDEWOBMC001307: - dotfiles: - - f_vimrc - - f_zshrc - - f_zshenv - - f_powerlevel10krc - - d_colors - - f_c3cp - - f_mount_c3voc - - f_c3l - - f_c3kdenlive - - f_c3mpv - - f_c3check - - f_zprofile - f_pu - f_rpki + meta_wsl: + variables: + wsl: true + dotfiles: + - f_wsladdhypervroute + - f_wslenablehypervforwarding + - f_wslshowhypervforwarding + os_macos: + variables: + distro: macos + include: + - meta_base + dotfiles: - f_rmquarantine - - f_commonfunc - - f_secretfiles - - f_agenix_helper - - f_config + os_ubuntu: + variables: + distro: ubuntu + include: + - meta_base + - meta_linux + sbx0nucmac01.home.pphg.tech: + include: + - os_macos + susanoo.local: + include: + - os_macos + workspace: + include: + - os_ubuntu + WVDEWOBMC001307: + include: + - os_macos + - meta_vw + WVDEWOBMC002277: + include: + - os_macos + - meta_vw diff --git a/dotfiles/commonfunc b/dotfiles/commonfunc index 1d90015..849faec 100644 --- a/dotfiles/commonfunc +++ b/dotfiles/commonfunc @@ -124,7 +124,7 @@ EOF fi } -{%@@ if profile == 'WVDEWOBMC001307' or profile == 'susanoo.local' @@%} +{%@@ if distro == 'macos' @@%} ####################################### # Shows a netstat -tulpn styled output on mac. # Globals: @@ -351,7 +351,7 @@ dotdrop() { {{@@ env['HOME'] @@}}/.local/bin/dotdrop --cfg={{@@ env['HOME'] @@}}/.files/config.yaml ${@} } -{%@@ endif @@%}{%@@ if profile == 'WVDEWOBMC001307' @@%} +{%@@ endif @@%}{%@@ if vw == true @@%} setProxyEnv() { local HIGHLIGHT='\033[36;1m' local RESET='\033[0;0m' diff --git a/dotfiles/ssh/config b/dotfiles/ssh/config index cb95fbb..8bd29de 100644 --- a/dotfiles/ssh/config +++ b/dotfiles/ssh/config @@ -7,7 +7,7 @@ Include {{@@ env['HOME'] @@}}/.colima/ssh_config Include config.d/*.config Include config.d/*/*.config -{%@@ if profile == 'susanoo.local' or profile == 'WVDEWOBMC001307' @@%}# +{%@@ if distro == 'macos' @@%}# # This have to be LAST # Match host * exec "[[ -z $SSH_CLIENT && -z $SSH_TTY ]]" diff --git a/dotfiles/z_profile b/dotfiles/z_profile index 32729ed..3c42dbd 100644 --- a/dotfiles/z_profile +++ b/dotfiles/z_profile @@ -9,26 +9,26 @@ export VISUAL EDITOR='vim' export EDITOR -{%@@ if profile == 'WVDEWOBMC001307' or profile == 'susanoo.local' @@%} +{%@@ if distro == 'macos' @@%} [[ $(command -v /opt/homebrew/bin/brew) ]] && eval "$(/opt/homebrew/bin/brew shellenv)" # Added by Toolbox App export PATH="$PATH:{{@@ env['HOME'] @@}}/Library/Application Support/JetBrains/Toolbox/scripts" {%@@ endif @@%} -{%@@ if profile == 'AINCRAD-wsl' or profile == 'AINCRAD' or profile == 'YOETUNHEIMR-wsl' or profile == 'yoetunheimr' @@%} +{%@@ if linux == true @@%} # Set DOTNET_ROOT enviroment variable DOTNET_ROOT=/opt/dotnet export DOTNET_ROOT {%@@ endif @@%} -{%@@ if profile == 'AINCRAD-wsl' or profile == 'AINCRAD' or profile == 'YOETUNHEIMR-wsl' or profile == 'yoetunheimr' or profile == 'ymir' @@%} +{%@@ if linux == true @@%} # Set XDG_CONFIG_HOME XDG_CONFIG_HOME="{{@@ env['HOME'] @@}}/.config" export XDG_CONFIG_HOME {%@@ endif @@%} -{%@@ if profile == 'AINCRAD-wsl' or profile == 'AINCRAD' or profile == 'YOETUNHEIMR-wsl' or profile == 'yoetunheimr' or profile == 'ymir' @@%} +{%@@ if wsl == true @@%} # Run VPN-Kit alpine VM to route traffic through Windows and if connected through VPNs wsl.exe -d wsl-vpnkit service wsl-vpnkit start {%@@ endif @@%} diff --git a/dotfiles/zshenv b/dotfiles/zshenv index 19094ec..b78ed80 100644 --- a/dotfiles/zshenv +++ b/dotfiles/zshenv @@ -11,13 +11,13 @@ export ANSIBLE_NOCOWS=1 # Include ~/.local/bin to PATH [[ -d "{{@@ env['HOME'] @@}}/.local/bin" ]] && export PATH="{{@@ env['HOME'] @@}}/.local/bin:${PATH}" -{%@@ if profile == 'WVDEWOBMC001307' or profile == 'susanoo.local' @@%}# Include /opt/homebrew/opt/gnu-getopt/bin to PATH +{%@@ if distro == 'macos' @@%}# Include /opt/homebrew/opt/gnu-getopt/bin to PATH [[ -d "/opt/homebrew/opt/gnu-getopt/bin" ]] && export PATH="/opt/homebrew/opt/gnu-getopt/bin:${PATH}" {%@@ endif @@%}# Include $(go env GOPATH) to PATH [[ $(command -v go) ]] && [[ -d "$(go env GOPATH)/bin" ]] && export PATH="$(go env GOPATH)/bin:${PATH}" -{%@@ if profile == 'AINCRAD-wsl' or profile == 'AINCRAD' or profile == 'YOETUNHEIMR-wsl' or profile == 'yoetunheimr' or profile == 'ymir' @@%} +{%@@ if wsl == true @@%} # Connect to windows ssh pageant # https://github.com/BlackReloaded/wsl2-ssh-pageant export SSH_AUTH_SOCK={{@@ env['HOME'] @@}}/.ssh/agent.sock @@ -43,7 +43,7 @@ export GPG_TTY=$(tty) # X410 (Windows X11 Server) export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2; exit;}'):0.0 {%@@ endif @@%} -{%@@ if profile == 'WVDEWOBMC001307' or profile == 'susanoo.local' @@%} +{%@@ if distro == 'macos' @@%} export HOMEBREW_CASK_OPTS="--appdir=~/Applications" {%@@ endif @@%} diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 9ebb74e..26608b1 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -105,11 +105,11 @@ plugins=( vscode zsh-navigation-tools zsh-ssh -{%@@ if profile == 'WVDEWOBMC001307' or profile == 'ymir' or profile == 'susanoo.local' @@%} # Mac specifics +{%@@ if distro == 'macos' @@%} # Mac specifics brew iterm2 macos -{%@@ endif @@%}{%@@ if profile == 'yoetunheimr' or profile == 'AINCRAD-wsl' or profile == 'AINCRAD' or profile == 'YOETUNHEIMR-wsl' or profile == 'ymir' @@%} # Archlinux specifics +{%@@ endif @@%}{%@@ if distro == 'arch' @@%} # Archlinux specifics archlinux {%@@ endif @@%} ) @@ -157,7 +157,7 @@ source ${ZSH}/oh-my-zsh.sh # alias ohmyzsh="mate ~/.oh-my-zsh" # [[ -f {{@@ env['HOME'] @@}}/.files/dotdrop.sh ]] && alias dotdrop='eval $(grep -v "^#" {{@@ env['HOME'] @@}}/.files/.env.public) {{@@ env['HOME'] @@}}/.files/dotdrop.sh' # Not required anymore since I now use [[ $(command -v thefuck) ]] && eval $(thefuck --alias) -#{%@@ if profile == 'AINCRAD-wsl' or profile == 'YOETUNHEIMR-wsl' or profile == 'ymir' @@%} +#{%@@ if linux == true @@%} # Use https://github.com/jgaa/shinysocks as simple socks5 proxy for windows #[[ $(command -v kubectl) ]] && alias proxy_kubectl="http_proxy=socks5://$(cat /etc/resolv.conf | grep nameserver | awk '{print $2; exit;}'):1080 https_proxy=socks5://$(cat /etc/resolv.conf | grep nameserver | awk '{print $2; exit;}'):1080 kubectl" #[[ $(command -v kubectl) ]] && alias pk='proxy_kubectl' @@ -173,7 +173,7 @@ alias ssh-strongbox-keys="SSH_AUTH_SOCK=~/Library/Group\ Containers/group.strong # Include $(go env GOPATH) to PATH [[ $(command -v go) ]] && [[ -d "$(go env GOPATH)/bin" ]] && export PATH="$(go env GOPATH)/bin:${PATH}" -{%@@ if profile == 'WVDEWOBMC001307' or profile == 'susanoo.local' @@%} +{%@@ if distro == 'macos' @@%} # Decide which homebrew installation (x64_86 / arm64) should be used if [ "$(sysctl -n sysctl.proc_translated)" = "1" ]; then local brew_path="/usr/local/homebrew/bin" diff --git a/misc/iTerm2_Profiles.json b/misc/iTerm2_Profiles.json new file mode 100644 index 0000000..ac2cd24 --- /dev/null +++ b/misc/iTerm2_Profiles.json @@ -0,0 +1,4890 @@ +{ +"Profiles": [ +{ + "Ansi 7 Color (Light)" : { + "Red Component" : 0.78039216995239258, + "Color Space" : "sRGB", + "Blue Component" : 0.78039216995239258, + "Alpha Component" : 1, + "Green Component" : 0.78039216995239258 + }, + "Brighten Bold Text (Light)" : true, + "Ansi 15 Color (Light)" : { + "Red Component" : 0.81960785388946533, + "Color Space" : "sRGB", + "Blue Component" : 0.81960785388946533, + "Alpha Component" : 1, + "Green Component" : 0.81960785388946533 + }, + "Ansi 2 Color (Light)" : { + "Red Component" : 0.52549022436141968, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0.70196080207824707 + }, + "Bold Color" : { + "Red Component" : 0.90727746486663818, + "Color Space" : "Calibrated", + "Blue Component" : 0.94574689865112305, + "Alpha Component" : 1, + "Green Component" : 0.92092084884643555 + }, + "Ansi 1 Color (Dark)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.47450980544090271, + "Alpha Component" : 1, + "Green Component" : 0.52941179275512695 + }, + "Use Bright Bold" : true, + "Ansi 9 Color (Light)" : { + "Red Component" : 0.94117647409439087, + "Color Space" : "sRGB", + "Blue Component" : 0.44313725829124451, + "Alpha Component" : 1, + "Green Component" : 0.44313725829124451 + }, + "Ansi 8 Color (Dark)" : { + "Red Component" : 0.40784314274787903, + "Color Space" : "sRGB", + "Blue Component" : 0.40784314274787903, + "Alpha Component" : 1, + "Green Component" : 0.40784314274787903 + }, + "Use Bright Bold (Dark)" : true, + "Background Color" : { + "Red Component" : 0.1357133686542511, + "Color Space" : "Calibrated", + "Blue Component" : 0.19183900952339172, + "Alpha Component" : 1, + "Green Component" : 0.15255947411060333 + }, + "Ansi 8 Color" : { + "Red Component" : 0.23306176066398621, + "Color Space" : "Calibrated", + "Blue Component" : 0.34064260125160217, + "Alpha Component" : 1, + "Green Component" : 0.2652154266834259 + }, + "Columns" : 80, + "Right Option Key Sends" : 0, + "Ansi 4 Color (Light)" : { + "Red Component" : 0.22352941334247589, + "Color Space" : "sRGB", + "Blue Component" : 0.90196079015731812, + "Alpha Component" : 1, + "Green Component" : 0.61960786581039429 + }, + "Blinking Cursor" : false, + "Selected Text Color (Light)" : { + "Red Component" : 0.70196080207824707, + "Color Space" : "sRGB", + "Blue Component" : 0.74901962280273438, + "Alpha Component" : 1, + "Green Component" : 0.72549021244049072 + }, + "Selected Text Color (Dark)" : { + "Red Component" : 0.34509804844856262, + "Color Space" : "sRGB", + "Blue Component" : 0.44313725829124451, + "Alpha Component" : 1, + "Green Component" : 0.37647059559822083 + }, + "Ansi 3 Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.50196081399917603, + "Alpha Component" : 1, + "Green Component" : 0.83529412746429443 + }, + "Keyboard Map" : { + "0xf700-0x260000" : { + "Text" : "[1;6A", + "Action" : 10 + }, + "0x37-0x40000" : { + "Text" : "0x1f", + "Action" : 11 + }, + "0x32-0x40000" : { + "Text" : "0x00", + "Action" : 11 + }, + "0xf709-0x20000" : { + "Text" : "[17;2~", + "Action" : 10 + }, + "0xf70c-0x20000" : { + "Text" : "[20;2~", + "Action" : 10 + }, + "0xf729-0x20000" : { + "Text" : "[1;2H", + "Action" : 10 + }, + "0xf72b-0x40000" : { + "Text" : "[1;5F", + "Action" : 10 + }, + "0xf705-0x20000" : { + "Text" : "[1;2Q", + "Action" : 10 + }, + "0xf703-0x260000" : { + "Text" : "[1;6C", + "Action" : 10 + }, + "0xf700-0x220000" : { + "Text" : "[1;2A", + "Action" : 10 + }, + "0xf701-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x42", + "Action" : 11 + }, + "0x38-0x40000" : { + "Text" : "0x7f", + "Action" : 11 + }, + "0x33-0x40000" : { + "Text" : "0x1b", + "Action" : 11 + }, + "0xf703-0x220000" : { + "Text" : "[1;2C", + "Action" : 10 + }, + "0xf701-0x240000" : { + "Text" : "[1;5B", + "Action" : 10 + }, + "0xf70d-0x20000" : { + "Text" : "[21;2~", + "Action" : 10 + }, + "0xf702-0x260000" : { + "Text" : "[1;6D", + "Action" : 10 + }, + "0xf729-0x40000" : { + "Text" : "[1;5H", + "Action" : 10 + }, + "0xf706-0x20000" : { + "Text" : "[1;2R", + "Action" : 10 + }, + "0x34-0x40000" : { + "Text" : "0x1c", + "Action" : 11 + }, + "0xf700-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x41", + "Action" : 11 + }, + "0x2d-0x40000" : { + "Text" : "0x1f", + "Action" : 11 + }, + "0xf70e-0x20000" : { + "Text" : "[23;2~", + "Action" : 10 + }, + "0xf702-0x220000" : { + "Text" : "[1;2D", + "Action" : 10 + }, + "0xf703-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x43", + "Action" : 11 + }, + "0xf700-0x240000" : { + "Text" : "[1;5A", + "Action" : 10 + }, + "0xf707-0x20000" : { + "Text" : "[1;2S", + "Action" : 10 + }, + "0xf70a-0x20000" : { + "Text" : "[18;2~", + "Action" : 10 + }, + "0x35-0x40000" : { + "Text" : "0x1d", + "Action" : 11 + }, + "0xf70f-0x20000" : { + "Text" : "[24;2~", + "Action" : 10 + }, + "0xf703-0x240000" : { + "Text" : "[1;5C", + "Action" : 10 + }, + "0xf701-0x260000" : { + "Text" : "[1;6B", + "Action" : 10 + }, + "0xf702-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x44", + "Action" : 11 + }, + "0xf72b-0x20000" : { + "Text" : "[1;2F", + "Action" : 10 + }, + "0x36-0x40000" : { + "Text" : "0x1e", + "Action" : 11 + }, + "0xf708-0x20000" : { + "Text" : "[15;2~", + "Action" : 10 + }, + "0xf701-0x220000" : { + "Text" : "[1;2B", + "Action" : 10 + }, + "0xf70b-0x20000" : { + "Text" : "[19;2~", + "Action" : 10 + }, + "0xf702-0x240000" : { + "Text" : "[1;5D", + "Action" : 10 + }, + "0xf704-0x20000" : { + "Text" : "[1;2P", + "Action" : 10 + } + }, + "Visual Bell" : true, + "Cursor Text Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "Scrollback Lines" : 0, + "Selection Color (Light)" : { + "Red Component" : 0.90980392694473267, + "Color Space" : "sRGB", + "Blue Component" : 0.95686274766921997, + "Alpha Component" : 1, + "Green Component" : 0.93333333730697632 + }, + "Ansi 0 Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "Match Background Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "P3", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Ansi 11 Color (Light)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.28627452254295349, + "Alpha Component" : 1, + "Green Component" : 0.68235296010971069 + }, + "Ansi 5 Color (Dark)" : { + "Red Component" : 0.83137255907058716, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "Cursor Text Color (Light)" : { + "Red Component" : 0.86274510622024536, + "Color Space" : "sRGB", + "Blue Component" : 0.88235294818878174, + "Alpha Component" : 1, + "Green Component" : 0.87058824300765991 + }, + "Silence Bell" : false, + "Rows" : 25, + "Guid" : "F2483AA3-BCCC-4321-B047-2E8D7404EE34", + "Ansi 14 Color (Dark)" : { + "Red Component" : 0.58431375026702881, + "Color Space" : "sRGB", + "Blue Component" : 0.79607844352722168, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Use Cursor Guide (Dark)" : false, + "Ansi 15 Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Ansi 0 Color (Dark)" : { + "Red Component" : 0.10196078568696976, + "Color Space" : "sRGB", + "Blue Component" : 0.16078431904315948, + "Alpha Component" : 1, + "Green Component" : 0.11764705926179886 + }, + "Ambiguous Double Width" : false, + "Option Key Sends" : 0, + "Ansi 3 Color" : { + "Red Component" : 0.89902019500732422, + "Color Space" : "Calibrated", + "Blue Component" : 0.47280269861221313, + "Alpha Component" : 1, + "Green Component" : 0.75577855110168457 + }, + "Window Type" : 0, + "Smart Cursor Color (Dark)" : false, + "BM Growl" : true, + "Prompt Before Closing 2" : false, + "Command" : "", + "Smart Cursor Color (Light)" : false, + "Use Bright Bold (Light)" : true, + "Use Selected Text Color (Light)" : true, + "Selected Text Color" : { + "Red Component" : 0.81214714050292969, + "Color Space" : "Calibrated", + "Blue Component" : 0.89225924015045166, + "Alpha Component" : 1, + "Green Component" : 0.83857882022857666 + }, + "Ansi 14 Color (Light)" : { + "Red Component" : 0.29803922772407532, + "Color Space" : "sRGB", + "Blue Component" : 0.60000002384185791, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "Cursor Guide Color (Dark)" : { + "Red Component" : 0.70213186740875244, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 0.25, + "Green Component" : 0.9268307089805603 + }, + "ASCII Ligatures" : true, + "Send Code When Idle" : false, + "Ansi 6 Color" : { + "Red Component" : 0.4660642147064209, + "Color Space" : "Calibrated", + "Blue Component" : 0.77356863021850586, + "Alpha Component" : 1, + "Green Component" : 0.70216643810272217 + }, + "Jobs to Ignore" : [ + "rlogin", + "ssh", + "slogin", + "telnet" + ], + "Badge Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 0.5, + "Green Component" : 0.1491314172744751 + }, + "Use Underline Color (Light)" : false, + "Cursor Color" : { + "Red Component" : 0.81214714050292969, + "Color Space" : "Calibrated", + "Blue Component" : 0.89225924015045166, + "Alpha Component" : 1, + "Green Component" : 0.83857882022857666 + }, + "Vertical Spacing" : 1, + "Minimum Contrast (Light)" : 0, + "Disable Window Resizing" : true, + "Use Selected Text Color (Dark)" : true, + "Close Sessions On End" : true, + "Selection Color (Dark)" : { + "Red Component" : 0.16470588743686676, + "Color Space" : "sRGB", + "Blue Component" : 0.27450981736183167, + "Alpha Component" : 1, + "Green Component" : 0.20784313976764679 + }, + "Default Bookmark" : "No", + "Tab Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "Minimum Contrast (Dark)" : 0, + "Custom Command" : "No", + "Foreground Color (Light)" : { + "Red Component" : 0.42352941632270813, + "Color Space" : "sRGB", + "Blue Component" : 0.50196081399917603, + "Alpha Component" : 1, + "Green Component" : 0.46274510025978088 + }, + "Ansi 9 Color" : { + "Red Component" : 0.68855589628219604, + "Color Space" : "Calibrated", + "Blue Component" : 0.34168937802314758, + "Alpha Component" : 1, + "Green Component" : 0.29435792565345764 + }, + "Background Color (Dark)" : { + "Red Component" : 0.12156862765550613, + "Color Space" : "sRGB", + "Blue Component" : 0.18823529779911041, + "Alpha Component" : 1, + "Green Component" : 0.14117647707462311 + }, + "Ansi 14 Color" : { + "Red Component" : 0.49344515800476074, + "Color Space" : "Calibrated", + "Blue Component" : 0.67779052257537842, + "Alpha Component" : 1, + "Green Component" : 0.68614721298217773 + }, + "Flashing Bell" : false, + "Use Italic Font" : true, + "Ansi 13 Color (Dark)" : { + "Red Component" : 0.83137255907058716, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "Cursor Guide Color (Light)" : { + "Red Component" : 0.70213186740875244, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 0.25, + "Green Component" : 0.9268307089805603 + }, + "Ansi 12 Color" : { + "Red Component" : 0.43401443958282471, + "Color Space" : "Calibrated", + "Blue Component" : 0.70459425449371338, + "Alpha Component" : 1, + "Green Component" : 0.56080448627471924 + }, + "Ansi 10 Color (Light)" : { + "Red Component" : 0.52549022436141968, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0.70196080207824707 + }, + "Non-ASCII Anti Aliased" : true, + "Ansi 10 Color" : { + "Red Component" : 0.57605421543121338, + "Color Space" : "Calibrated", + "Blue Component" : 0.47597441077232361, + "Alpha Component" : 1, + "Green Component" : 0.7002110481262207 + }, + "Foreground Color" : { + "Red Component" : 0.81214725971221924, + "Color Space" : "Calibrated", + "Blue Component" : 0.89225912094116211, + "Alpha Component" : 1, + "Green Component" : 0.83857882022857666 + }, + "Link Color (Light)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0.73333334922790527, + "Alpha Component" : 1, + "Green Component" : 0.35686275362968445 + }, + "Description" : "Default", + "Ansi 7 Color (Dark)" : { + "Red Component" : 0.78039216995239258, + "Color Space" : "sRGB", + "Blue Component" : 0.78039216995239258, + "Alpha Component" : 1, + "Green Component" : 0.78039216995239258 + }, + "Sync Title" : false, + "Ansi 1 Color" : { + "Red Component" : 0.68855589628219604, + "Color Space" : "Calibrated", + "Blue Component" : 0.34168937802314758, + "Alpha Component" : 1, + "Green Component" : 0.29435792565345764 + }, + "Name" : "Default", + "Use Tab Color (Dark)" : false, + "Transparency" : 0, + "Horizontal Spacing" : 1, + "Cursor Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.40000000596046448, + "Alpha Component" : 1, + "Green Component" : 0.80000001192092896 + }, + "Ansi 2 Color (Dark)" : { + "Red Component" : 0.729411780834198, + "Color Space" : "sRGB", + "Blue Component" : 0.49411764740943909, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Ansi 9 Color (Dark)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.47450980544090271, + "Alpha Component" : 1, + "Green Component" : 0.52941179275512695 + }, + "Badge Color" : { + "Red Component" : 0.20252507925033569, + "Color Space" : "Calibrated", + "Blue Component" : 0.29600727558135986, + "Alpha Component" : 0.7057952880859375, + "Green Component" : 0.23046499490737915 + }, + "Ansi 13 Color (Light)" : { + "Red Component" : 0.63921570777893066, + "Color Space" : "sRGB", + "Blue Component" : 0.80000001192092896, + "Alpha Component" : 1, + "Green Component" : 0.47843137383460999 + }, + "Idle Code" : 0, + "Ansi 4 Color" : { + "Red Component" : 0.43401443958282471, + "Color Space" : "Calibrated", + "Blue Component" : 0.70459425449371338, + "Alpha Component" : 1, + "Green Component" : 0.56080448627471924 + }, + "Cursor Boost (Dark)" : 0, + "Bold Color (Dark)" : { + "Red Component" : 0.36078432202339172, + "Color Space" : "sRGB", + "Blue Component" : 0.45098039507865906, + "Alpha Component" : 1, + "Green Component" : 0.40392157435417175 + }, + "Screen" : -1, + "Ansi 4 Color (Dark)" : { + "Red Component" : 0.45098039507865906, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.81568628549575806 + }, + "Cursor Text Color (Dark)" : { + "Red Component" : 0.21568627655506134, + "Color Space" : "sRGB", + "Blue Component" : 0.29803922772407532, + "Alpha Component" : 1, + "Green Component" : 0.24313725531101227 + }, + "Selection Color" : { + "Red Component" : 0.23306176066398621, + "Color Space" : "Calibrated", + "Blue Component" : 0.34064260125160217, + "Alpha Component" : 1, + "Green Component" : 0.2652154266834259 + }, + "Use Non-ASCII Font" : false, + "Badge Color (Light)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 0.5, + "Green Component" : 0.1491314172744751 + }, + "Character Encoding" : 4, + "Ansi 11 Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.50196081399917603, + "Alpha Component" : 1, + "Green Component" : 0.83529412746429443 + }, + "Brighten Bold Text (Dark)" : true, + "Use Underline Color (Dark)" : false, + "Bold Color (Light)" : { + "Red Component" : 0.67058825492858887, + "Color Space" : "sRGB", + "Blue Component" : 0.7137255072593689, + "Alpha Component" : 1, + "Green Component" : 0.69019609689712524 + }, + "Ansi 12 Color (Dark)" : { + "Red Component" : 0.45098039507865906, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.81568628549575806 + }, + "Faint Text Alpha (Dark)" : 0.5, + "Ansi 7 Color" : { + "Red Component" : 0.87367779016494751, + "Color Space" : "Calibrated", + "Blue Component" : 0.92620980739593506, + "Alpha Component" : 1, + "Green Component" : 0.8916594386100769 + }, + "Ansi 6 Color (Dark)" : { + "Red Component" : 0.58431375026702881, + "Color Space" : "sRGB", + "Blue Component" : 0.79607844352722168, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Non Ascii Font" : "Monaco 12", + "Cursor Guide Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "Use Cursor Guide (Light)" : false, + "Custom Directory" : "No", + "Working Directory" : "\/Users\/phg", + "ASCII Anti Aliased" : true, + "Shortcut" : "", + "Mouse Reporting" : true, + "Tags" : [ + + ], + "Cursor Boost (Light)" : 0, + "Use Tab Color (Light)" : false, + "Match Background Color (Light)" : { + "Red Component" : 1, + "Color Space" : "P3", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Ansi 6 Color (Light)" : { + "Red Component" : 0.29803922772407532, + "Color Space" : "sRGB", + "Blue Component" : 0.60000002384185791, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "Background Image Location" : "", + "Ansi 1 Color (Light)" : { + "Red Component" : 0.94117647409439087, + "Color Space" : "sRGB", + "Blue Component" : 0.44313725829124451, + "Alpha Component" : 1, + "Green Component" : 0.44313725829124451 + }, + "Use Bold Font" : true, + "Ansi 2 Color" : { + "Red Component" : 0.57605421543121338, + "Color Space" : "Calibrated", + "Blue Component" : 0.47597441077232361, + "Alpha Component" : 1, + "Green Component" : 0.7002110481262207 + }, + "Normal Font" : "ComicCodeLigaturesNF-Regular 15", + "Ansi 12 Color (Light)" : { + "Red Component" : 0.22352941334247589, + "Color Space" : "sRGB", + "Blue Component" : 0.90196079015731812, + "Alpha Component" : 1, + "Green Component" : 0.61960786581039429 + }, + "Unlimited Scrollback" : true, + "Ansi 8 Color (Light)" : { + "Red Component" : 0.40784314274787903, + "Color Space" : "sRGB", + "Blue Component" : 0.40784314274787903, + "Alpha Component" : 1, + "Green Component" : 0.40784314274787903 + }, + "Ansi 10 Color (Dark)" : { + "Red Component" : 0.729411780834198, + "Color Space" : "sRGB", + "Blue Component" : 0.49411764740943909, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Ansi 3 Color (Light)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.28627452254295349, + "Alpha Component" : 1, + "Green Component" : 0.68235296010971069 + }, + "Cursor Color (Light)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.25098040699958801, + "Alpha Component" : 1, + "Green Component" : 0.60000002384185791 + }, + "Ansi 15 Color" : { + "Red Component" : 0.90727746486663818, + "Color Space" : "Calibrated", + "Blue Component" : 0.94574689865112305, + "Alpha Component" : 1, + "Green Component" : 0.92092084884643555 + }, + "Blur" : false, + "Faint Text Alpha (Light)" : 0.5, + "Use Separate Colors for Light and Dark Mode" : true, + "Background Color (Light)" : { + "Red Component" : 0.98039215803146362, + "Color Space" : "sRGB", + "Blue Component" : 0.98039215803146362, + "Alpha Component" : 1, + "Green Component" : 0.98039215803146362 + }, + "Terminal Type" : "xterm-256color", + "Ansi 13 Color" : { + "Red Component" : 0.64283657073974609, + "Color Space" : "Calibrated", + "Blue Component" : 0.61571133136749268, + "Alpha Component" : 1, + "Green Component" : 0.47487166523933411 + }, + "Ansi 5 Color (Light)" : { + "Red Component" : 0.63921570777893066, + "Color Space" : "sRGB", + "Blue Component" : 0.80000001192092896, + "Alpha Component" : 1, + "Green Component" : 0.47843137383460999 + }, + "Foreground Color (Dark)" : { + "Red Component" : 0.79607844352722168, + "Color Space" : "sRGB", + "Blue Component" : 0.7764706015586853, + "Alpha Component" : 1, + "Green Component" : 0.80000001192092896 + }, + "Link Color" : { + "Red Component" : 0.87367779016494751, + "Color Space" : "Calibrated", + "Blue Component" : 0.92620980739593506, + "Alpha Component" : 1, + "Green Component" : 0.8916594386100769 + }, + "Link Color (Dark)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0.73333334922790527, + "Alpha Component" : 1, + "Green Component" : 0.35686275362968445 + }, + "Ansi 11 Color" : { + "Red Component" : 0.89902019500732422, + "Color Space" : "Calibrated", + "Blue Component" : 0.47280269861221313, + "Alpha Component" : 1, + "Green Component" : 0.75577855110168457 + }, + "Ansi 5 Color" : { + "Red Component" : 0.64283657073974609, + "Color Space" : "Calibrated", + "Blue Component" : 0.61571133136749268, + "Alpha Component" : 1, + "Green Component" : 0.47487166523933411 + }, + "Ansi 0 Color (Light)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0 + } +}, +{ + "Ansi 7 Color (Light)" : { + "Red Component" : 0.78039216995239258, + "Color Space" : "sRGB", + "Blue Component" : 0.78039216995239258, + "Alpha Component" : 1, + "Green Component" : 0.78039216995239258 + }, + "Brighten Bold Text (Light)" : true, + "Ansi 15 Color (Light)" : { + "Red Component" : 0.81960785388946533, + "Color Space" : "sRGB", + "Blue Component" : 0.81960785388946533, + "Alpha Component" : 1, + "Green Component" : 0.81960785388946533 + }, + "Ansi 2 Color (Light)" : { + "Red Component" : 0.52549022436141968, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0.70196080207824707 + }, + "Bold Color" : { + "Red Component" : 0.90727746486663818, + "Color Space" : "Calibrated", + "Blue Component" : 0.94574689865112305, + "Alpha Component" : 1, + "Green Component" : 0.92092084884643555 + }, + "Ansi 1 Color (Dark)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.47450980544090271, + "Alpha Component" : 1, + "Green Component" : 0.52941179275512695 + }, + "Use Bright Bold" : true, + "Ansi 9 Color (Light)" : { + "Red Component" : 0.94117647409439087, + "Color Space" : "sRGB", + "Blue Component" : 0.44313725829124451, + "Alpha Component" : 1, + "Green Component" : 0.44313725829124451 + }, + "Ansi 8 Color (Dark)" : { + "Red Component" : 0.40784314274787903, + "Color Space" : "sRGB", + "Blue Component" : 0.40784314274787903, + "Alpha Component" : 1, + "Green Component" : 0.40784314274787903 + }, + "Use Bright Bold (Dark)" : true, + "Background Color" : { + "Red Component" : 0.1357133686542511, + "Color Space" : "Calibrated", + "Blue Component" : 0.19183900952339172, + "Alpha Component" : 1, + "Green Component" : 0.15255947411060333 + }, + "Ansi 8 Color" : { + "Red Component" : 0.23306176066398621, + "Color Space" : "Calibrated", + "Blue Component" : 0.34064260125160217, + "Alpha Component" : 1, + "Green Component" : 0.2652154266834259 + }, + "Columns" : 80, + "Right Option Key Sends" : 0, + "Ansi 4 Color (Light)" : { + "Red Component" : 0.22352941334247589, + "Color Space" : "sRGB", + "Blue Component" : 0.90196079015731812, + "Alpha Component" : 1, + "Green Component" : 0.61960786581039429 + }, + "Has Hotkey" : false, + "Blinking Cursor" : false, + "Selected Text Color (Light)" : { + "Red Component" : 0.70196080207824707, + "Color Space" : "sRGB", + "Blue Component" : 0.74901962280273438, + "Alpha Component" : 1, + "Green Component" : 0.72549021244049072 + }, + "Selected Text Color (Dark)" : { + "Red Component" : 0.34509804844856262, + "Color Space" : "sRGB", + "Blue Component" : 0.44313725829124451, + "Alpha Component" : 1, + "Green Component" : 0.37647059559822083 + }, + "Ansi 3 Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.50196081399917603, + "Alpha Component" : 1, + "Green Component" : 0.83529412746429443 + }, + "Keyboard Map" : { + "0xf700-0x260000" : { + "Text" : "[1;6A", + "Action" : 10 + }, + "0x37-0x40000" : { + "Text" : "0x1f", + "Action" : 11 + }, + "0x32-0x40000" : { + "Text" : "0x00", + "Action" : 11 + }, + "0xf709-0x20000" : { + "Text" : "[17;2~", + "Action" : 10 + }, + "0xf70c-0x20000" : { + "Text" : "[20;2~", + "Action" : 10 + }, + "0xf729-0x20000" : { + "Text" : "[1;2H", + "Action" : 10 + }, + "0xf72b-0x40000" : { + "Text" : "[1;5F", + "Action" : 10 + }, + "0xf705-0x20000" : { + "Text" : "[1;2Q", + "Action" : 10 + }, + "0xf703-0x260000" : { + "Text" : "[1;6C", + "Action" : 10 + }, + "0xf700-0x220000" : { + "Text" : "[1;2A", + "Action" : 10 + }, + "0xf701-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x42", + "Action" : 11 + }, + "0x38-0x40000" : { + "Text" : "0x7f", + "Action" : 11 + }, + "0x33-0x40000" : { + "Text" : "0x1b", + "Action" : 11 + }, + "0xf703-0x220000" : { + "Text" : "[1;2C", + "Action" : 10 + }, + "0xf701-0x240000" : { + "Text" : "[1;5B", + "Action" : 10 + }, + "0xf70d-0x20000" : { + "Text" : "[21;2~", + "Action" : 10 + }, + "0xf702-0x260000" : { + "Text" : "[1;6D", + "Action" : 10 + }, + "0xf729-0x40000" : { + "Text" : "[1;5H", + "Action" : 10 + }, + "0xf706-0x20000" : { + "Text" : "[1;2R", + "Action" : 10 + }, + "0x34-0x40000" : { + "Text" : "0x1c", + "Action" : 11 + }, + "0xf700-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x41", + "Action" : 11 + }, + "0x2d-0x40000" : { + "Text" : "0x1f", + "Action" : 11 + }, + "0xf70e-0x20000" : { + "Text" : "[23;2~", + "Action" : 10 + }, + "0xf702-0x220000" : { + "Text" : "[1;2D", + "Action" : 10 + }, + "0xf703-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x43", + "Action" : 11 + }, + "0xf700-0x240000" : { + "Text" : "[1;5A", + "Action" : 10 + }, + "0xf707-0x20000" : { + "Text" : "[1;2S", + "Action" : 10 + }, + "0xf70a-0x20000" : { + "Text" : "[18;2~", + "Action" : 10 + }, + "0x35-0x40000" : { + "Text" : "0x1d", + "Action" : 11 + }, + "0xf70f-0x20000" : { + "Text" : "[24;2~", + "Action" : 10 + }, + "0xf703-0x240000" : { + "Text" : "[1;5C", + "Action" : 10 + }, + "0xf701-0x260000" : { + "Text" : "[1;6B", + "Action" : 10 + }, + "0xf702-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x44", + "Action" : 11 + }, + "0xf72b-0x20000" : { + "Text" : "[1;2F", + "Action" : 10 + }, + "0x36-0x40000" : { + "Text" : "0x1e", + "Action" : 11 + }, + "0xf708-0x20000" : { + "Text" : "[15;2~", + "Action" : 10 + }, + "0xf701-0x220000" : { + "Text" : "[1;2B", + "Action" : 10 + }, + "0xf70b-0x20000" : { + "Text" : "[19;2~", + "Action" : 10 + }, + "0xf702-0x240000" : { + "Text" : "[1;5D", + "Action" : 10 + }, + "0xf704-0x20000" : { + "Text" : "[1;2P", + "Action" : 10 + } + }, + "Visual Bell" : true, + "Cursor Text Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "Scrollback Lines" : 0, + "Selection Color (Light)" : { + "Red Component" : 0.90980392694473267, + "Color Space" : "sRGB", + "Blue Component" : 0.95686274766921997, + "Alpha Component" : 1, + "Green Component" : 0.93333333730697632 + }, + "Ansi 0 Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "Match Background Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "P3", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Ansi 11 Color (Light)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.28627452254295349, + "Alpha Component" : 1, + "Green Component" : 0.68235296010971069 + }, + "Ansi 5 Color (Dark)" : { + "Red Component" : 0.83137255907058716, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "Cursor Text Color (Light)" : { + "Red Component" : 0.86274510622024536, + "Color Space" : "sRGB", + "Blue Component" : 0.88235294818878174, + "Alpha Component" : 1, + "Green Component" : 0.87058824300765991 + }, + "Silence Bell" : false, + "Rows" : 25, + "Guid" : "E5ADAA6E-E217-44DF-B303-54C71B22DFE5", + "Ansi 14 Color (Dark)" : { + "Red Component" : 0.58431375026702881, + "Color Space" : "sRGB", + "Blue Component" : 0.79607844352722168, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Use Cursor Guide (Dark)" : false, + "Ansi 15 Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Ansi 0 Color (Dark)" : { + "Red Component" : 0.10196078568696976, + "Color Space" : "sRGB", + "Blue Component" : 0.16078431904315948, + "Alpha Component" : 1, + "Green Component" : 0.11764705926179886 + }, + "Ambiguous Double Width" : false, + "Option Key Sends" : 0, + "Ansi 3 Color" : { + "Red Component" : 0.89902019500732422, + "Color Space" : "Calibrated", + "Blue Component" : 0.47280269861221313, + "Alpha Component" : 1, + "Green Component" : 0.75577855110168457 + }, + "Window Type" : 0, + "Smart Cursor Color (Dark)" : false, + "BM Growl" : true, + "Prompt Before Closing 2" : false, + "Command" : "", + "Smart Cursor Color (Light)" : false, + "Use Bright Bold (Light)" : true, + "Use Selected Text Color (Light)" : true, + "Selected Text Color" : { + "Red Component" : 0.81214714050292969, + "Color Space" : "Calibrated", + "Blue Component" : 0.89225924015045166, + "Alpha Component" : 1, + "Green Component" : 0.83857882022857666 + }, + "Ansi 14 Color (Light)" : { + "Red Component" : 0.29803922772407532, + "Color Space" : "sRGB", + "Blue Component" : 0.60000002384185791, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "Cursor Guide Color (Dark)" : { + "Red Component" : 0.70213186740875244, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 0.25, + "Green Component" : 0.9268307089805603 + }, + "ASCII Ligatures" : true, + "Send Code When Idle" : false, + "Ansi 6 Color" : { + "Red Component" : 0.4660642147064209, + "Color Space" : "Calibrated", + "Blue Component" : 0.77356863021850586, + "Alpha Component" : 1, + "Green Component" : 0.70216643810272217 + }, + "Jobs to Ignore" : [ + "rlogin", + "ssh", + "slogin", + "telnet" + ], + "Badge Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 0.5, + "Green Component" : 0.1491314172744751 + }, + "Use Underline Color (Light)" : false, + "Cursor Color" : { + "Red Component" : 0.81214714050292969, + "Color Space" : "Calibrated", + "Blue Component" : 0.89225924015045166, + "Alpha Component" : 1, + "Green Component" : 0.83857882022857666 + }, + "Vertical Spacing" : 1, + "Minimum Contrast (Light)" : 0, + "Disable Window Resizing" : true, + "Use Selected Text Color (Dark)" : true, + "Close Sessions On End" : true, + "Selection Color (Dark)" : { + "Red Component" : 0.16470588743686676, + "Color Space" : "sRGB", + "Blue Component" : 0.27450981736183167, + "Alpha Component" : 1, + "Green Component" : 0.20784313976764679 + }, + "Default Bookmark" : "No", + "Tab Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "Minimum Contrast (Dark)" : 0, + "Custom Command" : "No", + "Foreground Color (Light)" : { + "Red Component" : 0.42352941632270813, + "Color Space" : "sRGB", + "Blue Component" : 0.50196081399917603, + "Alpha Component" : 1, + "Green Component" : 0.46274510025978088 + }, + "Ansi 9 Color" : { + "Red Component" : 0.68855589628219604, + "Color Space" : "Calibrated", + "Blue Component" : 0.34168937802314758, + "Alpha Component" : 1, + "Green Component" : 0.29435792565345764 + }, + "Background Color (Dark)" : { + "Red Component" : 0.12156862765550613, + "Color Space" : "sRGB", + "Blue Component" : 0.18823529779911041, + "Alpha Component" : 1, + "Green Component" : 0.14117647707462311 + }, + "Ansi 14 Color" : { + "Red Component" : 0.49344515800476074, + "Color Space" : "Calibrated", + "Blue Component" : 0.67779052257537842, + "Alpha Component" : 1, + "Green Component" : 0.68614721298217773 + }, + "Flashing Bell" : false, + "Bound Hosts" : [ + + ], + "Use Italic Font" : true, + "Ansi 13 Color (Dark)" : { + "Red Component" : 0.83137255907058716, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "Cursor Guide Color (Light)" : { + "Red Component" : 0.70213186740875244, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 0.25, + "Green Component" : 0.9268307089805603 + }, + "Ansi 12 Color" : { + "Red Component" : 0.43401443958282471, + "Color Space" : "Calibrated", + "Blue Component" : 0.70459425449371338, + "Alpha Component" : 1, + "Green Component" : 0.56080448627471924 + }, + "Ansi 10 Color (Light)" : { + "Red Component" : 0.52549022436141968, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0.70196080207824707 + }, + "Non-ASCII Anti Aliased" : true, + "Ansi 10 Color" : { + "Red Component" : 0.57605421543121338, + "Color Space" : "Calibrated", + "Blue Component" : 0.47597441077232361, + "Alpha Component" : 1, + "Green Component" : 0.7002110481262207 + }, + "Foreground Color" : { + "Red Component" : 0.81214725971221924, + "Color Space" : "Calibrated", + "Blue Component" : 0.89225912094116211, + "Alpha Component" : 1, + "Green Component" : 0.83857882022857666 + }, + "Link Color (Light)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0.73333334922790527, + "Alpha Component" : 1, + "Green Component" : 0.35686275362968445 + }, + "Description" : "Default", + "Ansi 7 Color (Dark)" : { + "Red Component" : 0.78039216995239258, + "Color Space" : "sRGB", + "Blue Component" : 0.78039216995239258, + "Alpha Component" : 1, + "Green Component" : 0.78039216995239258 + }, + "Sync Title" : false, + "Ansi 1 Color" : { + "Red Component" : 0.68855589628219604, + "Color Space" : "Calibrated", + "Blue Component" : 0.34168937802314758, + "Alpha Component" : 1, + "Green Component" : 0.29435792565345764 + }, + "Name" : "Default (PragmataPro)", + "Use Tab Color (Dark)" : false, + "Transparency" : 0, + "Horizontal Spacing" : 1, + "Cursor Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.40000000596046448, + "Alpha Component" : 1, + "Green Component" : 0.80000001192092896 + }, + "Ansi 2 Color (Dark)" : { + "Red Component" : 0.729411780834198, + "Color Space" : "sRGB", + "Blue Component" : 0.49411764740943909, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Ansi 9 Color (Dark)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.47450980544090271, + "Alpha Component" : 1, + "Green Component" : 0.52941179275512695 + }, + "Badge Color" : { + "Red Component" : 0.20252507925033569, + "Color Space" : "Calibrated", + "Blue Component" : 0.29600727558135986, + "Alpha Component" : 0.7057952880859375, + "Green Component" : 0.23046499490737915 + }, + "Ansi 13 Color (Light)" : { + "Red Component" : 0.63921570777893066, + "Color Space" : "sRGB", + "Blue Component" : 0.80000001192092896, + "Alpha Component" : 1, + "Green Component" : 0.47843137383460999 + }, + "Idle Code" : 0, + "Ansi 4 Color" : { + "Red Component" : 0.43401443958282471, + "Color Space" : "Calibrated", + "Blue Component" : 0.70459425449371338, + "Alpha Component" : 1, + "Green Component" : 0.56080448627471924 + }, + "Cursor Boost (Dark)" : 0, + "Bold Color (Dark)" : { + "Red Component" : 0.36078432202339172, + "Color Space" : "sRGB", + "Blue Component" : 0.45098039507865906, + "Alpha Component" : 1, + "Green Component" : 0.40392157435417175 + }, + "Screen" : -1, + "Ansi 4 Color (Dark)" : { + "Red Component" : 0.45098039507865906, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.81568628549575806 + }, + "Cursor Text Color (Dark)" : { + "Red Component" : 0.21568627655506134, + "Color Space" : "sRGB", + "Blue Component" : 0.29803922772407532, + "Alpha Component" : 1, + "Green Component" : 0.24313725531101227 + }, + "Selection Color" : { + "Red Component" : 0.23306176066398621, + "Color Space" : "Calibrated", + "Blue Component" : 0.34064260125160217, + "Alpha Component" : 1, + "Green Component" : 0.2652154266834259 + }, + "Use Non-ASCII Font" : false, + "Badge Color (Light)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 0.5, + "Green Component" : 0.1491314172744751 + }, + "Character Encoding" : 4, + "Ansi 11 Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.50196081399917603, + "Alpha Component" : 1, + "Green Component" : 0.83529412746429443 + }, + "Brighten Bold Text (Dark)" : true, + "Use Underline Color (Dark)" : false, + "Bold Color (Light)" : { + "Red Component" : 0.67058825492858887, + "Color Space" : "sRGB", + "Blue Component" : 0.7137255072593689, + "Alpha Component" : 1, + "Green Component" : 0.69019609689712524 + }, + "Ansi 12 Color (Dark)" : { + "Red Component" : 0.45098039507865906, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.81568628549575806 + }, + "Faint Text Alpha (Dark)" : 0.5, + "Ansi 7 Color" : { + "Red Component" : 0.87367779016494751, + "Color Space" : "Calibrated", + "Blue Component" : 0.92620980739593506, + "Alpha Component" : 1, + "Green Component" : 0.8916594386100769 + }, + "Ansi 6 Color (Dark)" : { + "Red Component" : 0.58431375026702881, + "Color Space" : "sRGB", + "Blue Component" : 0.79607844352722168, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Non Ascii Font" : "Monaco 12", + "Cursor Guide Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "Use Cursor Guide (Light)" : false, + "Custom Directory" : "No", + "Working Directory" : "\/Users\/phg", + "ASCII Anti Aliased" : true, + "Shortcut" : "", + "Mouse Reporting" : true, + "Tags" : [ + + ], + "Cursor Boost (Light)" : 0, + "Use Tab Color (Light)" : false, + "Match Background Color (Light)" : { + "Red Component" : 1, + "Color Space" : "P3", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Ansi 6 Color (Light)" : { + "Red Component" : 0.29803922772407532, + "Color Space" : "sRGB", + "Blue Component" : 0.60000002384185791, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "Background Image Location" : "", + "Ansi 1 Color (Light)" : { + "Red Component" : 0.94117647409439087, + "Color Space" : "sRGB", + "Blue Component" : 0.44313725829124451, + "Alpha Component" : 1, + "Green Component" : 0.44313725829124451 + }, + "Use Bold Font" : true, + "Ansi 2 Color" : { + "Red Component" : 0.57605421543121338, + "Color Space" : "Calibrated", + "Blue Component" : 0.47597441077232361, + "Alpha Component" : 1, + "Green Component" : 0.7002110481262207 + }, + "Normal Font" : "PragmataProMonoLigaNF-Regular 15", + "Ansi 12 Color (Light)" : { + "Red Component" : 0.22352941334247589, + "Color Space" : "sRGB", + "Blue Component" : 0.90196079015731812, + "Alpha Component" : 1, + "Green Component" : 0.61960786581039429 + }, + "Unlimited Scrollback" : true, + "Ansi 8 Color (Light)" : { + "Red Component" : 0.40784314274787903, + "Color Space" : "sRGB", + "Blue Component" : 0.40784314274787903, + "Alpha Component" : 1, + "Green Component" : 0.40784314274787903 + }, + "Ansi 10 Color (Dark)" : { + "Red Component" : 0.729411780834198, + "Color Space" : "sRGB", + "Blue Component" : 0.49411764740943909, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Ansi 3 Color (Light)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.28627452254295349, + "Alpha Component" : 1, + "Green Component" : 0.68235296010971069 + }, + "Cursor Color (Light)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.25098040699958801, + "Alpha Component" : 1, + "Green Component" : 0.60000002384185791 + }, + "Ansi 15 Color" : { + "Red Component" : 0.90727746486663818, + "Color Space" : "Calibrated", + "Blue Component" : 0.94574689865112305, + "Alpha Component" : 1, + "Green Component" : 0.92092084884643555 + }, + "Blur" : false, + "Faint Text Alpha (Light)" : 0.5, + "Use Separate Colors for Light and Dark Mode" : true, + "Background Color (Light)" : { + "Red Component" : 0.98039215803146362, + "Color Space" : "sRGB", + "Blue Component" : 0.98039215803146362, + "Alpha Component" : 1, + "Green Component" : 0.98039215803146362 + }, + "Terminal Type" : "xterm-256color", + "Ansi 13 Color" : { + "Red Component" : 0.64283657073974609, + "Color Space" : "Calibrated", + "Blue Component" : 0.61571133136749268, + "Alpha Component" : 1, + "Green Component" : 0.47487166523933411 + }, + "Ansi 5 Color (Light)" : { + "Red Component" : 0.63921570777893066, + "Color Space" : "sRGB", + "Blue Component" : 0.80000001192092896, + "Alpha Component" : 1, + "Green Component" : 0.47843137383460999 + }, + "Foreground Color (Dark)" : { + "Red Component" : 0.79607844352722168, + "Color Space" : "sRGB", + "Blue Component" : 0.7764706015586853, + "Alpha Component" : 1, + "Green Component" : 0.80000001192092896 + }, + "Link Color" : { + "Red Component" : 0.87367779016494751, + "Color Space" : "Calibrated", + "Blue Component" : 0.92620980739593506, + "Alpha Component" : 1, + "Green Component" : 0.8916594386100769 + }, + "Link Color (Dark)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0.73333334922790527, + "Alpha Component" : 1, + "Green Component" : 0.35686275362968445 + }, + "Ansi 11 Color" : { + "Red Component" : 0.89902019500732422, + "Color Space" : "Calibrated", + "Blue Component" : 0.47280269861221313, + "Alpha Component" : 1, + "Green Component" : 0.75577855110168457 + }, + "Ansi 5 Color" : { + "Red Component" : 0.64283657073974609, + "Color Space" : "Calibrated", + "Blue Component" : 0.61571133136749268, + "Alpha Component" : 1, + "Green Component" : 0.47487166523933411 + }, + "Ansi 0 Color (Light)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0 + } +}, +{ + "Ansi 7 Color (Light)" : { + "Red Component" : 0.78039216995239258, + "Color Space" : "sRGB", + "Blue Component" : 0.78039216995239258, + "Alpha Component" : 1, + "Green Component" : 0.78039216995239258 + }, + "Brighten Bold Text (Light)" : true, + "Ansi 15 Color (Light)" : { + "Red Component" : 0.81960785388946533, + "Color Space" : "sRGB", + "Blue Component" : 0.81960785388946533, + "Alpha Component" : 1, + "Green Component" : 0.81960785388946533 + }, + "Ansi 2 Color (Light)" : { + "Red Component" : 0.52549022436141968, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0.70196080207824707 + }, + "Bold Color" : { + "Red Component" : 0.90727746486663818, + "Color Space" : "Calibrated", + "Blue Component" : 0.94574689865112305, + "Alpha Component" : 1, + "Green Component" : 0.92092084884643555 + }, + "Ansi 1 Color (Dark)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.47450980544090271, + "Alpha Component" : 1, + "Green Component" : 0.52941179275512695 + }, + "Use Bright Bold" : true, + "Ansi 9 Color (Light)" : { + "Red Component" : 0.94117647409439087, + "Color Space" : "sRGB", + "Blue Component" : 0.44313725829124451, + "Alpha Component" : 1, + "Green Component" : 0.44313725829124451 + }, + "Ansi 8 Color (Dark)" : { + "Red Component" : 0.40784314274787903, + "Color Space" : "sRGB", + "Blue Component" : 0.40784314274787903, + "Alpha Component" : 1, + "Green Component" : 0.40784314274787903 + }, + "Use Bright Bold (Dark)" : true, + "Background Color" : { + "Red Component" : 0.1357133686542511, + "Color Space" : "Calibrated", + "Blue Component" : 0.19183900952339172, + "Alpha Component" : 1, + "Green Component" : 0.15255947411060333 + }, + "Ansi 8 Color" : { + "Red Component" : 0.23306176066398621, + "Color Space" : "Calibrated", + "Blue Component" : 0.34064260125160217, + "Alpha Component" : 1, + "Green Component" : 0.2652154266834259 + }, + "Columns" : 80, + "Right Option Key Sends" : 0, + "Ansi 4 Color (Light)" : { + "Red Component" : 0.22352941334247589, + "Color Space" : "sRGB", + "Blue Component" : 0.90196079015731812, + "Alpha Component" : 1, + "Green Component" : 0.61960786581039429 + }, + "Has Hotkey" : false, + "Blinking Cursor" : false, + "Selected Text Color (Light)" : { + "Red Component" : 0.70196080207824707, + "Color Space" : "sRGB", + "Blue Component" : 0.74901962280273438, + "Alpha Component" : 1, + "Green Component" : 0.72549021244049072 + }, + "Selected Text Color (Dark)" : { + "Red Component" : 0.34509804844856262, + "Color Space" : "sRGB", + "Blue Component" : 0.44313725829124451, + "Alpha Component" : 1, + "Green Component" : 0.37647059559822083 + }, + "Ansi 3 Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.50196081399917603, + "Alpha Component" : 1, + "Green Component" : 0.83529412746429443 + }, + "Keyboard Map" : { + "0xf700-0x260000" : { + "Text" : "[1;6A", + "Action" : 10 + }, + "0x37-0x40000" : { + "Text" : "0x1f", + "Action" : 11 + }, + "0x32-0x40000" : { + "Text" : "0x00", + "Action" : 11 + }, + "0xf709-0x20000" : { + "Text" : "[17;2~", + "Action" : 10 + }, + "0xf70c-0x20000" : { + "Text" : "[20;2~", + "Action" : 10 + }, + "0xf729-0x20000" : { + "Text" : "[1;2H", + "Action" : 10 + }, + "0xf72b-0x40000" : { + "Text" : "[1;5F", + "Action" : 10 + }, + "0xf705-0x20000" : { + "Text" : "[1;2Q", + "Action" : 10 + }, + "0xf703-0x260000" : { + "Text" : "[1;6C", + "Action" : 10 + }, + "0xf700-0x220000" : { + "Text" : "[1;2A", + "Action" : 10 + }, + "0xf701-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x42", + "Action" : 11 + }, + "0x38-0x40000" : { + "Text" : "0x7f", + "Action" : 11 + }, + "0x33-0x40000" : { + "Text" : "0x1b", + "Action" : 11 + }, + "0xf703-0x220000" : { + "Text" : "[1;2C", + "Action" : 10 + }, + "0xf701-0x240000" : { + "Text" : "[1;5B", + "Action" : 10 + }, + "0xf70d-0x20000" : { + "Text" : "[21;2~", + "Action" : 10 + }, + "0xf702-0x260000" : { + "Text" : "[1;6D", + "Action" : 10 + }, + "0xf729-0x40000" : { + "Text" : "[1;5H", + "Action" : 10 + }, + "0xf706-0x20000" : { + "Text" : "[1;2R", + "Action" : 10 + }, + "0x34-0x40000" : { + "Text" : "0x1c", + "Action" : 11 + }, + "0xf700-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x41", + "Action" : 11 + }, + "0x2d-0x40000" : { + "Text" : "0x1f", + "Action" : 11 + }, + "0xf70e-0x20000" : { + "Text" : "[23;2~", + "Action" : 10 + }, + "0xf702-0x220000" : { + "Text" : "[1;2D", + "Action" : 10 + }, + "0xf703-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x43", + "Action" : 11 + }, + "0xf700-0x240000" : { + "Text" : "[1;5A", + "Action" : 10 + }, + "0xf707-0x20000" : { + "Text" : "[1;2S", + "Action" : 10 + }, + "0xf70a-0x20000" : { + "Text" : "[18;2~", + "Action" : 10 + }, + "0x35-0x40000" : { + "Text" : "0x1d", + "Action" : 11 + }, + "0xf70f-0x20000" : { + "Text" : "[24;2~", + "Action" : 10 + }, + "0xf703-0x240000" : { + "Text" : "[1;5C", + "Action" : 10 + }, + "0xf701-0x260000" : { + "Text" : "[1;6B", + "Action" : 10 + }, + "0xf702-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x44", + "Action" : 11 + }, + "0xf72b-0x20000" : { + "Text" : "[1;2F", + "Action" : 10 + }, + "0x36-0x40000" : { + "Text" : "0x1e", + "Action" : 11 + }, + "0xf708-0x20000" : { + "Text" : "[15;2~", + "Action" : 10 + }, + "0xf701-0x220000" : { + "Text" : "[1;2B", + "Action" : 10 + }, + "0xf70b-0x20000" : { + "Text" : "[19;2~", + "Action" : 10 + }, + "0xf702-0x240000" : { + "Text" : "[1;5D", + "Action" : 10 + }, + "0xf704-0x20000" : { + "Text" : "[1;2P", + "Action" : 10 + } + }, + "Visual Bell" : true, + "Cursor Text Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "Scrollback Lines" : 0, + "Selection Color (Light)" : { + "Red Component" : 0.90980392694473267, + "Color Space" : "sRGB", + "Blue Component" : 0.95686274766921997, + "Alpha Component" : 1, + "Green Component" : 0.93333333730697632 + }, + "Ansi 0 Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "Match Background Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "P3", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Ansi 11 Color (Light)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.28627452254295349, + "Alpha Component" : 1, + "Green Component" : 0.68235296010971069 + }, + "Ansi 5 Color (Dark)" : { + "Red Component" : 0.83137255907058716, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "Cursor Text Color (Light)" : { + "Red Component" : 0.86274510622024536, + "Color Space" : "sRGB", + "Blue Component" : 0.88235294818878174, + "Alpha Component" : 1, + "Green Component" : 0.87058824300765991 + }, + "Silence Bell" : false, + "Rows" : 25, + "Guid" : "2A082FBC-45D3-4BED-A52A-55CBF6ED0C39", + "Ansi 14 Color (Dark)" : { + "Red Component" : 0.58431375026702881, + "Color Space" : "sRGB", + "Blue Component" : 0.79607844352722168, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Use Cursor Guide (Dark)" : false, + "Ansi 15 Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Ansi 0 Color (Dark)" : { + "Red Component" : 0.10196078568696976, + "Color Space" : "sRGB", + "Blue Component" : 0.16078431904315948, + "Alpha Component" : 1, + "Green Component" : 0.11764705926179886 + }, + "Ambiguous Double Width" : false, + "Option Key Sends" : 0, + "Ansi 3 Color" : { + "Red Component" : 0.89902019500732422, + "Color Space" : "Calibrated", + "Blue Component" : 0.47280269861221313, + "Alpha Component" : 1, + "Green Component" : 0.75577855110168457 + }, + "Window Type" : 0, + "Smart Cursor Color (Dark)" : false, + "BM Growl" : true, + "Prompt Before Closing 2" : false, + "Command" : "", + "Smart Cursor Color (Light)" : false, + "Use Bright Bold (Light)" : true, + "Use Selected Text Color (Light)" : true, + "Selected Text Color" : { + "Red Component" : 0.81214714050292969, + "Color Space" : "Calibrated", + "Blue Component" : 0.89225924015045166, + "Alpha Component" : 1, + "Green Component" : 0.83857882022857666 + }, + "Ansi 14 Color (Light)" : { + "Red Component" : 0.29803922772407532, + "Color Space" : "sRGB", + "Blue Component" : 0.60000002384185791, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "Cursor Guide Color (Dark)" : { + "Red Component" : 0.70213186740875244, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 0.25, + "Green Component" : 0.9268307089805603 + }, + "ASCII Ligatures" : true, + "Send Code When Idle" : false, + "Ansi 6 Color" : { + "Red Component" : 0.4660642147064209, + "Color Space" : "Calibrated", + "Blue Component" : 0.77356863021850586, + "Alpha Component" : 1, + "Green Component" : 0.70216643810272217 + }, + "Jobs to Ignore" : [ + "rlogin", + "ssh", + "slogin", + "telnet" + ], + "Badge Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 0.5, + "Green Component" : 0.1491314172744751 + }, + "Use Underline Color (Light)" : false, + "Cursor Color" : { + "Red Component" : 0.81214714050292969, + "Color Space" : "Calibrated", + "Blue Component" : 0.89225924015045166, + "Alpha Component" : 1, + "Green Component" : 0.83857882022857666 + }, + "Vertical Spacing" : 1, + "Minimum Contrast (Light)" : 0, + "Disable Window Resizing" : true, + "Use Selected Text Color (Dark)" : true, + "Close Sessions On End" : true, + "Selection Color (Dark)" : { + "Red Component" : 0.16470588743686676, + "Color Space" : "sRGB", + "Blue Component" : 0.27450981736183167, + "Alpha Component" : 1, + "Green Component" : 0.20784313976764679 + }, + "Default Bookmark" : "No", + "Tab Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "Minimum Contrast (Dark)" : 0, + "Custom Command" : "No", + "Foreground Color (Light)" : { + "Red Component" : 0.42352941632270813, + "Color Space" : "sRGB", + "Blue Component" : 0.50196081399917603, + "Alpha Component" : 1, + "Green Component" : 0.46274510025978088 + }, + "Ansi 9 Color" : { + "Red Component" : 0.68855589628219604, + "Color Space" : "Calibrated", + "Blue Component" : 0.34168937802314758, + "Alpha Component" : 1, + "Green Component" : 0.29435792565345764 + }, + "Background Color (Dark)" : { + "Red Component" : 0.12156862765550613, + "Color Space" : "sRGB", + "Blue Component" : 0.18823529779911041, + "Alpha Component" : 1, + "Green Component" : 0.14117647707462311 + }, + "Ansi 14 Color" : { + "Red Component" : 0.49344515800476074, + "Color Space" : "Calibrated", + "Blue Component" : 0.67779052257537842, + "Alpha Component" : 1, + "Green Component" : 0.68614721298217773 + }, + "Flashing Bell" : false, + "Bound Hosts" : [ + + ], + "Use Italic Font" : true, + "Ansi 13 Color (Dark)" : { + "Red Component" : 0.83137255907058716, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "Cursor Guide Color (Light)" : { + "Red Component" : 0.70213186740875244, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 0.25, + "Green Component" : 0.9268307089805603 + }, + "Ansi 12 Color" : { + "Red Component" : 0.43401443958282471, + "Color Space" : "Calibrated", + "Blue Component" : 0.70459425449371338, + "Alpha Component" : 1, + "Green Component" : 0.56080448627471924 + }, + "Ansi 10 Color (Light)" : { + "Red Component" : 0.52549022436141968, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0.70196080207824707 + }, + "Non-ASCII Anti Aliased" : true, + "Ansi 10 Color" : { + "Red Component" : 0.57605421543121338, + "Color Space" : "Calibrated", + "Blue Component" : 0.47597441077232361, + "Alpha Component" : 1, + "Green Component" : 0.7002110481262207 + }, + "Foreground Color" : { + "Red Component" : 0.81214725971221924, + "Color Space" : "Calibrated", + "Blue Component" : 0.89225912094116211, + "Alpha Component" : 1, + "Green Component" : 0.83857882022857666 + }, + "Link Color (Light)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0.73333334922790527, + "Alpha Component" : 1, + "Green Component" : 0.35686275362968445 + }, + "Description" : "Default", + "Ansi 7 Color (Dark)" : { + "Red Component" : 0.78039216995239258, + "Color Space" : "sRGB", + "Blue Component" : 0.78039216995239258, + "Alpha Component" : 1, + "Green Component" : 0.78039216995239258 + }, + "Sync Title" : false, + "Ansi 1 Color" : { + "Red Component" : 0.68855589628219604, + "Color Space" : "Calibrated", + "Blue Component" : 0.34168937802314758, + "Alpha Component" : 1, + "Green Component" : 0.29435792565345764 + }, + "Name" : "Default (MonoLisa)", + "Use Tab Color (Dark)" : false, + "Transparency" : 0, + "Horizontal Spacing" : 1, + "Cursor Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.40000000596046448, + "Alpha Component" : 1, + "Green Component" : 0.80000001192092896 + }, + "Ansi 2 Color (Dark)" : { + "Red Component" : 0.729411780834198, + "Color Space" : "sRGB", + "Blue Component" : 0.49411764740943909, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Ansi 9 Color (Dark)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.47450980544090271, + "Alpha Component" : 1, + "Green Component" : 0.52941179275512695 + }, + "Badge Color" : { + "Red Component" : 0.20252507925033569, + "Color Space" : "Calibrated", + "Blue Component" : 0.29600727558135986, + "Alpha Component" : 0.7057952880859375, + "Green Component" : 0.23046499490737915 + }, + "Ansi 13 Color (Light)" : { + "Red Component" : 0.63921570777893066, + "Color Space" : "sRGB", + "Blue Component" : 0.80000001192092896, + "Alpha Component" : 1, + "Green Component" : 0.47843137383460999 + }, + "Idle Code" : 0, + "Ansi 4 Color" : { + "Red Component" : 0.43401443958282471, + "Color Space" : "Calibrated", + "Blue Component" : 0.70459425449371338, + "Alpha Component" : 1, + "Green Component" : 0.56080448627471924 + }, + "Cursor Boost (Dark)" : 0, + "Bold Color (Dark)" : { + "Red Component" : 0.36078432202339172, + "Color Space" : "sRGB", + "Blue Component" : 0.45098039507865906, + "Alpha Component" : 1, + "Green Component" : 0.40392157435417175 + }, + "Screen" : -1, + "Ansi 4 Color (Dark)" : { + "Red Component" : 0.45098039507865906, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.81568628549575806 + }, + "Cursor Text Color (Dark)" : { + "Red Component" : 0.21568627655506134, + "Color Space" : "sRGB", + "Blue Component" : 0.29803922772407532, + "Alpha Component" : 1, + "Green Component" : 0.24313725531101227 + }, + "Selection Color" : { + "Red Component" : 0.23306176066398621, + "Color Space" : "Calibrated", + "Blue Component" : 0.34064260125160217, + "Alpha Component" : 1, + "Green Component" : 0.2652154266834259 + }, + "Use Non-ASCII Font" : false, + "Badge Color (Light)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 0.5, + "Green Component" : 0.1491314172744751 + }, + "Character Encoding" : 4, + "Ansi 11 Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.50196081399917603, + "Alpha Component" : 1, + "Green Component" : 0.83529412746429443 + }, + "Brighten Bold Text (Dark)" : true, + "Use Underline Color (Dark)" : false, + "Bold Color (Light)" : { + "Red Component" : 0.67058825492858887, + "Color Space" : "sRGB", + "Blue Component" : 0.7137255072593689, + "Alpha Component" : 1, + "Green Component" : 0.69019609689712524 + }, + "Ansi 12 Color (Dark)" : { + "Red Component" : 0.45098039507865906, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.81568628549575806 + }, + "Faint Text Alpha (Dark)" : 0.5, + "Ansi 7 Color" : { + "Red Component" : 0.87367779016494751, + "Color Space" : "Calibrated", + "Blue Component" : 0.92620980739593506, + "Alpha Component" : 1, + "Green Component" : 0.8916594386100769 + }, + "Ansi 6 Color (Dark)" : { + "Red Component" : 0.58431375026702881, + "Color Space" : "sRGB", + "Blue Component" : 0.79607844352722168, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Non Ascii Font" : "Monaco 12", + "Cursor Guide Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "Use Cursor Guide (Light)" : false, + "Custom Directory" : "No", + "Working Directory" : "\/Users\/phg", + "ASCII Anti Aliased" : true, + "Shortcut" : "", + "Mouse Reporting" : true, + "Tags" : [ + + ], + "Cursor Boost (Light)" : 0, + "Use Tab Color (Light)" : false, + "Match Background Color (Light)" : { + "Red Component" : 1, + "Color Space" : "P3", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Ansi 6 Color (Light)" : { + "Red Component" : 0.29803922772407532, + "Color Space" : "sRGB", + "Blue Component" : 0.60000002384185791, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "Background Image Location" : "", + "Ansi 1 Color (Light)" : { + "Red Component" : 0.94117647409439087, + "Color Space" : "sRGB", + "Blue Component" : 0.44313725829124451, + "Alpha Component" : 1, + "Green Component" : 0.44313725829124451 + }, + "Use Bold Font" : true, + "Ansi 2 Color" : { + "Red Component" : 0.57605421543121338, + "Color Space" : "Calibrated", + "Blue Component" : 0.47597441077232361, + "Alpha Component" : 1, + "Green Component" : 0.7002110481262207 + }, + "Normal Font" : "MonoLisaNF-Regular 15", + "Ansi 12 Color (Light)" : { + "Red Component" : 0.22352941334247589, + "Color Space" : "sRGB", + "Blue Component" : 0.90196079015731812, + "Alpha Component" : 1, + "Green Component" : 0.61960786581039429 + }, + "Unlimited Scrollback" : true, + "Ansi 8 Color (Light)" : { + "Red Component" : 0.40784314274787903, + "Color Space" : "sRGB", + "Blue Component" : 0.40784314274787903, + "Alpha Component" : 1, + "Green Component" : 0.40784314274787903 + }, + "Ansi 10 Color (Dark)" : { + "Red Component" : 0.729411780834198, + "Color Space" : "sRGB", + "Blue Component" : 0.49411764740943909, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Ansi 3 Color (Light)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.28627452254295349, + "Alpha Component" : 1, + "Green Component" : 0.68235296010971069 + }, + "Cursor Color (Light)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.25098040699958801, + "Alpha Component" : 1, + "Green Component" : 0.60000002384185791 + }, + "Ansi 15 Color" : { + "Red Component" : 0.90727746486663818, + "Color Space" : "Calibrated", + "Blue Component" : 0.94574689865112305, + "Alpha Component" : 1, + "Green Component" : 0.92092084884643555 + }, + "Blur" : false, + "Faint Text Alpha (Light)" : 0.5, + "Use Separate Colors for Light and Dark Mode" : true, + "Background Color (Light)" : { + "Red Component" : 0.98039215803146362, + "Color Space" : "sRGB", + "Blue Component" : 0.98039215803146362, + "Alpha Component" : 1, + "Green Component" : 0.98039215803146362 + }, + "Terminal Type" : "xterm-256color", + "Ansi 13 Color" : { + "Red Component" : 0.64283657073974609, + "Color Space" : "Calibrated", + "Blue Component" : 0.61571133136749268, + "Alpha Component" : 1, + "Green Component" : 0.47487166523933411 + }, + "Ansi 5 Color (Light)" : { + "Red Component" : 0.63921570777893066, + "Color Space" : "sRGB", + "Blue Component" : 0.80000001192092896, + "Alpha Component" : 1, + "Green Component" : 0.47843137383460999 + }, + "Foreground Color (Dark)" : { + "Red Component" : 0.79607844352722168, + "Color Space" : "sRGB", + "Blue Component" : 0.7764706015586853, + "Alpha Component" : 1, + "Green Component" : 0.80000001192092896 + }, + "Link Color" : { + "Red Component" : 0.87367779016494751, + "Color Space" : "Calibrated", + "Blue Component" : 0.92620980739593506, + "Alpha Component" : 1, + "Green Component" : 0.8916594386100769 + }, + "Link Color (Dark)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0.73333334922790527, + "Alpha Component" : 1, + "Green Component" : 0.35686275362968445 + }, + "Ansi 11 Color" : { + "Red Component" : 0.89902019500732422, + "Color Space" : "Calibrated", + "Blue Component" : 0.47280269861221313, + "Alpha Component" : 1, + "Green Component" : 0.75577855110168457 + }, + "Ansi 5 Color" : { + "Red Component" : 0.64283657073974609, + "Color Space" : "Calibrated", + "Blue Component" : 0.61571133136749268, + "Alpha Component" : 1, + "Green Component" : 0.47487166523933411 + }, + "Ansi 0 Color (Light)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0 + } +}, +{ + "Ansi 7 Color (Light)" : { + "Red Component" : 0.78039216995239258, + "Color Space" : "sRGB", + "Blue Component" : 0.78039216995239258, + "Alpha Component" : 1, + "Green Component" : 0.78039216995239258 + }, + "Brighten Bold Text (Light)" : true, + "Ansi 15 Color (Light)" : { + "Red Component" : 0.81960785388946533, + "Color Space" : "sRGB", + "Blue Component" : 0.81960785388946533, + "Alpha Component" : 1, + "Green Component" : 0.81960785388946533 + }, + "Ansi 2 Color (Light)" : { + "Red Component" : 0.52549022436141968, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0.70196080207824707 + }, + "Bold Color" : { + "Red Component" : 0.90727746486663818, + "Color Space" : "Calibrated", + "Blue Component" : 0.94574689865112305, + "Alpha Component" : 1, + "Green Component" : 0.92092084884643555 + }, + "Ansi 1 Color (Dark)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.47450980544090271, + "Alpha Component" : 1, + "Green Component" : 0.52941179275512695 + }, + "Use Bright Bold" : true, + "Ansi 9 Color (Light)" : { + "Red Component" : 0.94117647409439087, + "Color Space" : "sRGB", + "Blue Component" : 0.44313725829124451, + "Alpha Component" : 1, + "Green Component" : 0.44313725829124451 + }, + "Ansi 8 Color (Dark)" : { + "Red Component" : 0.40784314274787903, + "Color Space" : "sRGB", + "Blue Component" : 0.40784314274787903, + "Alpha Component" : 1, + "Green Component" : 0.40784314274787903 + }, + "Use Bright Bold (Dark)" : true, + "Background Color" : { + "Red Component" : 0.1357133686542511, + "Color Space" : "Calibrated", + "Blue Component" : 0.19183900952339172, + "Alpha Component" : 1, + "Green Component" : 0.15255947411060333 + }, + "Ansi 8 Color" : { + "Red Component" : 0.23306176066398621, + "Color Space" : "Calibrated", + "Blue Component" : 0.34064260125160217, + "Alpha Component" : 1, + "Green Component" : 0.2652154266834259 + }, + "Columns" : 80, + "Right Option Key Sends" : 0, + "Ansi 4 Color (Light)" : { + "Red Component" : 0.22352941334247589, + "Color Space" : "sRGB", + "Blue Component" : 0.90196079015731812, + "Alpha Component" : 1, + "Green Component" : 0.61960786581039429 + }, + "Has Hotkey" : false, + "Blinking Cursor" : false, + "Selected Text Color (Light)" : { + "Red Component" : 0.70196080207824707, + "Color Space" : "sRGB", + "Blue Component" : 0.74901962280273438, + "Alpha Component" : 1, + "Green Component" : 0.72549021244049072 + }, + "Selected Text Color (Dark)" : { + "Red Component" : 0.34509804844856262, + "Color Space" : "sRGB", + "Blue Component" : 0.44313725829124451, + "Alpha Component" : 1, + "Green Component" : 0.37647059559822083 + }, + "Ansi 3 Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.50196081399917603, + "Alpha Component" : 1, + "Green Component" : 0.83529412746429443 + }, + "Keyboard Map" : { + "0xf700-0x260000" : { + "Text" : "[1;6A", + "Action" : 10 + }, + "0x37-0x40000" : { + "Text" : "0x1f", + "Action" : 11 + }, + "0x32-0x40000" : { + "Text" : "0x00", + "Action" : 11 + }, + "0xf709-0x20000" : { + "Text" : "[17;2~", + "Action" : 10 + }, + "0xf70c-0x20000" : { + "Text" : "[20;2~", + "Action" : 10 + }, + "0xf729-0x20000" : { + "Text" : "[1;2H", + "Action" : 10 + }, + "0xf72b-0x40000" : { + "Text" : "[1;5F", + "Action" : 10 + }, + "0xf705-0x20000" : { + "Text" : "[1;2Q", + "Action" : 10 + }, + "0xf703-0x260000" : { + "Text" : "[1;6C", + "Action" : 10 + }, + "0xf700-0x220000" : { + "Text" : "[1;2A", + "Action" : 10 + }, + "0xf701-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x42", + "Action" : 11 + }, + "0x38-0x40000" : { + "Text" : "0x7f", + "Action" : 11 + }, + "0x33-0x40000" : { + "Text" : "0x1b", + "Action" : 11 + }, + "0xf703-0x220000" : { + "Text" : "[1;2C", + "Action" : 10 + }, + "0xf701-0x240000" : { + "Text" : "[1;5B", + "Action" : 10 + }, + "0xf70d-0x20000" : { + "Text" : "[21;2~", + "Action" : 10 + }, + "0xf702-0x260000" : { + "Text" : "[1;6D", + "Action" : 10 + }, + "0xf729-0x40000" : { + "Text" : "[1;5H", + "Action" : 10 + }, + "0xf706-0x20000" : { + "Text" : "[1;2R", + "Action" : 10 + }, + "0x34-0x40000" : { + "Text" : "0x1c", + "Action" : 11 + }, + "0xf700-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x41", + "Action" : 11 + }, + "0x2d-0x40000" : { + "Text" : "0x1f", + "Action" : 11 + }, + "0xf70e-0x20000" : { + "Text" : "[23;2~", + "Action" : 10 + }, + "0xf702-0x220000" : { + "Text" : "[1;2D", + "Action" : 10 + }, + "0xf703-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x43", + "Action" : 11 + }, + "0xf700-0x240000" : { + "Text" : "[1;5A", + "Action" : 10 + }, + "0xf707-0x20000" : { + "Text" : "[1;2S", + "Action" : 10 + }, + "0xf70a-0x20000" : { + "Text" : "[18;2~", + "Action" : 10 + }, + "0x35-0x40000" : { + "Text" : "0x1d", + "Action" : 11 + }, + "0xf70f-0x20000" : { + "Text" : "[24;2~", + "Action" : 10 + }, + "0xf703-0x240000" : { + "Text" : "[1;5C", + "Action" : 10 + }, + "0xf701-0x260000" : { + "Text" : "[1;6B", + "Action" : 10 + }, + "0xf702-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x44", + "Action" : 11 + }, + "0xf72b-0x20000" : { + "Text" : "[1;2F", + "Action" : 10 + }, + "0x36-0x40000" : { + "Text" : "0x1e", + "Action" : 11 + }, + "0xf708-0x20000" : { + "Text" : "[15;2~", + "Action" : 10 + }, + "0xf701-0x220000" : { + "Text" : "[1;2B", + "Action" : 10 + }, + "0xf70b-0x20000" : { + "Text" : "[19;2~", + "Action" : 10 + }, + "0xf702-0x240000" : { + "Text" : "[1;5D", + "Action" : 10 + }, + "0xf704-0x20000" : { + "Text" : "[1;2P", + "Action" : 10 + } + }, + "Visual Bell" : true, + "Cursor Text Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "Scrollback Lines" : 1000, + "Selection Color (Light)" : { + "Red Component" : 0.90980392694473267, + "Color Space" : "sRGB", + "Blue Component" : 0.95686274766921997, + "Alpha Component" : 1, + "Green Component" : 0.93333333730697632 + }, + "Ansi 0 Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "Match Background Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "P3", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Ansi 11 Color (Light)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.28627452254295349, + "Alpha Component" : 1, + "Green Component" : 0.68235296010971069 + }, + "Ansi 5 Color (Dark)" : { + "Red Component" : 0.83137255907058716, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "Cursor Text Color (Light)" : { + "Red Component" : 0.86274510622024536, + "Color Space" : "sRGB", + "Blue Component" : 0.88235294818878174, + "Alpha Component" : 1, + "Green Component" : 0.87058824300765991 + }, + "Silence Bell" : false, + "Rows" : 25, + "Guid" : "C44A8CAC-173F-4AB4-A998-96CD3ED4BC94", + "Ansi 14 Color (Dark)" : { + "Red Component" : 0.58431375026702881, + "Color Space" : "sRGB", + "Blue Component" : 0.79607844352722168, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Use Cursor Guide (Dark)" : false, + "Ansi 15 Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Ansi 0 Color (Dark)" : { + "Red Component" : 0.10196078568696976, + "Color Space" : "sRGB", + "Blue Component" : 0.16078431904315948, + "Alpha Component" : 1, + "Green Component" : 0.11764705926179886 + }, + "Ambiguous Double Width" : false, + "Option Key Sends" : 0, + "Ansi 3 Color" : { + "Red Component" : 0.89902019500732422, + "Color Space" : "Calibrated", + "Blue Component" : 0.47280269861221313, + "Alpha Component" : 1, + "Green Component" : 0.75577855110168457 + }, + "Window Type" : 0, + "Smart Cursor Color (Dark)" : false, + "BM Growl" : true, + "Prompt Before Closing 2" : false, + "Command" : "env \/usr\/bin\/arch -x86_64 \/bin\/zsh --login", + "Smart Cursor Color (Light)" : false, + "Use Bright Bold (Light)" : true, + "Use Selected Text Color (Light)" : true, + "Selected Text Color" : { + "Red Component" : 0.81214714050292969, + "Color Space" : "Calibrated", + "Blue Component" : 0.89225924015045166, + "Alpha Component" : 1, + "Green Component" : 0.83857882022857666 + }, + "Ansi 14 Color (Light)" : { + "Red Component" : 0.29803922772407532, + "Color Space" : "sRGB", + "Blue Component" : 0.60000002384185791, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "Cursor Guide Color (Dark)" : { + "Red Component" : 0.70213186740875244, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 0.25, + "Green Component" : 0.9268307089805603 + }, + "ASCII Ligatures" : true, + "Send Code When Idle" : false, + "Ansi 6 Color" : { + "Red Component" : 0.4660642147064209, + "Color Space" : "Calibrated", + "Blue Component" : 0.77356863021850586, + "Alpha Component" : 1, + "Green Component" : 0.70216643810272217 + }, + "Jobs to Ignore" : [ + "rlogin", + "ssh", + "slogin", + "telnet" + ], + "Badge Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 0.5, + "Green Component" : 0.1491314172744751 + }, + "Use Underline Color (Light)" : false, + "Cursor Color" : { + "Red Component" : 0.81214714050292969, + "Color Space" : "Calibrated", + "Blue Component" : 0.89225924015045166, + "Alpha Component" : 1, + "Green Component" : 0.83857882022857666 + }, + "Vertical Spacing" : 1, + "Minimum Contrast (Light)" : 0, + "Disable Window Resizing" : true, + "Use Selected Text Color (Dark)" : true, + "Close Sessions On End" : true, + "Selection Color (Dark)" : { + "Red Component" : 0.16470588743686676, + "Color Space" : "sRGB", + "Blue Component" : 0.27450981736183167, + "Alpha Component" : 1, + "Green Component" : 0.20784313976764679 + }, + "Default Bookmark" : "No", + "Tab Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "Minimum Contrast (Dark)" : 0, + "Custom Command" : "Yes", + "Foreground Color (Light)" : { + "Red Component" : 0.42352941632270813, + "Color Space" : "sRGB", + "Blue Component" : 0.50196081399917603, + "Alpha Component" : 1, + "Green Component" : 0.46274510025978088 + }, + "Ansi 9 Color" : { + "Red Component" : 0.68855589628219604, + "Color Space" : "Calibrated", + "Blue Component" : 0.34168937802314758, + "Alpha Component" : 1, + "Green Component" : 0.29435792565345764 + }, + "Background Color (Dark)" : { + "Red Component" : 0.12156862765550613, + "Color Space" : "sRGB", + "Blue Component" : 0.18823529779911041, + "Alpha Component" : 1, + "Green Component" : 0.14117647707462311 + }, + "Ansi 14 Color" : { + "Red Component" : 0.49344515800476074, + "Color Space" : "Calibrated", + "Blue Component" : 0.67779052257537842, + "Alpha Component" : 1, + "Green Component" : 0.68614721298217773 + }, + "Flashing Bell" : false, + "Bound Hosts" : [ + + ], + "Use Italic Font" : true, + "Ansi 13 Color (Dark)" : { + "Red Component" : 0.83137255907058716, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "Cursor Guide Color (Light)" : { + "Red Component" : 0.70213186740875244, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 0.25, + "Green Component" : 0.9268307089805603 + }, + "Ansi 12 Color" : { + "Red Component" : 0.43401443958282471, + "Color Space" : "Calibrated", + "Blue Component" : 0.70459425449371338, + "Alpha Component" : 1, + "Green Component" : 0.56080448627471924 + }, + "Ansi 10 Color (Light)" : { + "Red Component" : 0.52549022436141968, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0.70196080207824707 + }, + "Non-ASCII Anti Aliased" : true, + "Ansi 10 Color" : { + "Red Component" : 0.57605421543121338, + "Color Space" : "Calibrated", + "Blue Component" : 0.47597441077232361, + "Alpha Component" : 1, + "Green Component" : 0.7002110481262207 + }, + "Foreground Color" : { + "Red Component" : 0.81214725971221924, + "Color Space" : "Calibrated", + "Blue Component" : 0.89225912094116211, + "Alpha Component" : 1, + "Green Component" : 0.83857882022857666 + }, + "Link Color (Light)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0.73333334922790527, + "Alpha Component" : 1, + "Green Component" : 0.35686275362968445 + }, + "Description" : "Default", + "Ansi 7 Color (Dark)" : { + "Red Component" : 0.78039216995239258, + "Color Space" : "sRGB", + "Blue Component" : 0.78039216995239258, + "Alpha Component" : 1, + "Green Component" : 0.78039216995239258 + }, + "Sync Title" : false, + "Ansi 1 Color" : { + "Red Component" : 0.68855589628219604, + "Color Space" : "Calibrated", + "Blue Component" : 0.34168937802314758, + "Alpha Component" : 1, + "Green Component" : 0.29435792565345764 + }, + "Name" : "Rosetta Shell", + "Use Tab Color (Dark)" : false, + "Transparency" : 0, + "Horizontal Spacing" : 1, + "Cursor Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.40000000596046448, + "Alpha Component" : 1, + "Green Component" : 0.80000001192092896 + }, + "Ansi 2 Color (Dark)" : { + "Red Component" : 0.729411780834198, + "Color Space" : "sRGB", + "Blue Component" : 0.49411764740943909, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Ansi 9 Color (Dark)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.47450980544090271, + "Alpha Component" : 1, + "Green Component" : 0.52941179275512695 + }, + "Badge Color" : { + "Red Component" : 0.20252507925033569, + "Color Space" : "Calibrated", + "Blue Component" : 0.29600727558135986, + "Alpha Component" : 0.7057952880859375, + "Green Component" : 0.23046499490737915 + }, + "Ansi 13 Color (Light)" : { + "Red Component" : 0.63921570777893066, + "Color Space" : "sRGB", + "Blue Component" : 0.80000001192092896, + "Alpha Component" : 1, + "Green Component" : 0.47843137383460999 + }, + "Idle Code" : 0, + "Ansi 4 Color" : { + "Red Component" : 0.43401443958282471, + "Color Space" : "Calibrated", + "Blue Component" : 0.70459425449371338, + "Alpha Component" : 1, + "Green Component" : 0.56080448627471924 + }, + "Cursor Boost (Dark)" : 0, + "Bold Color (Dark)" : { + "Red Component" : 0.36078432202339172, + "Color Space" : "sRGB", + "Blue Component" : 0.45098039507865906, + "Alpha Component" : 1, + "Green Component" : 0.40392157435417175 + }, + "Screen" : -1, + "Ansi 4 Color (Dark)" : { + "Red Component" : 0.45098039507865906, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.81568628549575806 + }, + "Cursor Text Color (Dark)" : { + "Red Component" : 0.21568627655506134, + "Color Space" : "sRGB", + "Blue Component" : 0.29803922772407532, + "Alpha Component" : 1, + "Green Component" : 0.24313725531101227 + }, + "Selection Color" : { + "Red Component" : 0.23306176066398621, + "Color Space" : "Calibrated", + "Blue Component" : 0.34064260125160217, + "Alpha Component" : 1, + "Green Component" : 0.2652154266834259 + }, + "Use Non-ASCII Font" : false, + "Badge Color (Light)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 0.5, + "Green Component" : 0.1491314172744751 + }, + "Character Encoding" : 4, + "Ansi 11 Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.50196081399917603, + "Alpha Component" : 1, + "Green Component" : 0.83529412746429443 + }, + "Brighten Bold Text (Dark)" : true, + "Use Underline Color (Dark)" : false, + "Bold Color (Light)" : { + "Red Component" : 0.67058825492858887, + "Color Space" : "sRGB", + "Blue Component" : 0.7137255072593689, + "Alpha Component" : 1, + "Green Component" : 0.69019609689712524 + }, + "Ansi 12 Color (Dark)" : { + "Red Component" : 0.45098039507865906, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.81568628549575806 + }, + "Faint Text Alpha (Dark)" : 0.5, + "Ansi 7 Color" : { + "Red Component" : 0.87367779016494751, + "Color Space" : "Calibrated", + "Blue Component" : 0.92620980739593506, + "Alpha Component" : 1, + "Green Component" : 0.8916594386100769 + }, + "Ansi 6 Color (Dark)" : { + "Red Component" : 0.58431375026702881, + "Color Space" : "sRGB", + "Blue Component" : 0.79607844352722168, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Non Ascii Font" : "Monaco 12", + "Cursor Guide Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "Use Cursor Guide (Light)" : false, + "Custom Directory" : "No", + "Working Directory" : "\/Users\/phg", + "ASCII Anti Aliased" : true, + "Shortcut" : "", + "Mouse Reporting" : true, + "Tags" : [ + + ], + "Cursor Boost (Light)" : 0, + "Use Tab Color (Light)" : false, + "Match Background Color (Light)" : { + "Red Component" : 1, + "Color Space" : "P3", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Ansi 6 Color (Light)" : { + "Red Component" : 0.29803922772407532, + "Color Space" : "sRGB", + "Blue Component" : 0.60000002384185791, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "Background Image Location" : "", + "Ansi 1 Color (Light)" : { + "Red Component" : 0.94117647409439087, + "Color Space" : "sRGB", + "Blue Component" : 0.44313725829124451, + "Alpha Component" : 1, + "Green Component" : 0.44313725829124451 + }, + "Use Bold Font" : true, + "Ansi 12 Color (Light)" : { + "Red Component" : 0.22352941334247589, + "Color Space" : "sRGB", + "Blue Component" : 0.90196079015731812, + "Alpha Component" : 1, + "Green Component" : 0.61960786581039429 + }, + "Ansi 8 Color (Light)" : { + "Red Component" : 0.40784314274787903, + "Color Space" : "sRGB", + "Blue Component" : 0.40784314274787903, + "Alpha Component" : 1, + "Green Component" : 0.40784314274787903 + }, + "Normal Font" : "ComicCodeLigaturesNF-Regular 15", + "Unlimited Scrollback" : true, + "Ansi 2 Color" : { + "Red Component" : 0.57605421543121338, + "Color Space" : "Calibrated", + "Blue Component" : 0.47597441077232361, + "Alpha Component" : 1, + "Green Component" : 0.7002110481262207 + }, + "Ansi 10 Color (Dark)" : { + "Red Component" : 0.729411780834198, + "Color Space" : "sRGB", + "Blue Component" : 0.49411764740943909, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Ansi 3 Color (Light)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.28627452254295349, + "Alpha Component" : 1, + "Green Component" : 0.68235296010971069 + }, + "Cursor Color (Light)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.25098040699958801, + "Alpha Component" : 1, + "Green Component" : 0.60000002384185791 + }, + "Ansi 15 Color" : { + "Red Component" : 0.90727746486663818, + "Color Space" : "Calibrated", + "Blue Component" : 0.94574689865112305, + "Alpha Component" : 1, + "Green Component" : 0.92092084884643555 + }, + "Blur" : false, + "Use Separate Colors for Light and Dark Mode" : true, + "Faint Text Alpha (Light)" : 0.5, + "Background Color (Light)" : { + "Red Component" : 0.98039215803146362, + "Color Space" : "sRGB", + "Blue Component" : 0.98039215803146362, + "Alpha Component" : 1, + "Green Component" : 0.98039215803146362 + }, + "Ansi 13 Color" : { + "Red Component" : 0.64283657073974609, + "Color Space" : "Calibrated", + "Blue Component" : 0.61571133136749268, + "Alpha Component" : 1, + "Green Component" : 0.47487166523933411 + }, + "Terminal Type" : "xterm-256color", + "Link Color (Dark)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0.73333334922790527, + "Alpha Component" : 1, + "Green Component" : 0.35686275362968445 + }, + "Foreground Color (Dark)" : { + "Red Component" : 0.79607844352722168, + "Color Space" : "sRGB", + "Blue Component" : 0.7764706015586853, + "Alpha Component" : 1, + "Green Component" : 0.80000001192092896 + }, + "Link Color" : { + "Red Component" : 0.87367779016494751, + "Color Space" : "Calibrated", + "Blue Component" : 0.92620980739593506, + "Alpha Component" : 1, + "Green Component" : 0.8916594386100769 + }, + "Ansi 5 Color (Light)" : { + "Red Component" : 0.63921570777893066, + "Color Space" : "sRGB", + "Blue Component" : 0.80000001192092896, + "Alpha Component" : 1, + "Green Component" : 0.47843137383460999 + }, + "Ansi 11 Color" : { + "Red Component" : 0.89902019500732422, + "Color Space" : "Calibrated", + "Blue Component" : 0.47280269861221313, + "Alpha Component" : 1, + "Green Component" : 0.75577855110168457 + }, + "Ansi 5 Color" : { + "Red Component" : 0.64283657073974609, + "Color Space" : "Calibrated", + "Blue Component" : 0.61571133136749268, + "Alpha Component" : 1, + "Green Component" : 0.47487166523933411 + }, + "Initial Text" : "", + "Ansi 0 Color (Light)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0 + } +}, +{ + "Ansi 7 Color (Light)" : { + "Red Component" : 0.78039216995239258, + "Color Space" : "sRGB", + "Blue Component" : 0.78039216995239258, + "Alpha Component" : 1, + "Green Component" : 0.78039216995239258 + }, + "Brighten Bold Text (Light)" : true, + "Ansi 15 Color (Light)" : { + "Red Component" : 0.81960785388946533, + "Color Space" : "sRGB", + "Blue Component" : 0.81960785388946533, + "Alpha Component" : 1, + "Green Component" : 0.81960785388946533 + }, + "Ansi 2 Color (Light)" : { + "Red Component" : 0.52549022436141968, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0.70196080207824707 + }, + "Bold Color" : { + "Red Component" : 0.90727746486663818, + "Color Space" : "Calibrated", + "Blue Component" : 0.94574689865112305, + "Alpha Component" : 1, + "Green Component" : 0.92092084884643555 + }, + "Ansi 1 Color (Dark)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.47450980544090271, + "Alpha Component" : 1, + "Green Component" : 0.52941179275512695 + }, + "Use Bright Bold" : true, + "Ansi 9 Color (Light)" : { + "Red Component" : 0.94117647409439087, + "Color Space" : "sRGB", + "Blue Component" : 0.44313725829124451, + "Alpha Component" : 1, + "Green Component" : 0.44313725829124451 + }, + "Ansi 8 Color (Dark)" : { + "Red Component" : 0.40784314274787903, + "Color Space" : "sRGB", + "Blue Component" : 0.40784314274787903, + "Alpha Component" : 1, + "Green Component" : 0.40784314274787903 + }, + "Use Bright Bold (Dark)" : true, + "Background Color" : { + "Red Component" : 0.1357133686542511, + "Color Space" : "Calibrated", + "Blue Component" : 0.19183900952339172, + "Alpha Component" : 1, + "Green Component" : 0.15255947411060333 + }, + "Ansi 8 Color" : { + "Red Component" : 0.23306176066398621, + "Color Space" : "Calibrated", + "Blue Component" : 0.34064260125160217, + "Alpha Component" : 1, + "Green Component" : 0.2652154266834259 + }, + "Columns" : 80, + "Right Option Key Sends" : 1, + "Ansi 4 Color (Light)" : { + "Red Component" : 0.22352941334247589, + "Color Space" : "sRGB", + "Blue Component" : 0.90196079015731812, + "Alpha Component" : 1, + "Green Component" : 0.61960786581039429 + }, + "Has Hotkey" : false, + "Blinking Cursor" : false, + "Selected Text Color (Light)" : { + "Red Component" : 0.70196080207824707, + "Color Space" : "sRGB", + "Blue Component" : 0.74901962280273438, + "Alpha Component" : 1, + "Green Component" : 0.72549021244049072 + }, + "Selected Text Color (Dark)" : { + "Red Component" : 0.34509804844856262, + "Color Space" : "sRGB", + "Blue Component" : 0.44313725829124451, + "Alpha Component" : 1, + "Green Component" : 0.37647059559822083 + }, + "Ansi 3 Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.50196081399917603, + "Alpha Component" : 1, + "Green Component" : 0.83529412746429443 + }, + "Keyboard Map" : { + "0xf700-0x260000" : { + "Text" : "[1;6A", + "Action" : 10 + }, + "0x37-0x40000" : { + "Text" : "0x1f", + "Action" : 11 + }, + "0x32-0x40000" : { + "Text" : "0x00", + "Action" : 11 + }, + "0xf709-0x20000" : { + "Text" : "[17;2~", + "Action" : 10 + }, + "0xf70c-0x20000" : { + "Text" : "[20;2~", + "Action" : 10 + }, + "0xf729-0x20000" : { + "Text" : "[1;2H", + "Action" : 10 + }, + "0xf72b-0x40000" : { + "Text" : "[1;5F", + "Action" : 10 + }, + "0xf705-0x20000" : { + "Text" : "[1;2Q", + "Action" : 10 + }, + "0xf703-0x260000" : { + "Text" : "[1;6C", + "Action" : 10 + }, + "0xf700-0x220000" : { + "Text" : "[1;2A", + "Action" : 10 + }, + "0xf701-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x42", + "Action" : 11 + }, + "0x38-0x40000" : { + "Text" : "0x7f", + "Action" : 11 + }, + "0x33-0x40000" : { + "Text" : "0x1b", + "Action" : 11 + }, + "0xf703-0x220000" : { + "Text" : "[1;2C", + "Action" : 10 + }, + "0xf701-0x240000" : { + "Text" : "[1;5B", + "Action" : 10 + }, + "0xf70d-0x20000" : { + "Text" : "[21;2~", + "Action" : 10 + }, + "0xf702-0x260000" : { + "Text" : "[1;6D", + "Action" : 10 + }, + "0xf729-0x40000" : { + "Text" : "[1;5H", + "Action" : 10 + }, + "0xf706-0x20000" : { + "Text" : "[1;2R", + "Action" : 10 + }, + "0x34-0x40000" : { + "Text" : "0x1c", + "Action" : 11 + }, + "0xf700-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x41", + "Action" : 11 + }, + "0x2d-0x40000" : { + "Text" : "0x1f", + "Action" : 11 + }, + "0xf70e-0x20000" : { + "Text" : "[23;2~", + "Action" : 10 + }, + "0xf702-0x220000" : { + "Text" : "[1;2D", + "Action" : 10 + }, + "0xf703-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x43", + "Action" : 11 + }, + "0xf700-0x240000" : { + "Text" : "[1;5A", + "Action" : 10 + }, + "0xf707-0x20000" : { + "Text" : "[1;2S", + "Action" : 10 + }, + "0xf70a-0x20000" : { + "Text" : "[18;2~", + "Action" : 10 + }, + "0x35-0x40000" : { + "Text" : "0x1d", + "Action" : 11 + }, + "0xf70f-0x20000" : { + "Text" : "[24;2~", + "Action" : 10 + }, + "0xf703-0x240000" : { + "Text" : "[1;5C", + "Action" : 10 + }, + "0xf701-0x260000" : { + "Text" : "[1;6B", + "Action" : 10 + }, + "0xf702-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x44", + "Action" : 11 + }, + "0xf72b-0x20000" : { + "Text" : "[1;2F", + "Action" : 10 + }, + "0x36-0x40000" : { + "Text" : "0x1e", + "Action" : 11 + }, + "0xf708-0x20000" : { + "Text" : "[15;2~", + "Action" : 10 + }, + "0xf701-0x220000" : { + "Text" : "[1;2B", + "Action" : 10 + }, + "0xf70b-0x20000" : { + "Text" : "[19;2~", + "Action" : 10 + }, + "0xf702-0x240000" : { + "Text" : "[1;5D", + "Action" : 10 + }, + "0xf704-0x20000" : { + "Text" : "[1;2P", + "Action" : 10 + } + }, + "Visual Bell" : true, + "Cursor Text Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "Scrollback Lines" : 0, + "Selection Color (Light)" : { + "Red Component" : 0.90980392694473267, + "Color Space" : "sRGB", + "Blue Component" : 0.95686274766921997, + "Alpha Component" : 1, + "Green Component" : 0.93333333730697632 + }, + "Ansi 0 Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "Match Background Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "P3", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Ansi 11 Color (Light)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.28627452254295349, + "Alpha Component" : 1, + "Green Component" : 0.68235296010971069 + }, + "Ansi 5 Color (Dark)" : { + "Red Component" : 0.83137255907058716, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "Cursor Text Color (Light)" : { + "Red Component" : 0.86274510622024536, + "Color Space" : "sRGB", + "Blue Component" : 0.88235294818878174, + "Alpha Component" : 1, + "Green Component" : 0.87058824300765991 + }, + "Silence Bell" : false, + "Rows" : 25, + "Guid" : "11CB511E-CCF5-47BA-B440-9FF0AE6095CF", + "Ansi 14 Color (Dark)" : { + "Red Component" : 0.58431375026702881, + "Color Space" : "sRGB", + "Blue Component" : 0.79607844352722168, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Use Cursor Guide (Dark)" : false, + "Ansi 15 Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Ansi 0 Color (Dark)" : { + "Red Component" : 0.10196078568696976, + "Color Space" : "sRGB", + "Blue Component" : 0.16078431904315948, + "Alpha Component" : 1, + "Green Component" : 0.11764705926179886 + }, + "Ambiguous Double Width" : false, + "Option Key Sends" : 1, + "Ansi 3 Color" : { + "Red Component" : 0.89902019500732422, + "Color Space" : "Calibrated", + "Blue Component" : 0.47280269861221313, + "Alpha Component" : 1, + "Green Component" : 0.75577855110168457 + }, + "Window Type" : 0, + "Smart Cursor Color (Dark)" : false, + "BM Growl" : true, + "Prompt Before Closing 2" : false, + "Command" : "", + "Smart Cursor Color (Light)" : false, + "Use Bright Bold (Light)" : true, + "Use Selected Text Color (Light)" : true, + "Selected Text Color" : { + "Red Component" : 0.81214714050292969, + "Color Space" : "Calibrated", + "Blue Component" : 0.89225924015045166, + "Alpha Component" : 1, + "Green Component" : 0.83857882022857666 + }, + "Ansi 14 Color (Light)" : { + "Red Component" : 0.29803922772407532, + "Color Space" : "sRGB", + "Blue Component" : 0.60000002384185791, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "Cursor Guide Color (Dark)" : { + "Red Component" : 0.70213186740875244, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 0.25, + "Green Component" : 0.9268307089805603 + }, + "ASCII Ligatures" : true, + "Send Code When Idle" : false, + "Ansi 6 Color" : { + "Red Component" : 0.4660642147064209, + "Color Space" : "Calibrated", + "Blue Component" : 0.77356863021850586, + "Alpha Component" : 1, + "Green Component" : 0.70216643810272217 + }, + "Jobs to Ignore" : [ + "rlogin", + "ssh", + "slogin", + "telnet" + ], + "Badge Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 0.5, + "Green Component" : 0.1491314172744751 + }, + "Use Underline Color (Light)" : false, + "Cursor Color" : { + "Red Component" : 0.81214714050292969, + "Color Space" : "Calibrated", + "Blue Component" : 0.89225924015045166, + "Alpha Component" : 1, + "Green Component" : 0.83857882022857666 + }, + "Vertical Spacing" : 1, + "Minimum Contrast (Light)" : 0, + "Disable Window Resizing" : true, + "Use Selected Text Color (Dark)" : true, + "Close Sessions On End" : true, + "Selection Color (Dark)" : { + "Red Component" : 0.16470588743686676, + "Color Space" : "sRGB", + "Blue Component" : 0.27450981736183167, + "Alpha Component" : 1, + "Green Component" : 0.20784313976764679 + }, + "Default Bookmark" : "No", + "Tab Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "Minimum Contrast (Dark)" : 0, + "Custom Command" : "No", + "Foreground Color (Light)" : { + "Red Component" : 0.42352941632270813, + "Color Space" : "sRGB", + "Blue Component" : 0.50196081399917603, + "Alpha Component" : 1, + "Green Component" : 0.46274510025978088 + }, + "Ansi 9 Color" : { + "Red Component" : 0.68855589628219604, + "Color Space" : "Calibrated", + "Blue Component" : 0.34168937802314758, + "Alpha Component" : 1, + "Green Component" : 0.29435792565345764 + }, + "Background Color (Dark)" : { + "Red Component" : 0.12156862765550613, + "Color Space" : "sRGB", + "Blue Component" : 0.18823529779911041, + "Alpha Component" : 1, + "Green Component" : 0.14117647707462311 + }, + "Ansi 14 Color" : { + "Red Component" : 0.49344515800476074, + "Color Space" : "Calibrated", + "Blue Component" : 0.67779052257537842, + "Alpha Component" : 1, + "Green Component" : 0.68614721298217773 + }, + "Flashing Bell" : false, + "Bound Hosts" : [ + + ], + "Use Italic Font" : true, + "Ansi 13 Color (Dark)" : { + "Red Component" : 0.83137255907058716, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "Cursor Guide Color (Light)" : { + "Red Component" : 0.70213186740875244, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 0.25, + "Green Component" : 0.9268307089805603 + }, + "Ansi 12 Color" : { + "Red Component" : 0.43401443958282471, + "Color Space" : "Calibrated", + "Blue Component" : 0.70459425449371338, + "Alpha Component" : 1, + "Green Component" : 0.56080448627471924 + }, + "Ansi 10 Color (Light)" : { + "Red Component" : 0.52549022436141968, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0.70196080207824707 + }, + "Non-ASCII Anti Aliased" : true, + "Ansi 10 Color" : { + "Red Component" : 0.57605421543121338, + "Color Space" : "Calibrated", + "Blue Component" : 0.47597441077232361, + "Alpha Component" : 1, + "Green Component" : 0.7002110481262207 + }, + "Foreground Color" : { + "Red Component" : 0.81214725971221924, + "Color Space" : "Calibrated", + "Blue Component" : 0.89225912094116211, + "Alpha Component" : 1, + "Green Component" : 0.83857882022857666 + }, + "Link Color (Light)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0.73333334922790527, + "Alpha Component" : 1, + "Green Component" : 0.35686275362968445 + }, + "Description" : "Default", + "Ansi 7 Color (Dark)" : { + "Red Component" : 0.78039216995239258, + "Color Space" : "sRGB", + "Blue Component" : 0.78039216995239258, + "Alpha Component" : 1, + "Green Component" : 0.78039216995239258 + }, + "Sync Title" : false, + "Ansi 1 Color" : { + "Red Component" : 0.68855589628219604, + "Color Space" : "Calibrated", + "Blue Component" : 0.34168937802314758, + "Alpha Component" : 1, + "Green Component" : 0.29435792565345764 + }, + "Name" : "Linux compat", + "Use Tab Color (Dark)" : false, + "Transparency" : 0, + "Horizontal Spacing" : 1, + "Cursor Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.40000000596046448, + "Alpha Component" : 1, + "Green Component" : 0.80000001192092896 + }, + "Ansi 2 Color (Dark)" : { + "Red Component" : 0.729411780834198, + "Color Space" : "sRGB", + "Blue Component" : 0.49411764740943909, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Ansi 9 Color (Dark)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.47450980544090271, + "Alpha Component" : 1, + "Green Component" : 0.52941179275512695 + }, + "Badge Color" : { + "Red Component" : 0.20252507925033569, + "Color Space" : "Calibrated", + "Blue Component" : 0.29600727558135986, + "Alpha Component" : 0.7057952880859375, + "Green Component" : 0.23046499490737915 + }, + "Ansi 13 Color (Light)" : { + "Red Component" : 0.63921570777893066, + "Color Space" : "sRGB", + "Blue Component" : 0.80000001192092896, + "Alpha Component" : 1, + "Green Component" : 0.47843137383460999 + }, + "Idle Code" : 0, + "Ansi 4 Color" : { + "Red Component" : 0.43401443958282471, + "Color Space" : "Calibrated", + "Blue Component" : 0.70459425449371338, + "Alpha Component" : 1, + "Green Component" : 0.56080448627471924 + }, + "Cursor Boost (Dark)" : 0, + "Bold Color (Dark)" : { + "Red Component" : 0.36078432202339172, + "Color Space" : "sRGB", + "Blue Component" : 0.45098039507865906, + "Alpha Component" : 1, + "Green Component" : 0.40392157435417175 + }, + "Screen" : -1, + "Ansi 4 Color (Dark)" : { + "Red Component" : 0.45098039507865906, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.81568628549575806 + }, + "Cursor Text Color (Dark)" : { + "Red Component" : 0.21568627655506134, + "Color Space" : "sRGB", + "Blue Component" : 0.29803922772407532, + "Alpha Component" : 1, + "Green Component" : 0.24313725531101227 + }, + "Selection Color" : { + "Red Component" : 0.23306176066398621, + "Color Space" : "Calibrated", + "Blue Component" : 0.34064260125160217, + "Alpha Component" : 1, + "Green Component" : 0.2652154266834259 + }, + "Use Non-ASCII Font" : false, + "Badge Color (Light)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 0.5, + "Green Component" : 0.1491314172744751 + }, + "Character Encoding" : 4, + "Ansi 11 Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.50196081399917603, + "Alpha Component" : 1, + "Green Component" : 0.83529412746429443 + }, + "Brighten Bold Text (Dark)" : true, + "Use Underline Color (Dark)" : false, + "Bold Color (Light)" : { + "Red Component" : 0.67058825492858887, + "Color Space" : "sRGB", + "Blue Component" : 0.7137255072593689, + "Alpha Component" : 1, + "Green Component" : 0.69019609689712524 + }, + "Ansi 12 Color (Dark)" : { + "Red Component" : 0.45098039507865906, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.81568628549575806 + }, + "Faint Text Alpha (Dark)" : 0.5, + "Ansi 7 Color" : { + "Red Component" : 0.87367779016494751, + "Color Space" : "Calibrated", + "Blue Component" : 0.92620980739593506, + "Alpha Component" : 1, + "Green Component" : 0.8916594386100769 + }, + "Ansi 6 Color (Dark)" : { + "Red Component" : 0.58431375026702881, + "Color Space" : "sRGB", + "Blue Component" : 0.79607844352722168, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Non Ascii Font" : "Monaco 12", + "Cursor Guide Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "Use Cursor Guide (Light)" : false, + "Custom Directory" : "No", + "Working Directory" : "\/Users\/phg", + "ASCII Anti Aliased" : true, + "Shortcut" : "", + "Mouse Reporting" : true, + "Tags" : [ + + ], + "Cursor Boost (Light)" : 0, + "Use Tab Color (Light)" : false, + "Match Background Color (Light)" : { + "Red Component" : 1, + "Color Space" : "P3", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Ansi 6 Color (Light)" : { + "Red Component" : 0.29803922772407532, + "Color Space" : "sRGB", + "Blue Component" : 0.60000002384185791, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "Background Image Location" : "", + "Ansi 1 Color (Light)" : { + "Red Component" : 0.94117647409439087, + "Color Space" : "sRGB", + "Blue Component" : 0.44313725829124451, + "Alpha Component" : 1, + "Green Component" : 0.44313725829124451 + }, + "Use Bold Font" : true, + "Ansi 2 Color" : { + "Red Component" : 0.57605421543121338, + "Color Space" : "Calibrated", + "Blue Component" : 0.47597441077232361, + "Alpha Component" : 1, + "Green Component" : 0.7002110481262207 + }, + "Normal Font" : "ComicCodeLigaturesNF-Regular 15", + "Ansi 12 Color (Light)" : { + "Red Component" : 0.22352941334247589, + "Color Space" : "sRGB", + "Blue Component" : 0.90196079015731812, + "Alpha Component" : 1, + "Green Component" : 0.61960786581039429 + }, + "Unlimited Scrollback" : true, + "Ansi 8 Color (Light)" : { + "Red Component" : 0.40784314274787903, + "Color Space" : "sRGB", + "Blue Component" : 0.40784314274787903, + "Alpha Component" : 1, + "Green Component" : 0.40784314274787903 + }, + "Ansi 10 Color (Dark)" : { + "Red Component" : 0.729411780834198, + "Color Space" : "sRGB", + "Blue Component" : 0.49411764740943909, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Ansi 3 Color (Light)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.28627452254295349, + "Alpha Component" : 1, + "Green Component" : 0.68235296010971069 + }, + "Cursor Color (Light)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.25098040699958801, + "Alpha Component" : 1, + "Green Component" : 0.60000002384185791 + }, + "Ansi 15 Color" : { + "Red Component" : 0.90727746486663818, + "Color Space" : "Calibrated", + "Blue Component" : 0.94574689865112305, + "Alpha Component" : 1, + "Green Component" : 0.92092084884643555 + }, + "Blur" : false, + "Faint Text Alpha (Light)" : 0.5, + "Use Separate Colors for Light and Dark Mode" : true, + "Background Color (Light)" : { + "Red Component" : 0.98039215803146362, + "Color Space" : "sRGB", + "Blue Component" : 0.98039215803146362, + "Alpha Component" : 1, + "Green Component" : 0.98039215803146362 + }, + "Terminal Type" : "xterm-256color", + "Ansi 13 Color" : { + "Red Component" : 0.64283657073974609, + "Color Space" : "Calibrated", + "Blue Component" : 0.61571133136749268, + "Alpha Component" : 1, + "Green Component" : 0.47487166523933411 + }, + "Ansi 5 Color (Light)" : { + "Red Component" : 0.63921570777893066, + "Color Space" : "sRGB", + "Blue Component" : 0.80000001192092896, + "Alpha Component" : 1, + "Green Component" : 0.47843137383460999 + }, + "Foreground Color (Dark)" : { + "Red Component" : 0.79607844352722168, + "Color Space" : "sRGB", + "Blue Component" : 0.7764706015586853, + "Alpha Component" : 1, + "Green Component" : 0.80000001192092896 + }, + "Link Color" : { + "Red Component" : 0.87367779016494751, + "Color Space" : "Calibrated", + "Blue Component" : 0.92620980739593506, + "Alpha Component" : 1, + "Green Component" : 0.8916594386100769 + }, + "Link Color (Dark)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0.73333334922790527, + "Alpha Component" : 1, + "Green Component" : 0.35686275362968445 + }, + "Ansi 11 Color" : { + "Red Component" : 0.89902019500732422, + "Color Space" : "Calibrated", + "Blue Component" : 0.47280269861221313, + "Alpha Component" : 1, + "Green Component" : 0.75577855110168457 + }, + "Ansi 5 Color" : { + "Red Component" : 0.64283657073974609, + "Color Space" : "Calibrated", + "Blue Component" : 0.61571133136749268, + "Alpha Component" : 1, + "Green Component" : 0.47487166523933411 + }, + "Ansi 0 Color (Light)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0 + } +}, +{ + "Close Sessions On End" : true, + "HotKey Modifier Flags" : 524288, + "Ansi 15 Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Non-ASCII Anti Aliased" : true, + "Cursor Text Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "Prompt Before Closing 2" : false, + "Ansi 3 Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.50196081399917603, + "Alpha Component" : 1, + "Green Component" : 0.83529412746429443 + }, + "HotKey Window Floats" : false, + "Ansi 12 Color (Dark)" : { + "Red Component" : 0.45098039507865906, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.81568628549575806 + }, + "HotKey Modifier Activation" : 0, + "Initial Use Transparency" : true, + "Mouse Reporting" : true, + "Use Underline Color (Light)" : false, + "Disable Window Resizing" : true, + "BM Growl" : true, + "Background Color (Dark)" : { + "Red Component" : 0.12156862765550613, + "Color Space" : "sRGB", + "Blue Component" : 0.18823529779911041, + "Alpha Component" : 1, + "Green Component" : 0.14117647707462311 + }, + "Guid" : "C2E26643-FBAC-4763-8050-499870DEA31C", + "Cursor Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.40000000596046448, + "Alpha Component" : 1, + "Green Component" : 0.80000001192092896 + }, + "HotKey Window AutoHides" : true, + "Selection Color (Dark)" : { + "Red Component" : 0.16470588743686676, + "Color Space" : "sRGB", + "Blue Component" : 0.27450981736183167, + "Alpha Component" : 1, + "Green Component" : 0.20784313976764679 + }, + "HotKey Characters" : "", + "Only The Default BG Color Uses Transparency" : false, + "Scrollback Lines" : 0, + "Badge Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 0.5, + "Green Component" : 0.1491314172744751 + }, + "Ansi 0 Color (Dark)" : { + "Red Component" : 0.10196078568696976, + "Color Space" : "sRGB", + "Blue Component" : 0.16078431904315948, + "Alpha Component" : 1, + "Green Component" : 0.11764705926179886 + }, + "Transparency" : 0.14999999999999999, + "Use Bright Bold" : true, + "Horizontal Spacing" : 1, + "Ansi 13 Color (Light)" : { + "Red Component" : 0.63921570777893066, + "Color Space" : "sRGB", + "Blue Component" : 0.80000001192092896, + "Alpha Component" : 1, + "Green Component" : 0.47843137383460999 + }, + "Blur" : true, + "Ansi 13 Color" : { + "Red Component" : 0.64283657073974609, + "Color Space" : "Calibrated", + "Blue Component" : 0.61571133136749268, + "Alpha Component" : 1, + "Green Component" : 0.47487166523933411 + }, + "Ansi 2 Color (Dark)" : { + "Red Component" : 0.729411780834198, + "Color Space" : "sRGB", + "Blue Component" : 0.49411764740943909, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Cursor Color" : { + "Red Component" : 0.81214714050292969, + "Color Space" : "Calibrated", + "Blue Component" : 0.89225924015045166, + "Alpha Component" : 1, + "Green Component" : 0.83857882022857666 + }, + "Use Cursor Guide (Light)" : false, + "Option Key Sends" : 0, + "Idle Code" : 0, + "Ansi 13 Color (Dark)" : { + "Red Component" : 0.83137255907058716, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "HotKey Window Reopens On Activation" : true, + "Send Code When Idle" : false, + "Selection Color" : { + "Red Component" : 0.23306176066398621, + "Color Space" : "Calibrated", + "Blue Component" : 0.34064260125160217, + "Alpha Component" : 1, + "Green Component" : 0.2652154266834259 + }, + "Terminal Type" : "xterm-256color", + "Cursor Boost (Dark)" : 0, + "Right Option Key Sends" : 0, + "Background Color" : { + "Red Component" : 0.1357133686542511, + "Color Space" : "Calibrated", + "Blue Component" : 0.19183900952339172, + "Alpha Component" : 1, + "Green Component" : 0.15255947411060333 + }, + "Tab Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "Ansi 10 Color (Dark)" : { + "Red Component" : 0.729411780834198, + "Color Space" : "sRGB", + "Blue Component" : 0.49411764740943909, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Ansi 10 Color" : { + "Red Component" : 0.57605421543121338, + "Color Space" : "Calibrated", + "Blue Component" : 0.47597441077232361, + "Alpha Component" : 1, + "Green Component" : 0.7002110481262207 + }, + "Vertical Spacing" : 1, + "Use Tab Color (Light)" : false, + "Columns" : 80, + "Ansi 2 Color (Light)" : { + "Red Component" : 0.52549022436141968, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0.70196080207824707 + }, + "Screen" : -2, + "Cursor Text Color (Dark)" : { + "Red Component" : 0.21568627655506134, + "Color Space" : "sRGB", + "Blue Component" : 0.29803922772407532, + "Alpha Component" : 1, + "Green Component" : 0.24313725531101227 + }, + "Description" : "Default", + "Unlimited Scrollback" : true, + "Use Italic Font" : true, + "Working Directory" : "\/Users\/phg", + "Selected Text Color (Dark)" : { + "Red Component" : 0.34509804844856262, + "Color Space" : "sRGB", + "Blue Component" : 0.44313725829124451, + "Alpha Component" : 1, + "Green Component" : 0.37647059559822083 + }, + "Use Cursor Guide (Dark)" : false, + "Visual Bell" : true, + "Link Color (Light)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0.73333334922790527, + "Alpha Component" : 1, + "Green Component" : 0.35686275362968445 + }, + "Ansi 1 Color (Dark)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.47450980544090271, + "Alpha Component" : 1, + "Green Component" : 0.52941179275512695 + }, + "Default Bookmark" : "No", + "Ansi 14 Color (Light)" : { + "Red Component" : 0.29803922772407532, + "Color Space" : "sRGB", + "Blue Component" : 0.60000002384185791, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "Ansi 7 Color (Light)" : { + "Red Component" : 0.78039216995239258, + "Color Space" : "sRGB", + "Blue Component" : 0.78039216995239258, + "Alpha Component" : 1, + "Green Component" : 0.78039216995239258 + }, + "Ansi 3 Color (Light)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.28627452254295349, + "Alpha Component" : 1, + "Green Component" : 0.68235296010971069 + }, + "Ansi 9 Color (Dark)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.47450980544090271, + "Alpha Component" : 1, + "Green Component" : 0.52941179275512695 + }, + "Badge Color (Light)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 0.5, + "Green Component" : 0.1491314172744751 + }, + "Ansi 14 Color (Dark)" : { + "Red Component" : 0.58431375026702881, + "Color Space" : "sRGB", + "Blue Component" : 0.79607844352722168, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Tags" : [ + + ], + "Link Color (Dark)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0.73333334922790527, + "Alpha Component" : 1, + "Green Component" : 0.35686275362968445 + }, + "Custom Command" : "No", + "Jobs to Ignore" : [ + "rlogin", + "ssh", + "slogin", + "telnet" + ], + "Use Non-ASCII Font" : false, + "Custom Directory" : "No", + "Use Selected Text Color (Light)" : true, + "Bold Color (Light)" : { + "Red Component" : 0.67058825492858887, + "Color Space" : "sRGB", + "Blue Component" : 0.7137255072593689, + "Alpha Component" : 1, + "Green Component" : 0.69019609689712524 + }, + "Brighten Bold Text (Dark)" : true, + "Ansi 8 Color (Light)" : { + "Red Component" : 0.40784314274787903, + "Color Space" : "sRGB", + "Blue Component" : 0.40784314274787903, + "Alpha Component" : 1, + "Green Component" : 0.40784314274787903 + }, + "Name" : "Hotkey Window", + "Space" : -1, + "Ansi 11 Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.50196081399917603, + "Alpha Component" : 1, + "Green Component" : 0.83529412746429443 + }, + "HotKey Alternate Shortcuts" : [ + + ], + "Ansi 14 Color" : { + "Red Component" : 0.49344515800476074, + "Color Space" : "Calibrated", + "Blue Component" : 0.67779052257537842, + "Alpha Component" : 1, + "Green Component" : 0.68614721298217773 + }, + "Faint Text Alpha (Dark)" : 0.5, + "Blur Radius" : 2, + "Rows" : 25, + "Background Color (Light)" : { + "Red Component" : 0.98039215803146362, + "Color Space" : "sRGB", + "Blue Component" : 0.98039215803146362, + "Alpha Component" : 1, + "Green Component" : 0.98039215803146362 + }, + "Cursor Guide Color (Light)" : { + "Red Component" : 0.70213186740875244, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 0.25, + "Green Component" : 0.9268307089805603 + }, + "Ansi 6 Color (Dark)" : { + "Red Component" : 0.58431375026702881, + "Color Space" : "sRGB", + "Blue Component" : 0.79607844352722168, + "Alpha Component" : 1, + "Green Component" : 0.90196079015731812 + }, + "Use Bright Bold (Light)" : true, + "Cursor Color (Light)" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0.25098040699958801, + "Alpha Component" : 1, + "Green Component" : 0.60000002384185791 + }, + "Ansi 15 Color (Light)" : { + "Red Component" : 0.81960785388946533, + "Color Space" : "sRGB", + "Blue Component" : 0.81960785388946533, + "Alpha Component" : 1, + "Green Component" : 0.81960785388946533 + }, + "HotKey Characters Ignoring Modifiers" : "`", + "Ansi 11 Color" : { + "Red Component" : 0.89902019500732422, + "Color Space" : "Calibrated", + "Blue Component" : 0.47280269861221313, + "Alpha Component" : 1, + "Green Component" : 0.75577855110168457 + }, + "Sync Title" : false, + "Ansi 8 Color (Dark)" : { + "Red Component" : 0.40784314274787903, + "Color Space" : "sRGB", + "Blue Component" : 0.40784314274787903, + "Alpha Component" : 1, + "Green Component" : 0.40784314274787903 + }, + "Ansi 10 Color (Light)" : { + "Red Component" : 0.52549022436141968, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0.70196080207824707 + }, + "Normal Font" : "PragmataProMonoLigaNF-Regular 15", + "Use Selected Text Color (Dark)" : true, + "Has Hotkey" : true, + "Foreground Color" : { + "Red Component" : 0.81214725971221924, + "Color Space" : "Calibrated", + "Blue Component" : 0.89225912094116211, + "Alpha Component" : 1, + "Green Component" : 0.83857882022857666 + }, + "Match Background Color (Light)" : { + "Red Component" : 1, + "Color Space" : "P3", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Command" : "", + "Minimum Contrast (Light)" : 0, + "Blend" : 0.5, + "Character Encoding" : 4, + "Cursor Boost (Light)" : 0, + "Cursor Text Color (Light)" : { + "Red Component" : 0.86274510622024536, + "Color Space" : "sRGB", + "Blue Component" : 0.88235294818878174, + "Alpha Component" : 1, + "Green Component" : 0.87058824300765991 + }, + "Background Image Location" : "", + "HotKey Window Animates" : false, + "Ansi 5 Color (Dark)" : { + "Red Component" : 0.83137255907058716, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "Window Type" : 2, + "ASCII Anti Aliased" : true, + "Use Tab Color (Dark)" : false, + "Cursor Guide Color (Dark)" : { + "Red Component" : 0.70213186740875244, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 0.25, + "Green Component" : 0.9268307089805603 + }, + "Flashing Bell" : false, + "Brighten Bold Text (Light)" : true, + "Non Ascii Font" : "Monaco 12", + "Ansi 7 Color (Dark)" : { + "Red Component" : 0.78039216995239258, + "Color Space" : "sRGB", + "Blue Component" : 0.78039216995239258, + "Alpha Component" : 1, + "Green Component" : 0.78039216995239258 + }, + "Badge Color" : { + "Red Component" : 0.20252507925033569, + "Color Space" : "Calibrated", + "Blue Component" : 0.29600727558135986, + "Alpha Component" : 0.7057952880859375, + "Green Component" : 0.23046499490737915 + }, + "HotKey Key Code" : 50, + "Smart Cursor Color (Dark)" : false, + "Shortcut" : "", + "Match Background Color (Dark)" : { + "Red Component" : 1, + "Color Space" : "P3", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Ansi 15 Color" : { + "Red Component" : 0.90727746486663818, + "Color Space" : "Calibrated", + "Blue Component" : 0.94574689865112305, + "Alpha Component" : 1, + "Green Component" : 0.92092084884643555 + }, + "Ansi 11 Color (Light)" : { + "Red Component" : 0.94901961088180542, + "Color Space" : "sRGB", + "Blue Component" : 0.28627452254295349, + "Alpha Component" : 1, + "Green Component" : 0.68235296010971069 + }, + "Ansi 9 Color" : { + "Red Component" : 0.68855589628219604, + "Color Space" : "Calibrated", + "Blue Component" : 0.34168937802314758, + "Alpha Component" : 1, + "Green Component" : 0.29435792565345764 + }, + "Use Bold Font" : true, + "Ansi 4 Color (Light)" : { + "Red Component" : 0.22352941334247589, + "Color Space" : "sRGB", + "Blue Component" : 0.90196079015731812, + "Alpha Component" : 1, + "Green Component" : 0.61960786581039429 + }, + "Ansi 8 Color" : { + "Red Component" : 0.23306176066398621, + "Color Space" : "Calibrated", + "Blue Component" : 0.34064260125160217, + "Alpha Component" : 1, + "Green Component" : 0.2652154266834259 + }, + "Ansi 0 Color (Light)" : { + "Red Component" : 0, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 1, + "Green Component" : 0 + }, + "Use Bright Bold (Dark)" : true, + "Bold Color" : { + "Red Component" : 0.90727746486663818, + "Color Space" : "Calibrated", + "Blue Component" : 0.94574689865112305, + "Alpha Component" : 1, + "Green Component" : 0.92092084884643555 + }, + "Selected Text Color (Light)" : { + "Red Component" : 0.70196080207824707, + "Color Space" : "sRGB", + "Blue Component" : 0.74901962280273438, + "Alpha Component" : 1, + "Green Component" : 0.72549021244049072 + }, + "Minimum Contrast (Dark)" : 0, + "Smart Cursor Color (Light)" : false, + "Ansi 7 Color" : { + "Red Component" : 0.87367779016494751, + "Color Space" : "Calibrated", + "Blue Component" : 0.92620980739593506, + "Alpha Component" : 1, + "Green Component" : 0.8916594386100769 + }, + "Keyboard Map" : { + "0xf700-0x260000" : { + "Text" : "[1;6A", + "Action" : 10 + }, + "0x37-0x40000" : { + "Text" : "0x1f", + "Action" : 11 + }, + "0x32-0x40000" : { + "Text" : "0x00", + "Action" : 11 + }, + "0xf709-0x20000" : { + "Text" : "[17;2~", + "Action" : 10 + }, + "0xf70c-0x20000" : { + "Text" : "[20;2~", + "Action" : 10 + }, + "0xf729-0x20000" : { + "Text" : "[1;2H", + "Action" : 10 + }, + "0xf72b-0x40000" : { + "Text" : "[1;5F", + "Action" : 10 + }, + "0xf705-0x20000" : { + "Text" : "[1;2Q", + "Action" : 10 + }, + "0xf703-0x260000" : { + "Text" : "[1;6C", + "Action" : 10 + }, + "0xf700-0x220000" : { + "Text" : "[1;2A", + "Action" : 10 + }, + "0xf701-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x42", + "Action" : 11 + }, + "0x38-0x40000" : { + "Text" : "0x7f", + "Action" : 11 + }, + "0x33-0x40000" : { + "Text" : "0x1b", + "Action" : 11 + }, + "0xf703-0x220000" : { + "Text" : "[1;2C", + "Action" : 10 + }, + "0xf701-0x240000" : { + "Text" : "[1;5B", + "Action" : 10 + }, + "0xf70d-0x20000" : { + "Text" : "[21;2~", + "Action" : 10 + }, + "0xf702-0x260000" : { + "Text" : "[1;6D", + "Action" : 10 + }, + "0xf729-0x40000" : { + "Text" : "[1;5H", + "Action" : 10 + }, + "0xf706-0x20000" : { + "Text" : "[1;2R", + "Action" : 10 + }, + "0x34-0x40000" : { + "Text" : "0x1c", + "Action" : 11 + }, + "0xf700-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x41", + "Action" : 11 + }, + "0x2d-0x40000" : { + "Text" : "0x1f", + "Action" : 11 + }, + "0xf70e-0x20000" : { + "Text" : "[23;2~", + "Action" : 10 + }, + "0xf702-0x220000" : { + "Text" : "[1;2D", + "Action" : 10 + }, + "0xf703-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x43", + "Action" : 11 + }, + "0xf700-0x240000" : { + "Text" : "[1;5A", + "Action" : 10 + }, + "0xf707-0x20000" : { + "Text" : "[1;2S", + "Action" : 10 + }, + "0xf70a-0x20000" : { + "Text" : "[18;2~", + "Action" : 10 + }, + "0x35-0x40000" : { + "Text" : "0x1d", + "Action" : 11 + }, + "0xf70f-0x20000" : { + "Text" : "[24;2~", + "Action" : 10 + }, + "0xf703-0x240000" : { + "Text" : "[1;5C", + "Action" : 10 + }, + "0xf701-0x260000" : { + "Text" : "[1;6B", + "Action" : 10 + }, + "0xf702-0x280000" : { + "Text" : "0x1b 0x1b 0x5b 0x44", + "Action" : 11 + }, + "0xf72b-0x20000" : { + "Text" : "[1;2F", + "Action" : 10 + }, + "0x36-0x40000" : { + "Text" : "0x1e", + "Action" : 11 + }, + "0xf708-0x20000" : { + "Text" : "[15;2~", + "Action" : 10 + }, + "0x74-0x100000" : { + "Version" : 2, + "Apply Mode" : 0, + "Action" : 27, + "Text" : "C2E26643-FBAC-4763-8050-499870DEA31C", + "Escaping" : 2 + }, + "0xf701-0x220000" : { + "Text" : "[1;2B", + "Action" : 10 + }, + "0xf70b-0x20000" : { + "Text" : "[19;2~", + "Action" : 10 + }, + "0xf702-0x240000" : { + "Text" : "[1;5D", + "Action" : 10 + }, + "0xf704-0x20000" : { + "Text" : "[1;2P", + "Action" : 10 + } + }, + "Bold Color (Dark)" : { + "Red Component" : 0.36078432202339172, + "Color Space" : "sRGB", + "Blue Component" : 0.45098039507865906, + "Alpha Component" : 1, + "Green Component" : 0.40392157435417175 + }, + "Link Color" : { + "Red Component" : 0.87367779016494751, + "Color Space" : "Calibrated", + "Blue Component" : 0.92620980739593506, + "Alpha Component" : 1, + "Green Component" : 0.8916594386100769 + }, + "Ansi 6 Color" : { + "Red Component" : 0.4660642147064209, + "Color Space" : "Calibrated", + "Blue Component" : 0.77356863021850586, + "Alpha Component" : 1, + "Green Component" : 0.70216643810272217 + }, + "HotKey Activated By Modifier" : false, + "Silence Bell" : false, + "Ansi 4 Color (Dark)" : { + "Red Component" : 0.45098039507865906, + "Color Space" : "sRGB", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 0.81568628549575806 + }, + "Ansi 9 Color (Light)" : { + "Red Component" : 0.94117647409439087, + "Color Space" : "sRGB", + "Blue Component" : 0.44313725829124451, + "Alpha Component" : 1, + "Green Component" : 0.44313725829124451 + }, + "Ansi 12 Color" : { + "Red Component" : 0.43401443958282471, + "Color Space" : "Calibrated", + "Blue Component" : 0.70459425449371338, + "Alpha Component" : 1, + "Green Component" : 0.56080448627471924 + }, + "Ansi 1 Color (Light)" : { + "Red Component" : 0.94117647409439087, + "Color Space" : "sRGB", + "Blue Component" : 0.44313725829124451, + "Alpha Component" : 1, + "Green Component" : 0.44313725829124451 + }, + "Ansi 5 Color (Light)" : { + "Red Component" : 0.63921570777893066, + "Color Space" : "sRGB", + "Blue Component" : 0.80000001192092896, + "Alpha Component" : 1, + "Green Component" : 0.47843137383460999 + }, + "Ansi 5 Color" : { + "Red Component" : 0.64283657073974609, + "Color Space" : "Calibrated", + "Blue Component" : 0.61571133136749268, + "Alpha Component" : 1, + "Green Component" : 0.47487166523933411 + }, + "Foreground Color (Light)" : { + "Red Component" : 0.42352941632270813, + "Color Space" : "sRGB", + "Blue Component" : 0.50196081399917603, + "Alpha Component" : 1, + "Green Component" : 0.46274510025978088 + }, + "Ansi 4 Color" : { + "Red Component" : 0.43401443958282471, + "Color Space" : "Calibrated", + "Blue Component" : 0.70459425449371338, + "Alpha Component" : 1, + "Green Component" : 0.56080448627471924 + }, + "Use Separate Colors for Light and Dark Mode" : true, + "Ansi 3 Color" : { + "Red Component" : 0.89902019500732422, + "Color Space" : "Calibrated", + "Blue Component" : 0.47280269861221313, + "Alpha Component" : 1, + "Green Component" : 0.75577855110168457 + }, + "Blinking Cursor" : false, + "Ansi 6 Color (Light)" : { + "Red Component" : 0.29803922772407532, + "Color Space" : "sRGB", + "Blue Component" : 0.60000002384185791, + "Alpha Component" : 1, + "Green Component" : 0.74901962280273438 + }, + "Ansi 2 Color" : { + "Red Component" : 0.57605421543121338, + "Color Space" : "Calibrated", + "Blue Component" : 0.47597441077232361, + "Alpha Component" : 1, + "Green Component" : 0.7002110481262207 + }, + "Cursor Guide Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "HotKey Window Dock Click Action" : 0, + "Use Underline Color (Dark)" : false, + "Selection Color (Light)" : { + "Red Component" : 0.90980392694473267, + "Color Space" : "sRGB", + "Blue Component" : 0.95686274766921997, + "Alpha Component" : 1, + "Green Component" : 0.93333333730697632 + }, + "ASCII Ligatures" : true, + "Ansi 1 Color" : { + "Red Component" : 0.68855589628219604, + "Color Space" : "Calibrated", + "Blue Component" : 0.34168937802314758, + "Alpha Component" : 1, + "Green Component" : 0.29435792565345764 + }, + "Faint Text Alpha (Light)" : 0.5, + "Ambiguous Double Width" : false, + "Selected Text Color" : { + "Red Component" : 0.81214714050292969, + "Color Space" : "Calibrated", + "Blue Component" : 0.89225924015045166, + "Alpha Component" : 1, + "Green Component" : 0.83857882022857666 + }, + "Ansi 12 Color (Light)" : { + "Red Component" : 0.22352941334247589, + "Color Space" : "sRGB", + "Blue Component" : 0.90196079015731812, + "Alpha Component" : 1, + "Green Component" : 0.61960786581039429 + }, + "Ansi 0 Color" : { + "Red Component" : 0.17621420323848724, + "Color Space" : "Calibrated", + "Blue Component" : 0.25300124287605286, + "Alpha Component" : 1, + "Green Component" : 0.19692185521125793 + }, + "Foreground Color (Dark)" : { + "Red Component" : 0.79607844352722168, + "Color Space" : "sRGB", + "Blue Component" : 0.7764706015586853, + "Alpha Component" : 1, + "Green Component" : 0.80000001192092896 + } +} +] +}