Hello, welcome to the forums!Also, maybe the colour-schemes you found are outdated, but trying them is probably harmless.
Just create the directory if it doesn't exist, e.g.the colour-schemes are stored in a folder home/.local/share/gtksourceview-2.0/styles/ [...] However, I have no such ~gtksourceview-2.0/ folder in my "files" app.
Code:
$> mkdir -p ~/.local/share/gtksourceview-2.0/styles/
I see that gedit depends on libgtksourceview-4-0, so there is a good chance that the correct directory isNAME
mkdir - make directories
[...]
-p, --parents
no error if existing, make parent directories as needed
Code:
$> mkdir -p ~/.local/share/gtksourceview-4.0/styles/
Statistics: Posted by fabien — 2024-03-31 20:08 — Replies 1 — Views 45