add setting for sidebar background color

This commit is contained in:
Adam Goldsmith 2015-05-31 07:35:33 -04:00
parent 830dc45cce
commit 98a527b015
2 changed files with 4 additions and 0 deletions

View file

@ -17,6 +17,8 @@ UM.AngledCornerRectangle {
cornerSize: UM.Theme.sizes.default_margin.width;
color: UM.Theme.colors.sidebar;
function showTooltip(item, position, text) {
tooltip.text = text;
position = item.mapToItem(base, position.x, position.y / 2);

View file

@ -44,6 +44,8 @@
},
"colors": {
"sidebar": [255, 255, 255, 255],
"primary": [12, 169, 227, 255],
"primary_hover": [34, 150, 190, 255],
"primary_text": [255, 255, 255, 255],