Skip to content

metehan-arslan/zifiridark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zifiridark

zifiridark is a OLED-friendly theme for Mozilla Firefox and Mozilla Thunderbird.

Get zifiridark!

I highly recommend using these userChrome.css settings along with zifiridark:

.tab-background {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  border-radius: 0px 0px !important;
  /*Change currentColor value to tweak background tab shade because shading may vary depending your display.*/
  background-color: color-mix(in srgb, currentColor 13%, transparent);
}

.tabbrowser-tab[selected=true] .tab-background ,
.tabbrowser-tab[multiselected=true] .tab-background {
  background-color: var(--toolbar-bgcolor) !important;
  background-image: var(--toolbar-bgimage) !important;
}

/*Shortens tabs vertically, more space for webpages.*/
.tabbrowser-tab {
  max-height: var(--tab-min-height) !important;
}

Click here to learn how to create userChrome.css

About

zifiridark is a OLED-friendly Mozilla Firefox theme.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages