dotfiles

My configuration files.
Log | Files | Refs | README

commit 224ce370f10db993247c8239d2523feaa704e6a1
parent 892a92f6f249655c73d83760cf07e9b1db5c909e
Author: Sven Möller <sven@svenmoeller.xyz>
Date:   Sun, 29 May 2022 13:46:42 +0200

colors

Diffstat:
Mbash/.bashrc | 34+++++++++++++++++-----------------
Mtmux/.config/tmux/tmux.conf | 1+
2 files changed, 18 insertions(+), 17 deletions(-)

diff --git a/bash/.bashrc b/bash/.bashrc @@ -28,23 +28,23 @@ alias search="surfraw search" alias t="todo.sh" if [ "$TERM" = "linux" ]; then - echo -en "\e]P0222222" #black -> this is the background color as well. - echo -en "\e]P1803232" #darkred - echo -en "\e]P25b762f" #darkgreen - echo -en "\e]P3aa9943" #brown - echo -en "\e]P4324c80" #darkblue - echo -en "\e]P5706c9a" #darkmagenta - echo -en "\e]P692b19e" #darkcyan - echo -en "\e]P7ffffff" #lightgray - echo -en "\e]P8222222" #darkgray - echo -en "\e]P9982b2b" #red - echo -en "\e]PA89b83f" #green - echo -en "\e]PBefef60" #yellow - echo -en "\e]PC2b4f98" #blue - echo -en "\e]PD826ab1" #magenta - echo -en "\e]PEa1cdcd" #cyan - echo -en "\e]PFdedede" #white -> this is the foreground color as well. - clear #repaint the whole background with the new color +# echo -en "\e]P0222222" #black -> this is the background color as well. +# echo -en "\e]P1803232" #darkred +# echo -en "\e]P25b762f" #darkgreen +# echo -en "\e]P3aa9943" #brown +# echo -en "\e]P4324c80" #darkblue +# echo -en "\e]P5706c9a" #darkmagenta +# echo -en "\e]P692b19e" #darkcyan +# echo -en "\e]P7ffffff" #lightgray +# echo -en "\e]P8222222" #darkgray +# echo -en "\e]P9982b2b" #red +# echo -en "\e]PA89b83f" #green +# echo -en "\e]PBefef60" #yellow +# echo -en "\e]PC2b4f98" #blue +# echo -en "\e]PD826ab1" #magenta +# echo -en "\e]PEa1cdcd" #cyan +# echo -en "\e]PFdedede" #white -> this is the foreground color as well. +# clear #repaint the whole background with the new color export BROWSER="w3m" export DOCVIEWER="jfbview --zoom_to_fit" diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf @@ -8,6 +8,7 @@ set -sg escape-time 1 set -g base-index 1 set-window-option -g pane-base-index 1 set -g mouse on +set -g default-terminal "tmux-256color" # easy-to-remember split pane commands bind | split-window -h