Jump to content

bottom corners are not rounded if the style of the selected item is not rounded even if the overall window is rounded


dcrousso

Recommended Posts

when the selected item is not at the bottom, the Alfred "window" has rounded corners (as desired/expected)

selected-top.thumb.png.7f2b7e4ebf61e80cb50a610192e296c7.png

 

when the selected item is at the bottom, the Alfred "window" has square corners (not desired/expected)

selected-bottom.thumb.png.06a2f350ac862768ce1d7cf8ad0009ff.png

 

I'd expect the window corner rounding to take precedence over the selected item rounding.

Link to comment
Share on other sites

Here's the theme I use
 

{
  "alfredtheme" : {
    "result" : {
      "textSpacing" : 4,
      "subtext" : {
        "size" : 12,
        "colorSelected" : "#FFFFFFCC",
        "font" : "System",
        "color" : "#FFFFFF66"
      },
      "shortcut" : {
        "size" : 16,
        "colorSelected" : "#FFFFFFFF",
        "font" : "System",
        "color" : "#FEFFFF66"
      },
      "backgroundSelected" : "#016BDEFF",
      "text" : {
        "size" : 18,
        "colorSelected" : "#FFFFFFFF",
        "font" : "System",
        "color" : "#FFFFFFD8"
      },
      "iconPaddingHorizontal" : 4,
      "roundness" : 0,
      "paddingVertical" : 2,
      "iconSize" : 32
    },
    "search" : {
      "backgroundSelected" : "#B2D7FFFF",
      "paddingHorizontal" : 8,
      "spacing" : 0,
      "text" : {
        "size" : 24,
        "colorSelected" : "#000000FF",
        "font" : "System Light",
        "color" : "#FFFFFFFF"
      },
      "background" : "#00000000",
      "roundness" : 0,
      "paddingVertical" : 2
    },
    "window" : {
      "color" : "#0D0D0DBF",
      "paddingHorizontal" : 0,
      "width" : 500,
      "borderPadding" : 0,
      "borderColor" : "#0000007F",
      "blur" : 20,
      "roundness" : 5,
      "paddingVertical" : 0
    },
    "credit" : "dcrousso",
    "separator" : {
      "color" : "#CBCBCBF3",
      "thickness" : 0
    },
    "scrollbar" : {
      "color" : "#6D6D6DFF",
      "thickness" : 0
    },
    "name" : "Simple Dark"
  }
}

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...