aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXander Swan <email>2025-12-03 10:00:41 -0500
committerXander Swan <email>2025-12-03 10:00:41 -0500
commit53c62b933adefb98a0884a61a9254fb887067745 (patch)
tree12128b892a79e471842d706a706a97570a5d9d32
parent1acc226a2f0902dfd8089c59cab33e02df18f715 (diff)
.
-rw-r--r--.config/alacritty/alacritty.yml35
-rw-r--r--.config/tmux/tmux.conf7
2 files changed, 21 insertions, 21 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
index 7a5cf95..fa16de4 100644
--- a/.config/alacritty/alacritty.yml
+++ b/.config/alacritty/alacritty.yml
@@ -7,25 +7,26 @@ window:
colors:
primary:
- background: "0x222222"
+ background: '0x262626'
+ foreground: '0xfff1f3'
normal:
- black: "0x111111"
- white: "0xAAAAAA"
- red: "0xAA0033"
- green: "0x009955"
- yellow: "0x997000"
- blue: "0x335599"
- magenta: "0x993999"
- cyan: "0x008899"
+ black: '0x2c2525'
+ red: '0xfd6883'
+ green: '0xadda78'
+ yellow: '0xf9cc6c'
+ blue: '0xf38d70'
+ magenta: '0xa8a9eb'
+ cyan: '0x85dacc'
+ white: '0xfff1f3'
bright:
- black: "0x444444"
- white: "0xFFFFFF"
- red: "0xFF0033"
- green: "0x00FF77"
- yellow: "0xFFFF00"
- blue: "0x00AAFF"
- magenta: "0xFF77FF"
- cyan: "0x00DDFF"
+ black: '0x72696a'
+ red: '0xfd6883'
+ green: '0xadda78'
+ yellow: '0xf9cc6c'
+ blue: '0xf38d70'
+ magenta: '0xa8a9eb'
+ cyan: '0x85dacc'
+ white: '0xfff1f3'
font:
normal:
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index 35cf423..ac1290f 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -1,7 +1,5 @@
-set-option -sa terminal-overrides ",xterm*:Tc"
-
unbind C-b
-set -g prefix C-s
+set -g prefix C-a
bind v split-window -v -c "#{pane_current_path}"
bind h split-window -h -c "#{pane_current_path}"
@@ -9,6 +7,7 @@ bind h split-window -h -c "#{pane_current_path}"
set -g @plugin "tmux-plugins/tpm"
set -g @plugin "tmux-plugins/tmux-sensible"
set -g @plugin "christoomey/vim-tmux-navigator"
-set -g @plugin 'maxpetretta/tmux-monokai-pro'
+set -g @plugin "catppuccin/tmux"
+set -g @catppuccin_flavour "macchiato"
run "~/.tmux/plugins/tpm/tpm"