Searched refs:dark_scheme (Results 1 – 12 of 12) sorted by relevance
3 <file>dark_scheme/qss/stylesheet.qss</file>4 <file>dark_scheme/qss/stylesheet_win.qss</file>5 <file>dark_scheme/icons/icon_close.png</file>6 <file>dark_scheme/icons/icon_undock.png</file>7 <file>dark_scheme/icons/icon_branch_closed.png</file>8 <file>dark_scheme/icons/icon_branch_end.png</file>9 <file>dark_scheme/icons/icon_branch_more.png</file>10 <file>dark_scheme/icons/icon_branch_open.png</file>11 <file>dark_scheme/icons/icon_vline.png</file>29 <file>dark_scheme/icons/icon_down_arrow.png</file>[all …]
112 image: url(:/dark_scheme/icons/icon_checkbox_checked.png);191 image: url(:/dark_scheme/icons/icon_radiobutton_checked.png);541 image: url(:/dark_scheme/icons/icon_down_arrow.png);572 image: url(:/dark_scheme/icons/icon_down_arrow.png);576 image: url(:/dark_scheme/icons/icon_up_arrow.png);580 image: url(:/dark_scheme/icons/icon_down_arrow_pressed.png);584 image: url(:/dark_scheme/icons/icon_up_arrow_pressed.png);601 image: url(:/dark_scheme/icons/icon_slider_handle.png);644 border-image: url(:/dark_scheme/icons/icon_vline.png) 0;658 image: url(:/dark_scheme/icons/icon_branch_closed.png);[all …]
19 icon = "qrcode_white.png" if ColorScheme.dark_scheme else "qrcode.png"51 icon = "camera_white.png" if ColorScheme.dark_scheme else "camera_dark.png"
70 icon = "qrcode_white.png" if ColorScheme.dark_scheme else "qrcode.png"
76 qr_icon = "qrcode_white.png" if ColorScheme.dark_scheme else "qrcode.png"
937 return self.colors[(int(background) + int(ColorScheme.dark_scheme)) % 2]950 dark_scheme = False variable in ColorScheme967 ColorScheme.dark_scheme = True
125 qr_icon = "qrcode_white.png" if ColorScheme.dark_scheme else "qrcode.png"278 qr_icon = "qrcode_white.png" if ColorScheme.dark_scheme else "qrcode.png"
1150 qr_icon = "qrcode_white.png" if ColorScheme.dark_scheme else "qrcode.png"2485 qr_icon = "qrcode_white.png" if ColorScheme.dark_scheme else "qrcode.png"
37 dark_scheme = { variable in ColorizingStreamHandler75 self.level_map = self.dark_scheme
260 void SetUseDarkSchemeBackground(bool dark_scheme);
1774 void LocalFrameView::SetUseDarkSchemeBackground(bool dark_scheme) { in SetUseDarkSchemeBackground() argument1775 if (use_dark_scheme_background_ == dark_scheme) in SetUseDarkSchemeBackground()1778 use_dark_scheme_background_ = dark_scheme; in SetUseDarkSchemeBackground()