Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Jul 19, 2014
1 parent eae4e7a commit c739d50
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 49 deletions.
52 changes: 15 additions & 37 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,21 @@ Thanks to all that have [contributed](https://github.com/StylishThemes/GitHub-Da

See the [full changelog](https://github.com/StylishThemes/GitHub-Dark/wiki).

#### Version 1.8.25 (7/19/2014)

* Code Editor: More padding tweaks
* News feed: Add padding so top entry icons doesn't get cut off
* Alert: fix brown panel text color
* Text color:
* fix dark text against dark background
* fix bootcamp conflict
* Dashboard: fix notice subtitle color
* Version 2
* Fix whitespace error
* Convert indents to spaces per guidelines
* Minor whitespace/bracket cleanup
* Fix 500 error page text

#### Version 1.8.24 (7/6/2014)

* Teams:
Expand All @@ -67,40 +82,3 @@ See the [full changelog](https://github.com/StylishThemes/GitHub-Dark/wiki).
* Diff styling updated to override diff styles set by the syntax highlighting themes
* The biggest effect is modifing Gist diffs. Fixes [issue #151](https://github.com/StylishThemes/GitHub-Dark/issues/151).
* Updated the [syntax highlighting demo](http://stylishthemes.github.io/GitHub-Dark/) to include samples of commit & gist diffs.

#### Version 1.8.22 (6/27/2014)

* Guides:
* Flow diagram missing style, small icons still flash. See [issue #150](https://github.com/StylishThemes/GitHub-Dark/issues/150)
* Invert poll iframes. Fixes [issue #150](https://github.com/StylishThemes/GitHub-Dark/issues/150)
* Discussions: style new PR revert buttons
* Branches: update to recent class swap by GitHub
* Settings: webhook failure icon & GUID block styling
* Gist: Temporary fix added & removed to fix code line spacing

#### Version 1.8.21 (6/21/2014)

* Overall
* Remove background & border styling from dropdown arrow. Fixes [issue #148](https://github.com/StylishThemes/GitHub-Dark/issues/148)
* Index boxes: Remove slight inner shadow
* Readme: update raw url.
* Main page: Fix rss link color
* Wiki: Style 'Add footer' button
* Branches page:
* Lots of fixes for new design. Fixes [issue #149](https://github.com/StylishThemes/GitHub-Dark/issues/149)
* Fix loading overlay
* Organization page: Various fixes to backgrounds & borders
* Team: Various fixes
* Markdown/Discussions: Remove red color/background on strikethrough text
* Markdown: Brighten hover link color
* Discussions: Fix active tab border color
* Repo page: Fix selected item menu border
* Guides:
* Various fixes all around
* Added flow diagram styling. Fixes part of [issue #150](https://github.com/StylishThemes/GitHub-Dark/issues/150)
* Gist
* Fix new sidebar coloring
* Fix gist type label border
* Revision view: fix top line of code styling
* Revision view: restore negative left margin in code
* GitHub-Dark v2 miscellaneous updates
2 changes: 1 addition & 1 deletion github-dark.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@namespace url(http://www.w3.org/1999/xhtml);
@namespace svg url(http://www.w3.org/2000/svg);
@-moz-document regexp("^https?://((gist|guides|help|status|developer)\.)?github\.com.*"), domain("render.githubusercontent.com") {
/* Github Dark Theme v1.8.24 (7/6/2014)
/* Github Dark Theme v1.8.25 (7/19/2014)
* https://github.com/StylishThemes/GitHub-Dark
* http://userstyles.org/styles/37035
* License: http://sam.zoy.org/wtfpl/
Expand Down
21 changes: 11 additions & 10 deletions github-dark.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@namespace url(http://www.w3.org/1999/xhtml);
@namespace svg url(http://www.w3.org/2000/svg);
@-moz-document regexp("^https?://((gist|guides|help|status|developer)\.)?github\.com.*"), domain("render.githubusercontent.com") {
/* Github Dark Theme v1.8.24 (7/6/2014)
/* Github Dark Theme v1.8.25 (7/19/2014)
* https://github.com/StylishThemes/GitHub-Dark
* http://userstyles.org/styles/37035
* License: http://sam.zoy.org/wtfpl/
Expand Down Expand Up @@ -406,14 +406,14 @@
font-size: 14px !important;
}
/* code editor padding */
td.line-data, td.line-data span {
margin-left: 0 !important;
padding-left: 0 !important;
text-indent: 12px !important;
}
.file-data .line-numbers, .file-data .line-data, .blob-line-code .highlight {
.file .file-code-line .blob-line-code, .file .file-code-line .blob-line-nums, .file .highlight, .file .highlight pre,
.file-data .highlight pre, .file-data .lines td, .file-data .line-data, #readme {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.news .alert {
padding-top: 1px !important;
}

/* Inline comments need +18px width to fit. Default value: 842px */
.inline-comment-form {
Expand Down Expand Up @@ -872,7 +872,7 @@
a.comment-header-author, .callout strong, .select-menu-item.navigation-focus .octicon:before, .wiki-edit-link:hover, .infotip p,
.form-actions .tip, dl.form.warn dd.warning, .markdown-format p, .page-notice, .kbd, .subnav-item.selected, .subnav-item.selected:hover,
.subnav-item.selected:focus, .article-heading .wrap .mega-octicon:before, ol.toc > li a.active, .example-nav li a.selected,
.guide-cover a .mega-octicon:before {
.guide-cover a .mega-octicon:before, .facebox-alert {
color: #eee !important;
}
pre, body, h3, h4, a.social-count, span.social-count, #languages a.bar, dl.form dt, .lineoption p, .vcard-stat-count,
Expand All @@ -899,7 +899,8 @@
.discussion-item-ref-title .title-link, .org-teams-list .team, .clone-url-button.selected > a, .clone-url-button.selected > a:hover,
.subnav-search-context .select-menu-item-icon, a.wiki-edit-link, .ace-github, a.pagehead-nav-item.selected,
a.pagehead-nav-item:hover, a.pagehead-nav-item:hover .octicon:before, .repo-collection .collection-stat, a.subscribe-feed,
header ul.links a:hover, .team-info-card .stat .stat-number, .team-info-card .stats-group .stat.no-link:hover .stat-number {
header ul.links a:hover, .team-info-card .stat .stat-number, .team-info-card .stats-group .stat.no-link:hover .stat-number,
div.container > p {
color: #ccc !important;
}
h5, h6, table th, .edit-repository-meta, .field label, .boxed-group-list li, .capped-box, .comment-body, .blog-post-meta a,
Expand Down Expand Up @@ -931,7 +932,7 @@
.news div.message, .news li blockquote, .timeline-comment-header .comment-type-icon, .news .alert .pull-info,
.news .alert .branch-link, .release .release-authorship a, .contributing, .wiki-wrapper .wiki-empty-box:hover,
.select-menu.is-showing-clear-item .select-menu-clear-item .octicon, .diffstat-summary a, a.subnav-item,
.branches .branch-group-heading .branch-group-name, .render-notice, .discussion-sidebar-heading {
.branches .branch-group-heading .branch-group-name, .render-notice, .discussion-sidebar-heading, .dashboard-notice .title p {
color: #aaa !important;
}
/* content text */
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-dark",
"version": "1.8.24",
"version": "1.8.25",
"description": "Dark GitHub theme for Stylish",
"homepage": "https://github.com/StylishThemes/GitHub-Dark",
"contributors": [
Expand Down

0 comments on commit c739d50

Please sign in to comment.