# GTK ## Gtk-theming Eww is styled in GTK CSS. To make theming even easier, it makes use of `SCSS` and then compiles that into CSS for you. If you don't know any way to style something check out the [GTK CSS Overview wiki](https://docs.gtk.org/gtk3/css-overview.html), the [GTK CSS Properties Overview wiki ](https://docs.gtk.org/gtk3/css-properties.html), or use the [GTK-Debugger](#gtk-debugger). If you have **NO** clue about how to do CSS, check out some online guides or tutorials. SCSS is _very_ close to CSS, so if you know CSS you'll have no problem learning SCSS. ## GTK-Debugger The debugger can be used for **a lot** of things, especially if something doesn't work or isn't styled right. To open the GTK debugger, simply run ```bash eww inspector ``` If a style or something similar doesn't work, you can click on the icon in the top left to select the thing that isn't being styled correctly. Then you can click on the drop down menu in the top right corner and select CSS Nodes. Here you will see everything about styling it, CSS Properties, and how it's structured.