From 5416cf0c31e74613c9a835628540d124a547bc8f Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Wed, 1 Sep 2021 09:53:15 +0930 Subject: [PATCH] updated shell theme and fish aliases --- .config/alacritty/alacritty.yml | 46 ++++++++++++++++++--------------- .config/fish/config.fish | 3 --- 2 files changed, 25 insertions(+), 24 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index f35e53d..adae93e 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -247,30 +247,30 @@ colors: # background is unset, selection color will be the inverse of the cell colors. # If only text is unset the cell text color will remain the same. selection: - text: '0xbbc2cf' - background: '0x4d4d4d' + text: '0xBCBCBC' + background: '0x262626' # Normal colors normal: - black: '0x383838' - red: '0xa95551' - green: '0x666666' - yellow: '0xa98051' - blue: '0x657d3e' - magenta: '0x767676' - cyan: '0xc9c9c9' - white: '0xd0b8a3' + black: '0x1C1C1C' + red: '0xAF5F5F' + green: '0x5F875F' + yellow: '0x87875F' + blue: '0x5F87AF' + magenta: '0x5F5F87' + cyan: '0x5F8787' + white: '0x6C6C6C' # Bright colors bright: - black: '0x474747' - red: '0xa97775' - green: '0x8c8c8c' - yellow: '0xa99175' - blue: '0x98bd5e' - magenta: '0xa3a3a3' - cyan: '0xdcdcdc' - white: '0xd8c8bb' + black: '0x444444' + red: '0xFF8700' + green: '0x87AF87' + yellow: '0xFFFFAF' + blue: '0x8FAFD7' + magenta: '0x8787AF' + cyan: '0x5FAFAF' + white: '0xFFFFFF' # Dim colors # @@ -367,10 +367,14 @@ background_opacity: 0.75 # program: /bin/bash # args: # - --login +# shell: + # program: /usr/bin/fish + # args: + # - --login shell: - program: /usr/bin/fish - args: - - --login +program: /usr/bin/zsh +args: +- --login # Startup directory # diff --git a/.config/fish/config.fish b/.config/fish/config.fish index f817e28..34986bd 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -19,9 +19,6 @@ alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto' alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' alias logout='/usr/bin/kill -9 -1' -alias ss='cd /home/solomon/.scripts/' -alias sound-settings='pavucontrol' -alias tasty='nohup /opt/tastyworks/bin/tastyworks &' ## fish misc functions start ##