Skip to content

Commit 8338da8

Browse files
Update with the latest tinted-theming colorschemes [skip ci]
1 parent 86ef37b commit 8338da8

14 files changed

Lines changed: 248 additions & 0 deletions
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Scheme name: Pastelón de Amarillos Dark
2+
# Scheme system: base16
3+
# Scheme author: Richard Martinez (https://sonofmartinus.com)
4+
# Template author: Tinted Theming (https://github.com/tinted-theming)
5+
6+
_gen_fzf_default_opts() {
7+
8+
local color00='#180d18'
9+
local color01='#2a1424'
10+
local color02='#432031'
11+
local color03='#a0747c'
12+
local color04='#c39a89'
13+
local color05='#ffe0a3'
14+
local color06='#ffebc5'
15+
local color07='#fff7e6'
16+
local color08='#ff646a'
17+
local color09='#f99a32'
18+
local color0A='#ffc84a'
19+
local color0B='#3ccb83'
20+
local color0C='#35c4b6'
21+
local color0D='#5a9fe6'
22+
local color0E='#d978cf'
23+
local color0F='#e2764a'
24+
25+
export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\
26+
" --color=bg+:$color01,bg:$color00,spinner:$color0C,hl:$color0D"\
27+
" --color=fg:$color04,header:$color0D,info:$color0A,pointer:$color0C"\
28+
" --color=marker:$color0C,fg+:$color06,prompt:$color0A,hl+:$color0D"
29+
30+
}
31+
32+
_gen_fzf_default_opts
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Scheme name: Pastelón de Amarillos
2+
# Scheme system: base16
3+
# Scheme author: Richard Martinez (https://sonofmartinus.com)
4+
# Template author: Tinted Theming (https://github.com/tinted-theming)
5+
6+
_gen_fzf_default_opts() {
7+
8+
local color00='#fff4d6'
9+
local color01='#f2d083'
10+
local color02='#d69b45'
11+
local color03='#80616b'
12+
local color04='#684653'
13+
local color05='#432c3b'
14+
local color06='#2f1c2e'
15+
local color07='#1c0f20'
16+
local color08='#bd3548'
17+
local color09='#ad570f'
18+
local color0A='#946400'
19+
local color0B='#167451'
20+
local color0C='#007270'
21+
local color0D='#1e5da8'
22+
local color0E='#8d3f89'
23+
local color0F='#7c3528'
24+
25+
export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\
26+
" --color=bg+:$color01,bg:$color00,spinner:$color0C,hl:$color0D"\
27+
" --color=fg:$color04,header:$color0D,info:$color0A,pointer:$color0C"\
28+
" --color=marker:$color0C,fg+:$color06,prompt:$color0A,hl+:$color0D"
29+
30+
}
31+
32+
_gen_fzf_default_opts
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Scheme name: Pastelón de Amarillos Dark
2+
# Scheme system: base16
3+
# Scheme author: Richard Martinez (https://sonofmartinus.com)
4+
# Template author: Tinted Theming (https://github.com/tinted-theming)
5+
6+
set -l color00 '#180d18'
7+
set -l color01 '#2a1424'
8+
set -l color02 '#432031'
9+
set -l color03 '#a0747c'
10+
set -l color04 '#c39a89'
11+
set -l color05 '#ffe0a3'
12+
set -l color06 '#ffebc5'
13+
set -l color07 '#fff7e6'
14+
set -l color08 '#ff646a'
15+
set -l color09 '#f99a32'
16+
set -l color0A '#ffc84a'
17+
set -l color0B '#3ccb83'
18+
set -l color0C '#35c4b6'
19+
set -l color0D '#5a9fe6'
20+
set -l color0E '#d978cf'
21+
set -l color0F '#e2764a'
22+
23+
set -l FZF_NON_COLOR_OPTS
24+
25+
for arg in (echo $FZF_DEFAULT_OPTS | tr " " "\n")
26+
if not string match -q -- "--color*" $arg
27+
set -a FZF_NON_COLOR_OPTS $arg
28+
end
29+
end
30+
31+
set -Ux FZF_DEFAULT_OPTS "$FZF_NON_COLOR_OPTS"\
32+
" --color=bg+:$color01,bg:$color00,spinner:$color0C,hl:$color0D"\
33+
" --color=fg:$color04,header:$color0D,info:$color0A,pointer:$color0C"\
34+
" --color=marker:$color0C,fg+:$color06,prompt:$color0A,hl+:$color0D"
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Scheme name: Pastelón de Amarillos
2+
# Scheme system: base16
3+
# Scheme author: Richard Martinez (https://sonofmartinus.com)
4+
# Template author: Tinted Theming (https://github.com/tinted-theming)
5+
6+
set -l color00 '#fff4d6'
7+
set -l color01 '#f2d083'
8+
set -l color02 '#d69b45'
9+
set -l color03 '#80616b'
10+
set -l color04 '#684653'
11+
set -l color05 '#432c3b'
12+
set -l color06 '#2f1c2e'
13+
set -l color07 '#1c0f20'
14+
set -l color08 '#bd3548'
15+
set -l color09 '#ad570f'
16+
set -l color0A '#946400'
17+
set -l color0B '#167451'
18+
set -l color0C '#007270'
19+
set -l color0D '#1e5da8'
20+
set -l color0E '#8d3f89'
21+
set -l color0F '#7c3528'
22+
23+
set -l FZF_NON_COLOR_OPTS
24+
25+
for arg in (echo $FZF_DEFAULT_OPTS | tr " " "\n")
26+
if not string match -q -- "--color*" $arg
27+
set -a FZF_NON_COLOR_OPTS $arg
28+
end
29+
end
30+
31+
set -Ux FZF_DEFAULT_OPTS "$FZF_NON_COLOR_OPTS"\
32+
" --color=bg+:$color01,bg:$color00,spinner:$color0C,hl:$color0D"\
33+
" --color=fg:$color04,header:$color0D,info:$color0A,pointer:$color0C"\
34+
" --color=marker:$color0C,fg+:$color06,prompt:$color0A,hl+:$color0D"
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Scheme name: Pastelón de Amarillos Dark
2+
# Scheme system: base24
3+
# Scheme author: Richard Martinez (https://sonofmartinus.com)
4+
# Template author: Tinted Theming (https://github.com/tinted-theming)
5+
6+
set -l FZF_NON_COLOR_OPTS
7+
8+
for arg in (echo $FZF_DEFAULT_OPTS | tr " " "\n")
9+
if not string match -q -- "--color*" $arg
10+
set -a FZF_NON_COLOR_OPTS $arg
11+
end
12+
end
13+
14+
set -Ux FZF_DEFAULT_OPTS "$FZF_NON_COLOR_OPTS"\
15+
" --color=bg:#180d18,fg:#ffe0a3,hl:#d98328"\
16+
" --color=bg+:#432031,fg+:#3ed2c3,hl+:#43d98d"\
17+
" --color=info:#b765b0,border:#b765b0,prompt:#36aa72"\
18+
" --color=pointer:#4c84bd,marker:#ffd052,spinner:#ffd052,header:#d95361"
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Scheme name: Pastelón de Amarillos
2+
# Scheme system: base24
3+
# Scheme author: Richard Martinez (https://sonofmartinus.com)
4+
# Template author: Tinted Theming (https://github.com/tinted-theming)
5+
6+
set -l FZF_NON_COLOR_OPTS
7+
8+
for arg in (echo $FZF_DEFAULT_OPTS | tr " " "\n")
9+
if not string match -q -- "--color*" $arg
10+
set -a FZF_NON_COLOR_OPTS $arg
11+
end
12+
end
13+
14+
set -Ux FZF_DEFAULT_OPTS "$FZF_NON_COLOR_OPTS"\
15+
" --color=bg:#fff4d6,fg:#432c3b,hl:#9b5b19"\
16+
" --color=bg+:#d69b45,fg+:#007b78,hl+:#007b4e"\
17+
" --color=info:#784a78,border:#784a78,prompt:#327056"\
18+
" --color=pointer:#365f91,marker:#a86e00,spinner:#a86e00,header:#a63d4a"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Scheme name: Pastelón de Amarillos Dark
2+
# Scheme system: base16
3+
# Scheme author: Richard Martinez (https://sonofmartinus.com)
4+
# Template author: Tinted Theming (https://github.com/tinted-theming)
5+
6+
$ENV:FZF_DEFAULT_OPTS=@"
7+
--color=bg+:#2a1424,bg:#180d18,spinner:#35c4b6,hl:#5a9fe6
8+
--color=fg:#c39a89,header:#5a9fe6,info:#ffc84a,pointer:#35c4b6
9+
--color=marker:#35c4b6,fg+:#ffebc5,prompt:#ffc84a,hl+:#5a9fe6
10+
"@
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Scheme name: Pastelón de Amarillos
2+
# Scheme system: base16
3+
# Scheme author: Richard Martinez (https://sonofmartinus.com)
4+
# Template author: Tinted Theming (https://github.com/tinted-theming)
5+
6+
$ENV:FZF_DEFAULT_OPTS=@"
7+
--color=bg+:#f2d083,bg:#fff4d6,spinner:#007270,hl:#1e5da8
8+
--color=fg:#684653,header:#1e5da8,info:#946400,pointer:#007270
9+
--color=marker:#007270,fg+:#2f1c2e,prompt:#946400,hl+:#1e5da8
10+
"@
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Scheme name: Pastelón de Amarillos Dark
2+
# Scheme system: base24
3+
# Scheme author: Richard Martinez (https://sonofmartinus.com)
4+
# Template author: Tinted Theming (https://github.com/tinted-theming)
5+
6+
$ENV:FZF_DEFAULT_OPTS=@"
7+
--color=bg:#180d18,fg:#ffe0a3,hl:#d98328
8+
--color=bg+:#432031,fg+:#3ed2c3,hl+:#43d98d
9+
--color=info:#b765b0,border:#b765b0,prompt:#36aa72
10+
--color=pointer:#4c84bd,marker:#ffd052,spinner:#ffd052,header:#d95361
11+
"@
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Scheme name: Pastelón de Amarillos
2+
# Scheme system: base24
3+
# Scheme author: Richard Martinez (https://sonofmartinus.com)
4+
# Template author: Tinted Theming (https://github.com/tinted-theming)
5+
6+
$ENV:FZF_DEFAULT_OPTS=@"
7+
--color=bg:#fff4d6,fg:#432c3b,hl:#9b5b19
8+
--color=bg+:#d69b45,fg+:#007b78,hl+:#007b4e
9+
--color=info:#784a78,border:#784a78,prompt:#327056
10+
--color=pointer:#365f91,marker:#a86e00,spinner:#a86e00,header:#a63d4a
11+
"@

0 commit comments

Comments
 (0)