Photon spirit 作者: arnofly
Inspired by the default photon interface, disappeared on the new Proton interface (from Firefox 91). The Proton UI contrast was better in the light color scheme.
1 个用户1 个用户
您需要 Firefox 来使用此主题
扩展元数据
arnofly 制作的更多主题
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
关于此主题
Use a light context menu with all the themes
If you prefer a light context menu, you can apply the following CSS rules in a userChrome file. This file allow user to customize the user interface of a target Firefox profile. This CSS rules will be applied on all the themes you will use, not only the current theme. By default, this file is not applied, so you have to follow the instructions below to see the changment.
How to customize the appearance of Firefox and activate it?
https://www.userchrome.org/adding-style-recipes-userchrome-css.html
Copy/paste the following code at the step 5 :
If you prefer a light context menu, you can apply the following CSS rules in a userChrome file. This file allow user to customize the user interface of a target Firefox profile. This CSS rules will be applied on all the themes you will use, not only the current theme. By default, this file is not applied, so you have to follow the instructions below to see the changment.
How to customize the appearance of Firefox and activate it?
- Go to about:support and click on the button to open your profile directory
- Create the "chrome" directory in your profile directory
- Create userChrome.css file in the chrome directory
- Open the new file with your favorite text editor, like VS Code or Notepad++
- Copy/paste the code (see after the list) in this file and save the file
- Go to about:config, search the variable toolkit.legacyUserProfileCustomizations.stylesheets and change the value to true
- Restart Firefox to apply the change
https://www.userchrome.org/adding-style-recipes-userchrome-css.html
Copy/paste the following code at the step 5 :
/*** Photon-like Menu Colors (25 Oct 2021) ***/
/* Bookmarks Toolbar folders */
#PersonalToolbar menupopup,
/* Right-click context menus */
#mainPopupSet menupopup,
/* Top menu bar on Windows (not sure about others) */
#toolbar-menubar menupopup,
/* Sidebar/Library bookmark/history context menus */
#placesContext,
/* Address bar context menu (2021-10-25) */
#urlbar-input-container menupopup {
/* Text color */
--menu-color: #000 !important;
--arrowpanel-color: #000 !important;
--panel-color: #000 !important;
/* Background color */
--menu-background-color: #f9f9fb !important;
--arrowpanel-background: #f9f9fb !important;
--panel-background: #f9f9fb !important;
/* Border color (if any) */
--menu-border-color: #cfcfd8 !important;
--arrowpanel-border-color: #cfcfd8 !important;
--panel-border-color: #cfcfd8 !important;
/* Hovered/expanded item background color */
--menuitem-hover-background-color: #e0e0e6 !important;
--button-hover-bgcolor: #e0e0e6 !important;
/* Disabled items text color and hovered background */
--menu-disabled-color: rgba(21, 20, 26, 0.4) !important;
--menuitem-disabled-hover-background-color: rgba(224, 224, 230, 0.4) !important;
}
评分 0(1 位用户)
更多信息