Skip to content

Commit

Permalink
chore(extras): auto-generate extras
Browse files Browse the repository at this point in the history
  • Loading branch information
astronvimbot committed Jul 15, 2024
1 parent 9413aca commit 3eb5b07
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 0 deletions.
38 changes: 38 additions & 0 deletions extras/zathura/astrodark.zathurarc
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# AstroDark color theme for Zathura
# Swaps Foreground for Background to get a light version if the user prefers
#
# AstroDark color theme
#
set notification-error-bg "#F8747E"
set notification-error-fg "#1A1D23"
set notification-warning-bg "#EB8332"
set notification-warning-fg "#1A1D23"
set notification-bg "#1A1D23"
set notification-fg "#ADB0BB"
set completion-bg "#1A1D23"
set completion-fg "#696C76"
set completion-group-bg "#1A1D23"
set completion-group-fg "#696C76"
set completion-highlight-bg "#16181D"
set completion-highlight-fg "#ADB0BB"
set index-bg "#1A1D23"
set index-fg "#ADB0BB"
set index-active-bg "#16181D"
set index-active-fg "#ADB0BB"
set inputbar-bg "#1A1D23"
set inputbar-fg "#ADB0BB"
set statusbar-bg "#1A1D23"
set statusbar-fg "#ADB0BB"
set highlight-color "#D09214"
set highlight-active-color "#75AD47"
set default-bg "#1A1D23"
set default-fg "#ADB0BB"
set render-loading true
set render-loading-fg "#1A1D23"
set render-loading-bg "#ADB0BB"
#
# Recolor mode settings
# <C-r> to switch modes
#
set recolor-lightcolor "#1A1D23"
set recolor-darkcolor "#ADB0BB"
38 changes: 38 additions & 0 deletions extras/zathura/astrojupiter.zathurarc
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# AstroJupiter color theme for Zathura
# Swaps Foreground for Background to get a light version if the user prefers
#
# AstroJupiter color theme
#
set notification-error-bg "#D04F4E"
set notification-error-fg "#FEEEEE"
set notification-warning-bg "#D05312"
set notification-warning-fg "#FEEEEE"
set notification-bg "#FEEEEE"
set notification-fg "#815654"
set completion-bg "#FEEEEE"
set completion-fg "#937C7A"
set completion-group-bg "#FEEEEE"
set completion-group-fg "#937C7A"
set completion-highlight-bg "#F9DCD1"
set completion-highlight-fg "#815654"
set index-bg "#FEEEEE"
set index-fg "#815654"
set index-active-bg "#F9DCD1"
set index-active-fg "#815654"
set inputbar-bg "#FEEEEE"
set inputbar-fg "#815654"
set statusbar-bg "#FEEEEE"
set statusbar-fg "#815654"
set highlight-color "#AC7300"
set highlight-active-color "#569400"
set default-bg "#FEEEEE"
set default-fg "#815654"
set render-loading true
set render-loading-fg "#FEEEEE"
set render-loading-bg "#815654"
#
# Recolor mode settings
# <C-r> to switch modes
#
set recolor-lightcolor "#FEEEEE"
set recolor-darkcolor "#815654"
38 changes: 38 additions & 0 deletions extras/zathura/astrolight.zathurarc
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# AstroLight color theme for Zathura
# Swaps Foreground for Background to get a light version if the user prefers
#
# AstroLight color theme
#
set notification-error-bg "#E72F1F"
set notification-error-fg "#F7F8F8"
set notification-warning-bg "#F0740A"
set notification-warning-fg "#F7F8F8"
set notification-bg "#F7F8F8"
set notification-fg "#4F4F4F"
set completion-bg "#F7F8F8"
set completion-fg "#8B9297"
set completion-group-bg "#F7F8F8"
set completion-group-fg "#8B9297"
set completion-highlight-bg "#EAEBEB"
set completion-highlight-fg "#4F4F4F"
set index-bg "#F7F8F8"
set index-fg "#4F4F4F"
set index-active-bg "#EAEBEB"
set index-active-fg "#4F4F4F"
set inputbar-bg "#F7F8F8"
set inputbar-fg "#4F4F4F"
set statusbar-bg "#F7F8F8"
set statusbar-fg "#4F4F4F"
set highlight-color "#E69400"
set highlight-active-color "#42AD17"
set default-bg "#F7F8F8"
set default-fg "#4F4F4F"
set render-loading true
set render-loading-fg "#F7F8F8"
set render-loading-bg "#4F4F4F"
#
# Recolor mode settings
# <C-r> to switch modes
#
set recolor-lightcolor "#F7F8F8"
set recolor-darkcolor "#4F4F4F"
38 changes: 38 additions & 0 deletions extras/zathura/astromars.zathurarc
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# AstroMars color theme for Zathura
# Swaps Foreground for Background to get a light version if the user prefers
#
# AstroMars color theme
#
set notification-error-bg "#E77777"
set notification-error-fg "#1E1517"
set notification-warning-bg "#FAA27F"
set notification-warning-fg "#1E1517"
set notification-bg "#1E1517"
set notification-fg "#A5B2BC"
set completion-bg "#1E1517"
set completion-fg "#63646A"
set completion-group-bg "#1E1517"
set completion-group-fg "#63646A"
set completion-highlight-bg "#1A1113"
set completion-highlight-fg "#A5B2BC"
set index-bg "#1E1517"
set index-fg "#A5B2BC"
set index-active-bg "#1A1113"
set index-active-fg "#A5B2BC"
set inputbar-bg "#1E1517"
set inputbar-fg "#A5B2BC"
set statusbar-bg "#1E1517"
set statusbar-fg "#A5B2BC"
set highlight-color "#FFA31A"
set highlight-active-color "#9AC374"
set default-bg "#1E1517"
set default-fg "#A5B2BC"
set render-loading true
set render-loading-fg "#1E1517"
set render-loading-bg "#A5B2BC"
#
# Recolor mode settings
# <C-r> to switch modes
#
set recolor-lightcolor "#1E1517"
set recolor-darkcolor "#A5B2BC"

0 comments on commit 3eb5b07

Please sign in to comment.