2019-02-09 15:36:34 +07:00

17 lines
743 B
Plaintext

@background: #727272
@itembackground: #b2b2b2
@itemalternativebackground: #9a9a9a;
@itemdarkbackground: #373737
@lightgradient: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #a4a4a4, stop: 1 #8a8a8a)
@lightalternativegradient: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #b2b2b2, stop: 1 #999999)
@darkgradient: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #535353, stop: 1 #373737)
@darkalternativegradient: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #565656,stop: 1 #464646);
@gradient: QLinearGradient(x1:0, y1:0, x2:1, y2:1, stop:0 #b2b2b2, stop:1 #8f8f8f)
@text: #0e0e0e;
@toggleoff: #373737
@toggleon: #ee7913
@selection: #f0f0f0
@hover: #c7c7c7
@focusdark: rgba(0,0,0,100)
@focus: rgba(199,199,199,255)