Skip to content

Commit 6feaca0

Browse files
Update with the latest tinted-theming colorschemes
1 parent 7646a7e commit 6feaca0

7 files changed

+55
-55
lines changed

bash/base16-deep-oceanic-next.config

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# Scheme name: Deep Oceanic Next
22
# Scheme system: base16
3-
# Scheme author: spearkkk (https://github.com/spearkkk/deep-oceanic-next)
3+
# Scheme author: spearkkk (https://github.com/spearkkk)
44
# Template author: Tinted Theming (https://github.com/tinted-theming)
55

66
_gen_fzf_default_opts() {
77

8-
local color00='#003b46'
9-
local color01='#004f5e'
10-
local color02='#006374'
11-
local color03='#007a8a'
8+
local color00='#001c1f'
9+
local color01='#002931'
10+
local color02='#003640'
11+
local color03='#004852'
1212
local color04='#0093a3'
13-
local color05='#dce3e8'
14-
local color06='#e6ebf0'
15-
local color07='#f0f5f5'
16-
local color08='#e6454b'
17-
local color09='#ff6a4b'
18-
local color0A='#ffcc66'
19-
local color0B='#85b57a'
20-
local color0C='#4da6a6'
21-
local color0D='#3a82e6'
22-
local color0E='#8c4de6'
23-
local color0F='#e673a3'
13+
local color05='#d4e1e8'
14+
local color06='#e0e9ef'
15+
local color07='#f2f7f9'
16+
local color08='#d3464d'
17+
local color09='#e37552'
18+
local color0A='#f3b863'
19+
local color0B='#63b784'
20+
local color0C='#4fb7ae'
21+
local color0D='#568ccf'
22+
local color0E='#8b66d6'
23+
local color0F='#d0658e'
2424

2525
export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\
2626
" --color=bg+:$color01,bg:$color00,spinner:$color0C,hl:$color0D"\

fish/base16-deep-oceanic-next.fish

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# Scheme name: Deep Oceanic Next
22
# Scheme system: base16
3-
# Scheme author: spearkkk (https://github.com/spearkkk/deep-oceanic-next)
3+
# Scheme author: spearkkk (https://github.com/spearkkk)
44
# Template author: Tinted Theming (https://github.com/tinted-theming)
55

6-
set -l color00 '#003b46'
7-
set -l color01 '#004f5e'
8-
set -l color02 '#006374'
9-
set -l color03 '#007a8a'
6+
set -l color00 '#001c1f'
7+
set -l color01 '#002931'
8+
set -l color02 '#003640'
9+
set -l color03 '#004852'
1010
set -l color04 '#0093a3'
11-
set -l color05 '#dce3e8'
12-
set -l color06 '#e6ebf0'
13-
set -l color07 '#f0f5f5'
14-
set -l color08 '#e6454b'
15-
set -l color09 '#ff6a4b'
16-
set -l color0A '#ffcc66'
17-
set -l color0B '#85b57a'
18-
set -l color0C '#4da6a6'
19-
set -l color0D '#3a82e6'
20-
set -l color0E '#8c4de6'
21-
set -l color0F '#e673a3'
11+
set -l color05 '#d4e1e8'
12+
set -l color06 '#e0e9ef'
13+
set -l color07 '#f2f7f9'
14+
set -l color08 '#d3464d'
15+
set -l color09 '#e37552'
16+
set -l color0A '#f3b863'
17+
set -l color0B '#63b784'
18+
set -l color0C '#4fb7ae'
19+
set -l color0D '#568ccf'
20+
set -l color0E '#8b66d6'
21+
set -l color0F '#d0658e'
2222

2323
set -l FZF_NON_COLOR_OPTS
2424

fish/base24-deep-oceanic-next.fish

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Scheme name: Deep Oceanic Next
22
# Scheme system: base24
3-
# Scheme author: spearkkk (https://github.com/spearkkk/deep-oceanic-next)
3+
# Scheme author: spearkkk (https://github.com/spearkkk)
44
# Template author: Tinted Theming (https://github.com/tinted-theming)
55

66
set -l FZF_NON_COLOR_OPTS
@@ -12,7 +12,7 @@ for arg in (echo $FZF_DEFAULT_OPTS | tr " " "\n")
1212
end
1313

1414
set -Ux FZF_DEFAULT_OPTS "$FZF_NON_COLOR_OPTS"\
15-
" --color=bg:#003b46,fg:#dce3e8,hl:#ff6a4b"\
16-
" --color=bg+:#006374,fg+:#99d8a0,hl+:#ffdd80"\
17-
" --color=info:#8c4de6,border:#8c4de6,prompt:#85b57a"\
18-
" --color=pointer:#3a82e6,marker:#ff5a61,spinner:#ff5a61,header:#e6454b"
15+
" --color=bg:#001c1f,fg:#d4e1e8,hl:#e37552"\
16+
" --color=bg+:#003640,fg+:#72e1a6,hl+:#ffe08a"\
17+
" --color=info:#8b66d6,border:#8b66d6,prompt:#63b784"\
18+
" --color=pointer:#568ccf,marker:#ff6670,spinner:#ff6670,header:#d3464d"
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Scheme name: Deep Oceanic Next
22
# Scheme system: base16
3-
# Scheme author: spearkkk (https://github.com/spearkkk/deep-oceanic-next)
3+
# Scheme author: spearkkk (https://github.com/spearkkk)
44
# Template author: Tinted Theming (https://github.com/tinted-theming)
55

66
$ENV:FZF_DEFAULT_OPTS=@"
7-
--color=bg+:#004f5e,bg:#003b46,spinner:#4da6a6,hl:#3a82e6
8-
--color=fg:#0093a3,header:#3a82e6,info:#ffcc66,pointer:#4da6a6
9-
--color=marker:#4da6a6,fg+:#e6ebf0,prompt:#ffcc66,hl+:#3a82e6
7+
--color=bg+:#002931,bg:#001c1f,spinner:#4fb7ae,hl:#568ccf
8+
--color=fg:#0093a3,header:#568ccf,info:#f3b863,pointer:#4fb7ae
9+
--color=marker:#4fb7ae,fg+:#e0e9ef,prompt:#f3b863,hl+:#568ccf
1010
"@
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Scheme name: Deep Oceanic Next
22
# Scheme system: base24
3-
# Scheme author: spearkkk (https://github.com/spearkkk/deep-oceanic-next)
3+
# Scheme author: spearkkk (https://github.com/spearkkk)
44
# Template author: Tinted Theming (https://github.com/tinted-theming)
55

66
$ENV:FZF_DEFAULT_OPTS=@"
7-
--color=bg:#003b46,fg:#dce3e8,hl:#ff6a4b
8-
--color=bg+:#006374,fg+:#99d8a0,hl+:#ffdd80
9-
--color=info:#8c4de6,border:#8c4de6,prompt:#85b57a
10-
--color=pointer:#3a82e6,marker:#ff5a61,spinner:#ff5a61,header:#e6454b
7+
--color=bg:#001c1f,fg:#d4e1e8,hl:#e37552
8+
--color=bg+:#003640,fg+:#72e1a6,hl+:#ffe08a
9+
--color=info:#8b66d6,border:#8b66d6,prompt:#63b784
10+
--color=pointer:#568ccf,marker:#ff6670,spinner:#ff6670,header:#d3464d
1111
"@

sh/base16-deep-oceanic-next.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Scheme name: Deep Oceanic Next
22
# Scheme system: base16
3-
# Scheme author: spearkkk (https://github.com/spearkkk/deep-oceanic-next)
3+
# Scheme author: spearkkk (https://github.com/spearkkk)
44
# Template author: Tinted Theming (https://github.com/tinted-theming)
55

66
export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\
7-
" --color=bg+:#004f5e,bg:#003b46,spinner:#4da6a6,hl:#3a82e6"\
8-
" --color=fg:#0093a3,header:#3a82e6,info:#ffcc66,pointer:#4da6a6"\
9-
" --color=marker:#4da6a6,fg+:#e6ebf0,prompt:#ffcc66,hl+:#3a82e6"
7+
" --color=bg+:#002931,bg:#001c1f,spinner:#4fb7ae,hl:#568ccf"\
8+
" --color=fg:#0093a3,header:#568ccf,info:#f3b863,pointer:#4fb7ae"\
9+
" --color=marker:#4fb7ae,fg+:#e0e9ef,prompt:#f3b863,hl+:#568ccf"

sh/base24-deep-oceanic-next.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# base24-Deep Oceanic Next
2-
# Scheme author: spearkkk (https://github.com/spearkkk/deep-oceanic-next)
2+
# Scheme author: spearkkk (https://github.com/spearkkk)
33
# Template author: Tinted Theming (https://github.com/tinted-theming)
44

55
export FZF_DEFAULT_OPTS=" \
6-
--color=bg:#003b46,fg:#dce3e8,hl:#ff6a4b\
7-
--color=bg+:#006374,fg+:#dce3e8,hl+:#ffdd80\
8-
--color=info:#4da6ff,border:#3a82e6,prompt:#85b57a\
9-
--color=pointer:#003b46,marker:#ff5a61,spinner:#ff5a61,header:#e6454b"
6+
--color=bg:#001c1f,fg:#d4e1e8,hl:#e37552\
7+
--color=bg+:#003640,fg+:#d4e1e8,hl+:#ffe08a\
8+
--color=info:#5caeff,border:#568ccf,prompt:#63b784\
9+
--color=pointer:#001c1f,marker:#ff6670,spinner:#ff6670,header:#d3464d"

0 commit comments

Comments
 (0)