From 87368a6f4f545916d0dbc7bb86b8492258d77293 Mon Sep 17 00:00:00 2001 From: tinted-theming-bot Date: Sun, 21 Apr 2024 01:00:16 +0000 Subject: [PATCH] Update with the latest tinted-theming colorschemes --- bash/base16-atlas.config | 4 ++-- fish/base16-atlas.fish | 4 ++-- powershell/base16-atlas.ps1 | 6 +++--- sh/base16-atlas.sh | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bash/base16-atlas.config b/bash/base16-atlas.config index 1437f63..62d07d6 100644 --- a/bash/base16-atlas.config +++ b/bash/base16-atlas.config @@ -17,8 +17,8 @@ local color08='#ff5a67' local color09='#f08e48' local color0A='#ffcc1b' local color0B='#7fc06e' -local color0C='#14747e' -local color0D='#5dd7b9' +local color0C='#5dd7b9' +local color0D='#14747e' local color0E='#9a70a4' local color0F='#c43060' diff --git a/fish/base16-atlas.fish b/fish/base16-atlas.fish index c3f3043..c0376f2 100644 --- a/fish/base16-atlas.fish +++ b/fish/base16-atlas.fish @@ -15,8 +15,8 @@ set -l color08 '#ff5a67' set -l color09 '#f08e48' set -l color0A '#ffcc1b' set -l color0B '#7fc06e' -set -l color0C '#14747e' -set -l color0D '#5dd7b9' +set -l color0C '#5dd7b9' +set -l color0D '#14747e' set -l color0E '#9a70a4' set -l color0F '#c43060' diff --git a/powershell/base16-atlas.ps1 b/powershell/base16-atlas.ps1 index 6ba5547..d15cebd 100644 --- a/powershell/base16-atlas.ps1 +++ b/powershell/base16-atlas.ps1 @@ -4,7 +4,7 @@ # Template author: Tinted Theming (https://github.com/tinted-theming) $ENV:FZF_DEFAULT_OPTS=@" ---color=bg+:#00384d,bg:#002635,spinner:#14747e,hl:#5dd7b9 ---color=fg:#869696,header:#5dd7b9,info:#ffcc1b,pointer:#14747e ---color=marker:#14747e,fg+:#e6e6dc,prompt:#ffcc1b,hl+:#5dd7b9 +--color=bg+:#00384d,bg:#002635,spinner:#5dd7b9,hl:#14747e +--color=fg:#869696,header:#14747e,info:#ffcc1b,pointer:#5dd7b9 +--color=marker:#5dd7b9,fg+:#e6e6dc,prompt:#ffcc1b,hl+:#14747e "@ diff --git a/sh/base16-atlas.sh b/sh/base16-atlas.sh index 437b7f6..a415b89 100644 --- a/sh/base16-atlas.sh +++ b/sh/base16-atlas.sh @@ -4,6 +4,6 @@ # Template author: Tinted Theming (https://github.com/tinted-theming) export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ -" --color=bg+:#00384d,bg:#002635,spinner:#14747e,hl:#5dd7b9"\ -" --color=fg:#869696,header:#5dd7b9,info:#ffcc1b,pointer:#14747e"\ -" --color=marker:#14747e,fg+:#e6e6dc,prompt:#ffcc1b,hl+:#5dd7b9" +" --color=bg+:#00384d,bg:#002635,spinner:#5dd7b9,hl:#14747e"\ +" --color=fg:#869696,header:#14747e,info:#ffcc1b,pointer:#5dd7b9"\ +" --color=marker:#5dd7b9,fg+:#e6e6dc,prompt:#ffcc1b,hl+:#14747e"