1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2025-10-17 19:41:01 +00:00

Update Base16 theme to tomorrow-night

This commit is contained in:
Holger Just 2025-01-20 22:24:04 +01:00
parent 69e01d02ce
commit 2f4b615c7a
3 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,2 @@
[ -f ~/.profile ] && . ~/.profile
[ -f ~/.bashrc ] && . ~/.bashrc
BASE16_SCHEME="tomorrow"
BASE16_SHELL="$DOTFILES/base16-shell/base16-$BASE16_SCHEME.dark.sh"
[[ -s "$BASE16_SHELL" ]] && . "$BASE16_SHELL"

View File

@ -43,6 +43,11 @@ export HISTSIZE=1000
export HISTFILESIZE=""
shopt -s histappend >/dev/null 2>&1
# Base16 Shell Theme
base16_theme="${DOTFILES}/base16-shell/scripts/base16-tomorrow-night.sh"
source "$base16_theme"
alias reset="command reset && source \"${base16_theme}\""
if type atom >/dev/null 2>&1; then
export BACKGROUND_EDITOR="atom -n"
export EDITOR="atom -nw"

@ -1 +1 @@
Subproject commit d163fd8b80631c1fda5de8b6ba01a749c0da8e5e
Subproject commit 588691ba71b47e75793ed9edfcfaa058326a6f41