GithubHelp home page GithubHelp logo

style-it-themes / travis-ci-inspired-dark-extended Goto Github PK

View Code? Open in Web Editor NEW
12.0 2.0 1.0 13.61 MB

馃帹 An Inspired dark theme for Travis CI and related websites

Home Page: https://git.io/fjXG8

License: MIT License

CSS 99.73% JavaScript 0.27%
travis-ci travis-ci-dark travis-ci-dark-theme stylus themes usercss css

travis-ci-inspired-dark-extended's Introduction

style-it-themes-logo


Travis CI Inspired Dark Extended

Style-it-themes Discord Channel Style-it-themes Current Version devDependencies

About

This project started to give Travis CI a dark style, but it soon became apparent that some other sites coverage was needed. So the Extended version was sort of started instead.

I drew some inspiration by StylishThemes/GitHub-Dark and the idea is to transition smoothly from GitHub Dark to other associated projects used sometimes.

At launch, a total of 7 sites are covered either partially or fully. There are some limitations on a opensource free project account to provide 鉁筹笍 full coverage.

if you would like to contribute, please keep reading.

Have fun and save the corneas 馃槉

Sites Covered

Site Name Partial Full
Travis CI.org 鉁旓笍
Travis CI.com 鉁旓笍
Blog 鉁旓笍
About 鉁旓笍
Docs 鉁旓笍
Status 鉁旓笍
Enterprise 鉁旓笍
Support 鉁旓笍

鉁筹笍 Further full coverage is not planned at this time, PR's are welcome though.

Installing

Then install this style using:

INSTALL DIRECTLY WITH - STYLUS Stylus

Only available using Stylus (see the documentation). 馃帀

Manually into the editor.

Please refer to the installation documentation for more details.

I Found a Bug

At the first instance of finding a bug, have a look if there is already an open issue, if so add the required information as described in the issue template.

If your issue is new, please open an issue and report your problem.

Contributing

At this time any help is appreciated, so if you can help fix a bug or improve the Travis CI Inspired Dark Extended theme, just open a pull request to start the ball rolling.

You will need to ideally:

  • Fork the project.

  • Limit to the K&R (KNF variation style), and 2 SPACE INDENTATION (no tabs, and no less than 2 spaces).

  • K&R - KNF Variation Example:

    element[attr='value'] {
    路路property: value;
    }
  • Not Allman

    element[property='value']
    {
    路路property: value;
    }
  • Strict space between the selector and the {:

    /* good */
    element[attr='value'] { }
    
    /* bad */
    element[attr='value']{ }
  • 2 Space indentation

    /* good */
    路路property: value;
    
    /* bad */
    路路路路property: value;
    ----property: value;
    路property: value;

鉁筹笍 Try to wrap lines at around 250 characters, though the development scripts will clean/indent your CSS.

Development Scripts

  • npm run clean: Runs the Perfectionist script, cleans up after it and fixes some CSS via Stylelint.
  • npm run eslint: Lint the JavaScript code in the tools directory.
  • npm run lint: Run ESlint & Stylelint scripts.
  • npm run perfectionist: Runs Perfectionist only. The CSS is not cleaned/fixed!
  • npm run stylelint: Run stylelint on the CSS file.
  • npm run lintfix: Run stylelint with --fix on the CSS file.
  • npm run test: Same as npm run lint.
  • npm run update: Update development dependencies.

Release Scripts (Not for pull requests)

  • npm run major: Creates a semantic major release.
  • npm run minor: Creates a semantic minor release.
  • npm run patch: Creates a semantic patch release.

Screens

history

MIT

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.