在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:lunakurame/firefox-gnome-theme开源软件地址:https://github.com/lunakurame/firefox-gnome-theme开源编程语言:CSS 100.0%开源软件介绍:Firefox GNOME ThemeDescriptionThis is a bunch of CSS code to make Firefox 57+ look closer to GNOME's default
theme. It styles the UI and internal Firefox' pages like The git checkout 57 InstallationExtensions can no longer style UI elements, but we can still use good old
You might want to adjust your default link colors so they are more visible on
dark background, either drop the code below into your
user_pref("browser.active_color", "#cc1a1a");
user_pref("browser.anchor_color", "#0a8dff");
user_pref("browser.visited_color", "#0871cc");
user_pref("browser.display.background_color", "#2e3436");
user_pref("browser.display.foreground_color", "#ccc"); You can't get rid of the title bar for now (except for Fedora, where you can enable CSD), but you will be able to do it in Firefox 60, when Firefox adds client-side decoration support. For now you can use a GNOME extension like No Title Bar to hide it. Broken stuffIcons might appear black where they should be white on some systems. I have no
idea why, but you can adjust them in the I haven't finished styling the new tab page. I just replaced it with a
blank page, because I don't like all that clutter anyway, but feel free to
finish it yourself (my attempts are in the Feel free to report issues here on GitHub and share your ideas if you know how to fix them. Since I can't do everything alone, this project relies on contributors, many existing features were added by our contributors, so don't hesitate to become one of them! DevelopmentIf you wanna mess around the styles and change something, you might find these things useful. To use the Inspector to debug the UI, open the developer tools (F12) on any page, go to options, check both of those:
Now you can close those tools and press Ctrl+Alt+Shift+I to Inspect the browser UI. Also you can inspect any GTK3 application, for example type this into a terminal and it will run Epiphany with the GTK Inspector, so you can check the CSS styles of its elements too. GTK_DEBUG=interactive epiphany Feel free to use any parts of my code to develop your own themes, I don't force any specific license on your code. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论