Skip to content

Instantly share code, notes, and snippets.

@CondensedMilk7
Created November 11, 2021 19:54
Show Gist options
  • Save CondensedMilk7/42981cdb412d773d716f57b20a088ece to your computer and use it in GitHub Desktop.
Save CondensedMilk7/42981cdb412d773d716f57b20a088ece to your computer and use it in GitHub Desktop.
Tokyo Night color scheme for Zathura
# Tokyo Night color scheme for Zathura.
# Original color scheme: https://github.com/enkia/tokyo-night-vscode-theme
# Provided for Zathura by https://github.com/CondensedMilk7
# Copy these lines into your ~/.config/zathura/zathurarc
set default-bg "#1a1b26"
set default-fg "#a9b1d6"
set statusbar-fg "#a9b1d6"
set statusbar-bg "#24283b"
set inputbar-bg "#1a1b26"
set inputbar-fg "#73daca"
set notification-bg "#1a1b26"
set notification-fg "#73daca"
set notification-error-bg "#1a1b26"
set notification-error-fg "#f7768e"
set notification-warning-bg "#1a1b26"
set notification-warning-fg "#f7768e"
set highlight-color "#e0af68"
set highlight-active-color "#9aa5ce"
set completion-bg "#24283b"
set completion-fg "#a9b1d6"
set completion-highlight-fg "#9aa5ce"
set completion-highlight-bg "24283b"
set recolor-lightcolor "#16161e"
set recolor-darkcolor "#a9b1d6"
set recolor "true"
set recolor-keephue "false"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment