Hacker News new | ask | show | jobs
by bronzecarnage 1505 days ago
You can also customize Zathura using ~/.config/zathura/zathurarc with the following (for instance):

``` set default-bg "#2E3440"

## Start in dark mode by default set recolor true

## Nord colors for dark more set recolor-darkcolor "#D8DEE9" set recolor-lightcolor "#2E3440" ```

1 comments

This is cool. Thanks.