Merge pull request #214 from xelser/master

update to make current line legible
pull/215/head
Vince 4 months ago committed by GitHub
commit 4776054881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      install.sh
  2. 0
      src/extra/gtksourceview/README.md
  3. 0
      src/extra/gtksourceview/matcha.xml
  4. 2
      src/extra/gtksourceview/matchav2.xml

@ -6,8 +6,10 @@ DEST_DIR=
# Destination directory
if [ "$UID" -eq "$ROOT_UID" ]; then
DEST_DIR="/usr/share/themes"
GTKSV_DIR="/usr/share/gtksourceview-3.0/styles"
else
DEST_DIR="$HOME/.themes"
GTKSV_DIR="$HOME/.local/share/gtksourceview-3.0/styles"
fi
REO_DIR="$(cd $(dirname "$0") && pwd)"
@ -175,6 +177,11 @@ install() {
mkdir -p "${themedir}/plank"
cd "${SRC_DIR}"
cp -r plank "${themedir}"
# Install GTKSourceView-3.0 Theme (for gtk+ text editors)
mkdir -p "${GTKSV_DIR}/"
cd "${SRC_DIR}/extra/gtksourceview"
cp -r *.xml "${GTKSV_DIR}/"
}
# Backup and install files related to GDM theme

@ -21,7 +21,7 @@
<style name="bookmark" background="matcha2" />
<style name="bracket-match" foreground="matcha2" />
<style name="bracket-mismatch" foreground="matcha4" underline="true" />
<style name="current-line" background="#eaeaea"/>
<style name="current-line" background="#202020"/>
<style name="cursor" foreground="matcha2" />
<style name="search-match" foreground="matcha2" background="matcha6" />
Loading…
Cancel
Save