Skip to content

Styling

GTK CSS

sora uses GTK CSS for styling. You can style your widgets using either CSS or Sass. GTK CSS is similar to Vanilla CSS, but does not support all CSS Properties. Checkout the Supported CSS Properties for more information.

The styles are loaded from the config directory and sora looks for a style.scss or style.css file.

GTK Debugger

You can use the GTK Debugger to inspect the widgets and their properties.

To start sora with the GTK Debugger, use the --inspector flag.

$ sora start --inspector