Skip to content

Commit fea9bdd

Browse files
Update with the latest tinted-theming colorschemes
1 parent 09b3beb commit fea9bdd

464 files changed

Lines changed: 1043 additions & 585 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

scripts/base16-0x96f.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ color21="ea/e9/eb" # Base 06
3030
color_foreground="fc/fc/fc" # Base 05
3131
color_background="26/24/27" # Base 00
3232

33-
if [ -z "$TTY" ] && ! TTY=$(tty); then
33+
if [ -z "$TTY" ] && ! TTY=$(tty) || [ ! -w "$TTY" ]; then
3434
put_template() { true; }
3535
put_template_var() { true; }
3636
put_template_custom() { true; }

scripts/base16-3024.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ color21="d6/d5/d4" # Base 06
3030
color_foreground="a5/a2/a2" # Base 05
3131
color_background="09/03/00" # Base 00
3232

33-
if [ -z "$TTY" ] && ! TTY=$(tty); then
33+
if [ -z "$TTY" ] && ! TTY=$(tty) || [ ! -w "$TTY" ]; then
3434
put_template() { true; }
3535
put_template_var() { true; }
3636
put_template_custom() { true; }

scripts/base16-apathy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ color21="a7/ce/c8" # Base 06
3030
color_foreground="81/b5/ac" # Base 05
3131
color_background="03/1a/16" # Base 00
3232

33-
if [ -z "$TTY" ] && ! TTY=$(tty); then
33+
if [ -z "$TTY" ] && ! TTY=$(tty) || [ ! -w "$TTY" ]; then
3434
put_template() { true; }
3535
put_template_var() { true; }
3636
put_template_custom() { true; }

scripts/base16-apprentice.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ color21="5f/87/87" # Base 06
3030
color_foreground="5f/5f/87" # Base 05
3131
color_background="26/26/26" # Base 00
3232

33-
if [ -z "$TTY" ] && ! TTY=$(tty); then
33+
if [ -z "$TTY" ] && ! TTY=$(tty) || [ ! -w "$TTY" ]; then
3434
put_template() { true; }
3535
put_template_var() { true; }
3636
put_template_custom() { true; }

scripts/base16-ashes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ color21="df/e2/e5" # Base 06
3030
color_foreground="c7/cc/d1" # Base 05
3131
color_background="1c/20/23" # Base 00
3232

33-
if [ -z "$TTY" ] && ! TTY=$(tty); then
33+
if [ -z "$TTY" ] && ! TTY=$(tty) || [ ! -w "$TTY" ]; then
3434
put_template() { true; }
3535
put_template_var() { true; }
3636
put_template_custom() { true; }

scripts/base16-atelier-cave-light.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ color21="26/23/2a" # Base 06
3030
color_foreground="58/52/60" # Base 05
3131
color_background="ef/ec/f4" # Base 00
3232

33-
if [ -z "$TTY" ] && ! TTY=$(tty); then
33+
if [ -z "$TTY" ] && ! TTY=$(tty) || [ ! -w "$TTY" ]; then
3434
put_template() { true; }
3535
put_template_var() { true; }
3636
put_template_custom() { true; }

scripts/base16-atelier-cave.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ color21="e2/df/e7" # Base 06
3030
color_foreground="8b/87/92" # Base 05
3131
color_background="19/17/1c" # Base 00
3232

33-
if [ -z "$TTY" ] && ! TTY=$(tty); then
33+
if [ -z "$TTY" ] && ! TTY=$(tty) || [ ! -w "$TTY" ]; then
3434
put_template() { true; }
3535
put_template_var() { true; }
3636
put_template_custom() { true; }

scripts/base16-atelier-dune-light.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ color21="29/28/24" # Base 06
3030
color_foreground="6e/6b/5e" # Base 05
3131
color_background="fe/fb/ec" # Base 00
3232

33-
if [ -z "$TTY" ] && ! TTY=$(tty); then
33+
if [ -z "$TTY" ] && ! TTY=$(tty) || [ ! -w "$TTY" ]; then
3434
put_template() { true; }
3535
put_template_var() { true; }
3636
put_template_custom() { true; }

scripts/base16-atelier-dune.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ color21="e8/e4/cf" # Base 06
3030
color_foreground="a6/a2/8c" # Base 05
3131
color_background="20/20/1d" # Base 00
3232

33-
if [ -z "$TTY" ] && ! TTY=$(tty); then
33+
if [ -z "$TTY" ] && ! TTY=$(tty) || [ ! -w "$TTY" ]; then
3434
put_template() { true; }
3535
put_template_var() { true; }
3636
put_template_custom() { true; }

scripts/base16-atelier-estuary-light.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ color21="30/2f/27" # Base 06
3030
color_foreground="5f/5e/4e" # Base 05
3131
color_background="f4/f3/ec" # Base 00
3232

33-
if [ -z "$TTY" ] && ! TTY=$(tty); then
33+
if [ -z "$TTY" ] && ! TTY=$(tty) || [ ! -w "$TTY" ]; then
3434
put_template() { true; }
3535
put_template_var() { true; }
3636
put_template_custom() { true; }

0 commit comments

Comments
 (0)