Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port for Zathura #143

Open
ghost opened this issue Oct 15, 2020 · 1 comment
Open

Port for Zathura #143

ghost opened this issue Oct 15, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 15, 2020

Just wanted to share my Nord-themed zathura config I have had for a while. If you do not know this software:

zathura is a highly customizable and functional document viewer. It provides a minimalistic and space saving interface as well as an easy usage that mainly focuses on keyboard interaction.

zathura has a recolor feature allowing you to read your documents in pure Nord fashion.
Here is my config:

# ~/.config/zathura/zathurarc


# GENERAL SETTINGS
# ----------------
set window-title-basename true
set statusbar-home-tilde  true
set recolor               true
set selection-clipboard   clipboard

# LAYOUT SETTINGS
# ---------------
set statusbar-h-padding 0
set statusbar-v-padding 0
set show-scrollbars     false

# NORD THEME
# ----------
set default-bg              "#2e3440" # nord0
set default-fg              "#d8dee9" # nord4
set statusbar-bg            "#2e3440" # nord0
set statusbar-fg            "#d8dee9" # nord4
set inputbar-bg             "#2e3440" # nord0
set inputbar-fg             "#a3be8c" # nord14
set completion-bg           "#2e3440" # nord0
set completion-fg           "#d8dee9" # nord4
set completion-group-bg     "#2e3440" # nord0
set completion-group-fg     "#d8dee9" # nord4
set completion-highlight-bg "#434c5e" # nord2
set completion-highlight-fg "#d8dee9" # nord4
set notification-bg         "#3b4252" # nord2
set notification-fg         "#eceff4" # nord6
set notification-error-bg   "#bf616a" # nord11
set notification-error-fg   "#eceff4" # nord6
set notification-warning-bg "#ebcb8b" # nord13
set notification-warning-fg "#2e3440" # nord0
set highlight-color         "#5e81ac" # nord10
set highlight-active-color  "#88c0d0" # nord8
set index-bg                "#2e3440" # nord0
set index-fg                "#d8dee9" # nord4
set index-active-bg         "#434c5e" # nord2
set index-active-fg         "#d8dee9" # nord4
set recolor-darkcolor       "#d8dee9" # nord4
set recolor-lightcolor      "#2e3440" # nord0
set render-loading-bg       "#2e3440" # nord0
set render-loading-fg       "#d8dee9" # nord4

HaoZeke also added a Nord config to his zathura plugin, you can copy and paste the content to your zathurarc to apply the theme.

@arcticicestudio
Copy link
Contributor

arcticicestudio commented Nov 7, 2020

Hi @loicreynier 👋, thanks for your contribution 👍

I've added it to the backlog and @-mention you as soon as I start working on it so you can track the progress or contribute ideas for this port project.

Please be aware that it may take some time for this port project to be implemented because there are already 60+ port project requests in the backlog and my free time is limited to work on the massive amount of issues & PRs. I currently focus on the data transition of all port projects to the new and shiny website and documentations to finally reduce the maintenance overhead, create a „single source of truth“ and increase the overall project quality :octocat:
Also take into account that I work as a software developer in the “real world“ and I hope you understand that the time to work on my projects may vary depending on my free time. 🙏

Thanks for sharing your own port so other users can use it in the meantime. This could also help to bootstrap the official port later on by using it as fundamental code base.

@arcticicestudio arcticicestudio changed the title Nord for zathura Nord port for zathura Jan 30, 2022
@arcticicestudio arcticicestudio changed the title Nord port for zathura Nord port for Zathura Jan 30, 2022
@arcticicestudio arcticicestudio changed the title Nord port for Zathura Nord port for zathura Jan 30, 2022
@arcticicestudio arcticicestudio changed the title Nord port for zathura Nord port for Zathura Jan 30, 2022
@svengreb svengreb changed the title Nord port for Zathura Port for zathura Jan 30, 2022
@svengreb svengreb changed the title Port for zathura Port for Zathura Jan 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants