GNOME Light Theme for Firefox 作者: Mr A.Cloud
Another GNOME Light Theme for Firefox inspired by Rafael Mardojai's Firefox GNOME Theme. This theme was created using Firefox Color Add-on. Looks best with my custom userChrome.css file
必須使用 Firefox 才能使用此佈景主題
擴充套件後設資料
Mr A.Cloud 製作的更多佈景主題
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分
關於此佈景主題
Unfortunately, I don't know why, the awesome Firefox GNOME theme by Rafael Mardojai (https://github.com/rafaelmardojai/firefox-gnome-theme) doesn't work for me. Therefore I decided to create my own GNOME Light Theme with Firefox Color (https://color.firefox.com/).
Tested with
For the best experience you need to create a separate file for CSS and remove Firefox' title bar
Remove title bar:
Create a userChrome.css file:
Enjoy your new theme!
Tags: Debian Gnome Adwaita Theme Firefox Light Grey
Tested with
- Debian GNU/Linux Stable 12.5
- Gnome 43.9
- Adwaita Light Style
- Firefox browser 115.10.0esr
For the best experience you need to create a separate file for CSS and remove Firefox' title bar
Remove title bar:
- Right click on Tabs bar (empty space near tabs) > Customize Toolbar
- In the bottom left, uncheck the "Title Bar" option
Create a userChrome.css file:
- Go with Firefox to about:config and find the preference
toolkit.legacyUserProfileCustomizations.stylesheets
set it to true. BE CAREFUL! This preference is required to load the custom CSS in Firefox. - Find your Profile and create a folder named chrome
- Quit Firefox
- Create a new text file inside the chrome folder named userChrome.css
- Edit userChrome.css with your text editor and paste this code:
.titlebar-button{
list-style-image: none !important;
appearance: none !important;
}
.titlebar-button > .toolbarbutton-icon{
appearance: auto !important;
background: none !important;
width: unset !important;
height: unset !important;
}
.titlebar-min {
appearance: auto !important;
-moz-default-appearance: -moz-window-button-minimize !important;
}
.titlebar-max {
appearance: auto !important;
-moz-default-appearance: -moz-window-button-maximize !important;
}
.titlebar-restore {
appearance: auto !important;
-moz-default-appearance: -moz-window-button-restore !important;
}
.titlebar-close {
appearance: auto !important;
-moz-default-appearance: -moz-window-button-close !important;
}
.tab-background{
outline: none !important;
box-shadow: none !important;
} - Save the file
- Restart Firefox
Enjoy your new theme!
Tags: Debian Gnome Adwaita Theme Firefox Light Grey
為您的體驗打分數
更多資訊
- 版本
- 1.0
- 大小
- 7.54 KB
- 最近更新
- 1 年前 (2024年4月30日)
- 相關分類
- 授權條款
- Creative Commons 姓名標示-非商業性-相同方式分享 3.0
- 版本紀錄
新增至收藏集