Skip to content

Instantly share code, notes, and snippets.

@krithravi
Last active June 8, 2023 16:31
Show Gist options
  • Select an option

  • Save krithravi/d8fdbb8b7c7d9fe60a4c0160f0bc38a4 to your computer and use it in GitHub Desktop.

Select an option

Save krithravi/d8fdbb8b7c7d9fe60a4c0160f0bc38a4 to your computer and use it in GitHub Desktop.
# here's a man page link:
# https://manpages.ubuntu.com/manpages/trusty/man5/zathurarc.5.html
# copy selection to system clipboard
set selection-clipboard clipboard
# sets the window title to filename only, not path as default
set window-title-basename "true"
# background in general is a dark green
set default-bg "#02230d"
set inputbar-bg "#001e0a" # input bar is a bit darker green
set statusbar-bg "#001e0a" # status bar is a bit darker green
# so i can actually see the thing
set font "monospace normal 12"
# when recoloring, what should the background be set to?
# a greyish sort of green
set recolor-lightcolor "#25422f" # base02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment