-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 5cb95b4
Showing
15 changed files
with
1,366 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
trim_trailing_whitespace = true | ||
end_of_line = lf | ||
charset = utf-8 | ||
insert_final_newline = true | ||
|
||
[*.css] | ||
block_comment_start = /* | ||
block_comment = * | ||
block_comment_end = */ | ||
|
||
[*.svg] | ||
insert_final_newline = false | ||
|
||
[index.html] | ||
indent_size = none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
|
||
# Custom for Visual Studio | ||
*.cs diff=csharp | ||
*.sln merge=union | ||
*.csproj merge=union | ||
*.vbproj merge=union | ||
*.fsproj merge=union | ||
*.dbproj merge=union | ||
|
||
# Standard to msysgit | ||
*.doc diff=astextplain | ||
*.DOC diff=astextplain | ||
*.docx diff=astextplain | ||
*.DOCX diff=astextplain | ||
*.dot diff=astextplain | ||
*.DOT diff=astextplain | ||
*.pdf diff=astextplain | ||
*.PDF diff=astextplain | ||
*.rtf diff=astextplain | ||
*.RTF diff=astextplain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Before Contributing | ||
|
||
1. [How To Report style issues](#how-to-report-style-issues) | ||
2. [Core Style Guide](#jira-carbon-style-guide) | ||
3. [Getting Started](#getting-started) | ||
4. [Respect the Color Scheme](#default-color-scheme) | ||
|
||
## How to Report Style issues | ||
|
||
### I don't know CSS | ||
|
||
If you don't know CSS very well and have found a missing style, please include as much as possible of the following information when opening an issue: | ||
|
||
* Screenshot of the problem; include the element(s) in the console if at all possible | ||
* To select an element, target it with your mouse then right-click and choose "Inspect Element" | ||
* Please include both the HTML view and the element with the problem in the screenshot (see [issue #119](https://github.com/StylishThemes/GitHub-Dark/issues/119) for an example) | ||
* A URL to the page (if public). | ||
|
||
### I rock at CSS & GitHub! | ||
|
||
* Follow the style guide below | ||
* Make any needed changes, then send us a pull request | ||
* Please include a url to the page (if public) | ||
|
||
## Jira Carbon Style Guide | ||
|
||
* Use the provided `.editorconfig` file with your code editor. Don't know what that is? Then check out [http://editorconfig.org/](https://stylelint.io/user-guide/cli/) | ||
* Use stylelint to lint the css. Don't know what that is? Then check out [https://stylelint.io/user-guide/cli/](https://stylelint.io/user-guide/cli/) | ||
|
||
## Getting Started | ||
|
||
* [Download](https://github.com/Reptarsrage/jira-carbon/archive/master.zip), [fork](https://github.com/Reptarsrage/jira-carbon/fork) or clone this repository. | ||
* Use [yarn](https://yarnpkg.com/) to run `yarn install`. | ||
* Make any changes to the `jira-carbon.css` file and save. | ||
* Push changes and open a pull request | ||
|
||
## Default Color Scheme | ||
|
||
* Primary: **#21252D** | ||
* Secondary: **#2C3037** | ||
* Tertiary: **#434953** | ||
* Border: **#3C414C** | ||
* Link: **#4B97F8** | ||
* Highlight: **#6a25aa** | ||
* Primary Text: **#EBEBEB** | ||
* Secondary Text: **#BEBEBE** | ||
* Tertiary Text: **#888888** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Issue Title | ||
|
||
## What's the issue | ||
|
||
<!-- Describe the issue --> | ||
|
||
## Steps to reproduce | ||
|
||
<!-- How to reproduce this? --> | ||
|
||
## Screenshots | ||
|
||
<!-- Some screenshots of the issue will help me to debug the problem faster --> | ||
|
||
## Solutions | ||
|
||
<!-- Provide solutions if you have any --> | ||
|
||
## What version is affected by this problem | ||
|
||
<!-- Check your version on the of top of the stylesheet and post it here --> | ||
|
||
<!-- Appreciate your help :) --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Pull request Title | ||
|
||
## What's the issue | ||
|
||
<!-- Describe the issue --> | ||
|
||
## What's fixed | ||
|
||
<!-- Describe the changes proposed in this pull request --> | ||
|
||
## Screenshots | ||
|
||
<!-- Some screenshots before/after will help me merge pull request faster --> | ||
|
||
<!-- Appreciate your help :) --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,163 @@ | ||
# GitHub build config | ||
build.json | ||
*.build.css | ||
*.build.min.css | ||
themes/build/ | ||
|
||
# lockfiles | ||
package-lock.json | ||
yarn.lock | ||
|
||
# debug files from npm/yarn | ||
npm-debug.log | ||
yarn-error.log | ||
|
||
################# | ||
## Eclipse | ||
################# | ||
|
||
*.pydevproject | ||
.project | ||
.metadata | ||
bin/ | ||
tmp/ | ||
*.tmp | ||
*.bak | ||
*.swp | ||
*~.nib | ||
local.properties | ||
.classpath | ||
.settings/ | ||
.loadpath | ||
|
||
# External tool builders | ||
.externalToolBuilders/ | ||
|
||
# Locally stored "Eclipse launch configurations" | ||
*.launch | ||
|
||
# CDT-specific | ||
.cproject | ||
|
||
# PDT-specific | ||
.buildpath | ||
|
||
################# | ||
## IntelliJ IDEA | ||
################# | ||
.idea/* | ||
*.iml | ||
|
||
################# | ||
## Visual Studio | ||
################# | ||
|
||
## Ignore Visual Studio temporary files, build results, and | ||
## files generated by popular Visual Studio add-ons. | ||
|
||
# User-specific files | ||
*.suo | ||
*.user | ||
*.sln.docstates | ||
|
||
# Build results | ||
[Dd]ebug/ | ||
[Rr]elease/ | ||
node_modules/ | ||
*_i.c | ||
*_p.c | ||
*.ilk | ||
*.meta | ||
*.obj | ||
*.pch | ||
*.pdb | ||
*.pgc | ||
*.pgd | ||
*.rsp | ||
*.sbr | ||
*.tlb | ||
*.tli | ||
*.tlh | ||
*.tmp | ||
*.vspscc | ||
.builds | ||
*.dotCover | ||
|
||
## TODO: If you have NuGet Package Restore enabled, uncomment this | ||
#packages/ | ||
|
||
# Visual C++ cache files | ||
ipch/ | ||
*.aps | ||
*.ncb | ||
*.opensdf | ||
*.sdf | ||
|
||
# Visual Studio profiler | ||
*.psess | ||
*.vsp | ||
|
||
# ReSharper is a .NET coding add-in | ||
_ReSharper* | ||
|
||
# Installshield output folder | ||
[Ee]xpress | ||
|
||
# DocProject is a documentation generator add-in | ||
DocProject/buildhelp/ | ||
DocProject/Help/*.HxT | ||
DocProject/Help/*.HxC | ||
DocProject/Help/*.hhc | ||
DocProject/Help/*.hhk | ||
DocProject/Help/*.hhp | ||
DocProject/Help/Html2 | ||
DocProject/Help/html | ||
|
||
# Click-Once directory | ||
publish | ||
|
||
# Others | ||
[Bb]in | ||
[Oo]bj | ||
sql | ||
TestResults | ||
*.Cache | ||
ClientBin | ||
stylecop.* | ||
~$* | ||
*.dbmdl | ||
Generated_Code #added for RIA/Silverlight projects | ||
|
||
# Backup & report files from converting an old project file to a newer | ||
# Visual Studio version. Backup files are not needed, because we have git ;-) | ||
_UpgradeReport_Files/ | ||
Backup*/ | ||
UpgradeLog*.XML | ||
|
||
|
||
|
||
############ | ||
## Windows | ||
############ | ||
|
||
# Windows image file caches | ||
Thumbs.db | ||
|
||
# Folder config file | ||
Desktop.ini | ||
|
||
# Installer logs | ||
pip-log.txt | ||
|
||
# Unit test / coverage reports | ||
.coverage | ||
.tox | ||
|
||
#Translations | ||
*.mo | ||
|
||
#Mr Developer | ||
.mr.developer.cfg | ||
|
||
# Mac crap | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# https://github.com/stylelint/stylelint/blob/master/docs/user-guide/rules.md | ||
# https://github.com/stylelint/stylelint-config-standard/blob/master/index.js | ||
|
||
extends: stylelint-config-standard | ||
ignoreFiles: "**/*.min.css" | ||
|
||
rules: | ||
no-descending-specificity: null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
trim_trailing_whitespace = true | ||
end_of_line = lf | ||
charset = utf-8 | ||
insert_final_newline = true | ||
|
||
[*.css] | ||
block_comment_start = /* | ||
block_comment = * | ||
block_comment_end = */ | ||
|
||
[*.svg] | ||
insert_final_newline = false | ||
|
||
[index.html] | ||
indent_size = none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
 | ||
|
||
# Jira Carbon | ||
|
||
Dark theme for Jira by Atlassian | ||
|
||
## How to use | ||
|
||
Install a userstyle manager for your favorite browser: | ||
|
||
- [Google Chrome](https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=en) | ||
- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/styl-us/) (be sure to place the CSS inside the `@-moz-document domain("github.com")` block, but is best to install as a userstyle) | ||
- [Safari](http://sobolev.us/stylish) | ||
|
||
Then, copy-pasta the styles from `jira-carbon.css` into a new userstyle. Be sure to specify that it apply to sites matching `https?://.*\\.atlassian\\.net/.*` or `https?://jira\\..*` | ||
|
||
### Userstyles.org | ||
|
||
If you use the Stylish addon on Chrome or Firefox you can find one-click installs including automatic updates via the packages below. | ||
|
||
[Jira Carbon](https://userstyles.org/styles/154743/jira-carbon) | ||
|
||
### Bug reports | ||
|
||
Open an issue or submit a pull request, please. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.