Skip to content

Instantly share code, notes, and snippets.

@edin-m
Last active November 15, 2022 02:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edin-m/1f32bec876c779b0f3e98efb7e0897b3 to your computer and use it in GitHub Desktop.
Save edin-m/1f32bec876c779b0f3e98efb7e0897b3 to your computer and use it in GitHub Desktop.
export PATH=$PATH:/usr/local/go/bin
export PATH="$HOME/.cargo/bin:$PATH"
ssh-add -K /Users/edin-m/.ssh/bitbucket_shoppertrak_rsa
set mouse=a
#
# Executes commands at login pre-zshrc.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
#
# Browser
#
if [[ "$OSTYPE" == darwin* ]]; then
export BROWSER='open'
fi
#
# Editors
#
export EDITOR='nano'
export VISUAL='nano'
export PAGER='less'
#
# Language
#
if [[ -z "$LANG" ]]; then
export LANG='en_US.UTF-8'
fi
#
# Paths
#
# Ensure path arrays do not contain duplicates.
typeset -gU cdpath fpath mailpath path
# Set the the list of directories that cd searches.
# cdpath=(
# $cdpath
# )
# Set the list of directories that Zsh searches for programs.
path=(
/usr/local/{bin,sbin}
$path
)
#
# Less
#
# Set the default Less options.
# Mouse-wheel scrolling has been disabled by -X (disable screen clearing).
# Remove -X and -F (exit if the content fits on one screen) to enable it.
export LESS='-F -g -i -M -R -S -w -X -z-4'
# Set the Less input preprocessor.
# Try both `lesspipe` and `lesspipe.sh` as either might exist on a system.
if (( $#commands[(i)lesspipe(|.sh)] )); then
export LESSOPEN="| /usr/bin/env $commands[(i)lesspipe(|.sh)] %s 2>&-"
fi
#
# Temporary Files
#
if [[ ! -d "$TMPDIR" ]]; then
export TMPDIR="$(mktemp -d)"
fi
TMPPREFIX="${TMPDIR%/}/zsh"
#export PATH="$HOME/.cargo/bin:$PATH"
# Set PATH, MANPATH, etc., for Homebrew.
eval "$(/opt/homebrew/bin/brew shellenv)"
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
ZSH_THEME="avit"
# Set list of themes to pick from when loading at random
# Setting this variable when ZSH_THEME=random will cause zsh to load
# a theme from this variable instead of looking in $ZSH/themes/
# If set to an empty array, this variable will have no effect.
# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" )
# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"
# Uncomment the following line to use hyphen-insensitive completion.
# Case-sensitive completion must be off. _ and - will be interchangeable.
# HYPHEN_INSENSITIVE="true"
# Uncomment one of the following lines to change the auto-update behavior
# zstyle ':omz:update' mode disabled # disable automatic updates
# zstyle ':omz:update' mode auto # update automatically without asking
# zstyle ':omz:update' mode reminder # just remind me to update when it's time
# Uncomment the following line to change how often to auto-update (in days).
# zstyle ':omz:update' frequency 13
# Uncomment the following line if pasting URLs and other text is messed up.
# DISABLE_MAGIC_FUNCTIONS="true"
# Uncomment the following line to disable colors in ls.
# DISABLE_LS_COLORS="true"
# Uncomment the following line to disable auto-setting terminal title.
# DISABLE_AUTO_TITLE="true"
# Uncomment the following line to enable command auto-correction.
# ENABLE_CORRECTION="true"
# Uncomment the following line to display red dots whilst waiting for completion.
# You can also set it to another string to have that shown instead of the default red dots.
# e.g. COMPLETION_WAITING_DOTS="%F{yellow}waiting...%f"
# Caution: this setting can cause issues with multiline prompts in zsh < 5.7.1 (see #5765)
# COMPLETION_WAITING_DOTS="true"
# Uncomment the following line if you want to disable marking untracked files
# under VCS as dirty. This makes repository status check for large repositories
# much, much faster.
# DISABLE_UNTRACKED_FILES_DIRTY="true"
# Uncomment the following line if you want to change the command execution time
# stamp shown in the history command output.
# You can set one of the optional three formats:
# "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
# or set a custom format using the strftime function format specifications,
# see 'man strftime' for details.
# HIST_STAMPS="mm/dd/yyyy"
# Would you like to use another custom folder than $ZSH/custom?
# ZSH_CUSTOM=/path/to/new-custom-folder
# Which plugins would you like to load?
# Standard plugins can be found in $ZSH/plugins/
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(
git
history-substring-search
zsh-autosuggestions
zsh-syntax-highlighting
)
source $ZSH/oh-my-zsh.sh
# User configuration
# export MANPATH="/usr/local/man:$MANPATH"
# You may need to manually set your language environment
# export LANG=en_US.UTF-8
# Preferred editor for local and remote sessions
# if [[ -n $SSH_CONNECTION ]]; then
# export EDITOR='vim'
# else
# export EDITOR='mvim'
# fi
# Compilation flags
# export ARCHFLAGS="-arch x86_64"
# Set personal aliases, overriding those provided by oh-my-zsh libs,
# plugins, and themes. Aliases can be placed here, though oh-my-zsh
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
# For a full list of active aliases, run `alias`.
#
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
bindkey "[D" backward-word
bindkey "[C" forward-word
bindkey "^[a" beginning-of-line
bindkey "^[e" end-of-line
# add zsh completions
fpath=(/usr/local/share/zsh-completions $fpath)
NEWLINE=$'\n'
PROMPT='
%K{black}%F{yellow}%f$USERNAME%F{red}@%f%F{green}$HOST%f $(_user_host)${_current_dir} %k $(git_prompt_info)
%{$fg[$CARETCOLOR]%}▶%{$resetcolor%} '
#$(_ruby_version)
alias netstat_tulpn='lsof -iTCP -sTCP:LISTEN -n -P'
# This speeds up pasting w/ autosuggest
# https://github.com/zsh-users/zsh-autosuggestions/issues/238
pasteinit() {
OLD_SELF_INSERT=${${(s.:.)widgets[self-insert]}[2,3]}
zle -N self-insert url-quote-magic # I wonder if you'd need `.url-quote-magic`?
}
pastefinish() {
zle -N self-insert $OLD_SELF_INSERT
}
zstyle :bracketed-paste-magic paste-init pasteinit
zstyle :bracketed-paste-magic paste-finish pastefinish
HISTFILE=~/.zsh_history
HISTSIZE=999999999
SAVEHIST=$HISTSIZE
#source <(ng completion script)
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
export PATH="/usr/local/bin:/opt/homebrew/bin:$PATH"
export PATH="$PATH:/Applications/Docker.app/Contents/Resources/bin"
unsetopt share_history
# Load Angular CLI autocompletion.
# source <(ng completion script)
LEFT seek -2
RIGHT seek 2
WHEEL_UP add volume -2
WHEEL_DOWN add volume 2
UP add volume 2
DOWN add volume -2
k cycle sub down
<scheme name="IntelliJ Light copy" version="142" parent_scheme="Default">
<metaInfo>
<property name="created">2022-11-15T03:06:25</property>
<property name="ide">Idea</property>
<property name="ideVersion">2022.2.3.0.0</property>
<property name="modified">2022-11-15T03:06:31</property>
<property name="originalScheme">IntelliJ Light copy</property>
</metaInfo>
<colors>
<option name="CARET_ROW_COLOR" value="fcfaed" />
<option name="GUTTER_BACKGROUND" value="f2f2f2" />
<option name="LINE_NUMBERS_COLOR" value="adadad" />
<option name="SELECTION_BACKGROUND" value="a6d2ff" />
<option name="SELECTION_FOREGROUND" value="" />
<option name="TEARLINE_COLOR" value="d4d4d4" />
</colors>
<attributes>
<option name="ANNOTATION_NAME_ATTRIBUTES" baseAttributes="DEFAULT_METADATA" />
<option name="CLASS_NAME_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="8524be" />
</value>
</option>
<option name="CTRL_CLICKABLE">
<value>
<option name="FOREGROUND" value="6dcc" />
<option name="EFFECT_COLOR" value="6dcc" />
<option name="EFFECT_TYPE" value="-1" />
</value>
</option>
<option name="CUSTOM_KEYWORD1_ATTRIBUTES" baseAttributes="DEFAULT_KEYWORD" />
<option name="CUSTOM_KEYWORD2_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="74118c" />
</value>
</option>
<option name="CUSTOM_KEYWORD3_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="8080" />
</value>
</option>
<option name="CUSTOM_KEYWORD4_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="800000" />
</value>
</option>
<option name="CUSTOM_NUMBER_ATTRIBUTES" baseAttributes="DEFAULT_NUMBER" />
<option name="CUSTOM_STRING_ATTRIBUTES" baseAttributes="DEFAULT_STRING" />
<option name="DEFAULT_ATTRIBUTE">
<value>
<option name="FOREGROUND" value="174ad4" />
</value>
</option>
<option name="DEFAULT_BLOCK_COMMENT">
<value>
<option name="FOREGROUND" value="8c8c8c" />
<option name="FONT_TYPE" value="2" />
</value>
</option>
<option name="DEFAULT_CLASS_NAME">
<value>
<option name="FOREGROUND" value="3d81" />
</value>
</option>
<option name="DEFAULT_CONSTANT">
<value>
<option name="FOREGROUND" value="871094" />
<option name="FONT_TYPE" value="2" />
</value>
</option>
<option name="DEFAULT_DOC_COMMENT">
<value>
<option name="FOREGROUND" value="8c8c8c" />
<option name="FONT_TYPE" value="2" />
</value>
</option>
<option name="DEFAULT_DOC_COMMENT_TAG">
<value>
<option name="EFFECT_COLOR" value="999999" />
<option name="EFFECT_TYPE" value="1" />
</value>
</option>
<option name="DEFAULT_DOC_COMMENT_TAG_VALUE">
<value>
<option name="FOREGROUND" value="3d3d3d" />
<option name="FONT_TYPE" value="2" />
</value>
</option>
<option name="DEFAULT_ENTITY">
<value>
<option name="FOREGROUND" value="174be6" />
</value>
</option>
<option name="DEFAULT_FUNCTION_CALL">
<value>
<option name="FOREGROUND" value="6198" />
</value>
</option>
<option name="DEFAULT_FUNCTION_DECLARATION">
<value>
<option name="FOREGROUND" value="627a" />
</value>
</option>
<option name="DEFAULT_INSTANCE_FIELD">
<value>
<option name="FOREGROUND" value="871094" />
</value>
</option>
<option name="DEFAULT_INVALID_STRING_ESCAPE">
<value>
<option name="FOREGROUND" value="67d17" />
<option name="BACKGROUND" value="ffcccc" />
</value>
</option>
<option name="DEFAULT_KEYWORD">
<value>
<option name="FOREGROUND" value="33b3" />
</value>
</option>
<option name="DEFAULT_LABEL">
<value>
<option name="EFFECT_COLOR" value="808080" />
<option name="EFFECT_TYPE" value="1" />
</value>
</option>
<option name="DEFAULT_LINE_COMMENT">
<value>
<option name="FOREGROUND" value="8c8c8c" />
<option name="FONT_TYPE" value="2" />
</value>
</option>
<option name="DEFAULT_METADATA">
<value>
<option name="FOREGROUND" value="9e880d" />
</value>
</option>
<option name="DEFAULT_NUMBER">
<value>
<option name="FOREGROUND" value="1750eb" />
</value>
</option>
<option name="DEFAULT_STATIC_FIELD">
<value>
<option name="FOREGROUND" value="871094" />
<option name="FONT_TYPE" value="2" />
</value>
</option>
<option name="DEFAULT_STATIC_METHOD">
<value>
<option name="FOREGROUND" value="627a" />
<option name="FONT_TYPE" value="2" />
</value>
</option>
<option name="DEFAULT_STRING">
<value>
<option name="FOREGROUND" value="67d17" />
</value>
</option>
<option name="DEFAULT_TAG">
<value />
</option>
<option name="DEFAULT_VALID_STRING_ESCAPE">
<value>
<option name="FOREGROUND" value="37a6" />
</value>
</option>
<option name="DIFF_MODIFIED">
<value>
<option name="BACKGROUND" value="c2d8f2" />
<option name="ERROR_STRIPE_COLOR" value="b6d2f2" />
</value>
</option>
<option name="FOLDED_TEXT_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="414d41" />
<option name="BACKGROUND" value="e9f5e6" />
<option name="EFFECT_TYPE" value="1" />
</value>
</option>
<option name="FOLLOWED_HYPERLINK_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="6dcc" />
<option name="EFFECT_COLOR" value="6dcc" />
<option name="EFFECT_TYPE" value="1" />
</value>
</option>
<option name="GHERKIN_PYSTRING">
<value>
<option name="FOREGROUND" value="8080" />
</value>
</option>
<option name="GHERKIN_REGEXP_PARAMETER">
<value>
<option name="FOREGROUND" value="297bde" />
</value>
</option>
<option name="GO_BUILTIN_CONSTANT">
<value>
<option name="FOREGROUND" value="33b3" />
</value>
</option>
<option name="GO_BUILTIN_FUNCTION_CALL">
<value>
<option name="FOREGROUND" value="33b3" />
</value>
</option>
<option name="GO_BUILTIN_TYPE_REFERENCE">
<value>
<option name="FOREGROUND" value="33b3" />
</value>
</option>
<option name="GO_BUILTIN_VARIABLE">
<value>
<option name="FOREGROUND" value="33b3" />
</value>
</option>
<option name="GO_COMMENT_REFERENCE">
<value>
<option name="FOREGROUND" value="525252" />
</value>
</option>
<option name="GO_EXPORTED_FUNCTION">
<value>
<option name="FOREGROUND" value="286d73" />
</value>
</option>
<option name="GO_EXPORTED_FUNCTION_CALL">
<value>
<option name="FOREGROUND" value="36666b" />
</value>
</option>
<option name="GO_LOCAL_CONSTANT">
<value>
<option name="FOREGROUND" value="871094" />
</value>
</option>
<option name="GO_LOCAL_FUNCTION">
<value>
<option name="FOREGROUND" value="286d73" />
</value>
</option>
<option name="GO_LOCAL_FUNCTION_CALL">
<value>
<option name="FOREGROUND" value="36666b" />
</value>
</option>
<option name="GO_METHOD_RECEIVER">
<value>
<option name="FOREGROUND" value="8a91" />
</value>
</option>
<option name="GO_PACKAGE">
<value>
<option name="FOREGROUND" value="805900" />
</value>
</option>
<option name="GO_PACKAGE_EXPORTED_CONSTANT">
<value>
<option name="FOREGROUND" value="871094" />
</value>
</option>
<option name="GO_PACKAGE_LOCAL_CONSTANT">
<value>
<option name="FOREGROUND" value="871094" />
</value>
</option>
<option name="GO_SHADOWING_VARIABLE">
<value>
<option name="FOREGROUND" value="708c00" />
</value>
</option>
<option name="GO_TYPE_REFERENCE">
<value>
<option name="FOREGROUND" value="336ecc" />
</value>
</option>
<option name="GROOVY_KEYWORD" baseAttributes="JAVA_KEYWORD" />
<option name="HYPERLINK_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="6dcc" />
<option name="EFFECT_COLOR" value="6dcc" />
<option name="EFFECT_TYPE" value="1" />
</value>
</option>
<option name="IDENTIFIER_UNDER_CARET_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="edebfc" />
<option name="ERROR_STRIPE_COLOR" value="d0a1ff" />
</value>
</option>
<option name="IMPLICIT_ANONYMOUS_CLASS_PARAMETER_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="851691" />
</value>
</option>
<option name="INSTANCE_FIELD_ATTRIBUTES" baseAttributes="DEFAULT_INSTANCE_FIELD" />
<option name="INTERFACE_NAME_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="96cda" />
</value>
</option>
<option name="JS.GLOBAL_VARIABLE">
<value>
<option name="FOREGROUND" value="830091" />
</value>
</option>
<option name="JS.LOCAL_VARIABLE">
<value>
<option name="FOREGROUND" value="248f8f" />
</value>
</option>
<option name="JS.REGEXP">
<value>
<option name="FOREGROUND" value="264eff" />
</value>
</option>
<option name="List/map to object conversion">
<value>
<option name="FOREGROUND" value="ff" />
</value>
</option>
<option name="MATCHED_BRACE_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="93d9d9" />
</value>
</option>
<option name="MATCHED_TAG_NAME">
<value>
<option name="BACKGROUND" value="c9ecec" />
</value>
</option>
<option name="PROPERTIES.KEY">
<value>
<option name="FOREGROUND" value="83080" />
</value>
</option>
<option name="SASS_MIXIN">
<value>
<option name="FOREGROUND" value="8080" />
</value>
</option>
<option name="STATIC_FIELD_ATTRIBUTES" baseAttributes="DEFAULT_STATIC_FIELD" />
<option name="STATIC_FINAL_FIELD_ATTRIBUTES" baseAttributes="STATIC_FIELD_ATTRIBUTES" />
<option name="STATIC_METHOD_ATTRIBUTES">
<value>
<option name="FONT_TYPE" value="2" />
</value>
</option>
<option name="TEMPLATE_VARIABLE_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="7f0000" />
<option name="FONT_TYPE" value="2" />
</value>
</option>
<option name="TEXT">
<value>
<option name="FOREGROUND" value="80808" />
<option name="BACKGROUND" value="ffffff" />
</value>
</option>
<option name="TEXT_SEARCH_RESULT_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="0" />
<option name="BACKGROUND" value="ffe959" />
<option name="ERROR_STRIPE_COLOR" value="99661f" />
</value>
</option>
<option name="TODO_DEFAULT_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="8dde" />
<option name="FONT_TYPE" value="2" />
<option name="ERROR_STRIPE_COLOR" value="54aae3" />
</value>
</option>
<option name="TYPE_PARAMETER_NAME_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="7e8a" />
</value>
</option>
<option name="WARNING_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="f5eac1" />
<option name="ERROR_STRIPE_COLOR" value="ebc700" />
<option name="EFFECT_TYPE" value="1" />
</value>
</option>
<option name="WRITE_IDENTIFIER_UNDER_CARET_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="fce8f4" />
<option name="ERROR_STRIPE_COLOR" value="f0a8d2" />
</value>
</option>
<option name="WRONG_REFERENCES_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="f50000" />
</value>
</option>
<option name="XPATH.FUNCTION">
<value>
<option name="FOREGROUND" value="174ad4" />
</value>
</option>
<option name="XPATH.KEYWORD">
<value>
<option name="FOREGROUND" value="174ad4" />
</value>
</option>
<option name="XPATH.XPATH_NAME">
<value>
<option name="FOREGROUND" value="33b3" />
</value>
</option>
<option name="YAML_ANCHOR">
<value>
<option name="FOREGROUND" value="e6" />
</value>
</option>
</attributes>
</scheme>
{
"Profiles": [
{
"Ansi 2 Color" : {
"Red Component" : 0.34901960784313724,
"Color Space" : "sRGB",
"Blue Component" : 0.55294117647058827,
"Alpha Component" : 1,
"Green Component" : 0.96470588235294119
},
"Tags" : [
],
"Ansi 12 Color" : {
"Red Component" : 0.78823529411764703,
"Color Space" : "sRGB",
"Blue Component" : 0.98039215686274506,
"Alpha Component" : 1,
"Green Component" : 0.6588235294117647
},
"Normal Font" : "Monaco 13",
"Ansi 4 Color" : {
"Red Component" : 0.78823529411764703,
"Color Space" : "sRGB",
"Blue Component" : 0.98039215686274506,
"Alpha Component" : 1,
"Green Component" : 0.6588235294117647
},
"Bold Color" : {
"Red Component" : 0.92156862745098034,
"Color Space" : "sRGB",
"Blue Component" : 0.92156862745098034,
"Alpha Component" : 1,
"Green Component" : 0.92156862745098034
},
"Ansi 5 Color" : {
"Red Component" : 1,
"Color Space" : "sRGB",
"Blue Component" : 0.81568627450980391,
"Alpha Component" : 1,
"Green Component" : 0.5725490196078431
},
"Use Non-ASCII Font" : false,
"Rows" : 40,
"Default Bookmark" : "No",
"Blend" : 0.53486894248188399,
"Non-ASCII Anti Aliased" : true,
"Use Bright Bold" : true,
"Ansi 10 Color" : {
"Red Component" : 0.34901960784313724,
"Color Space" : "sRGB",
"Blue Component" : 0.55294117647058827,
"Alpha Component" : 1,
"Green Component" : 0.96470588235294119
},
"Ambiguous Double Width" : false,
"Jobs to Ignore" : [
"rlogin",
"ssh",
"slogin",
"telnet"
],
"Ansi 15 Color" : {
"Green Component" : 1,
"Red Component" : 1,
"Blue Component" : 1
},
"Foreground Color" : {
"Red Component" : 0.91764705882352937,
"Color Space" : "sRGB",
"Blue Component" : 0.91764705882352937,
"Alpha Component" : 1,
"Green Component" : 0.91764705882352937
},
"Working Directory" : "\/Users\/edin-m",
"Use Tab Color" : false,
"Blinking Cursor" : false,
"Disable Window Resizing" : true,
"Sync Title" : false,
"Prompt Before Closing 2" : false,
"BM Growl" : true,
"Command" : "\/bin\/zsh",
"Description" : "Default",
"Mouse Reporting" : true,
"Screen" : -1,
"Selection Color" : {
"Red Component" : 0.33333333333333331,
"Color Space" : "sRGB",
"Blue Component" : 0.42745098039215684,
"Alpha Component" : 1,
"Green Component" : 0.34901960784313724
},
"Initial Use Transparency" : true,
"Only The Default BG Color Uses Transparency" : false,
"Columns" : 200,
"Idle Code" : 0,
"Background Image Mode" : 0,
"Ansi 13 Color" : {
"Red Component" : 1,
"Color Space" : "sRGB",
"Blue Component" : 0.81568627450980391,
"Alpha Component" : 1,
"Green Component" : 0.5725490196078431
},
"Brighten Bold Text" : true,
"Custom Command" : "Yes",
"ASCII Anti Aliased" : true,
"Non Ascii Font" : "Monaco 12",
"Vertical Spacing" : 1,
"Use Bold Font" : true,
"Option Key Sends" : 0,
"Selected Text Color" : {
"Red Component" : 0.99607843137254903,
"Color Space" : "sRGB",
"Blue Component" : 1,
"Alpha Component" : 1,
"Green Component" : 1
},
"Background Color" : {
"Red Component" : 0.22344631618923613,
"Color Space" : "sRGB",
"Blue Component" : 0.30938720703125,
"Alpha Component" : 1,
"Green Component" : 0.23490510163483794
},
"Character Encoding" : 4,
"Ansi 11 Color" : {
"Red Component" : 0.97983871091304497,
"Color Space" : "sRGB",
"Blue Component" : 0.63306453861741963,
"Alpha Component" : 1,
"Green Component" : 1
},
"Use Italic Font" : true,
"Unlimited Scrollback" : true,
"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
}
},
"Window Type" : 0,
"Blur Radius" : 16.283892952127662,
"Initial Text" : "",
"Background Image Location" : "",
"Blur" : false,
"Scrollback Lines" : 0,
"Send Code When Idle" : false,
"Close Sessions On End" : true,
"Terminal Type" : "xterm-256color",
"Visual Bell" : true,
"Flashing Bell" : false,
"Silence Bell" : false,
"Use Underline Color" : false,
"Ansi 14 Color" : {
"Red Component" : 0.59999999999999998,
"Color Space" : "sRGB",
"Blue Component" : 0.99215686274509807,
"Alpha Component" : 1,
"Green Component" : 0.92549019607843142
},
"Name" : "Default",
"Cursor Text Color" : {
"Green Component" : 1,
"Red Component" : 1,
"Blue Component" : 1
},
"Shortcut" : "",
"Cursor Color" : {
"Green Component" : 0.73333334922790527,
"Red Component" : 0.73333334922790527,
"Blue Component" : 0.73333334922790527
},
"Transparency" : 0.048168218085106324,
"Guid" : "CCAAE7A9-93BE-4217-AF1A-8A781BADE761",
"Custom Directory" : "No",
"Ansi 0 Color" : {
"Green Component" : 0,
"Red Component" : 0,
"Blue Component" : 0
},
"Ansi 1 Color" : {
"Red Component" : 1,
"Color Space" : "sRGB",
"Blue Component" : 0.40392156862745099,
"Alpha Component" : 1,
"Green Component" : 0.42745098039215684
},
"Ansi 3 Color" : {
"Red Component" : 0.91906227719933753,
"Color Space" : "sRGB",
"Blue Component" : 0.59379745869981992,
"Alpha Component" : 1,
"Green Component" : 0.9379730224609375
},
"Horizontal Spacing" : 1,
"Ansi 7 Color" : {
"Green Component" : 0.73333334922790527,
"Red Component" : 0.73333334922790527,
"Blue Component" : 0.73333334922790527
},
"Ansi 8 Color" : {
"Green Component" : 0.3333333432674408,
"Red Component" : 0.3333333432674408,
"Blue Component" : 0.3333333432674408
},
"Ansi 9 Color" : {
"Green Component" : 0.3333333432674408,
"Red Component" : 1,
"Blue Component" : 0.3333333432674408
},
"Right Option Key Sends" : 0,
"Ansi 6 Color" : {
"Red Component" : 0.59999999999999998,
"Color Space" : "sRGB",
"Blue Component" : 0.99215686274509807,
"Alpha Component" : 1,
"Green Component" : 0.92549019607843142
}
},
{
"Use Non-ASCII Font" : false,
"Tags" : [
],
"Ansi 12 Color" : {
"Red Component" : 0.78823529411764703,
"Color Space" : "sRGB",
"Blue Component" : 0.98039215686274506,
"Alpha Component" : 1,
"Green Component" : 0.6588235294117647
},
"Has Hotkey" : false,
"Normal Font" : "Monaco 13",
"Bold Color" : {
"Red Component" : 0.92156862745098034,
"Color Space" : "sRGB",
"Blue Component" : 0.92156862745098034,
"Alpha Component" : 1,
"Green Component" : 0.92156862745098034
},
"Ansi 2 Color" : {
"Red Component" : 0.34901960784313724,
"Color Space" : "sRGB",
"Blue Component" : 0.55294117647058827,
"Alpha Component" : 1,
"Green Component" : 0.96470588235294119
},
"Ansi 1 Color" : {
"Red Component" : 1,
"Color Space" : "sRGB",
"Blue Component" : 0.40392156862745099,
"Alpha Component" : 1,
"Green Component" : 0.42745098039215684
},
"Ansi 5 Color" : {
"Red Component" : 1,
"Color Space" : "sRGB",
"Blue Component" : 0.81568627450980391,
"Alpha Component" : 1,
"Green Component" : 0.5725490196078431
},
"Rows" : 40,
"Default Bookmark" : "No",
"Blend" : 0.53486894248188399,
"Non-ASCII Anti Aliased" : true,
"Use Bright Bold" : true,
"Ansi 10 Color" : {
"Red Component" : 0.34901960784313724,
"Color Space" : "sRGB",
"Blue Component" : 0.55294117647058827,
"Alpha Component" : 1,
"Green Component" : 0.96470588235294119
},
"Ambiguous Double Width" : false,
"Jobs to Ignore" : [
"rlogin",
"ssh",
"slogin",
"telnet"
],
"Ansi 15 Color" : {
"Green Component" : 1,
"Red Component" : 1,
"Blue Component" : 1
},
"Foreground Color" : {
"Red Component" : 0.91764705882352937,
"Color Space" : "sRGB",
"Blue Component" : 0.91764705882352937,
"Alpha Component" : 1,
"Green Component" : 0.91764705882352937
},
"Bound Hosts" : [
],
"Working Directory" : "\/Users\/edin-m",
"Blinking Cursor" : false,
"Use Tab Color" : false,
"Sync Title" : false,
"Prompt Before Closing 2" : false,
"BM Growl" : true,
"Command" : "\/bin\/zsh",
"Description" : "Default",
"Disable Window Resizing" : true,
"Mouse Reporting" : true,
"Screen" : -1,
"Selection Color" : {
"Red Component" : 0.33333333333333331,
"Color Space" : "sRGB",
"Blue Component" : 0.42745098039215684,
"Alpha Component" : 1,
"Green Component" : 0.34901960784313724
},
"Initial Use Transparency" : true,
"Only The Default BG Color Uses Transparency" : false,
"Columns" : 200,
"Idle Code" : 0,
"Background Image Mode" : 0,
"Ansi 13 Color" : {
"Red Component" : 1,
"Color Space" : "sRGB",
"Blue Component" : 0.81568627450980391,
"Alpha Component" : 1,
"Green Component" : 0.5725490196078431
},
"Brighten Bold Text" : true,
"Custom Command" : "Yes",
"ASCII Anti Aliased" : true,
"Non Ascii Font" : "Monaco 12",
"Vertical Spacing" : 1,
"Use Bold Font" : true,
"Option Key Sends" : 0,
"Selected Text Color" : {
"Red Component" : 0.99607843137254903,
"Color Space" : "sRGB",
"Blue Component" : 1,
"Alpha Component" : 1,
"Green Component" : 1
},
"Background Color" : {
"Red Component" : 0.15294117647058825,
"Color Space" : "sRGB",
"Blue Component" : 0.21176470588235294,
"Alpha Component" : 1,
"Green Component" : 0.16078431372549021
},
"Character Encoding" : 4,
"Ansi 11 Color" : {
"Red Component" : 0.95294117647058818,
"Color Space" : "sRGB",
"Blue Component" : 0.61568627450980395,
"Alpha Component" : 1,
"Green Component" : 0.97254901960784312
},
"Use Italic Font" : true,
"Unlimited Scrollback" : true,
"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
}
},
"Window Type" : 0,
"Blur Radius" : 16.283892952127662,
"Initial Text" : "",
"Background Image Location" : "",
"Blur" : false,
"Scrollback Lines" : 0,
"Send Code When Idle" : false,
"Close Sessions On End" : true,
"Terminal Type" : "xterm-256color",
"Visual Bell" : true,
"Flashing Bell" : false,
"Silence Bell" : false,
"Use Underline Color" : false,
"Ansi 14 Color" : {
"Red Component" : 0.59999999999999998,
"Color Space" : "sRGB",
"Blue Component" : 0.99215686274509807,
"Alpha Component" : 1,
"Green Component" : 0.92549019607843142
},
"Name" : "Copy of Default",
"Cursor Text Color" : {
"Green Component" : 1,
"Red Component" : 1,
"Blue Component" : 1
},
"Shortcut" : "",
"Cursor Color" : {
"Green Component" : 0.73333334922790527,
"Red Component" : 0.73333334922790527,
"Blue Component" : 0.73333334922790527
},
"Transparency" : 0.048168218085106324,
"Ansi 0 Color" : {
"Green Component" : 0,
"Red Component" : 0,
"Blue Component" : 0
},
"Custom Directory" : "No",
"Guid" : "BE81ADE8-F13C-4AF6-9885-0A28256A7233",
"Horizontal Spacing" : 1,
"Ansi 3 Color" : {
"Red Component" : 0.95294117647058818,
"Color Space" : "sRGB",
"Blue Component" : 0.61568627450980395,
"Alpha Component" : 1,
"Green Component" : 0.97254901960784312
},
"Ansi 6 Color" : {
"Red Component" : 0.59999999999999998,
"Color Space" : "sRGB",
"Blue Component" : 0.99215686274509807,
"Alpha Component" : 1,
"Green Component" : 0.92549019607843142
},
"Ansi 7 Color" : {
"Green Component" : 0.73333334922790527,
"Red Component" : 0.73333334922790527,
"Blue Component" : 0.73333334922790527
},
"Ansi 8 Color" : {
"Green Component" : 0.3333333432674408,
"Red Component" : 0.3333333432674408,
"Blue Component" : 0.3333333432674408
},
"Ansi 9 Color" : {
"Green Component" : 0.3333333432674408,
"Red Component" : 1,
"Blue Component" : 0.3333333432674408
},
"Ansi 4 Color" : {
"Red Component" : 0.78823529411764703,
"Color Space" : "sRGB",
"Blue Component" : 0.98039215686274506,
"Alpha Component" : 1,
"Green Component" : 0.6588235294117647
},
"Right Option Key Sends" : 0
},
{
"Ansi 4 Color" : {
"Red Component" : 0.52156862745098043,
"Color Space" : "sRGB",
"Blue Component" : 0.74509803921568629,
"Alpha Component" : 1,
"Green Component" : 0.14117647058823529
},
"Tags" : [
],
"Ansi 12 Color" : {
"Red Component" : 0.52156862745098043,
"Color Space" : "sRGB",
"Blue Component" : 0.74509803921568629,
"Alpha Component" : 1,
"Green Component" : 0.14117647058823529
},
"Ansi 5 Color" : {
"Red Component" : 0.682159423828125,
"Color Space" : "sRGB",
"Blue Component" : 0.55642808653828968,
"Alpha Component" : 1,
"Green Component" : 0.39056972670914547
},
"Use Non-ASCII Font" : false,
"Bold Color" : {
"Red Component" : 0.0879974365234375,
"Color Space" : "sRGB",
"Blue Component" : 0.0879974365234375,
"Alpha Component" : 1,
"Green Component" : 0.0879974365234375
},
"Has Hotkey" : false,
"Normal Font" : "Monaco 13",
"Ansi 1 Color" : {
"Red Component" : 0.846099853515625,
"Color Space" : "sRGB",
"Blue Component" : 0.34175798489286535,
"Alpha Component" : 1,
"Green Component" : 0.36166621555366874
},
"Rows" : 40,
"Default Bookmark" : "No",
"Custom Directory" : "No",
"Blend" : 0.53486894248188399,
"Ansi 3 Color" : {
"Red Component" : 0.4393310546875,
"Color Space" : "sRGB",
"Blue Component" : 0,
"Alpha Component" : 1,
"Green Component" : 0.055345416069030762
},
"Non-ASCII Anti Aliased" : true,
"Use Bright Bold" : true,
"Ansi 10 Color" : {
"Red Component" : 0.27843137254901962,
"Color Space" : "sRGB",
"Blue Component" : 0.74509803921568629,
"Alpha Component" : 1,
"Green Component" : 0.14509803921568629
},
"Ambiguous Double Width" : false,
"Jobs to Ignore" : [
"rlogin",
"ssh",
"slogin",
"telnet"
],
"Ansi 15 Color" : {
"Red Component" : 1,
"Color Space" : "sRGB",
"Blue Component" : 0.31764705882352939,
"Alpha Component" : 1,
"Green Component" : 0.31764705882352939
},
"Foreground Color" : {
"Red Component" : 0.2196078431372549,
"Color Space" : "sRGB",
"Blue Component" : 0.30588235294117649,
"Alpha Component" : 1,
"Green Component" : 0.23137254901960785
},
"Bound Hosts" : [
],
"Working Directory" : "\/Users\/edin-m",
"Blinking Cursor" : false,
"Use Tab Color" : false,
"Sync Title" : false,
"Prompt Before Closing 2" : false,
"BM Growl" : true,
"Command" : "\/bin\/zsh",
"Description" : "Default",
"Disable Window Resizing" : true,
"Mouse Reporting" : true,
"Screen" : -1,
"Selection Color" : {
"Red Component" : 0.33333333333333331,
"Color Space" : "sRGB",
"Blue Component" : 0.42745098039215684,
"Alpha Component" : 1,
"Green Component" : 0.34901960784313724
},
"Initial Use Transparency" : true,
"Only The Default BG Color Uses Transparency" : false,
"Columns" : 200,
"Idle Code" : 0,
"Background Image Mode" : 0,
"Ansi 13 Color" : {
"Red Component" : 0.858154296875,
"Color Space" : "sRGB",
"Blue Component" : 0.69998469080019265,
"Alpha Component" : 1,
"Green Component" : 0.49133542321214918
},
"Brighten Bold Text" : true,
"Custom Command" : "Yes",
"ASCII Anti Aliased" : true,
"Non Ascii Font" : "Monaco 12",
"Vertical Spacing" : 1,
"Use Bold Font" : true,
"Option Key Sends" : 0,
"Selected Text Color" : {
"Red Component" : 0.99607843137254903,
"Color Space" : "sRGB",
"Blue Component" : 1,
"Alpha Component" : 1,
"Green Component" : 1
},
"Background Color" : {
"Red Component" : 0.91764705882352937,
"Color Space" : "sRGB",
"Blue Component" : 0.91764705882352937,
"Alpha Component" : 1,
"Green Component" : 0.91764705882352937
},
"Character Encoding" : 4,
"Ansi 11 Color" : {
"Red Component" : 0.6289825439453125,
"Color Space" : "sRGB",
"Blue Component" : 0,
"Alpha Component" : 1,
"Green Component" : 0
},
"Use Italic Font" : true,
"Unlimited Scrollback" : true,
"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
}
},
"Window Type" : 0,
"Blur Radius" : 16.283892952127662,
"Initial Text" : "",
"Background Image Location" : "",
"Blur" : false,
"Scrollback Lines" : 0,
"Send Code When Idle" : false,
"Close Sessions On End" : true,
"Terminal Type" : "xterm-256color",
"Visual Bell" : true,
"Flashing Bell" : false,
"Silence Bell" : false,
"Use Underline Color" : false,
"Ansi 14 Color" : {
"Red Component" : 0.41431214523221693,
"Color Space" : "sRGB",
"Blue Component" : 0.6851043701171875,
"Alpha Component" : 1,
"Green Component" : 0.63906969188674245
},
"Name" : "Default [Light]",
"Cursor Text Color" : {
"Green Component" : 1,
"Red Component" : 1,
"Blue Component" : 1
},
"Minimum Contrast" : 0,
"Shortcut" : "",
"Cursor Color" : {
"Red Component" : 0.6424102783203125,
"Color Space" : "sRGB",
"Blue Component" : 0.64241018027030294,
"Alpha Component" : 1,
"Green Component" : 0.64241018027030294
},
"Transparency" : 0,
"Tab Color" : {
"Red Component" : 0.2143020280636847,
"Color Space" : "sRGB",
"Blue Component" : 0.34216840485780153,
"Alpha Component" : 1,
"Green Component" : 0.5532379150390625
},
"Ansi 0 Color" : {
"Red Component" : 1,
"Color Space" : "sRGB",
"Blue Component" : 1,
"Alpha Component" : 1,
"Green Component" : 1
},
"Link Color" : {
"Red Component" : 0,
"Color Space" : "sRGB",
"Blue Component" : 0.393402099609375,
"Alpha Component" : 1,
"Green Component" : 0.19243573210942039
},
"Guid" : "03A547AC-E706-4040-AB21-3E5D014DC341",
"Right Option Key Sends" : 0,
"Ansi 6 Color" : {
"Red Component" : 0.41594543884022833,
"Color Space" : "sRGB",
"Blue Component" : 0.68780517578125,
"Alpha Component" : 1,
"Green Component" : 0.64158902050127631
},
"Ansi 7 Color" : {
"Red Component" : 0.636566162109375,
"Color Space" : "sRGB",
"Blue Component" : 0.63656606495134316,
"Alpha Component" : 1,
"Green Component" : 0.63656606495134316
},
"Ansi 8 Color" : {
"Red Component" : 0.72156862745098038,
"Color Space" : "sRGB",
"Blue Component" : 0.72156862745098038,
"Alpha Component" : 1,
"Green Component" : 0.72156862745098038
},
"Ansi 9 Color" : {
"Green Component" : 0.3333333432674408,
"Red Component" : 1,
"Blue Component" : 0.3333333432674408
},
"Horizontal Spacing" : 1,
"Ansi 2 Color" : {
"Red Component" : 0.27843137254901962,
"Color Space" : "sRGB",
"Blue Component" : 0.74509803921568629,
"Alpha Component" : 1,
"Green Component" : 0.14509803921568629
}
}
]
}
screenshot-directory=c:/vlcsnap
screenshot-template=mpv-%f_%wH_%wM_%wS_%tF_%tH_%tM_%n
sub-font-size=33
geometry=70%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment