diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-04-11 18:19:51 +0200 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-04-11 18:19:51 +0200 |
commit | 1ca10664fbac7050271c99e19772e6582e2bfb93 (patch) | |
tree | 318aafa6a147416bca6617bc8250c1aa30d1b5bf /linux | |
parent | c163ded79bb284c2b2bc1ed8fdddfcb8ede60806 (diff) | |
download | dotfiles-1ca10664fbac7050271c99e19772e6582e2bfb93.tar.gz dotfiles-1ca10664fbac7050271c99e19772e6582e2bfb93.zip |
Mycli
Diffstat (limited to 'linux')
-rw-r--r-- | linux/alacritty/papertheme_staging.yaml | 2 | ||||
-rw-r--r-- | linux/tmux.conf.m4 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/linux/alacritty/papertheme_staging.yaml b/linux/alacritty/papertheme_staging.yaml index 1342ad7..5ab89b4 100644 --- a/linux/alacritty/papertheme_staging.yaml +++ b/linux/alacritty/papertheme_staging.yaml @@ -2,7 +2,7 @@ colors: # Default colors primary: - background: '#fccd8a' + background: '#d8fccf' foreground: '#000000' # Normal colors diff --git a/linux/tmux.conf.m4 b/linux/tmux.conf.m4 index a781d9f..9b69c77 100644 --- a/linux/tmux.conf.m4 +++ b/linux/tmux.conf.m4 @@ -94,8 +94,8 @@ m4_changequote({, })m4_dnl m4_ifelse(DT_DOTFILES_TYPE, {local}, { set-hook -g session-window-changed 'run-shell "update-theme"' set-hook -g window-renamed 'run-shell "update-theme"' -bind-key P run-shell "tmux display-message -p '#W' | grep -q '^PROD' || tmux rename-window 'PROD #{window_name}'" -bind-key S run-shell "tmux display-message -p '#W' | grep -q '^STAGING' || tmux rename-window 'STAGING #{window_name}'" +bind-key C-p run-shell "tmux display-message -p '#W' | grep -q '^PROD' || tmux rename-window 'PROD #{window_name}'" +bind-key C-S run-shell "tmux display-message -p '#W' | grep -q '^STAGING' || tmux rename-window 'STAGING #{window_name}'" })m4_dnl m4_changequote(`, ')m4_dnl |