-
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.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ git clone [email protected]:loiccoyle/base16-sioyek.git | |
cp base16-sioyek/colors/base16-gruvbox-dark-hard.config ~/.config/sioyek/prefs_user.config | ||
``` | ||
|
||
To include the colors while keeping your own `prefs_user.config` file, save the them file to different file and source it. For example, to `~/.config/sioyek/colors.config` and add the following to your `prefs_user.config` file: | ||
To include the colors while keeping your own `prefs_user.config` file, save the theme file to a different file and source it. For example, to `~/.config/sioyek/colors.config` and add the following to your `prefs_user.config` file: | ||
|
||
```config | ||
source ~/.config/sioyek/colors.config | ||
|