First stab at converting to farout palette

Also renamed all/most instances of tokyonight to farout
This commit is contained in:
2023-12-01 15:30:50 -05:00
parent f247ee700b
commit 1752319cc5
130 changed files with 18963 additions and 301 deletions

View File

@@ -0,0 +1,38 @@
# Tokyonight color theme for Zathura
# Swaps Foreground for Background to get a light version if the user prefers
#
# Tokyonight color theme
#
set notification-error-bg "#db5234"
set notification-error-fg "#6c6252"
set notification-warning-bg "#9b6635"
set notification-warning-fg "#d1c4c2"
set notification-bg "#e1e2e7"
set notification-fg "#6c6252"
set completion-bg "#e1e2e7"
set completion-fg "#9b6635"
set completion-group-bg "#e1e2e7"
set completion-group-fg "#9b6635"
set completion-highlight-bg "#d1c4c2"
set completion-highlight-fg "#6c6252"
set index-bg "#e1e2e7"
set index-fg "#6c6252"
set index-active-bg "#d1c4c2"
set index-active-fg "#6c6252"
set inputbar-bg "#e1e2e7"
set inputbar-fg "#6c6252"
set statusbar-bg "#e1e2e7"
set statusbar-fg "#6c6252"
set highlight-color "#9b6635"
set highlight-active-color "#715e4b"
set default-bg "#e1e2e7"
set default-fg "#6c6252"
set render-loading true
set render-loading-fg "#e1e2e7"
set render-loading-bg "#6c6252"
#
# Recolor mode settings
# <C-r> to switch modes
#
set recolor-lightcolor "#e1e2e7"
set recolor-darkcolor "#6c6252"

View File

@@ -0,0 +1,38 @@
# Tokyonight color theme for Zathura
# Swaps Foreground for Background to get a light version if the user prefers
#
# Tokyonight color theme
#
set notification-error-bg "#ff757f"
set notification-error-fg "#c8d3f5"
set notification-warning-bg "#ffc777"
set notification-warning-fg "#444a73"
set notification-bg "#222436"
set notification-fg "#c8d3f5"
set completion-bg "#222436"
set completion-fg "#828bb8"
set completion-group-bg "#222436"
set completion-group-fg "#828bb8"
set completion-highlight-bg "#444a73"
set completion-highlight-fg "#c8d3f5"
set index-bg "#222436"
set index-fg "#c8d3f5"
set index-active-bg "#444a73"
set index-active-fg "#c8d3f5"
set inputbar-bg "#222436"
set inputbar-fg "#c8d3f5"
set statusbar-bg "#222436"
set statusbar-fg "#c8d3f5"
set highlight-color "#ffc777"
set highlight-active-color "#c3e88d"
set default-bg "#222436"
set default-fg "#c8d3f5"
set render-loading true
set render-loading-fg "#222436"
set render-loading-bg "#c8d3f5"
#
# Recolor mode settings
# <C-r> to switch modes
#
set recolor-lightcolor "#222436"
set recolor-darkcolor "#c8d3f5"

View File

@@ -0,0 +1,38 @@
# Tokyonight color theme for Zathura
# Swaps Foreground for Background to get a light version if the user prefers
#
# Tokyonight color theme
#
set notification-error-bg "#bf472c"
set notification-error-fg "#E0CCAE"
set notification-warning-bg "#f2a766"
set notification-warning-fg "#392D2B"
set notification-bg "#1a1b26"
set notification-fg "#E0CCAE"
set completion-bg "#1a1b26"
set completion-fg "#F2A766"
set completion-group-bg "#1a1b26"
set completion-group-fg "#F2A766"
set completion-highlight-bg "#392D2B"
set completion-highlight-fg "#E0CCAE"
set index-bg "#1a1b26"
set index-fg "#E0CCAE"
set index-active-bg "#392D2B"
set index-active-fg "#E0CCAE"
set inputbar-bg "#1a1b26"
set inputbar-fg "#E0CCAE"
set statusbar-bg "#1a1b26"
set statusbar-fg "#E0CCAE"
set highlight-color "#f2a766"
set highlight-active-color "#a4896f"
set default-bg "#1a1b26"
set default-fg "#E0CCAE"
set render-loading true
set render-loading-fg "#1a1b26"
set render-loading-bg "#E0CCAE"
#
# Recolor mode settings
# <C-r> to switch modes
#
set recolor-lightcolor "#1a1b26"
set recolor-darkcolor "#E0CCAE"

View File

@@ -0,0 +1,38 @@
# Tokyonight color theme for Zathura
# Swaps Foreground for Background to get a light version if the user prefers
#
# Tokyonight color theme
#
set notification-error-bg "#bf472c"
set notification-error-fg "#E0CCAE"
set notification-warning-bg "#f2a766"
set notification-warning-fg "#392D2B"
set notification-bg "#0f0908"
set notification-fg "#E0CCAE"
set completion-bg "#0f0908"
set completion-fg "#F2A766"
set completion-group-bg "#0f0908"
set completion-group-fg "#F2A766"
set completion-highlight-bg "#392D2B"
set completion-highlight-fg "#E0CCAE"
set index-bg "#0f0908"
set index-fg "#E0CCAE"
set index-active-bg "#392D2B"
set index-active-fg "#E0CCAE"
set inputbar-bg "#0f0908"
set inputbar-fg "#E0CCAE"
set statusbar-bg "#0f0908"
set statusbar-fg "#E0CCAE"
set highlight-color "#f2a766"
set highlight-active-color "#a4896f"
set default-bg "#0f0908"
set default-fg "#E0CCAE"
set render-loading true
set render-loading-fg "#0f0908"
set render-loading-bg "#E0CCAE"
#
# Recolor mode settings
# <C-r> to switch modes
#
set recolor-lightcolor "#0f0908"
set recolor-darkcolor "#E0CCAE"