1
0
Fork 0
mirror of https://github.com/marty-oehme/scripts.git synced 2025-12-10 14:02:44 +00:00

added custom-stylesheet script

This commit is contained in:
Patrizio Bekerle 2017-05-19 18:02:43 +02:00
parent 41bdca0692
commit 16624c41a5
No known key found for this signature in database
GPG key ID: 2E9FFD770DABE838
2 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
"name": "Custom user interface styles",
"identifier": "custom-stylesheet",
"script": "custom-stylesheet.qml",
"authors": ["@pbek"],
"version": "0.0.1",
"minAppVersion": "17.05.7",
"description" : "With this script you can add custom styles to the application. Please take a look at <a href='http://docs.qownnotes.org/en/develop/scripting/README.html#add-a-custom-stylesheet'>Add a custom stylesheet</a> to find out how to style QOwnNotes."
}