-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update with the latest tinted-theming colorschemes
- Loading branch information
1 parent
5c63f7f
commit 6a8b75f
Showing
7 changed files
with
123 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
"@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
"@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |