Skip to content

Commit

Permalink
fix: update themes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 31, 2024
1 parent 63a935c commit d316303
Show file tree
Hide file tree
Showing 11 changed files with 510 additions and 135 deletions.
90 changes: 45 additions & 45 deletions functions/base16-dracula.fish
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
# base16-fish-shell (https://github.com/FabioAntunes/base16-fish-shell)
# Inspired by base16-shell (https://github.com/chriskempson/base16-shell)
# Dracula scheme by Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula)
# Dracula scheme by Jamy Golden (http://github.com/JamyGolden), based on Dracula Theme (http://github.com/dracula)

function base16-dracula -d "base16 Dracula theme"
set options (fish_opt --short=t --long=test)
argparse $options -- $argv

# colors
set color00 "28/29/36" # Base 00 - Black
set color01 "ea/51/b2" # Base 08 - Red
set color02 "eb/ff/87" # Base 0B - Green
set color03 "00/f7/69" # Base 0A - Yellow
set color04 "62/d6/e8" # Base 0D - Blue
set color05 "b4/5b/cf" # Base 0E - Magenta
set color06 "a1/ef/e4" # Base 0C - Cyan
set color07 "e9/e9/f4" # Base 05 - White
set color08 "62/64/83" # Base 03 - Bright Black
set color00 "28/2a/36" # Base 00 - Black
set color01 "ff/55/55" # Base 08 - Red
set color02 "50/fa/7b" # Base 0B - Green
set color03 "f1/fa/8c" # Base 0A - Yellow
set color04 "80/bf/ff" # Base 0D - Blue
set color05 "ff/79/c6" # Base 0E - Magenta
set color06 "8b/e9/fd" # Base 0C - Cyan
set color07 "f8/f8/f2" # Base 05 - White
set color08 "62/72/a4" # Base 03 - Bright Black
set color09 $color01 # Base 08 - Bright Red
set color10 $color02 # Base 0B - Bright Green
set color11 $color03 # Base 0A - Bright Yellow
set color12 $color04 # Base 0D - Bright Blue
set color13 $color05 # Base 0E - Bright Magenta
set color14 $color06 # Base 0C - Bright Cyan
set color15 "f7/f7/fb" # Base 07 - Bright White
set color16 "b4/5b/cf" # Base 09
set color17 "00/f7/69" # Base 0F
set color18 "3a/3c/4e" # Base 01
set color19 "4d/4f/68" # Base 02
set color20 "62/d6/e8" # Base 04
set color21 "f1/f2/f8" # Base 06
set color_foreground "e9/e9/f4" # Base 05
set color_background "28/29/36" # Base 00
set color15 "ff/ff/ff" # Base 07 - Bright White
set color16 "ff/b8/6c" # Base 09
set color17 "bd/93/f9" # Base 0F
set color18 "36/34/47" # Base 01
set color19 "44/47/5a" # Base 02
set color20 "9e/a8/c7" # Base 04
set color21 "f0/f1/f4" # Base 06
set color_foreground "f8/f8/f2" # Base 05
set color_background "28/2a/36" # Base 00

# 16 color space
__put_template 0 $color00
Expand Down Expand Up @@ -61,13 +61,13 @@ function base16-dracula -d "base16 Dracula theme"
# foreground / background / cursor color
if test -n "$ITERM_SESSION_ID"
# iTerm2 proprietary escape codes
__put_template_custom Pg e9e9f4 # foreground
__put_template_custom Ph 282936 # background
__put_template_custom Pi e9e9f4 # bold color
__put_template_custom Pj 4d4f68 # selection color
__put_template_custom Pk e9e9f4 # selected text color
__put_template_custom Pl e9e9f4 # cursor
__put_template_custom Pm 282936 # cursor text
__put_template_custom Pg f8f8f2 # foreground
__put_template_custom Ph 282a36 # background
__put_template_custom Pi f8f8f2 # bold color
__put_template_custom Pj 44475a # selection color
__put_template_custom Pk f8f8f2 # selected text color
__put_template_custom Pl f8f8f2 # cursor
__put_template_custom Pm 282a36 # cursor text

else
__put_template_var 10 $color_foreground
Expand All @@ -82,33 +82,33 @@ function base16-dracula -d "base16 Dracula theme"

if test -z $base16_fish_shell_disable_prompt_colors
set -gx fish_color_normal normal
set -gx fish_color_command "62d6e8" blue
set -gx fish_color_quote "ebff87" green
set -gx fish_color_redirection "00f769" yellow
set -gx fish_color_end "a1efe4" cyan
set -gx fish_color_error "ea51b2" red
set -gx fish_color_param "f1f2f8" cyan
set -gx fish_color_comment "626483" brblack
set -gx fish_color_command "80bfff" blue
set -gx fish_color_quote "50fa7b" green
set -gx fish_color_redirection "f1fa8c" yellow
set -gx fish_color_end "8be9fd" cyan
set -gx fish_color_error "ff5555" red
set -gx fish_color_param "f0f1f4" cyan
set -gx fish_color_comment "6272a4" brblack
set -gx fish_color_match --background=brblue
set -gx fish_color_selection "e9e9f4" white --bold --background=brblack
set -gx fish_color_search_match "00f769" bryellow --background=brblack
set -gx fish_color_selection "f8f8f2" white --bold --background=brblack
set -gx fish_color_search_match "f1fa8c" bryellow --background=brblack
set -gx fish_color_history_current --bold
set -gx fish_color_operator "a1efe4" cyan
set -gx fish_color_escape "a1efe4" cyan
set -gx fish_color_cwd "ebff87" green
set -gx fish_color_cwd_root "ea51b2" red
set -gx fish_color_operator "8be9fd" cyan
set -gx fish_color_escape "8be9fd" cyan
set -gx fish_color_cwd "50fa7b" green
set -gx fish_color_cwd_root "ff5555" red
set -gx fish_color_valid_path --underline
set -gx fish_color_autosuggestion "626483" brblack
set -gx fish_color_user "ebff87" brgreen
set -gx fish_color_autosuggestion "6272a4" brblack
set -gx fish_color_user "50fa7b" brgreen
set -gx fish_color_host normal
set -gx fish_color_cancel -r
set -gx fish_pager_color_completion normal
set -gx fish_pager_color_description "00f769" yellow
set -gx fish_pager_color_prefix "e9e9f4" white --bold --underline
set -gx fish_pager_color_progress "f7f7fb" brwhite --background=cyan
set -gx fish_pager_color_description "f1fa8c" yellow
set -gx fish_pager_color_prefix "f8f8f2" white --bold --underline
set -gx fish_pager_color_progress "ffffff" brwhite --background=cyan
end

__base16_fish_shell_set_background "28" "29" "36"
__base16_fish_shell_set_background "28" "2a" "36"
__base16_fish_shell_create_vimrc_background dracula
set -U base16_fish_theme dracula

Expand Down
42 changes: 21 additions & 21 deletions functions/base16-everforest-dark-hard.fish
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# base16-fish-shell (https://github.com/FabioAntunes/base16-fish-shell)
# Inspired by base16-shell (https://github.com/chriskempson/base16-shell)
# Everforest Dark Hard scheme by Oskar Liew (https://github.com/OskarLiew)
# Everforest Dark Hard scheme by Sainnhe Park (https://github.com/sainnhe)

function base16-everforest-dark-hard -d "base16 Everforest Dark Hard theme"
set options (fish_opt --short=t --long=test)
argparse $options -- $argv

# colors
set color00 "27/2e/33" # Base 00 - Black
set color01 "7f/bb/b3" # Base 08 - Red
set color02 "83/c0/92" # Base 0B - Green
set color01 "e6/7e/80" # Base 08 - Red
set color02 "a7/c0/80" # Base 0B - Green
set color03 "db/bc/7f" # Base 0A - Yellow
set color04 "a7/c0/80" # Base 0D - Blue
set color05 "e6/7e/80" # Base 0E - Magenta
set color06 "e6/98/75" # Base 0C - Cyan
set color04 "7f/bb/b3" # Base 0D - Blue
set color05 "d6/99/b6" # Base 0E - Magenta
set color06 "83/c0/92" # Base 0C - Cyan
set color07 "d3/c6/aa" # Base 05 - White
set color08 "85/92/89" # Base 03 - Bright Black
set color09 $color01 # Base 08 - Bright Red
Expand All @@ -22,13 +22,13 @@ function base16-everforest-dark-hard -d "base16 Everforest Dark Hard theme"
set color12 $color04 # Base 0D - Bright Blue
set color13 $color05 # Base 0E - Bright Magenta
set color14 $color06 # Base 0C - Bright Cyan
set color15 "fd/f6/e3" # Base 07 - Bright White
set color16 "d6/99/b6" # Base 09
set color17 "4c/37/43" # Base 0F
set color15 "ff/fb/ef" # Base 07 - Bright White
set color16 "e6/98/75" # Base 09
set color17 "9d/a9/a0" # Base 0F
set color18 "2e/38/3c" # Base 01
set color19 "41/4b/50" # Base 02
set color20 "9d/a9/a0" # Base 04
set color21 "e4/e1/cd" # Base 06
set color21 "ed/ea/da" # Base 06
set color_foreground "d3/c6/aa" # Base 05
set color_background "27/2e/33" # Base 00

Expand Down Expand Up @@ -82,30 +82,30 @@ function base16-everforest-dark-hard -d "base16 Everforest Dark Hard theme"

if test -z $base16_fish_shell_disable_prompt_colors
set -gx fish_color_normal normal
set -gx fish_color_command "a7c080" blue
set -gx fish_color_quote "83c092" green
set -gx fish_color_command "7fbbb3" blue
set -gx fish_color_quote "a7c080" green
set -gx fish_color_redirection "dbbc7f" yellow
set -gx fish_color_end "e69875" cyan
set -gx fish_color_error "7fbbb3" red
set -gx fish_color_param "e4e1cd" cyan
set -gx fish_color_end "83c092" cyan
set -gx fish_color_error "e67e80" red
set -gx fish_color_param "edeada" cyan
set -gx fish_color_comment "859289" brblack
set -gx fish_color_match --background=brblue
set -gx fish_color_selection "d3c6aa" white --bold --background=brblack
set -gx fish_color_search_match "dbbc7f" bryellow --background=brblack
set -gx fish_color_history_current --bold
set -gx fish_color_operator "e69875" cyan
set -gx fish_color_escape "e69875" cyan
set -gx fish_color_cwd "83c092" green
set -gx fish_color_cwd_root "7fbbb3" red
set -gx fish_color_operator "83c092" cyan
set -gx fish_color_escape "83c092" cyan
set -gx fish_color_cwd "a7c080" green
set -gx fish_color_cwd_root "e67e80" red
set -gx fish_color_valid_path --underline
set -gx fish_color_autosuggestion "859289" brblack
set -gx fish_color_user "83c092" brgreen
set -gx fish_color_user "a7c080" brgreen
set -gx fish_color_host normal
set -gx fish_color_cancel -r
set -gx fish_pager_color_completion normal
set -gx fish_pager_color_description "dbbc7f" yellow
set -gx fish_pager_color_prefix "d3c6aa" white --bold --underline
set -gx fish_pager_color_progress "fdf6e3" brwhite --background=cyan
set -gx fish_pager_color_progress "fffbef" brwhite --background=cyan
end

__base16_fish_shell_set_background "27" "2e" "33"
Expand Down
52 changes: 26 additions & 26 deletions functions/base16-everforest.fish
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ function base16-everforest -d "base16 Everforest theme"
argparse $options -- $argv

# colors
set color00 "2f/38/3e" # Base 00 - Black
set color01 "7f/bb/b3" # Base 08 - Red
set color02 "83/c0/92" # Base 0B - Green
set color00 "2d/35/3b" # Base 00 - Black
set color01 "e6/7e/80" # Base 08 - Red
set color02 "a7/c0/80" # Base 0B - Green
set color03 "db/bc/7f" # Base 0A - Yellow
set color04 "a7/c0/80" # Base 0D - Blue
set color05 "e6/7e/80" # Base 0E - Magenta
set color06 "e6/98/75" # Base 0C - Cyan
set color04 "7f/bb/b3" # Base 0D - Blue
set color05 "d6/99/b6" # Base 0E - Magenta
set color06 "83/c0/92" # Base 0C - Cyan
set color07 "d3/c6/aa" # Base 05 - White
set color08 "85/92/89" # Base 03 - Bright Black
set color09 $color01 # Base 08 - Bright Red
Expand All @@ -23,14 +23,14 @@ function base16-everforest -d "base16 Everforest theme"
set color13 $color05 # Base 0E - Bright Magenta
set color14 $color06 # Base 0C - Bright Cyan
set color15 "fd/f6/e3" # Base 07 - Bright White
set color16 "d6/99/b6" # Base 09
set color17 "ea/ed/c8" # Base 0F
set color18 "37/42/47" # Base 01
set color19 "4a/55/5b" # Base 02
set color16 "e6/98/75" # Base 09
set color17 "9d/a9/a0" # Base 0F
set color18 "34/3f/44" # Base 01
set color19 "47/52/58" # Base 02
set color20 "9d/a9/a0" # Base 04
set color21 "e4/e1/cd" # Base 06
set color21 "e6/e2/cc" # Base 06
set color_foreground "d3/c6/aa" # Base 05
set color_background "2f/38/3e" # Base 00
set color_background "2d/35/3b" # Base 00

# 16 color space
__put_template 0 $color00
Expand Down Expand Up @@ -62,12 +62,12 @@ function base16-everforest -d "base16 Everforest theme"
if test -n "$ITERM_SESSION_ID"
# iTerm2 proprietary escape codes
__put_template_custom Pg d3c6aa # foreground
__put_template_custom Ph 2f383e # background
__put_template_custom Ph 2d353b # background
__put_template_custom Pi d3c6aa # bold color
__put_template_custom Pj 4a555b # selection color
__put_template_custom Pj 475258 # selection color
__put_template_custom Pk d3c6aa # selected text color
__put_template_custom Pl d3c6aa # cursor
__put_template_custom Pm 2f383e # cursor text
__put_template_custom Pm 2d353b # cursor text

else
__put_template_var 10 $color_foreground
Expand All @@ -82,24 +82,24 @@ function base16-everforest -d "base16 Everforest theme"

if test -z $base16_fish_shell_disable_prompt_colors
set -gx fish_color_normal normal
set -gx fish_color_command "a7c080" blue
set -gx fish_color_quote "83c092" green
set -gx fish_color_command "7fbbb3" blue
set -gx fish_color_quote "a7c080" green
set -gx fish_color_redirection "dbbc7f" yellow
set -gx fish_color_end "e69875" cyan
set -gx fish_color_error "7fbbb3" red
set -gx fish_color_param "e4e1cd" cyan
set -gx fish_color_end "83c092" cyan
set -gx fish_color_error "e67e80" red
set -gx fish_color_param "e6e2cc" cyan
set -gx fish_color_comment "859289" brblack
set -gx fish_color_match --background=brblue
set -gx fish_color_selection "d3c6aa" white --bold --background=brblack
set -gx fish_color_search_match "dbbc7f" bryellow --background=brblack
set -gx fish_color_history_current --bold
set -gx fish_color_operator "e69875" cyan
set -gx fish_color_escape "e69875" cyan
set -gx fish_color_cwd "83c092" green
set -gx fish_color_cwd_root "7fbbb3" red
set -gx fish_color_operator "83c092" cyan
set -gx fish_color_escape "83c092" cyan
set -gx fish_color_cwd "a7c080" green
set -gx fish_color_cwd_root "e67e80" red
set -gx fish_color_valid_path --underline
set -gx fish_color_autosuggestion "859289" brblack
set -gx fish_color_user "83c092" brgreen
set -gx fish_color_user "a7c080" brgreen
set -gx fish_color_host normal
set -gx fish_color_cancel -r
set -gx fish_pager_color_completion normal
Expand All @@ -108,7 +108,7 @@ function base16-everforest -d "base16 Everforest theme"
set -gx fish_pager_color_progress "fdf6e3" brwhite --background=cyan
end

__base16_fish_shell_set_background "2f" "38" "3e"
__base16_fish_shell_set_background "2d" "35" "3b"
__base16_fish_shell_create_vimrc_background everforest
set -U base16_fish_theme everforest

Expand Down
Loading

0 comments on commit d316303

Please sign in to comment.