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 Sep 8, 2024
1 parent 5c63f7f commit 6a8b75f
Show file tree
Hide file tree
Showing 7 changed files with 123 additions and 0 deletions.
32 changes: 32 additions & 0 deletions bash/base16-deep-oceanic-next.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Scheme name: Deep Oceanic Next
# Scheme system: base16
# Scheme author: spearkkk (https://github.com/spearkkk/deep-oceanic-next)
# Template author: Tinted Theming (https://github.com/tinted-theming)

_gen_fzf_default_opts() {

local color00='#003b46'
local color01='#004f5e'
local color02='#006374'
local color03='#007a8a'
local color04='#0093a3'
local color05='#dce3e8'
local color06='#e6ebf0'
local color07='#f0f5f5'
local color08='#e6454b'
local color09='#ff6a4b'
local color0A='#ffcc66'
local color0B='#85b57a'
local color0C='#4da6a6'
local color0D='#3a82e6'
local color0E='#8c4de6'
local color0F='#e673a3'

export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\
" --color=bg+:$color01,bg:$color00,spinner:$color0C,hl:$color0D"\
" --color=fg:$color04,header:$color0D,info:$color0A,pointer:$color0C"\
" --color=marker:$color0C,fg+:$color06,prompt:$color0A,hl+:$color0D"

}

_gen_fzf_default_opts
34 changes: 34 additions & 0 deletions fish/base16-deep-oceanic-next.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Scheme name: Deep Oceanic Next
# Scheme system: base16
# Scheme author: spearkkk (https://github.com/spearkkk/deep-oceanic-next)
# Template author: Tinted Theming (https://github.com/tinted-theming)

set -l color00 '#003b46'
set -l color01 '#004f5e'
set -l color02 '#006374'
set -l color03 '#007a8a'
set -l color04 '#0093a3'
set -l color05 '#dce3e8'
set -l color06 '#e6ebf0'
set -l color07 '#f0f5f5'
set -l color08 '#e6454b'
set -l color09 '#ff6a4b'
set -l color0A '#ffcc66'
set -l color0B '#85b57a'
set -l color0C '#4da6a6'
set -l color0D '#3a82e6'
set -l color0E '#8c4de6'
set -l color0F '#e673a3'

set -l FZF_NON_COLOR_OPTS

for arg in (echo $FZF_DEFAULT_OPTS | tr " " "\n")
if not string match -q -- "--color*" $arg
set -a FZF_NON_COLOR_OPTS $arg
end
end

set -Ux FZF_DEFAULT_OPTS "$FZF_NON_COLOR_OPTS"\
" --color=bg+:$color01,bg:$color00,spinner:$color0C,hl:$color0D"\
" --color=fg:$color04,header:$color0D,info:$color0A,pointer:$color0C"\
" --color=marker:$color0C,fg+:$color06,prompt:$color0A,hl+:$color0D"
18 changes: 18 additions & 0 deletions fish/base24-deep-oceanic-next.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Scheme name: Deep Oceanic Next
# Scheme system: base24
# Scheme author: spearkkk (https://github.com/spearkkk/deep-oceanic-next)
# Template author: Tinted Theming (https://github.com/tinted-theming)

set -l FZF_NON_COLOR_OPTS

for arg in (echo $FZF_DEFAULT_OPTS | tr " " "\n")
if not string match -q -- "--color*" $arg
set -a FZF_NON_COLOR_OPTS $arg
end
end

set -Ux FZF_DEFAULT_OPTS "$FZF_NON_COLOR_OPTS"\
" --color=bg:#003b46,fg:#dce3e8,hl:#ff6a4b"\
" --color=bg+:#006374,fg+:#99d8a0,hl+:#ffdd80"\
" --color=info:#8c4de6,border:#8c4de6,prompt:#85b57a"\
" --color=pointer:#3a82e6,marker:#ff5a61,spinner:#ff5a61,header:#e6454b"
10 changes: 10 additions & 0 deletions powershell/base16-deep-oceanic-next.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Scheme name: Deep Oceanic Next
# Scheme system: base16
# Scheme author: spearkkk (https://github.com/spearkkk/deep-oceanic-next)
# Template author: Tinted Theming (https://github.com/tinted-theming)

$ENV:FZF_DEFAULT_OPTS=@"
--color=bg+:#004f5e,bg:#003b46,spinner:#4da6a6,hl:#3a82e6
--color=fg:#0093a3,header:#3a82e6,info:#ffcc66,pointer:#4da6a6
--color=marker:#4da6a6,fg+:#e6ebf0,prompt:#ffcc66,hl+:#3a82e6
"@
11 changes: 11 additions & 0 deletions powershell/base24-deep-oceanic-next.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Scheme name: Deep Oceanic Next
# Scheme system: base24
# Scheme author: spearkkk (https://github.com/spearkkk/deep-oceanic-next)
# Template author: Tinted Theming (https://github.com/tinted-theming)

$ENV:FZF_DEFAULT_OPTS=@"
--color=bg:#003b46,fg:#dce3e8,hl:#ff6a4b
--color=bg+:#006374,fg+:#99d8a0,hl+:#ffdd80
--color=info:#8c4de6,border:#8c4de6,prompt:#85b57a
--color=pointer:#3a82e6,marker:#ff5a61,spinner:#ff5a61,header:#e6454b
"@
9 changes: 9 additions & 0 deletions sh/base16-deep-oceanic-next.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Scheme name: Deep Oceanic Next
# Scheme system: base16
# Scheme author: spearkkk (https://github.com/spearkkk/deep-oceanic-next)
# Template author: Tinted Theming (https://github.com/tinted-theming)

export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\
" --color=bg+:#004f5e,bg:#003b46,spinner:#4da6a6,hl:#3a82e6"\
" --color=fg:#0093a3,header:#3a82e6,info:#ffcc66,pointer:#4da6a6"\
" --color=marker:#4da6a6,fg+:#e6ebf0,prompt:#ffcc66,hl+:#3a82e6"
9 changes: 9 additions & 0 deletions sh/base24-deep-oceanic-next.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# base24-Deep Oceanic Next
# Scheme author: spearkkk (https://github.com/spearkkk/deep-oceanic-next)
# Template author: Tinted Theming (https://github.com/tinted-theming)

export FZF_DEFAULT_OPTS=" \
--color=bg:#003b46,fg:#dce3e8,hl:#ff6a4b\
--color=bg+:#006374,fg+:#dce3e8,hl+:#ffdd80\
--color=info:#4da6ff,border:#3a82e6,prompt:#85b57a\
--color=pointer:#003b46,marker:#ff5a61,spinner:#ff5a61,header:#e6454b"

0 comments on commit 6a8b75f

Please sign in to comment.