Skip to content

Commit

Permalink
Update with the latest tinted-theming colorschemes
Browse files Browse the repository at this point in the history
  • Loading branch information
tinted-theming-bot committed Aug 31, 2024
1 parent 081e9af commit 5c63f7f
Show file tree
Hide file tree
Showing 11 changed files with 90 additions and 90 deletions.
34 changes: 17 additions & 17 deletions bash/base16-dracula.config
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# 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)

_gen_fzf_default_opts() {

local color00='#282936'
local color01='#3a3c4e'
local color02='#4d4f68'
local color03='#626483'
local color04='#62d6e8'
local color05='#e9e9f4'
local color06='#f1f2f8'
local color07='#f7f7fb'
local color08='#ea51b2'
local color09='#b45bcf'
local color0A='#00f769'
local color0B='#ebff87'
local color0C='#a1efe4'
local color0D='#62d6e8'
local color0E='#b45bcf'
local color0F='#00f769'
local color00='#282a36'
local color01='#363447'
local color02='#44475a'
local color03='#6272a4'
local color04='#9ea8c7'
local color05='#f8f8f2'
local color06='#f0f1f4'
local color07='#ffffff'
local color08='#ff5555'
local color09='#ffb86c'
local color0A='#f1fa8c'
local color0B='#50fa7b'
local color0C='#8be9fd'
local color0D='#80bfff'
local color0E='#ff79c6'
local color0F='#bd93f9'

export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\
" --color=bg+:$color01,bg:$color00,spinner:$color0C,hl:$color0D"\
Expand Down
30 changes: 15 additions & 15 deletions bash/base16-tokyodark.config
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# 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)

_gen_fzf_default_opts() {

local color00='#11121d'
local color01='#151621'
local color02='#43444f'
local color03='#393a45'
local color04='#1b1c27'
local color05='#abb2bf'
local color06='#555661'
local color07='#2c2d38'
local color08='#a485dd'
local color09='#a485dd'
local color0A='#7199ee'
local color0B='#d7a65f'
local color0C='#a485dd'
local color0D='#95c561'
local color0E='#ee6d85'
local color01='#212234'
local color02='#212234'
local color03='#353945'
local color04='#4a5057'
local color05='#a0a8cd'
local color06='#abb2bf'
local color07='#bcc2dc'
local color08='#ee6d85'
local color09='#f6955b'
local color0A='#d7a65f'
local color0B='#95c561'
local color0C='#9fbbf3'
local color0D='#7199ee'
local color0E='#a485dd'
local color0F='#773440'

export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\
Expand Down
34 changes: 17 additions & 17 deletions fish/base16-dracula.fish
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# 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)

set -l color00 '#282936'
set -l color01 '#3a3c4e'
set -l color02 '#4d4f68'
set -l color03 '#626483'
set -l color04 '#62d6e8'
set -l color05 '#e9e9f4'
set -l color06 '#f1f2f8'
set -l color07 '#f7f7fb'
set -l color08 '#ea51b2'
set -l color09 '#b45bcf'
set -l color0A '#00f769'
set -l color0B '#ebff87'
set -l color0C '#a1efe4'
set -l color0D '#62d6e8'
set -l color0E '#b45bcf'
set -l color0F '#00f769'
set -l color00 '#282a36'
set -l color01 '#363447'
set -l color02 '#44475a'
set -l color03 '#6272a4'
set -l color04 '#9ea8c7'
set -l color05 '#f8f8f2'
set -l color06 '#f0f1f4'
set -l color07 '#ffffff'
set -l color08 '#ff5555'
set -l color09 '#ffb86c'
set -l color0A '#f1fa8c'
set -l color0B '#50fa7b'
set -l color0C '#8be9fd'
set -l color0D '#80bfff'
set -l color0E '#ff79c6'
set -l color0F '#bd93f9'

set -l FZF_NON_COLOR_OPTS

Expand Down
30 changes: 15 additions & 15 deletions fish/base16-tokyodark.fish
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# 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)

set -l color00 '#11121d'
set -l color01 '#151621'
set -l color02 '#43444f'
set -l color03 '#393a45'
set -l color04 '#1b1c27'
set -l color05 '#abb2bf'
set -l color06 '#555661'
set -l color07 '#2c2d38'
set -l color08 '#a485dd'
set -l color09 '#a485dd'
set -l color0A '#7199ee'
set -l color0B '#d7a65f'
set -l color0C '#a485dd'
set -l color0D '#95c561'
set -l color0E '#ee6d85'
set -l color01 '#212234'
set -l color02 '#212234'
set -l color03 '#353945'
set -l color04 '#4a5057'
set -l color05 '#a0a8cd'
set -l color06 '#abb2bf'
set -l color07 '#bcc2dc'
set -l color08 '#ee6d85'
set -l color09 '#f6955b'
set -l color0A '#d7a65f'
set -l color0B '#95c561'
set -l color0C '#9fbbf3'
set -l color0D '#7199ee'
set -l color0E '#a485dd'
set -l color0F '#773440'

set -l FZF_NON_COLOR_OPTS
Expand Down
6 changes: 3 additions & 3 deletions fish/base24-dracula.fish
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ for arg in (echo $FZF_DEFAULT_OPTS | tr " " "\n")
end

set -Ux FZF_DEFAULT_OPTS "$FZF_NON_COLOR_OPTS"\
" --color=bg:#21222c,fg:#e9e9f4,hl:#f1fa8c"\
" --color=bg+:#3a3c4e,fg+:#69ff94,hl+:#ffffa5"\
" --color=bg:#282a36,fg:#f8f8f2,hl:#ffb86c"\
" --color=bg+:#44475a,fg+:#a3f5b8,hl+:#eef5a3"\
" --color=info:#ff79c6,border:#ff79c6,prompt:#50fa7b"\
" --color=pointer:#bd93f9,marker:#ff6e6e,spinner:#ff6e6e,header:#ff5555"
" --color=pointer:#80bfff,marker:#f28c8c,spinner:#f28c8c,header:#ff5555"
8 changes: 4 additions & 4 deletions powershell/base16-dracula.ps1
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
"@
8 changes: 4 additions & 4 deletions powershell/base16-tokyodark.ps1
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
"@
6 changes: 3 additions & 3 deletions powershell/base24-dracula.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Template author: Tinted Theming (https://github.com/tinted-theming)

$ENV:FZF_DEFAULT_OPTS=@"
--color=bg:#21222c,fg:#e9e9f4,hl:#f1fa8c
--color=bg+:#3a3c4e,fg+:#69ff94,hl+:#ffffa5
--color=bg:#282a36,fg:#f8f8f2,hl:#ffb86c
--color=bg+:#44475a,fg+:#a3f5b8,hl+:#eef5a3
--color=info:#ff79c6,border:#ff79c6,prompt:#50fa7b
--color=pointer:#bd93f9,marker:#ff6e6e,spinner:#ff6e6e,header:#ff5555
--color=pointer:#80bfff,marker:#f28c8c,spinner:#f28c8c,header:#ff5555
"@
8 changes: 4 additions & 4 deletions sh/base16-dracula.sh
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"
8 changes: 4 additions & 4 deletions sh/base16-tokyodark.sh
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"
8 changes: 4 additions & 4 deletions sh/base24-dracula.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Template author: Tinted Theming (https://github.com/tinted-theming)

export FZF_DEFAULT_OPTS=" \
--color=bg:#21222c,fg:#e9e9f4,hl:#f1fa8c\
--color=bg+:#3a3c4e,fg+:#e9e9f4,hl+:#ffffa5\
--color=info:#d6acff,border:#bd93f9,prompt:#50fa7b\
--color=pointer:#21222c,marker:#ff6e6e,spinner:#ff6e6e,header:#ff5555"
--color=bg:#282a36,fg:#f8f8f2,hl:#ffb86c\
--color=bg+:#44475a,fg+:#f8f8f2,hl+:#eef5a3\
--color=info:#a3ccf5,border:#80bfff,prompt:#50fa7b\
--color=pointer:#282a36,marker:#f28c8c,spinner:#f28c8c,header:#ff5555"

0 comments on commit 5c63f7f

Please sign in to comment.