For others who may stumble upon this, attached is a silly little script I made 
to automate the process.  

For one-off ill-remembered esoterica, I often have these in directory called 
/Linux_software and it saves me remembering anything :)

Simply create a directory called colorschemes and run the file.

```
#!/bin/bash
##############################
#
# GEANY - colour schemes add
# 4 May 2024
# Ver 1.0.0
#
##############################

# https://github.com/geany/geany-themes
# https://www.geany.org/download/themes/
# put them in colorschemes/ (note USA spelling)

sudo cp colorschemes/*.conf 
/var/lib/flatpak/app/org.geany.Geany/current/active/files/share/geany/colorschemes
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-themes/issues/47#issuecomment-2094040019
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-themes/issues/47/2094040...@github.com>

Reply via email to