(foot/tmux) colors colors colors

This commit is contained in:
zegonix
2025-06-24 22:47:40 +02:00
parent 174169d057
commit 138dd425c3
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ else
alias grep='grep --color=always' alias grep='grep --color=always'
fi fi
alias bdiff='diff --color=always' alias bdiff='diff -uw --color=always'
alias bashsource='source ~/.bashrc' alias bashsource='source ~/.bashrc'

View File

@@ -39,7 +39,7 @@ regular3=E1D719
regular4=2B58D4 regular4=2B58D4
regular5=E02482 regular5=E02482
regular6=15D7E5 regular6=15D7E5
regular7=D0D0D0 regular7=E0E0E0
bright0=2C2C3C bright0=2C2C3C
bright1=FF4054 bright1=FF4054
bright2=51E740 bright2=51E740

View File

@@ -31,7 +31,7 @@ set -g @green "#3C8838"
set -g @light-green "#8CCF5A" set -g @light-green "#8CCF5A"
set -g @magenta "#E02482" set -g @magenta "#E02482"
set -g @light-magenta "#F060B0" set -g @light-magenta "#F060B0"
set -g @light-yellow "#F1EA92" set -g @light-yellow "#FCEA90"
set -g @lilac "#C09CE8" set -g @lilac "#C09CE8"