Skip to content

Commit

Permalink
Fixed colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugen Fischer authored and tsdicloud committed Mar 26, 2024
1 parent 1d3472e commit c0343aa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/gui/tray/Window.qml
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@ ApplicationWindow {
// TODO: Rather than setting all these palette colours manually,
// create a custom style and do it for all components globally
palette {
text: Style.ncTextColor
windowText: Style.ncTextColor
buttonText: Style.ncTextColor
brightText: Style.ncTextBrightColor
text: Style.nmcTrayWindowHeaderTextColor
windowText: Style.nmcTrayWindowHeaderTextColor
buttonText: Style.nmcTrayWindowHeaderTextColor
brightText: Style.nmcTrayWindowHeaderTextColor
highlight: Style.lightHover
highlightedText: Style.ncTextColor
highlightedText: Style.nmcTrayWindowHeaderTextColor
light: Style.lightHover
midlight: Style.ncSecondaryTextColor
midlight: Style.nmcTrayWindowHeaderTextColor
mid: Style.darkerHover
dark: Style.menuBorder
button: Style.buttonBackgroundColor
window: Style.backgroundColor
base: Style.backgroundColor
toolTipBase: Style.backgroundColor
toolTipText: Style.ncTextColor
toolTipText: Style.nmcTrayWindowHeaderTextColor
}

readonly property int maxMenuHeight: Style.trayWindowHeight - Style.trayWindowHeaderHeight - 2 * Style.trayWindowBorderWidth
Expand Down

0 comments on commit c0343aa

Please sign in to comment.