Skip to content

Commit 1d41efe

Browse files
authored
Firefox Sun Valley Style (#31)
* Initial rework for multi-style support * Initial Sun Valley style. WIP and dark theme only. MDL2 checkboxes are broken. * Update README.md * Rework navigation view * Context menus tweaks * Rework checkboxes * Style dialogs * Style menubar, reset treechildren styles * Style tree, about:addons and list items * Fix mdl2 style, style privacy level expanders * Style urlbar, fix categories in other about: pages * Fixed findbar buttons, fixed some in-page context menus * Radio buttons * Progress bar, download dialog, app picker * MDL2 fixes * Light theme * Tabbar fixes, saturate acrylic * Alternative round tabs * Edit Readme * 1px padding to richlistbox so it doesn't clip * Style other modals in new tab page * Fix panels, update status-bar and fullscreen warning * Fix mdl2 dialogs and newtab page * Fix context menus size, fixed dialog in new tab page * More context/dialog fixes * . * Fixed radio button border and disabled state * Fix datetime-local, panels background and context menu border * Don't style dev tools splitter * Fix #36 * Hopefully fix #37 without breaking something else * Fix FF 96 * Non-native notifications
1 parent 5c7a04a commit 1d41efe

34 files changed

+2170
-827
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2021 Pablo González <guerra24@luxvacuos.net>
3+
Copyright (c) 2018-2021 Guerra24 <guerra24@luxvacuos.net>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+18-5
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,35 @@
11
# Firefox UWP Style
22

3-
A theme that follows MDL2 styling with the accent color and gray-on-black or gray-on-white elements.
3+
A theme that follows UWP styling.
44

55
## Install
66

77
Uses OS-level dark/light setting to apply the correct colors. This can cause color issues if you select a theme inside Firefox, to avoid them use the default theme.
88

99
Select the appropriate file:
1010

11-
- [Nightly](https://github.com/Guerra24/Firefox-UWP-Style/archive/refs/heads/nightly.zip)
12-
- [Firefox 89 - 92](https://github.com/Guerra24/Firefox-UWP-Style/archive/refs/heads/firefox-89.zip)
13-
- [Firefox 88](https://github.com/Guerra24/Firefox-UWP-Style/archive/refs/heads/firefox-88.zip)
14-
- [Firefox 76 - 87](https://github.com/Guerra24/Firefox-UWP-Style/archive/refs/heads/firefox-76.zip)
11+
- [MDL2 + Sun Valley Style Firefox 89+](https://github.com/Guerra24/Firefox-UWP-Style/archive/refs/heads/nightly.zip)
12+
- [MDL2 Style Firefox 89+ (Legacy)](https://github.com/Guerra24/Firefox-UWP-Style/archive/refs/heads/firefox-89.zip)
1513

1614
Copy the content inside the folder where userChrome.css file is located into your *chrome* folder.
1715

1816
Toggle `toolkit.legacyUserProfileCustomizations.stylesheets` pref in `about:config` and restart Firefox.
1917

18+
19+
## Styles
20+
21+
### MDL2
22+
23+
The original 2015 UWP design. Follows MDL2 styling with the accent color and gray-on-black or gray-on-white elements.
24+
25+
Enabled by default.
26+
27+
### Sun Valley
28+
29+
The 2021 Fluent Design refresh. Features heavy use of rounded corners and smoother colors.
30+
31+
Create boolean `uwp.sun-valley`=`true` pref to enable.
32+
2033
## Customize
2134

2235
Toggle `layout.css.backdrop-filter.enabled` pref to enable *acrylic blur* in some menus.

css/add-ons.css

-1
This file was deleted.

0 commit comments

Comments
 (0)