-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(readme): switch to the rust builder, minor cleanup
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Base16-sioyek | ||
|
||
> See the [Base16 repository](https://github.com/tinted-theming/home) for more information. | ||
> This theme was built with [Base16 Builder Go](https://github.com/tinted-theming/base16-builder-go). | ||
> See the [Tinted theming repository](https://github.com/tinted-theming/home) for more information. | ||
> This theme was built with [Tinted Builder Rust](https://github.com/tinted-theming/tinted-builder-rust). | ||
Base16 colorschemes for the [sioyek](https://github.com/ahrm/sioyek) pdf reader. | ||
[Base16](https://github.com/tinted-theming/home/blob/main/styling.md) color schemes for the [sioyek](https://github.com/ahrm/sioyek) pdf reader. | ||
|
||
<div align="center"><img width=600 src="./assets/screenshot.png"><p>Figure 1: Sioyek with gruvbox hard and custom colors enabled</p></div> | ||
<div align="center"><img width=600 src="./assets/screenshot.png" alt="Screenshot of a figure within a pdf file, with the gruvbox theme"><p>Figure 1: Sioyek with gruvbox hard and custom colors enabled</p></div> | ||
|
||
# Installation | ||
## Installation | ||
|
||
GIt clone and copy the colorscheme's config file to `$XDG_CONFIG_HOME/sioyek/prefs_user.config`. | ||
Clone and copy the color scheme's config file to `$XDG_CONFIG_HOME/sioyek/prefs_user.config`. | ||
|
||
```bash | ||
git clone [email protected]:loiccoyle/base16-sioyek.git | ||
|