Skip to content

Commit

Permalink
[ui] update logo, favicon, and new primary color (#1781)
Browse files Browse the repository at this point in the history
* update favicon image

* change primary color

* update logo in header

* update logo in readme
  • Loading branch information
Alanna Scott authored and mistercrunch committed Dec 7, 2016
1 parent 74edb93 commit 401d9af
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Superset
[![Documentation](https://img.shields.io/badge/docs-airbnb.io-blue.svg)](http://airbnb.io/superset/)
[![dependencies Status](https://david-dm.org/airbnb/superset/status.svg?path=superset/assets)](https://david-dm.org/airbnb/superset?path=superset/assets)

<img
src="https://cloud.githubusercontent.com/assets/130878/20946612/49a8a25c-bbc0-11e6-8314-10bef902af51.png"
alt="Superset"
width="500"
/>

**Superset** is a data exploration platform designed to be visual, intuitive
and interactive.

Expand Down
Binary file modified superset/assets/images/favicon.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 superset/assets/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed superset/assets/images/superset_logo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion superset/assets/stylesheets/less/cosmo/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@gray-light: lighten(@gray-base, 70%);
@gray-lighter: lighten(@gray-base, 95%);

@brand-primary: #45A5FF;
@brand-primary: #00A699;
@brand-success: #4AC15F;
@brand-info: lighten(#2AB7CA, 15%);
@brand-warning: #FED766;
Expand Down
2 changes: 1 addition & 1 deletion superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
APP_NAME = "Superset"

# Uncomment to setup Setup an App icon
APP_ICON = "/static/assets/images/superset_logo.png"
APP_ICON = "/static/assets/images/superset-logo@2x.png"

# Druid query timezone
# tz.tzutc() : Using utc timezone
Expand Down
5 changes: 4 additions & 1 deletion superset/templates/appbuilder/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/superset/profile/{{ current_user.username }}/">
<img width="100" src="/static/assets/images/superset.png" style="padding-top: 2px;" alt="Superset">
<img
width="126" src="/static/assets/images/[email protected]"
alt="Superset"
/>
</a>
</div>
<div class="navbar-collapse collapse">
Expand Down

0 comments on commit 401d9af

Please sign in to comment.