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]
import = [
"~/.config/alacritty/themes/tokyonight_night.toml"
"~/.config/alacritty/themes/catppuccin-mocha.toml"
]
[keyboard]
+16 -14
View File
@@ -1,30 +1,32 @@
gui:
# DRACULA
theme:
activeBorderColor:
- "#ff9e64"
- "bold"
- '#cba6f7'
- bold
inactiveBorderColor:
- "#27a1b9"
- '#a6adc8'
searchingActiveBorderColor:
- "#ff9e64"
- "bold"
- '#f9e2af'
optionsTextColor:
- "#7aa2f7"
- '#89b4fa'
selectedLineBgColor:
- "#283457"
- '#313244'
inactiveViewSelectedLineBgColor:
- '#6c7086'
cherryPickedCommitFgColor:
- "#7aa2f7"
- '#cba6f7'
cherryPickedCommitBgColor:
- "#bb9af7"
- '#45475a'
markedBaseCommitFgColor:
- "#7aa2f7"
- '#89b4fa'
markedBaseCommitBgColor:
- "#e0af68"
- '#f9e2af'
unstagedChangesColor:
- "#db4b4b"
- '#f38ba8'
defaultFgColor:
- "#c0caf5"
- '#cdd6f4'
authorColors:
'*': '#b4befe'
showNumstatInFilesView: true
nerdFontsVersion: 3
+1
View File
@@ -36,6 +36,7 @@ set -ag terminal-overrides ",xterm-256color:RGB"
set -g status-interval 10
set -g allow-passthrough on
set -g set-clipboard on
set -ga update-environment TERM
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
[ -r "$file" ] && source "$file"
done
. "$HOME/.local/share/../bin/env"