Xfce Forum

Sub domains
 

You are not logged in.

#1 2021-06-15 23:06:28

sistematico
Member
Registered: 2011-11-18
Posts: 2

[SOLVED] Mousepad Dracula colorscheme

I follow this instructions: https://draculatheme.com/mousepad

git clone https://github.com/dracula/mousepad.git
mkdir -p ~/.local/share/gtksourceview-3.0/styles/
cp mousepad/dracula.xml ~/.local/share/gtksourceview-3.0/styles/

And not show on dropdown:
h5oeKFJ.png

More info: https://github.com/dracula/mousepad/issues/1

Last edited by sistematico (2021-06-16 12:54:37)

Offline

#2 2021-06-15 23:33:38

Tamaranch
Member
Registered: 2020-12-31
Posts: 267

Re: [SOLVED] Mousepad Dracula colorscheme

Since Mousepad 0.5.4, Mousepad uses GtkSourceView 4 by default.
So you have to adapt the path:

mkdir -p ~/.local/share/gtksourceview-4/styles/
cp mousepad/dracula.xml ~/.local/share/gtksourceview-4/styles/

Last edited by Tamaranch (2021-06-15 23:34:30)

Offline

#3 2021-06-16 12:53:07

sistematico
Member
Registered: 2011-11-18
Posts: 2

Re: [SOLVED] Mousepad Dracula colorscheme

Tamaranch wrote:

Since Mousepad 0.5.4, Mousepad uses GtkSourceView 4 by default.
So you have to adapt the path:

mkdir -p ~/.local/share/gtksourceview-4/styles/
cp mousepad/dracula.xml ~/.local/share/gtksourceview-4/styles/

Thank you, awesome!

Offline

#4 2021-10-02 06:29:08

Tamaranch
Member
Registered: 2020-12-31
Posts: 267

Re: [SOLVED] Mousepad Dracula colorscheme

See also https://docs.xfce.org/apps/mousepad/sta … on_changes for other manual actions required for some version changes.

Offline

Board footer

Powered by FluxBB