This file is indexed.

/usr/include/faust/gui/Styles/Default.qss is in faust-common 0.9.95~repack1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
QPushButton{
min-width : 80px;
border: 2px solid grey;
border-radius: 6px;
margin-top: 1ex;
border-color: #811453;
background-color: transparent;
}

QPushButton:hover{
border: 2px;
border-radius: 6px;
border-color: #811453;
background-color: #6A455D;
}

QPushButton:pressed{
background-color: #6A455D;
border-radius: 6px;
border-color: #811453;
}

QGroupBox{
subcontrol: .QGroupBox;
margin-top: 3ex;
font-size: 10pt;
font-weight: bold;
color: black;
}

QGroupBox::title {
subcontrol-origin: margin;
subcontrol-position: top center;
padding: 0 5px;
color: black;
}

QMainWindow {
margin-top: 3ex;
font-size:10pt;
font-weight:bold;
color: black;
}

QPlainTextEdit, QTextEdit{
background-color: transparent;
border: 2px solid gray;
border-radius: 5px;
top: 3px;
margin-top: 3ex;
font-size:12pt;
font-weight:bold;
color: black;
}

QTextBrowser {
color: black;
}
QTextBrowser:document{
text-decoration: underline;
color: black;
font: Menlo;
font-size: 14px
}

QLabel{
color : black;
background: transparent;
}

QSlider::groove:vertical {
background: red;
position: absolute; 
left: 13px; right: 13px;
}

QSlider::handle:vertical {
height: 40px;
width: 30px;
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #E67E30, stop : 0.05 #AD4F09, stop: 0.3 #E67E30, stop : 0.90 #AD4F09, stop: 0.91 #AD4F09);
margin: 0 -5px;
border-radius: 5px;
}

QSlider::add-page:vertical {
background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0,
stop: 0 #6A455D, stop : 0.5 #6A455D);
}

QSlider::sub-page:vertical {
background: grey;
}

QSlider::groove:horizontal {
background: red;
position: absolute;
top: 14px; bottom: 14px;
}

QSlider::handle:horizontal {
width: 40px;
background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #E67E30, stop : 0.05 #AD4F09, stop: 0.3 #E67E30, stop : 0.90 #AD4F09, stop: 0.91 #AD4F09);
margin: -5px 0;
border-radius: 5px;
}

QSlider::sub-page:horizontal {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #6A455D, stop : 0.5 #6A455D);
}

QSlider::add-page:horizontal {
background: grey;
}

QListWidget{
background-color: transparent;
}