Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change local path to use the gtksourceview-3.0 path #12

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p align="center"><img src="https://assets-cdn.github.com/favicon.ico" width=24 height=24/> <a href="https://github.com/arcticicestudio/nord-gedit/releases/latest"><img src="https://img.shields.io/github/release/arcticicestudio/nord-gedit.svg?style=flat-square"/></a> <a href="https://github.com/arcticicestudio/nord/releases/tag/v0.2.0"><img src="https://img.shields.io/badge/Nord-v0.2.0-88C0D0.svg?style=flat-square"/></a> <img src="https://static.gnome.org/wiki.gnome.org/gnome/css/favicon.png" width=16 height=16/> <a href="https://wiki.gnome.org/Projects/GtkSourceView"><img src="https://img.shields.io/badge/GtkSourceView-v3.22.1-blue.svg?style=flat-square"/></a></p>

<p align="center">An arctic, north-bluish clean and elegant <a href="https://wiki.gnome.org/Apps/Gedit">gedit</a> color scheme.</p>
<p align="center">An arctic, north-bluish clean and elegant <a href="https://wiki.gnome.org/Apps/Gedit">gedit</a> color scheme also compatible with apps that use GtkSourceView 3.0+.</p>

<p align="center">Designed for a fluent and clear workflow.<br>
Based on the <a href="https://github.com/arcticicestudio/nord">Nord</a> color palette.</p>
Expand All @@ -16,7 +16,7 @@ Based on the <a href="https://github.com/arcticicestudio/nord">Nord</a> color pa
#### Manual
Copy the [`nord.xml`](https://github.com/arcticicestudio/nord-gedit/tree/develop/src/xml/nord.xml) file to the color schemes directory according to the desired installation type.

Local: `~/.local/share/gedit/styles`
Local: `~/.local/share/gtksourceview-3.0/styles`
Global: `/usr/share/gtksourceview-3.0/styles`

#### Import
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ NORD_GEDIT_SCRIPT_OPTS=`getopt -o vghs: --long verbose,global,help,schemefile: -
COLOR_SCHEME_FILE=src/xml/nord.xml
VERBOSE=false
GLOBAL_INSTALL=false
LOCAL_INSTALL_DIR=~/.local/share/gedit/styles
LOCAL_INSTALL_DIR=~/.local/share/gtksourceview-3.0/styles
GLOBAL_INSTALL_DIR=/usr/share/gtksourceview-3.0/styles

eval set -- "$NORD_GEDIT_SCRIPT_OPTS"
Expand Down