updated shell theme and fish aliases

This commit is contained in:
Solomon Laing 2021-09-01 09:53:15 +09:30
parent 3c0170ea75
commit 5416cf0c31
2 changed files with 25 additions and 24 deletions

View File

@ -247,30 +247,30 @@ colors:
# background is unset, selection color will be the inverse of the cell 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. # If only text is unset the cell text color will remain the same.
selection: selection:
text: '0xbbc2cf' text: '0xBCBCBC'
background: '0x4d4d4d' background: '0x262626'
# Normal colors # Normal colors
normal: normal:
black: '0x383838' black: '0x1C1C1C'
red: '0xa95551' red: '0xAF5F5F'
green: '0x666666' green: '0x5F875F'
yellow: '0xa98051' yellow: '0x87875F'
blue: '0x657d3e' blue: '0x5F87AF'
magenta: '0x767676' magenta: '0x5F5F87'
cyan: '0xc9c9c9' cyan: '0x5F8787'
white: '0xd0b8a3' white: '0x6C6C6C'
# Bright colors # Bright colors
bright: bright:
black: '0x474747' black: '0x444444'
red: '0xa97775' red: '0xFF8700'
green: '0x8c8c8c' green: '0x87AF87'
yellow: '0xa99175' yellow: '0xFFFFAF'
blue: '0x98bd5e' blue: '0x8FAFD7'
magenta: '0xa3a3a3' magenta: '0x8787AF'
cyan: '0xdcdcdc' cyan: '0x5FAFAF'
white: '0xd8c8bb' white: '0xFFFFFF'
# Dim colors # Dim colors
# #
@ -367,10 +367,14 @@ background_opacity: 0.75
# program: /bin/bash # program: /bin/bash
# args: # args:
# - --login # - --login
# shell:
# program: /usr/bin/fish
# args:
# - --login
shell: shell:
program: /usr/bin/fish program: /usr/bin/zsh
args: args:
- --login - --login
# Startup directory # Startup directory
# #

View File

@ -19,9 +19,6 @@ alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto' alias egrep='egrep --color=auto'
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
alias logout='/usr/bin/kill -9 -1' 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 ## ## fish misc functions start ##