Copy default theme to user data dir if not exist

This commit is contained in:
miruka
2019-07-24 18:09:28 -04:00
parent 5dc6c071d6
commit de11b53c4e
3 changed files with 9 additions and 15 deletions

View File

@@ -58,11 +58,12 @@ colors:
color link: accentText
color code: hsluv(hue + 5, saturation * 1.5, intensity * 60)
NumberAnimation on intensity // For testing
// Example of an animation, set running: true to enable
NumberAnimation on hue
running: false
from: 0
to: 10
duration: 20000
to: 360
duration: 10000
loops: Animation.Infinite