- Description: Root class for styling the Onagre interface.
- Allowed Attributes:
--exit-unfocused
, --font-family
, font-size
, --icon-theme
, --icon-size
, height
, width
, background
, color
, border-color
, border-width
, border-radius
, padding
, padding-left
, padding-top
, padding-right
, padding-bottom
- Inner Classes:
- Description: Inner class within
.onagre
, defining styles for the main container. - Allowed Attributes:
- Inner Classes:
- Description: Class for styling the search bar.
- Allowed Attributes:
background
, color
, border-color
, border-radius
, border-width
, padding
, padding-left
, padding-right
, padding-bottom
, padding-top
, spacing
, --width
, --height
, --align-x
, --align-y
- Inner Classes:
- Description: Class for styling plugin hints.
- Allowed Attributes:
background
, color
, border-color
, border-radius
, border-width
, padding
, padding-left
, padding-right
, padding-bottom
, padding-top
, --width
, --height
, --align-x
, --align-y
, font-size
- Description: Class for styling the input bar.
- Allowed Attributes:
background
, color
, border-color
, border-radius
, border-width
, text-width
, selection-color
, placeholder-color
, font-size
, padding
, padding-left
, padding-right
, padding-bottom
, padding-top
, --align-x
, --align-y
, --width
, --height
- Description: Class for styling rows within a container.
- Allowed Attributes:
background
, color
, border-color
, border-radius
, border-width
, padding
, padding-left
, padding-top
, padding-right
, padding-bottom
, --width
, --height
- Inner Classes:
- Description: Class for styling the selected row.
- Allowed Attributes:
background
, color
, border-color
, border-radius
, border-width
, padding
, padding-left
, padding-right
, padding-bottom
, padding-top
, --width
, --height
, --align-x
, --align-y
- Inner Classes:
- Description: Class for styling default rows.
- Allowed Attributes:
- Similar to
.row-selected
with variations.
- Inner Classes:
- Similar inner classes as
.row-selected
- Description: Class for styling the description section within a row.
- Allowed Attributes:
- Attributes similar to
.row-selected
or .row
, focused on font size, color, and spacing.
- Description: Class for styling the title section within a row.
- Allowed Attributes:
- Attributes similar to
.row-selected
or .row
, with emphasis on font size and bold styling.
- Description: Classes for styling icons within rows.
- Allowed Attributes:
- Description: Class for styling scrollable areas.
- Allowed Attributes:
- Description: Class for styling the scroller within scrollable areas.
- Allowed Attributes:
- Descritpion: weither or not Onagre should exit when it looses focus
- Value: Boolean
- Description: Whether or not Onagre should exit when it loses focus.
- Value: Boolean
- Description: Defines the font family for styling.
- Value: String
- Description: Sets the font size.
- Value: Pixel value
- Description: Specifies the theme for icons.
- Value: String
- Description: Sets the size of icons.
- Value: Pixel value
- Description: Specifies the height on the main window.
- Value: Pixel value
- Description: Specifies the width on the main window.
- Value: Pixel value
- Description: Specifies the height, with options for pixel value,
fill-portion {int}
, fill
, or shrink
. - Value: Pixel value |
fill-portion {int}
| fill
| shrink
- Description: Specifies the width, with options for pixel value,
fill-portion
, fill
, or shrink
. - Value: Pixel value |
fill-portion
| fill
| shrink
- Description: Sets the background color.
- Value: Color
- Description: Sets the text color.
- Value: Color
- Description: Sets the border color.
- Value: Color
- Description: Sets the width of the border.
- Value: Pixel value
- Description: Sets the radius of the border corners.
- Value: Percent value
- Description: Sets padding.
- Value: Pixel value
- Description: Sets left padding.
- Value: Pixel value
- Description: Sets top padding.
- Value: Pixel value
- Description: Sets right padding.
- Value: Pixel value
- Description: Sets bottom padding.
- Value: Pixel value
- Description: Sets spacing.
- Value: Pixel value
- Description: Sets width as a length value.
- Value: Length value
- Description: Sets height as a length value.
- Value: Length value
- Description: Sets horizontal alignment.
- Value:
left
| center
| right
- Description: Sets vertical alignment.
- Value:
top
| center
| bottom
- Description: Sets the color for text selection.
- Value: Color
- Description: Sets the color for placeholder text.
- Value: Color
- Description: Sets the width of the text area as a length value.
- Value: Length value
- Description: Sets the width of the scrollbar in pixels.
- Value: Pixel value
- Description: Specific block for scroller styles.
- Value: Varies
- Description: Sets the margin around the scrollbar in pixels.
- Value: Pixel value
- Description: Sets the width of the scroller in pixels.
- Value: Pixel value