Skip to content

Commit 996e96c

Browse files
Update with the latest tinted-theming colorschemes [skip ci]
1 parent e81e6b4 commit 996e96c

3 files changed

Lines changed: 39 additions & 0 deletions

File tree

fish/base24-alucard.fish

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Scheme name: Alucard
2+
# Scheme system: base24
3+
# Scheme author: clach04 (https://github.com/clach04)
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:#fffbeb,fg:#1f1f1f,hl:#a34d14"\
16+
" --color=bg+:#cfcfde,fg+:#198d0c,hl+:#9e841a"\
17+
" --color=info:#a3144d,border:#a3144d,prompt:#14710a"\
18+
" --color=pointer:#644ac9,marker:#d74c3d,spinner:#d74c3d,header:#cb3a2a"

powershell/base24-alucard.ps1

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Scheme name: Alucard
2+
# Scheme system: base24
3+
# Scheme author: clach04 (https://github.com/clach04)
4+
# Template author: Tinted Theming (https://github.com/tinted-theming)
5+
6+
$ENV:FZF_DEFAULT_OPTS=@"
7+
--color=bg:#fffbeb,fg:#1f1f1f,hl:#a34d14
8+
--color=bg+:#cfcfde,fg+:#198d0c,hl+:#9e841a
9+
--color=info:#a3144d,border:#a3144d,prompt:#14710a
10+
--color=pointer:#644ac9,marker:#d74c3d,spinner:#d74c3d,header:#cb3a2a
11+
"@

sh/base24-alucard.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Scheme name: Alucard
2+
# Scheme system: base24
3+
# Scheme author: clach04 (https://github.com/clach04)
4+
# Template author: Tinted Theming (https://github.com/tinted-theming)
5+
6+
export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\
7+
" --color=bg:#fffbeb,fg:#1f1f1f,hl:#a34d14"\
8+
" --color=bg+:#cfcfde,fg+:#1f1f1f,hl+:#9e841a"\
9+
" --color=info:#7862d0,border:#644ac9,prompt:#14710a"\
10+
" --color=pointer:#fffbeb,marker:#d74c3d,spinner:#d74c3d,header:#cb3a2a"

0 commit comments

Comments
 (0)