All Projects → alphapapa → Solarized Everything Css

alphapapa / Solarized Everything Css

Licence: gpl-3.0
A collection of Solarized user-stylesheets for...everything?

Projects that are alternatives of or similar to Solarized Everything Css

safe-search
Sets the built-in adult content filter (most often: safe search) on Google, YouTube, Bing, Yahoo, DuckDuckGo, Startpage, Dogpile, Yandex, Vimeo, Reddit, Ecosia, Dailymotion, Qwant, and Patreon.
Stars: ✭ 16 (-92.69%)
Mutual labels:  reddit, duckduckgo
Downloaderforreddit
The Downloader for Reddit is a GUI application with some advanced features to extract and download submitted content from reddit.
Stars: ✭ 208 (-5.02%)
Mutual labels:  reddit
Flews
A multi-service news app written in Flutter
Stars: ✭ 148 (-32.42%)
Mutual labels:  reddit
Hackershare
Hackershare is a powerful social bookmarking service and a knowledge-sharing community, with advanced search and tag management feature
Stars: ✭ 178 (-18.72%)
Mutual labels:  reddit
Android
DuckDuckGo Android App
Stars: ✭ 2,290 (+945.66%)
Mutual labels:  duckduckgo
Unim.press
A Reddit front-page reader in the style of The New York Times.
Stars: ✭ 199 (-9.13%)
Mutual labels:  reddit
Reddit Anti Gif Bot
A Reddit bot providing an mp4 link/mirror for gif submissions
Stars: ✭ 138 (-36.99%)
Mutual labels:  reddit
Reddift
Swift Reddit API Wrapper
Stars: ✭ 215 (-1.83%)
Mutual labels:  reddit
Media Scraper
Scrapes all photos and videos in a web page / Instagram / Twitter / Tumblr / Reddit / pixiv / TikTok
Stars: ✭ 206 (-5.94%)
Mutual labels:  reddit
Go Reddit
Go library for accessing the Reddit API.
Stars: ✭ 175 (-20.09%)
Mutual labels:  reddit
Ddgr
🦆 DuckDuckGo from the terminal
Stars: ✭ 2,243 (+924.2%)
Mutual labels:  duckduckgo
Alfred Reddit
Browse Reddit from Alfred
Stars: ✭ 155 (-29.22%)
Mutual labels:  reddit
Meme api
Summon a random meme at will
Stars: ✭ 202 (-7.76%)
Mutual labels:  reddit
Something For Reddit
A Reddit Client For GNOME (with Gtk+ and Python)
Stars: ✭ 151 (-31.05%)
Mutual labels:  reddit
Ripme
Downloads albums in bulk
Stars: ✭ 2,748 (+1154.79%)
Mutual labels:  reddit
Streaming
r/freemediaheckyeah
Stars: ✭ 147 (-32.88%)
Mutual labels:  reddit
Nntpit
minimalist reddit2nntp gateway
Stars: ✭ 172 (-21.46%)
Mutual labels:  reddit
Redd
Redd is a batteries-included API wrapper for reddit.
Stars: ✭ 180 (-17.81%)
Mutual labels:  reddit
Beam
Beam: the open source Reddit client for iOS
Stars: ✭ 217 (-0.91%)
Mutual labels:  reddit
Reddit Hyped Stocks
A web application to explore currently hyped stocks on Reddit
Stars: ✭ 173 (-21%)
Mutual labels:  reddit
  • Solarized...Everything?

This is a small (growing?) collection of user-stylesheets based upon the [[http://ethanschoonover.com/solarized][Solarized]] theme ([[https://github.com/altercation/solarized][repo]]). It uses [[http://learnboost.github.com/stylus/][Stylus]] to generate the CSS. The home of this stylesheet is at [[https://github.com/alphapapa/solarized-everything-css]].

Wouldn't it be nice if (almost) every web site looked Solarized? I thought so. So here is a start. :)

** Contents :TOC:

  • [[#solarizedeverything][Solarized...Everything?]]
    • [[#screenshots][Screenshots]]
      • [[#github][GitHub]]
        • [[#dark][Dark]]
        • [[#light][Light]]
      • [[#wikipedia][Wikipedia]]
        • [[#dark-1][Dark]]
        • [[#light-1][Light]]
    • [[#installation][Installation]]
    • [[#development][Development]]
    • [[#credits][Credits]]
    • [[#license][License]]

** Screenshots

*** GitHub

**** Dark [[https://raw.githubusercontent.com/alphapapa/solarized-everything-css/screenshots/solarized-dark/github.png]]

**** Light [[https://raw.githubusercontent.com/alphapapa/solarized-everything-css/screenshots/solarized-light/github.png]]

*** Wikipedia

**** Dark [[https://raw.githubusercontent.com/alphapapa/solarized-everything-css/screenshots/solarized-dark/mediawiki.org.png]]

**** Light [[https://raw.githubusercontent.com/alphapapa/solarized-everything-css/screenshots/solarized-light/mediawiki.org.png]]

** Installation :noexport_1:

*** From userstyles.org

You may install some of the stylesheets directly in your browser from [[http://userstyles.org][userstyles.org]]:

  • [[https://userstyles.org/styles/127328/solarized-everything-github][Solarized Everything: GitHub]]
  • [[https://userstyles.org/styles/140962/solarized-everything-wikipedia][Solarized Everything: Wikipedia]]

*** Manual

Install the stylesheet of your choice according to your browser's method (e.g. using the Stylish extension in Firefox).

CSS files for each theme are in the =css= directory.

**** Files

  • theme-all-sites-*.css These have all the sites' styles smushed into one big file. Might work pretty well for most sites. If the collection grows, it might begin to have conflicts--but it still might work pretty well. It might be a lot better than adding a separate stylesheet for every site you visit...
  • theme-generic-*.css These are intended to be generic, suitable for many simple sites. They probably won't do much for fancy, popular sites with lots of custom CSS, but for simple, mostly unstyled sites, they might work okay.
  • theme-mediawiki-*.css For MediaWiki sites, like Wikipedia
  • theme-disqus-*.css For Disqus comments
  • theme-github-*.css For GitHub
  • theme-google-*.css For Google
  • theme-hackernews-*.css For Hacker News
  • theme-planet.emacsen.org-*.css For [[http://planet.emacsen.org][Planet Emacsen]]
  • theme-stackexchange-*.css For StackExchange sites. Not all sites are covered, but some of the main ones are. Patches welcome.
  • theme-sakai-*.css For sites hosted by [[https://sakaiproject.org/][sakai]], a popular course management program.

** Development :noexport_1:

To make changes, just edit the =.styl= files and run =make=. (You need to have Stylus installed, of course.)

Basically, nearly the only things that should be in =themes//.styl= should be theme specific colors. Everything else should go in =sites/*.styl=. Colors are defined as =color-= variables, and mixins are used to insert common CSS properties (like =color=, =background=, etc) with =!important=. Most changes can be made without inserting CSS properties directly into the selectors.

I highly recommend using Emacs with =stylus-mode= and =outline-minor-mode=, but, of course, you can use whatever you like. :)

It's a good idea to avoid the use of =*= selectors wherever possible. They tend to have unanticipated side-effects which can take time to track down.

*** Require tree

Stylus can be very confusing when it comes to importing/requiring sheets into other sheets. Unfortunately, the order in which they are imported /does/ matter, as each one seems to be parsed and executed in-order, rather than importing them all at once and then having a global namespace.

This is how the sheets require in this project:

  • =Makefile=
    • =theme=: contains custom theme files. Each theme corresponds to a group of css files.
      • =*/{dark,light}.styl= (in Makefile syntax: $$color.styl)
        • =colors=
        • Contents of ={dark,light}.styl=
    • =styl= (which loads =styl/index.styl=)
      • =mixins=
    • =sites/*.styl=: The site-specific sheets, as well as =generic.styl=, which applies to all of them, and also builds as a separate sheet for non-specific sites. =all-sites.styl= puts all of the site-specific sheets into one big CSS file, which some people may prefer over setting up custom CSS for each site in their browser. Styles starting with =_= will not be included in =all-sites.styl=

This way, the color value-name mappings are loaded first, after which those friendly names can be used in the files that actually style elements and pages.

*** New Themes

It's easy to add your own themes:

  1. Copy an existing theme directory in the =themes/= directory, giving it a new name.
  2. Modify it as required.
  3. Run =make= in the project root directory to build the CSS files.

** Credits

  • Thanks to [[https://github.com/The-Compiler][Florian Bruhin]] for contributing the Reddit and DuckDuckGo sheets, as well as several fixes and improvements.
  • Thanks to [[https://github.com/jgkamat][Jay Kamat]] for contributing the Sakai stylesheet and several fixes and improvements.
  • Thanks to [[https://github.com/cal2195][Cal Martin]] for the gruvbox theme.
  • Thanks to [[https://github.com/non-Jedi][Adam Beckmeyer]] for adapting [[https://github.com/romainl/Apprentice][Romain Lafourcade's Apprentice theme]].

** License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/gpl-3.0.txt.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].