WhiteSur firefox theme
2023-10-30
火狐瀏覽器 Safari 主題
適用於 Firefox 80+ 的 MacOSX Safari 主題
這是一堆 CSS 程式碼,讓 Firefox 看起來更接近 MacOSX Safari 主題。
基於 https://github.com/rafaelmardojai/firefox-gnome-theme
在終端機中執行以下命令:
./install.sh
用法: ./install.sh
[選項...]
-m, --monterey
Install 'Monterey' theme for Firefox and connect it to the current Firefox profiles
-a, --alt
Install 'Monterey' theme alt version for Firefox and connect it to the current Firefox profiles
-A, --adaptive
Install Firefox adaptive color version...
-e, --edit
Edit 'WhiteSur' theme for Firefox settings and also connect the theme to the current Firefox profiles
-r, --remove, --revert
Remove themes, do the opposite things of install and connect
-h, --help
Show this help
如果你想編輯樣式,那麼:
運行./install.sh -e
如果你想使用Monterey
風格那麼:
運行./install.sh -m
如果你想使用Monterey
alt
風格那麼:
運行./install.sh -a
AdamXweb - WhiteSurFirefoxThemeMacOS:https://github.com/AdamXweb/WhiteSurFirefoxThemeMacOS
about:support
。chrome
資料夾 Firefox config 資料夾。about:config
。toolkit.legacyUserProfileCustomizations.stylesheets
並將其設為true
。使用文字編輯器開啟userChrome.css
,然後依照指示啟用額外功能。請記住,該文件在未來版本中可能會發生更改,並且您的配置將會遺失。如果您希望它在更新中保留下來,您可以將要啟用的@imports直接複製到您的chrome
目錄中名為customChrome
新檔案中。請記住,所有 @import 必須位於文件頂部,位於其他語句之前。
請參閱上游錯誤。
about:config
頁面layers.acceleration.force-enabled
首選項並將其設為 true。about:config
頁面mozilla.widget.use-argb-visuals
boolean
並點擊新增按鈕如果你想搞亂樣式並改變一些東西,你可能會發現這些東西很有用。
若要使用 Inspector 偵錯 UI,請在任何頁面上開啟開發人員工具 (F12),前往選項,選取這兩項:
現在您可以關閉這些工具並按 Ctrl+Alt+Shift+I 來檢查瀏覽器 UI。