You are not logged in.
In previous gedit versions, I used to store styles and syntax colour mappings in this folder:
~/.local/share/gtksourceview-4/language-specs/
~/.local/share/gtksourceview-4/styles/But it looks like this directory is no longer used. Does anyone have an idea where it was moved to?
Last edited by light9876 (2023-10-22 18:17:33)
Offline
Nope, but you could strace gedit to see which path it checks ("grep -E '(open|stat)'")
Offline
Thanks. They have moved under:
/home/elias/.local/share/libgedit-gtksourceview-300/Offline