-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble getting started #1
Comments
To install the stylesheets into Stylish or another browser extension, use the CSS files in the Does that clear it up a bit? Sorry for the confusion. I'll see if I can clarify the instructions. Thanks for the report. |
Well, I knew the styl files were not CSS, but figured they might be what Stylish likes for lunch, although I doubted that too given your development section indicated these were like source for the Make. Otherwise I think I follow you correctly. So if I wanted to enable all of these css files I would create one Stylish style for each css file. Am I correct? I was expecting to get everything in a single shot which is where my confusion may have started. |
Yeah, Stylish and userStyles.css and that sort of thing just use plain CSS. Stylus is more efficient to work with than plain CSS, so it makes this sort of project easier. Well, in the Files section of the readme, I try to explain what the different CSS files are for. The I also generate the CSS files for individual sites, so if you only want to style certain sites, you can just add the appropriate files as site-specific styles. And then there's the I guess what's missing from the documentation is info about how to use Stylish/etc. I took it for granted that anyone who wanted to do this would already be using it and know how to add these stylesheets to it. I guess it would be a good idea to have a basic how-to to get people started who haven't used them before. What do you think? :) |
I understand so much more now just from your last comment. I do think having a how-to would be helpful with the uptake. I was sent here from a comment on lwn.net and hoped for an experience about as trivial as a Firefox add-on. IMHO, you shouldn't need to have your own how-to. The Stylish add-on suggested visiting userstyles.org for info but when I got there I really didn't see anything helpful to get me going with your setup. They did make it trivial to use one of their styles and I had even found a style there named "Solarized Dark Everywhere" and immediately wondered if it was related to this project -- I still don't know but I suspect it's independent. If they're indeed independent maybe it would be best to get yours there? Then this site could focus more on bug reporting and general development of the style. |
FYI, I just added sheets for LWN specifically. Sadly, they use the BTW, that "Solarized Dark Everywhere" is not by me. I will see about getting this project on userstyles.org though. Thanks for the idea. :) |
FYI, I put the GitHub one up: https://userstyles.org/styles/127328/github-solarized |
How do you switch from Dark to Light? Do you have to edit the style after install? |
@doneill by e.g. using |
Thanks @The-Compiler, thought there might be a setting to change. |
I can confirm your installation section is apparently not idiot proof. I'm running Firefox and have just installed the Stylish add-on. I tried Stylish once before but gave up having not found a theme I could like. Yours looks tempting but I'm lost on how to use it. I made a git clone of your repo and then took a WAG by clicking on the S > Manage styles ... > Install from URLS ... > entered full path to my clone's styl/dark.styl with a prefix of "file://". I gave it a name of "Solarized-Everything" and then exactly nothing seemed different. :-(
I removed that attempt in the Stylish manager and retried with sites/all-sites.styl and still nothing.
Where did I go wrong?
The text was updated successfully, but these errors were encountered: