Skip to content

Vixtron/archlinux-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a413d8d · May 2, 2018

History

23 Commits
Apr 24, 2018
May 2, 2018
Apr 29, 2018

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