Code Monkey home page Code Monkey logo

githubdarktheme's Introduction

image image image image

GithubDarkTheme

Support this theme by hitting that ⭐ and showing your friends :P

Join the discord to stay up to date with releases and submit other suggestions

How to Contribute

Regex Test

Supported third party extensions status:

  • ZenHub *Partialy

Install the theme

User Script

Seizure Warning! This can be a little slow sometimes, so might see the theme flash in after the page has loaded already. I recommend using Stylus.

Compatible with ViolentMonkey

image

Stylus browser extension (Recommended)

Step 1 (if not already installed Stylus browser extension)

image

image

Step 2 ( Warning: Editing the theme file will disable auto update )

image


Join the DarkThemeHub Team

DarkThemeHub's goal is to create an active dark theme community that maintain quality dark themes for websites frequently used by developers.

Join our discord and message Snazzie to sign up.

Requirements:

  • History of quality contributions (Not limited to this repository)
  • Well mannered
  • Can communicate well in english
  • Knows basics of css and html

image

githubdarktheme's People

Contributors

actions-user avatar austinabell avatar dependabot[bot] avatar forivall avatar idomo avatar jasonw4331 avatar krasnovpavel avatar montlikadani avatar ninacfgarcia avatar snazzie avatar tessus avatar thefrenchghosty 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

Watchers

 avatar  avatar  avatar  avatar  avatar

githubdarktheme's Issues

Scrollbar colour change

Is your feature request related to a problem? Please describe.
TOO MUCH WHITE ON MY DARK THEME

Describe the solution you'd like
Nyan cat scroll bar pls x

Incorrect colour on contribution graph legend

Describe the bug
On your profile page, the contributions graph legend is incorrect. 2 of the squares are the same colour (The "less" and "more" squares):
2019-04-12 10_32_31-eFuller96 (Ellie Fuller)
This is how it is on light theme:
2019-04-12 10_32_09-eFuller96 (Ellie Fuller)

The fix is to change line 2351 from #eee to #ebedf0:
2019-04-12 14_14_34-eFuller96 (Ellie Fuller)
2019-04-12 14_14_41-eFuller96 (Ellie Fuller)

Desktop (please complete the following information):

  • FireFox

Background color for buttons

Hi!
You should consider to change buttons background color or add border around them. They have the same color as some panels.
image
image

On screenshots I can find buttons only because I know that they should be there.

screenshot of GithubDarkTheme(); in Stylish very strange

Describe the bug
When I open the stylish add-on, I can see the theme under the list of installed styles.
However, the screenshot only says GitHub. see screenshot below

Expected behavior
I would have expected a nice screenshot of the theme instead.

Screenshots
image

Desktop (please complete the following information):
macOS 10.14.6
Firefox 68.0.2

Smartphone (please complete the following information):
I don't use a smartphone to access github.


This is certainly not an important issue, but I wanted to mention it. Maybe something went wrong with the latest update and nobody noticed it. Anyway, I love the theme.
Keep up the great work! Cheers.

warning message not readable

Describe the bug
When you access a repository and a user, whom you blocked, has contributed to it before, you get a message that states exactly that fact. Unfortunately you can't read it.

Expected behavior
The text should be readable.

Screenshots
image

The text in there reads "A user you’ve blocked has previously contributed to this repository.", but you can only see it, if you select it:

image

Desktop (please complete the following information):
Firefox 69 on macOS 10.14.6

Smartphone (please complete the following information):
Not using github on amartphone

Pop-up message on main page looks odd.

Great theme but still has something to fix.
Original
image
Dark theme
image

  1. Same color for private and public repos, but it is ok.
  2. Triangle still white.
  3. No border and shades.
  4. No border around "Private" label (on every screen, not only main page).

Hard to see some text in help.github

Describe the bug
Hard to see some text in help.github

Expected behavior
more visible

Screenshots
image

Desktop (please complete the following information):

  • Browser [e.g. chrome]

Colour palette

Improvement to be done
Create a css colour palette to improve consistency and allow easy theme variations

Issue for testing

A TEST DESCRIPTION

  • TEST CHECKBOX
  • checked box
  • TEST CHECKBOX
  • checked box
  • TEST CHECKBOX
  • checked box
  1. one
  2. two
    • two point
  • one
  • two

Some Code Snippet, here is a PrintHello method

void PrintHello() 
{
     Console.Writeline("Hello");
}
div { 
   background: White !important;
}
Click here for a surprise

Dancing Cat

gh articles use light background color

Describe the bug

Go to a gh article, e.g.: https://help.github.com/en/articles/set-up-git
Top left and right corner are white (or close to white #fafbfc).
Responsible code: <div style="background:#fafbfc;">

Expected behavior

The background should be like the rest of the page.

Screenshots

image

Desktop (please complete the following information):

  • Theme version: 1.14.1
  • Browser: Firefox 69.0.3 (macOS)

certain timeline items are still white instead of gray

Describe the bug
There are a few items in the timeline which are still white, including the line connecting them.

Expected behavior
The items and the lines should be gray.

Screenshots
image
see https://github.com/laurent22/joplin/pull/1804
image
see https://github.com/acoop133/GithubDarkTheme/issues/68

Desktop (please complete the following information):
Firefox 68.0.2 on macOS 10.14.6

Smartphone (please complete the following information):
Not using github on amartphone

Organisation SSO signin not styled.

Describe the bug
When using organisation SSO the login dialog is not styled. It uses a white box and is filled with (styled) white and unreadable text.

Expected behavior
The box should be a dark grey

Screenshots
Screenshot 2019-10-15 11 31 20

Desktop (please complete the following information):

  • Firefox

Fix
Add .org-sso-panel at line 1803 giving it a background of #25272a !important

Icons and headers

Improvement to be done

Hi, great theme BTW. I had trouble reading some of the elements.
Here are my suggestions, I made the icons a little bit clearer:

table.files td.icon {
    color: rgba(125,195,245,.9);
}
table.files td.icon .octicon-file-directory {
    color: rgba(125,195,255,.9);
}

Also some made panels headers grey, to differentiate them.

/* headers */
.table-list-header,
...
.merge-status-item {
    background: #454545 !important;
}

Give this:
image

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.