feat(extras): added colors for zathura (#385)

Added TokyoNight colorscheme for [zathura](https://pwmt.org/projects/zathura/) document viewer.
This commit is contained in:
Kristofers Solo
2023-05-24 11:50:54 +03:00
committed by GitHub
parent 6972aade12
commit e7e22807a3
2 changed files with 54 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ M.extras = {
terminator = {ext = "conf", url = "https://gnome-terminator.readthedocs.io/en/latest/config.html", label = "Terminator"},
prism = {ext = "js", url = "https://prismjs.com", label = "Prism"},
windows_terminal = {ext = "json", url = "https://aka.ms/terminal-documentation", label = "Windows Terminal"},
zathura = {ext = "zathurarc", url = "https://pwmt.org/projects/zathura/", label = "Zathura"},
}
local function write(str, fileName)