Skip to content

User Themes: Add support to custom shell theme tweaks from ~/.config/gnome-shell/gnome-shell.css

tuberry requested to merge (removed):master into master

Someone would like to adjust gnome shell theme partly, such as font size. But it's not convenient to achieve by revising file in theme folder, especially installed at system level. So here it comes.

It works on my machine without discovered side effects, but may need more tests. image

The screenshot above is tested with the codes below in gnome-shell.css

stage {
    font-size: 13pt;
    font-weight: 400;
}
Edited by tuberry

Merge request reports