Skip to content

liuhq/moyurd

Repository files navigation

moyurd

A keyboard-driven and simple Epub reader.

Installation

Archlinux

Get moyurd from AUR

or

paru -S moyurd

Download

Get moyurd from release

Build

Build a ready-to-use standalone package, or a system-specific installer.

Package

npm run forge:package

Installer

npm run forge:make

Usage

Press ? (shift+/) to get help with shortcut keys.

Custom Themes

config file at XDG_CONFIG_HOME/moyurd/moyurd.config

{
  "colors": {
    "bg": "#dce0e8",         // background color
    "fg": "#4c4f69",         // foreground color
    "subFg": "#5c5f77",      // sub foreground color
    "inverseBg": "#4c4f69",  // inverse Background color
    "inverseFg": "#dce0e8",  // inverse foreground color
    "shadow": "#00000030",   // shadow color under the toc panel
    "accent": "#7287fd"      // primary theme color
  }
}

Thanks

License

MIT

About

A keyboard-driven and simple Epub reader

Resources

License

Stars

Watchers

Forks