catpuccinno theme across iterm, tmux, and nvim
This commit is contained in:
parent
0cdc5c8b60
commit
22d69ee72e
|
@ -1,38 +1,65 @@
|
|||
unbind r
|
||||
bind r source-file ~/.tmux.conf
|
||||
|
||||
set -g prefix C-s
|
||||
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||
set -g mouse on
|
||||
# act like vim
|
||||
setw -g mode-keys vi
|
||||
bind-key h select-pane -L
|
||||
bind-key j select-pane -D
|
||||
bind-key k select-pane -U
|
||||
bind-key l select-pane -R
|
||||
|
||||
# List of plugins
|
||||
|
||||
# Terminal colors
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -sag terminal-features ",*:RGB"
|
||||
set -sag terminal-features ",*:usstyle"
|
||||
|
||||
unbind C-b
|
||||
set -g prefix C-Space
|
||||
bind C-Space send-prefix
|
||||
|
||||
# Vim style pane selection
|
||||
bind h select-pane -L
|
||||
bind j select-pane -D
|
||||
bind k select-pane -U
|
||||
bind l select-pane -R
|
||||
|
||||
# Start windows and panes at 1, not 0
|
||||
set -g base-index 1
|
||||
set -g pane-base-index 1
|
||||
set-window-option -g pane-base-index 1
|
||||
set-option -g renumber-windows on
|
||||
|
||||
# Use Alt-arrow keys without prefix key to switch panes
|
||||
bind -n M-Left select-pane -L
|
||||
bind -n M-Right select-pane -R
|
||||
bind -n M-Up select-pane -U
|
||||
bind -n M-Down select-pane -D
|
||||
|
||||
# Shift arrow to switch windows
|
||||
bind -n S-Left previous-window
|
||||
bind -n S-Right next-window
|
||||
|
||||
# Shift Alt vim keys to switch windows
|
||||
bind -n M-H previous-window
|
||||
bind -n M-L next-window
|
||||
|
||||
set -g @catppuccin_flavour 'mocha'
|
||||
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
|
||||
# Other examples:
|
||||
# set -g @plugin 'github_username/plugin_name'
|
||||
# set -g @plugin 'git@github.com:user/plugin'
|
||||
# set -g @plugin 'git@bitbucket.com:user/plugin'
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
set -g @plugin 'dracula/tmux'
|
||||
|
||||
# Set 256 colors
|
||||
set -s default-terminal 'tmux-256color'
|
||||
set -g @plugin 'christoomey/vim-tmux-navigator'
|
||||
set -g @plugin 'catppuccin/tmux#latest'
|
||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
set -g @dracula-plugins "weather"
|
||||
set -g @dracula-show-flags true
|
||||
set -g @dracula-show-left-icon session
|
||||
set -g status-position top
|
||||
|
||||
|
||||
set -g @plugin 'christoomey/vim-tmux-navigator'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
# set vi-mode
|
||||
set-window-option -g mode-keys vi
|
||||
# keybindings
|
||||
bind-key -T copy-mode-vi v send-keys -X begin-selection
|
||||
bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle
|
||||
bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
|
||||
|
||||
bind '"' split-window -v -c "#{pane_current_path}"
|
||||
bind % split-window -h -c "#{pane_current_path}"
|
||||
|
|
|
@ -0,0 +1,981 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Selected Text Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.803921568627451</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8392156862745098</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9568627450980393</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Selection Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.34509803921568627</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.3568627450980392</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.4392156862745098</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Cursor Guide Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.803921568627451</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8392156862745098</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9568627450980393</real>
|
||||
<key>Alpha Component</key>
|
||||
<real>0.07</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Cursor Text Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.11764705882352941</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.11764705882352941</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.1803921568627451</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Cursor Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.9607843137254902</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8784313725490196</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.8627450980392157</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Bold Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.803921568627451</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8392156862745098</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9568627450980393</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Link Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.5372549019607843</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8627450980392157</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9215686274509803</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Foreground Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.803921568627451</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8392156862745098</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9568627450980393</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Background Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.11764705882352941</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.11764705882352941</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.1803921568627451</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 15 Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.6509803921568628</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.6784313725490196</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.7843137254901961</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 14 Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.5803921568627451</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8862745098039215</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.8352941176470589</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 13 Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.9607843137254902</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.7607843137254902</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9058823529411765</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 12 Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.5372549019607843</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.7058823529411765</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9803921568627451</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 11 Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.9764705882352941</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8862745098039215</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.6862745098039216</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 10 Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.6509803921568628</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8901960784313725</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.6313725490196078</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 9 Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.9529411764705882</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.5450980392156862</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.6588235294117647</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 8 Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.34509803921568627</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.3568627450980392</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.4392156862745098</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 7 Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.7294117647058823</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.7607843137254902</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.8705882352941177</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 6 Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.5803921568627451</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8862745098039215</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.8352941176470589</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 5 Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.9607843137254902</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.7607843137254902</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9058823529411765</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 4 Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.5372549019607843</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.7058823529411765</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9803921568627451</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 3 Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.9764705882352941</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8862745098039215</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.6862745098039216</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 2 Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.6509803921568628</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8901960784313725</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.6313725490196078</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 1 Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.9529411764705882</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.5450980392156862</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.6588235294117647</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 0 Color</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.27058823529411763</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.2784313725490196</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.35294117647058826</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Selected Text Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.2980392156862745</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.30980392156862746</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.4117647058823529</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Selection Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.6745098039215687</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.6901960784313725</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.7450980392156863</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Cursor Guide Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.2980392156862745</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.30980392156862746</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.4117647058823529</real>
|
||||
<key>Alpha Component</key>
|
||||
<real>0.07</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Cursor Text Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.9372549019607843</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.9450980392156862</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9607843137254902</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Cursor Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.8627450980392157</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.5411764705882353</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.47058823529411764</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Bold Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.2980392156862745</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.30980392156862746</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.4117647058823529</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Link Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.01568627450980392</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.6470588235294118</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.8980392156862745</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Foreground Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.2980392156862745</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.30980392156862746</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.4117647058823529</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Background Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.9372549019607843</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.9450980392156862</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9607843137254902</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 15 Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.7372549019607844</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.7529411764705882</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.8</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 14 Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.09019607843137255</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.5725490196078431</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.6</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 13 Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.9176470588235294</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.4627450980392157</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.796078431372549</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 12 Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.11764705882352941</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.4</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9607843137254902</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 11 Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.8745098039215686</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.5568627450980392</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.11372549019607843</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 10 Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.25098039215686274</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.6274509803921569</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.16862745098039217</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 9 Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.8235294117647058</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.058823529411764705</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.2235294117647059</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 8 Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.4235294117647059</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.43529411764705883</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.5215686274509804</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 7 Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.6745098039215687</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.6901960784313725</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.7450980392156863</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 6 Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.09019607843137255</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.5725490196078431</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.6</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 5 Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.9176470588235294</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.4627450980392157</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.796078431372549</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 4 Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.11764705882352941</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.4</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9607843137254902</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 3 Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.8745098039215686</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.5568627450980392</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.11372549019607843</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 2 Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.25098039215686274</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.6274509803921569</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.16862745098039217</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 1 Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.8235294117647058</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.058823529411764705</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.2235294117647059</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 0 Color (Light)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.3607843137254902</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.37254901960784315</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.4666666666666667</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Selected Text Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.803921568627451</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8392156862745098</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9568627450980393</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Selection Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.34509803921568627</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.3568627450980392</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.4392156862745098</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Cursor Guide Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.803921568627451</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8392156862745098</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9568627450980393</real>
|
||||
<key>Alpha Component</key>
|
||||
<real>0.07</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Cursor Text Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.11764705882352941</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.11764705882352941</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.1803921568627451</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Cursor Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.9607843137254902</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8784313725490196</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.8627450980392157</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Bold Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.803921568627451</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8392156862745098</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9568627450980393</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Link Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.5372549019607843</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8627450980392157</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9215686274509803</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Foreground Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.803921568627451</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8392156862745098</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9568627450980393</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Background Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.11764705882352941</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.11764705882352941</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.1803921568627451</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 15 Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.6509803921568628</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.6784313725490196</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.7843137254901961</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 14 Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.5803921568627451</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8862745098039215</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.8352941176470589</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 13 Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.9607843137254902</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.7607843137254902</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9058823529411765</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 12 Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.5372549019607843</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.7058823529411765</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9803921568627451</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 11 Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.9764705882352941</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8862745098039215</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.6862745098039216</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 10 Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.6509803921568628</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8901960784313725</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.6313725490196078</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 9 Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.9529411764705882</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.5450980392156862</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.6588235294117647</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 8 Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.34509803921568627</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.3568627450980392</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.4392156862745098</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 7 Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.7294117647058823</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.7607843137254902</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.8705882352941177</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 6 Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.5803921568627451</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8862745098039215</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.8352941176470589</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 5 Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.9607843137254902</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.7607843137254902</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9058823529411765</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 4 Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.5372549019607843</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.7058823529411765</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9803921568627451</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 3 Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.9764705882352941</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8862745098039215</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.6862745098039216</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 2 Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.6509803921568628</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.8901960784313725</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.6313725490196078</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 1 Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.9529411764705882</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.5450980392156862</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.6588235294117647</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
<key>Ansi 0 Color (Dark)</key>
|
||||
<dict>
|
||||
<key>Red Component</key>
|
||||
<real>0.27058823529411763</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.2784313725490196</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.35294117647058826</real>
|
||||
<key>Alpha Component</key>
|
||||
<integer>1</integer>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
|
@ -0,0 +1,19 @@
|
|||
return {
|
||||
{
|
||||
'christoomey/vim-tmux-navigator',
|
||||
cmd = {
|
||||
'TmuxNavigateLeft',
|
||||
'TmuxNavigateDown',
|
||||
'TmuxNavigateUp',
|
||||
'TmuxNavigateRight',
|
||||
'TmuxNavigatePrevious',
|
||||
},
|
||||
keys = {
|
||||
{ '<c-h>', '<cmd><C-U>TmuxNavigateLeft<cr>' },
|
||||
{ '<c-j>', '<cmd><C-U>TmuxNavigateDown<cr>' },
|
||||
{ '<c-k>', '<cmd><C-U>TmuxNavigateUp<cr>' },
|
||||
{ '<c-l>', '<cmd><C-U>TmuxNavigateRight<cr>' },
|
||||
{ '<c-\\>', '<cmd><C-U>TmuxNavigatePrevious<cr>' },
|
||||
},
|
||||
},
|
||||
}
|
|
@ -15,6 +15,19 @@ return {
|
|||
},
|
||||
opts = {
|
||||
filesystem = {
|
||||
filtered_items = {
|
||||
visible = true,
|
||||
show_hidden_count = true,
|
||||
hide_dotfiles = false,
|
||||
hide_gitignored = true,
|
||||
hide_by_name = {
|
||||
'.git',
|
||||
'.DS_Store',
|
||||
'thumbs.db',
|
||||
'.venv',
|
||||
},
|
||||
never_show = {},
|
||||
},
|
||||
window = {
|
||||
mappings = {
|
||||
['\\'] = 'close_window',
|
||||
|
|
Loading…
Reference in New Issue