Skip to content

Commit 2ec21f1

Browse files
committed
Revert "Enable dark theme"
This reverts commit 00af05b.
1 parent c76538a commit 2ec21f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ impl Widget for App {
438438
TAG_COMPLETER => Box::new(TagCompleter::new()),
439439
USER_AGENT_COMPLETER => Box::new(UserAgentCompleter::new()),
440440
},
441-
DarkTheme: true,
441+
//DarkTheme: true, // TODO: reenable when the webkit2gtk issue with dark theme is fixed.
442442
Title: self.model.title.clone(),
443443
gtk::Box {
444444
orientation: Vertical,

0 commit comments

Comments
 (0)