Skip to content

Commit db37215

Browse files
tinted-theming-botJamyGolden
authored andcommitted
Update with the latest tinted-theming colorschemes [skip ci]
1 parent 3510ed9 commit db37215

12 files changed

Lines changed: 156 additions & 0 deletions

fish/tinted8-catppuccin-latte.fish

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Scheme name: Catppuccin Latte
2+
# Scheme system: tinted8
3+
# Scheme author: https://github.com/catppuccin/catppuccin
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:#dce0e8,fg:#4c4f69,hl:#df8e1d"\
16+
" --color=bg+:#b6bfd1,fg+:#4c4f69,hl+:#df8e1d"\
17+
" --color=info:#fe640b,border:#797f96,prompt:#179299"\
18+
" --color=pointer:#179299,marker:#40a02b,spinner:#179299,header:#323446"

fish/tinted8-catppuccin-mocha.fish

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Scheme name: Catppuccin Mocha
2+
# Scheme system: tinted8
3+
# Scheme author: https://github.com/catppuccin/catppuccin
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:#1e1e2e,fg:#cdd6f4,hl:#f9e2af"\
16+
" --color=bg+:#353554,fg+:#cdd6f4,hl+:#f9e2af"\
17+
" --color=info:#fab387,border:#505365,prompt:#94e2d5"\
18+
" --color=pointer:#94e2d5,marker:#a6e3a1,spinner:#94e2d5,header:#97abed"

fish/tinted8-gruvbox-dark.fish

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Scheme name: Gruvbox Dark
2+
# Scheme system: tinted8
3+
# Scheme author: Tinted Theming (https://github.com/tinted-theming)
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:#282828,fg:#ebdbb2,hl:#d79921"\
16+
" --color=bg+:#3c3836,fg+:#ebdbb2,hl+:#d79921"\
17+
" --color=info:#d65d0e,border:#716457,prompt:#689d6a"\
18+
" --color=pointer:#689d6a,marker:#98971a,spinner:#689d6a,header:#e3c67d"

fish/tinted8-nord.fish

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Scheme name: Nord
2+
# Scheme system: tinted8
3+
# Scheme author: Tinted Theming (https://github.com/tinted-theming)
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:#2e3440,fg:#e5e9f0,hl:#ebcb8b"\
16+
" --color=bg+:#465165,fg+:#e5e9f0,hl+:#ebcb8b"\
17+
" --color=info:#ebcb8b,border:#3b4252,prompt:#88c0d0"\
18+
" --color=pointer:#88c0d0,marker:#a3be8c,spinner:#88c0d0,header:#d8dee9"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Scheme name: Catppuccin Latte
2+
# Scheme system: tinted8
3+
# Scheme author: https://github.com/catppuccin/catppuccin
4+
# Template author: Tinted Theming (https://github.com/tinted-theming)
5+
6+
$ENV:FZF_DEFAULT_OPTS=@"
7+
--color=bg:#dce0e8,fg:#4c4f69,hl:#df8e1d
8+
--color=bg+:#b6bfd1,fg+:#4c4f69,hl+:#df8e1d
9+
--color=info:#fe640b,border:#797f96,prompt:#179299
10+
--color=pointer:#179299,marker:#40a02b,spinner:#179299,header:#323446
11+
"@
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Scheme name: Catppuccin Mocha
2+
# Scheme system: tinted8
3+
# Scheme author: https://github.com/catppuccin/catppuccin
4+
# Template author: Tinted Theming (https://github.com/tinted-theming)
5+
6+
$ENV:FZF_DEFAULT_OPTS=@"
7+
--color=bg:#1e1e2e,fg:#cdd6f4,hl:#f9e2af
8+
--color=bg+:#353554,fg+:#cdd6f4,hl+:#f9e2af
9+
--color=info:#fab387,border:#505365,prompt:#94e2d5
10+
--color=pointer:#94e2d5,marker:#a6e3a1,spinner:#94e2d5,header:#97abed
11+
"@
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Scheme name: Gruvbox Dark
2+
# Scheme system: tinted8
3+
# Scheme author: Tinted Theming (https://github.com/tinted-theming)
4+
# Template author: Tinted Theming (https://github.com/tinted-theming)
5+
6+
$ENV:FZF_DEFAULT_OPTS=@"
7+
--color=bg:#282828,fg:#ebdbb2,hl:#d79921
8+
--color=bg+:#3c3836,fg+:#ebdbb2,hl+:#d79921
9+
--color=info:#d65d0e,border:#716457,prompt:#689d6a
10+
--color=pointer:#689d6a,marker:#98971a,spinner:#689d6a,header:#e3c67d
11+
"@

powershell/tinted8-nord.ps1

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Scheme name: Nord
2+
# Scheme system: tinted8
3+
# Scheme author: Tinted Theming (https://github.com/tinted-theming)
4+
# Template author: Tinted Theming (https://github.com/tinted-theming)
5+
6+
$ENV:FZF_DEFAULT_OPTS=@"
7+
--color=bg:#2e3440,fg:#e5e9f0,hl:#ebcb8b
8+
--color=bg+:#465165,fg+:#e5e9f0,hl+:#ebcb8b
9+
--color=info:#ebcb8b,border:#3b4252,prompt:#88c0d0
10+
--color=pointer:#88c0d0,marker:#a3be8c,spinner:#88c0d0,header:#d8dee9
11+
"@

sh/tinted8-catppuccin-latte.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Scheme name: Catppuccin Latte
2+
# Scheme system: tinted8
3+
# Scheme author: https://github.com/catppuccin/catppuccin
4+
# Template author: Tinted Theming (https://github.com/tinted-theming)
5+
6+
export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\
7+
" --color=bg:#dce0e8,fg:#4c4f69,hl:#df8e1d"\
8+
" --color=bg+:#b6bfd1,fg+:#4c4f69,hl+:#df8e1d"\
9+
" --color=info:#fe640b,border:#797f96,prompt:#179299"\
10+
" --color=pointer:#179299,marker:#40a02b,spinner:#179299,header:#323446"

sh/tinted8-catppuccin-mocha.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Scheme name: Catppuccin Mocha
2+
# Scheme system: tinted8
3+
# Scheme author: https://github.com/catppuccin/catppuccin
4+
# Template author: Tinted Theming (https://github.com/tinted-theming)
5+
6+
export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\
7+
" --color=bg:#1e1e2e,fg:#cdd6f4,hl:#f9e2af"\
8+
" --color=bg+:#353554,fg+:#cdd6f4,hl+:#f9e2af"\
9+
" --color=info:#fab387,border:#505365,prompt:#94e2d5"\
10+
" --color=pointer:#94e2d5,marker:#a6e3a1,spinner:#94e2d5,header:#97abed"

0 commit comments

Comments
 (0)