/** Optional brighter variant of the same IconCS file-browser theme. */
@import url("default.css");

:root {
  --row-fill: linear-gradient(180deg, #20566d, #123a58);
  --row-hover: #25647a;
  --surface-border: rgba(161, 232, 246, .58);
  --surface-fill: radial-gradient(circle at 100% 0, rgba(66, 242, 209, .12), transparent 38%), linear-gradient(145deg, #245f75, #174762 65%, #10344e);
}
