Giter VIP home page Giter VIP logo

github-dark's People

Contributors

40n avatar aalvarado avatar auscompgeek avatar dependabot[bot] avatar dsoegijono avatar enzomartin avatar fanninpm avatar fregante avatar geolim4 avatar github-actions[bot] avatar ijunkie22 avatar kay-zee avatar koumaza avatar mihawk90 avatar mike-koch avatar mmizutani avatar mottie avatar olets avatar rayrutjes avatar romankornev avatar silverwind avatar sircapsalot avatar sparcut avatar stephen-bunn avatar tambry avatar the-j0k3r avatar tyler-sommer avatar un1versal avatar vednoc avatar xt0rted avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

github-dark's Issues

Background?

Hey guys, i've been thinking that hey.. maybe our dark background may be getting a little bland.. Maybe we could put an optional background in. check this one out!

lozenge

What do you guys think? Again, it would be completely optional.

SVG spinners

These are really ugly right now:

loader

I ponder if we should add them to our existing class for inverting images, or if you plan to redo these gifs.

I'd love seeing them converted to APNG, but that would screw Chrome users without the APNG addon :P

Full name on main profile page has scrollbar

Fixed by:

.vcard-fullname, .vcard-username {
    overflow: hidden;
}

Tested in Firebug. It seems this was caused by a change in GitHub's main CSS instead of GH Dark. If you'd rather tackle just the vertical scrollbar, use overflow-y: hidden.

This userstyle is the best one I've found for GitHub!

Text in language statistics div is hard to read: foreground too close to background

The text in the language statistics div is hard to read. Go to https://github.com/laurentpetit/ccw (for example) and click on the colored bar with the "Show language statistics" tooltip; the result looks like this:

screenshot from 2013-06-24 23 41 36

The words Java, Clojure, Emacs Lisp, and Shell are quite hard to read because their foreground color (inherited from Github's normal style) is too close to the newly-dark background.

A quick peek with Firefox's Web inspector shows that the CSS style that's "winning" for the span.lang element(s) is the following style:

.kill-the-chrome .repository-lang-stats ol.repository-lang-stats-numbers li .lang {
    color: rgb(51, 51, 51);
}

Here's the Outer HTML of the language-statistics div, to make debugging easier:

<div class="repository-lang-stats">
        <ol class="repository-lang-stats-numbers">
          <li>
              <a href="/laurentpetit/ccw/search?l=java">
                <span class="color-block language-color" style="background-color:#b07219;"></span>
                <span class="lang">Java</span>
                <span class="percent">57.8%</span>
              </a>
          </li>
          <li>
              <a href="/laurentpetit/ccw/search?l=clojure">
                <span class="color-block language-color" style="background-color:#db5855;"></span>
                <span class="lang">Clojure</span>
                <span class="percent">31.9%</span>
              </a>
          </li>
          <li>
              <a href="/laurentpetit/ccw/search?l=emacs%20lisp">
                <span class="color-block language-color" style="background-color:#c065db;"></span>
                <span class="lang">Emacs Lisp</span>
                <span class="percent">9.6%</span>
              </a>
          </li>
          <li>
              <a href="/laurentpetit/ccw/search?l=shell">
                <span class="color-block language-color" style="background-color:#5861ce;"></span>
                <span class="lang">Shell</span>
                <span class="percent">0.6%</span>
              </a>
          </li>
        </ol>
      </div>

Caret in Gist is hard to see

Hey!

The caret in Gist is currently black while the text editor's background is dark grey. This makes it rather hard to see. Could the caret get a different color, say, white?

Thanks!

Blame colors

This looks like a new feature on the blame page (the newer... older color gradient)

2013-12-12 22_10_26-stylishthemes_github-dark at master
Should we make this match the contribution calendar colors, or not even bother?... it had 10 colors versus the 5 in the contribution calendar. My main issue it is a bit difficult to distinguish difference in colors - I think 10 is too many colors.

Bright background in "You've been added to the foo organization" box

There's a Github news box that hasn't been recolored yet: the "You've been added to the (name) organization" box. Screenshot below.

screenshot from 2013-06-22 07 29 45

As you can see, the class of the bright div is "dashboard-notice org-newbie js-notice". The Firefox inspector tells me it's getting the background color (#fffde3) from the dashboard-notice class. The dashboard-notice class also appears to have "background-image: linear-gradient(#fffff6, fffde3)" and "background-repeat:repeat-x".

This is showing up for me in both Firefox and Chrome.

Syntax Highlighting Theme Requests

This issue lists possible syntax highlighting themes to include with this repo. These are themes I could use help with converting to a standard pygments theme.

If you find any that you'd like to have included, please list them in this thread.

Vim Themes (need conversion to pygments)

Other Themes (need conversion)

@aalvarado Could you help out with some of these? Thanks! :P

Searchbox-Result Hover

The Hover on searchbox results is a bright background which makes it quite hard to read the text on it.

I suggest using a black background for the hover effect:

.commandbar .choice:hover,
.commandbar .loading:hover {
  background-color: #000000;
}

Makes the text perfectly readable and still distinct from the normal background.

Darken the new GitHub repository theme

It seems that GitHub has changed the design of its repositories today (albeit it seems voluntary at the moment) and some elements are no longer dark.

newgh

Dashboard right boxes

I don't know when Github changed their markup or whatever (wasn't on a PC using the style lately), but the Repository boxes on the right of the dashboard are in a bright color now...

The classes should be box-header and li.public, don't know which were the old ones though...

Misleading Color under Open/Closed Tabs

Under "Issues", the tab in the foreground has less contrast than the tab in the background, making it appear inactive. Maybe invert the element background color?
tabs

Darkening the graph preview images

Hey, I'm not exactly sure how I could handle these images here. The get them darker, on WebKit one could use

.js-gshot > a {
 -webkit-filter: invert(100%)
}

but unfortunatly, Firefox doesn't support CSS filter shorthands yet, and you'd need to import a filter (as described here) from an svg file like:

filter: url(invert.svg#invert)

with the svg containing something like this:

<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="invert"><feColorMatrix values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0"/></filter></svg>

So far, I haven't got my Firefox to import this filter correctly yet, I've tried through both a real URL and a Data URI.

Just thought to let you know. If you have any other idea about fixing those images, just shoot!

Issue #37 needs to be reopened

Issue #37 needs to be reopened (there's one more thing that needs fixing before it can truly be called finished), but even though I created it, I don't have the ability to reopen it; only people with commit access to a Github repo can reopen issues on that repo.

Misaligned line numbers in source view

When viewing source code of files on GitHub, the line numbers on the side quickly become misaligned, making it very difficult to get an anchor to the line we actually want to link.

Here's how it is by default:
ghdef

And here's with the theme on:
ghtheme

As you can see, we have a 15 line misalignment just 600 lines in (so about a line of skew every 40 lines).

v1.5 problems

I just made an update which I'm sure broke a few styles. So I would appreciate any help in tracking them down :)

Note: I see there are requests for allowing LESS and/or SCSS to be used with stylish, so we can look forward to that for offset colors. But for now, I didn't bother with them (e.g. calendar contribution colors).

Note 2: My new favorite base color is teal #008080 ๐Ÿฐ

Bright line visible at top and bottom of code viewer in new repository view

When looking at source code in Github's new repository view, there's still a bright white line, several pixels tall, visible at the top and bottom of the code viewer. See screenshot below.

screenshot from 2013-06-21 22 18 32

As you can see from the inspector that I left in the screenshot, the part of the HTML that's responsible for this is either the div.highlight or its parent element, the td.blob-line-code.

Pull request icon

if you browse the branch that has a pending PR, the icon will be old blue style. This needs to be updated to fit the green button theme.

Language statistics colors

I'd like to recolor the language-colors to more flashy colors so they stand out more on dark backgrounds. Unfortunately, GitHub applies them through inline styles, so we need to create a list of colors in use first. Here's what I have so far from my projects:

background-color:#f15501; /* javascript */
background-color:#1f085e; /* css - hard to read */
background-color:#fa1fa1; /* lua */
background-color:#5a25a2; /* c# */

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.