Skip to content
  1. May 20, 2020
    • Alexander Mikhaylenko's avatar
      theme: Adjust leaflet/deck shadow for dark and HC · 87c0b2d6
      Alexander Mikhaylenko authored
      It's almost invisible in dark variant, so make it more opaque. Use
      $border_color for border for HighContrast, as it doesn't have to look
      pretty there and the regular one isn't visible enough.
      
      Fix formatting in the background-shadow mixin and use rgba(0, 0, 0, x)
      instead of hdyalpha(#000, x) for consistency.
      87c0b2d6
    • Alexander Mikhaylenko's avatar
      theme: Introduce HighContrast style · f763716b
      Alexander Mikhaylenko authored
      Since HighContrast is now a variant of Adwaita, we can get HC and HCI
      support for free by just importing the SCSS files with its color
      overrides.
      
      However, it must be imported after `colors`, but before `drawing`, and
      it's not possible to do conditional imports, so move the `colors` import
      to the individual theme styles from `definitions`.
      
      Introduce $high_contrast variable, it will be used to add some HC-specific
      overrides later.
      
      Fixes #221
      f763716b
    • Alexander Mikhaylenko's avatar
      theme: Split shared style into shared and fallback · 59b51e94
      Alexander Mikhaylenko authored
      The fact the shared style is loaded at override priority is causing
      problems for elementary: #273
      
      While window corners are fixed by the previous commit, they aren't the
      only area that they may want to style. Split the part that's just visuals
      into a separate stylesheet named fallback.css, and load it at a fallback
      priority for all stylesheets, leave shared for critical styles, such as
      layout.
      59b51e94
    • Alexander Mikhaylenko's avatar
      theme: Move window corners to Adwaita · 54d36f0a
      Alexander Mikhaylenko authored
      The fact window corners are applied everywhere causes problems for
      elementary. At the same time we can't lower priority because it's needed to
      override the corners in Adwaita.
      
      Hence move the corners to Adwaita and accept glitchy bottom corners in
      random themes. They can override them if needed, not like they don't have
      other glitches.
      
      Fixes #273
      54d36f0a
    • Adrien Plazas's avatar
      adwaita: Fix nested list bottom rounding · 0e19baf3
      Adrien Plazas authored
      Fixes #271.
      0e19baf3
  2. May 19, 2020
  3. May 15, 2020
  4. May 14, 2020
  5. May 13, 2020
  6. May 11, 2020
  7. May 07, 2020