Skip to content

Commit

Permalink
Update with the latest tinted-theming colorschemes
Browse files Browse the repository at this point in the history
  • Loading branch information
tinted-theming-bot committed Apr 21, 2024
1 parent 45180df commit 87368a6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions bash/base16-atlas.config
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
4 changes: 2 additions & 2 deletions fish/base16-atlas.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
6 changes: 3 additions & 3 deletions powershell/base16-atlas.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
"@
6 changes: 3 additions & 3 deletions sh/base16-atlas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 87368a6

Please sign in to comment.