Há apenas uma única linha nesse arquivo .css
específico porque o tema padrão (Adwaita) vem como um binário:
Adwaita is a complex theme, so to keep it maintainable it's written and processed in SASS, the generated CSS is
then transformed into a gresource file during gtk build and used at runtime in a non-legible or editable form.
Como o código foi incluído em gtk+
, você pode ver os arquivos de origem AQUI . De acordo com o seu readme
:
_colors.scss - global color definitions. We keep the number of defined colors to a necessary minimum, most colors
are derived form a handful of basics. It covers both the light variant and the dark variant.
_colors-public.scss - SCSS colors exported through gtk to allow for 3rd party apps color mixing.
_drawing.scss - drawing helper mixings/functions to allow easier definition of widget drawing under specific context.
This is why Adwaita isn't 15000 LOC.
_common.scss - actual definitions of style for each widget. This is where you are likely to add/remove your changes.
Os arquivos de referência .css
são:
gtk-contained.css
gtk-contained-dark.css
Aqui está um tutorial mais antigo, algumas coisas não se aplicam mais (como eu disse, o código-fonte está em gtk+
agora, já que gnome-themes-standard
foi preterido), mas você deve ir no caminho certo: