/* base rules for highly contrasted desktop items */

.caja-desktop.caja-canvas-item {
  text-shadow: none;
}

.caja-desktop.caja-canvas-item {
  color: @theme_fg_color;
  background: @theme_bg_color;
}

.caja-desktop.caja-canvas-item:selected {
  color: @theme_selected_fg_color;
  background: @theme_selected_bg_color;
}
.caja-desktop.caja-canvas-item:selected:backdrop {
  background: mix(@theme_selected_bg_color, @theme_selected_fg_color, 0.3);
}
