From 2f4b615c7afbc1c9c5c92e7e8739cdd275b8d6cb Mon Sep 17 00:00:00 2001 From: Holger Just Date: Mon, 20 Jan 2025 22:24:04 +0100 Subject: [PATCH] Update Base16 theme to tomorrow-night --- .bash_profile | 4 ---- .bashrc | 5 +++++ base16-shell | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.bash_profile b/.bash_profile index 2456be5..0330d61 100644 --- a/.bash_profile +++ b/.bash_profile @@ -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" diff --git a/.bashrc b/.bashrc index b5e7350..39d9ff4 100644 --- a/.bashrc +++ b/.bashrc @@ -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" diff --git a/base16-shell b/base16-shell index d163fd8..588691b 160000 --- a/base16-shell +++ b/base16-shell @@ -1 +1 @@ -Subproject commit d163fd8b80631c1fda5de8b6ba01a749c0da8e5e +Subproject commit 588691ba71b47e75793ed9edfcfaa058326a6f41