Skip to content

Commit

Permalink
Merge pull request #23 from ostranme/2.1.0-wip
Browse files Browse the repository at this point in the history
2.1.0 wip
  • Loading branch information
ostranme authored Nov 12, 2016
2 parents 14c001c + ae5a769 commit fd9793c
Show file tree
Hide file tree
Showing 11 changed files with 4,896 additions and 654 deletions.
30 changes: 18 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
## Swagger UI Themes

*Version 2.0.1*
*Version 2.1.0*

Swagger Docs are awesome. Why not make them look better! Below is a collection of themes for [Swagger UI](http://swagger.io/swagger-ui/).
[![npm](https://img.shields.io/npm/v/swagger-ui-themes.svg?style=flat-square)](https://www.npmjs.com/package/swagger-ui-themes)
[![Bower](https://img.shields.io/bower/v/swagger-ui-themes.svg?style=flat-square)](https://github.com/ostranme/swagger-ui-themes)

> Swagger Docs are awesome. Why not make them look better!
![](https://media2.giphy.com/media/62PP2yEIAZF6g/200.gif)

You can find the Swagger UI project on GitHub [here](https://github.com/swagger-api/swagger-ui).

Get started at [http://meostrander.com/swagger-ui-themes/](http://meostrander.com/swagger-ui-themes/)
- Below is a collection of CSS themes for [Swagger UI](http://swagger.io/swagger-ui/).
- Get started at [http://meostrander.com/swagger-ui-themes/](http://meostrander.com/swagger-ui-themes/)

## Getting started

Expand All @@ -35,31 +38,34 @@ $ npm install swagger-ui-themes

## Themes

#### Material
![Material Screenshot](screenshots/material.png)

#### Flattop
![Flattop Screenshot](https://github.com/ostranme/swagger-ui-themes/blob/master/screenshots/flattop.png)
![Flattop Screenshot](screenshots/flattop.png)

#### Muted
![Muted Screenshot](https://github.com/ostranme/swagger-ui-themes/blob/master/screenshots/muted.png)
![Muted Screenshot](screenshots/muted.png)

#### Newspaper
![Newspaper Screenshot](https://github.com/ostranme/swagger-ui-themes/blob/master/screenshots/newspaper.png)
![Newspaper Screenshot](screenshots/newspaper.png)

#### Outline
![Outline Screenshot](https://github.com/ostranme/swagger-ui-themes/blob/master/screenshots/outline.png)
![Outline Screenshot](screenshots/outline.png)

#### Monokai
![Monokai Screenshot](https://github.com/ostranme/swagger-ui-themes/blob/master/screenshots/monokai.png)
![Monokai Screenshot](screenshots/monokai.png)

#### Feeling Blue
![Feeling Blue Screenshot](https://github.com/ostranme/swagger-ui-themes/blob/master/screenshots/feeling-blue.png)
![Feeling Blue Screenshot](screenshots/feeling-blue.png)

## Contributing

If you want to add theme ideas or other fixes/changes to how the package works, feel free to submit an issue.
If you want to add theme ideas or other fixes/changes, feel free to submit an issue.

#### Requesting new theme

- Title your new issue Theme request: theme-name (e.g., Theme request: theme-solarized).
- Title your new issue Theme request: theme-name (e.g., Theme request: theme-nyan-cat).
- Include a few use cases for your requested theme. How do you plan on using it?

## License
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swagger-ui-themes",
"version": "2.0.1",
"version": "2.1.0",
"homepage": "https://github.com/ostranme/swagger-ui-themes",
"author":
"Mark Ostrander <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "swagger-ui-themes",
"description": "A collection of CSS themes for Swagger UI",
"version": "2.0.1",
"version": "2.1.0",
"keywords": ["theme", "swagger", "swagger UI", "ui", "flat"],
"homepage": "http://meostrander.com/swagger-ui-themes",
"bugs": {
Expand Down
Binary file added screenshots/material.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 fd9793c

Please sign in to comment.