This commit is contained in:
2026-04-07 09:13:37 -04:00
parent 87501280bd
commit 6de925deef
4 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ family = "JetBrainsMono Nerd Font"
[general] [general]
import = [ import = [
"~/.config/alacritty/themes/tokyonight_night.toml" "~/.config/alacritty/themes/catppuccin-mocha.toml"
] ]
[keyboard] [keyboard]
+16 -14
View File
@@ -1,30 +1,32 @@
gui: gui:
# DRACULA
theme: theme:
activeBorderColor: activeBorderColor:
- "#ff9e64" - '#cba6f7'
- "bold" - bold
inactiveBorderColor: inactiveBorderColor:
- "#27a1b9" - '#a6adc8'
searchingActiveBorderColor: searchingActiveBorderColor:
- "#ff9e64" - '#f9e2af'
- "bold"
optionsTextColor: optionsTextColor:
- "#7aa2f7" - '#89b4fa'
selectedLineBgColor: selectedLineBgColor:
- "#283457" - '#313244'
inactiveViewSelectedLineBgColor:
- '#6c7086'
cherryPickedCommitFgColor: cherryPickedCommitFgColor:
- "#7aa2f7" - '#cba6f7'
cherryPickedCommitBgColor: cherryPickedCommitBgColor:
- "#bb9af7" - '#45475a'
markedBaseCommitFgColor: markedBaseCommitFgColor:
- "#7aa2f7" - '#89b4fa'
markedBaseCommitBgColor: markedBaseCommitBgColor:
- "#e0af68" - '#f9e2af'
unstagedChangesColor: unstagedChangesColor:
- "#db4b4b" - '#f38ba8'
defaultFgColor: defaultFgColor:
- "#c0caf5" - '#cdd6f4'
authorColors:
'*': '#b4befe'
showNumstatInFilesView: true showNumstatInFilesView: true
nerdFontsVersion: 3 nerdFontsVersion: 3
+1
View File
@@ -36,6 +36,7 @@ set -ag terminal-overrides ",xterm-256color:RGB"
set -g status-interval 10 set -g status-interval 10
set -g allow-passthrough on set -g allow-passthrough on
set -g set-clipboard on
set -ga update-environment TERM set -ga update-environment TERM
set -ga update-environment TERM_PROGRAM set -ga update-environment TERM_PROGRAM
+2
View File
@@ -23,3 +23,5 @@ export SSH_AUTH_SOCK=/home/pmcc/.bitwarden-ssh-agent.sock
for file in ~/.config/zsh/*.zsh; do for file in ~/.config/zsh/*.zsh; do
[ -r "$file" ] && source "$file" [ -r "$file" ] && source "$file"
done done
. "$HOME/.local/share/../bin/env"