1
0
Fork 0
mirror of synced 2024-06-15 08:54:47 +12:00
czkawka/czkawka_slint_gui/ui/color_palette.slint
Rafał Mikrut f128dd6a88 Id
2023-10-27 21:37:51 +02:00

5 lines
254 B
Plaintext

export global ColorPalette {
// Tabs at left side
in-out property<color> tab_selected_color: NativeStyleMetrics.dark-color-scheme ? red : blue;
in-out property<color> tab_hovered_color: NativeStyleMetrics.dark-color-scheme ? green : yellow;
}