Skip to content

Vixtron/archlinux-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Custom archlinux.org userstyles for Firefox!

This is currently in work, covering most of the website's CSS.

TO INSTALL: You need to extract this in your chrome directory located at:
~/.mozilla/firefox/profile.default/chrome/userContent.css
Restart your Firefox and you are ready to go!

Want custom colors?

Edit the following in ~/.mozilla/firefox/profile.default/chrome/userContent.css to your own liking:

:root {
--bg-color: #141414;
--fg-color: #9e9e9e;
--secondary-bg-color: #191919;
--secondary-fg-color: #616161;
--highlight-color: #752a2a;
--secondary-hl-color: #AC4142;
--third-hl-color: #90A959;
}

The previews can be found in my dotfiles repository.

About

custom archlinux.org css for Firefox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages