Skip to content

Commit ee843e9

Browse files
author
SkyzohKey
committed
Apply styles.css while disabling custom themes.
1 parent 40058e6 commit ee843e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ThemeManager.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class ThemeManager : GLib.Object {
5454
this.current_theme_name = this.system_theme;
5555
var provider = Gtk.CssProvider.get_named (this.system_theme, null);
5656
this.add_provider (provider);
57+
this.set_theme ("styles"); // We need those styles base.
5758
}
5859

5960
public void reload_theme () {

0 commit comments

Comments
 (0)