Skip to content

Commit

Permalink
update recommended user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aminomancer committed Jan 24, 2022
1 parent 5e2233b commit 04e2135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefs/recommended.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ user_pref("widget.non-native-theme.scrollbar.style", 2);
// set the scrollbar width
user_pref("widget.non-native-theme.win.scrollbar.use-system-size", false);
user_pref("widget.non-native-theme.scrollbar.size.override", 11);
user_pref("widget.non-native-theme.gtk.scrollbar.thumb-size", 0.818);
user_pref("widget.non-native-theme.gtk.scrollbar.thumb-size", "0.818");
// set the default background color for color-scheme: dark. see it for example on about:blank
user_pref("browser.display.background_color.dark", "#19191b");
// findbar highlight and selection colors
Expand Down

0 comments on commit 04e2135

Please sign in to comment.