updated shell theme and fish aliases
This commit is contained in:
parent
3c0170ea75
commit
5416cf0c31
@ -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
|
||||
#
|
||||
|
||||
@ -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 ##
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user