Skip to content

Commit

Permalink
Intial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Reptarsrage committed Jan 25, 2019
0 parents commit 5cb95b4
Show file tree
Hide file tree
Showing 15 changed files with 1,366 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .editorconfig
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
22 changes: 22 additions & 0 deletions .gitattributes
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
47 changes: 47 additions & 0 deletions .github/CONTRIBUTING.md
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**
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE.md
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 :) -->
15 changes: 15 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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 :) -->
163 changes: 163 additions & 0 deletions .gitignore
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
8 changes: 8 additions & 0 deletions .stylelintrc
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
21 changes: 21 additions & 0 deletions LISCENCE
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
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
![](https://reptarsrage.github.io/jira-carbon/images/preview.png)

# 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.
Binary file added images/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/preview_backlog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/preview_details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/preview_dragdrop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5cb95b4

Please sign in to comment.