mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:15:51 +08:00
Add the beginnings of a cura theme
This commit is contained in:
commit
96ce3efb7f
7
styles.qml
Normal file
7
styles.qml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
import QtQuick 2.1
|
||||||
|
import QtQuick.Controls 1.1
|
||||||
|
import QtQuick.Controls.Styles 1.1
|
||||||
|
|
||||||
|
QtObject {
|
||||||
|
|
||||||
|
}
|
30
theme.json
Normal file
30
theme.json
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"fonts": {
|
||||||
|
"large": {
|
||||||
|
"size": 1.5,
|
||||||
|
"bold": true
|
||||||
|
},
|
||||||
|
"default": {
|
||||||
|
"size": 1
|
||||||
|
},
|
||||||
|
"small": {
|
||||||
|
"size": 0.8
|
||||||
|
},
|
||||||
|
"tiny": {
|
||||||
|
"size": 0.5
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
"colors": {
|
||||||
|
"primary": [1.0, 0.0, 0.0, 1.0],
|
||||||
|
"border": [0.0, 1.0, 0.0, 1.0]
|
||||||
|
},
|
||||||
|
|
||||||
|
"sizes": {
|
||||||
|
"toolbar_button": [2.0, 2.0],
|
||||||
|
"window_margin": [1.0, 1.0],
|
||||||
|
"default_margin": [1.0, 1.0],
|
||||||
|
"panel": [10.0, 10.0],
|
||||||
|
"toolbar_spacing": [1.0, 1.0]
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user