-
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
081e9af
commit 5c63f7f
Showing
11 changed files
with
90 additions
and
90 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
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
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
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
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
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Scheme name: Dracula | ||
# Scheme system: base16 | ||
# Scheme author: Mike Barkmin (https://github.com/mikebarkmin) based on Dracula Theme (https://github.com/dracula) | ||
# Scheme author: Jamy Golden (https://github.com/JamyGolden), based on Dracula Theme (https://github.com/dracula) | ||
# Template author: Tinted Theming (https://github.com/tinted-theming) | ||
|
||
$ENV:FZF_DEFAULT_OPTS=@" | ||
--color=bg+:#3a3c4e,bg:#282936,spinner:#a1efe4,hl:#62d6e8 | ||
--color=fg:#62d6e8,header:#62d6e8,info:#00f769,pointer:#a1efe4 | ||
--color=marker:#a1efe4,fg+:#f1f2f8,prompt:#00f769,hl+:#62d6e8 | ||
--color=bg+:#363447,bg:#282a36,spinner:#8be9fd,hl:#80bfff | ||
--color=fg:#9ea8c7,header:#80bfff,info:#f1fa8c,pointer:#8be9fd | ||
--color=marker:#8be9fd,fg+:#f0f1f4,prompt:#f1fa8c,hl+:#80bfff | ||
"@ |
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Scheme name: Tokyodark | ||
# Scheme system: base16 | ||
# Scheme author: Tiagovla (https://github.com/tiagovla/) | ||
# Scheme author: Jamy Golden (https://github.com/JamyGolden), Based on Tokyodark.nvim (https://github.com/tiagovla/tokyodark.nvim) | ||
# Template author: Tinted Theming (https://github.com/tinted-theming) | ||
|
||
$ENV:FZF_DEFAULT_OPTS=@" | ||
--color=bg+:#151621,bg:#11121d,spinner:#a485dd,hl:#95c561 | ||
--color=fg:#1b1c27,header:#95c561,info:#7199ee,pointer:#a485dd | ||
--color=marker:#a485dd,fg+:#555661,prompt:#7199ee,hl+:#95c561 | ||
--color=bg+:#212234,bg:#11121d,spinner:#9fbbf3,hl:#7199ee | ||
--color=fg:#4a5057,header:#7199ee,info:#d7a65f,pointer:#9fbbf3 | ||
--color=marker:#9fbbf3,fg+:#abb2bf,prompt:#d7a65f,hl+:#7199ee | ||
"@ |
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
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Scheme name: Dracula | ||
# Scheme system: base16 | ||
# Scheme author: Mike Barkmin (https://github.com/mikebarkmin) based on Dracula Theme (https://github.com/dracula) | ||
# Scheme author: Jamy Golden (https://github.com/JamyGolden), based on Dracula Theme (https://github.com/dracula) | ||
# Template author: Tinted Theming (https://github.com/tinted-theming) | ||
|
||
export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ | ||
" --color=bg+:#3a3c4e,bg:#282936,spinner:#a1efe4,hl:#62d6e8"\ | ||
" --color=fg:#62d6e8,header:#62d6e8,info:#00f769,pointer:#a1efe4"\ | ||
" --color=marker:#a1efe4,fg+:#f1f2f8,prompt:#00f769,hl+:#62d6e8" | ||
" --color=bg+:#363447,bg:#282a36,spinner:#8be9fd,hl:#80bfff"\ | ||
" --color=fg:#9ea8c7,header:#80bfff,info:#f1fa8c,pointer:#8be9fd"\ | ||
" --color=marker:#8be9fd,fg+:#f0f1f4,prompt:#f1fa8c,hl+:#80bfff" |
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Scheme name: Tokyodark | ||
# Scheme system: base16 | ||
# Scheme author: Tiagovla (https://github.com/tiagovla/) | ||
# Scheme author: Jamy Golden (https://github.com/JamyGolden), Based on Tokyodark.nvim (https://github.com/tiagovla/tokyodark.nvim) | ||
# Template author: Tinted Theming (https://github.com/tinted-theming) | ||
|
||
export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ | ||
" --color=bg+:#151621,bg:#11121d,spinner:#a485dd,hl:#95c561"\ | ||
" --color=fg:#1b1c27,header:#95c561,info:#7199ee,pointer:#a485dd"\ | ||
" --color=marker:#a485dd,fg+:#555661,prompt:#7199ee,hl+:#95c561" | ||
" --color=bg+:#212234,bg:#11121d,spinner:#9fbbf3,hl:#7199ee"\ | ||
" --color=fg:#4a5057,header:#7199ee,info:#d7a65f,pointer:#9fbbf3"\ | ||
" --color=marker:#9fbbf3,fg+:#abb2bf,prompt:#d7a65f,hl+:#7199ee" |
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