Skip to content

Commit

Permalink
Use precise P1 phosphor color (#33FF33) across all assets
Browse files Browse the repository at this point in the history
  • Loading branch information
fofajardo committed Aug 5, 2020
1 parent aa712c2 commit acd6d17
Show file tree
Hide file tree
Showing 389 changed files with 871 additions and 781 deletions.
8 changes: 4 additions & 4 deletions src/chrome/ambassador/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ dialog {
}

.box-padded {
background-color: Window;
color: WindowText;
background-color: #000000;
color: #33FF33;
}

.large-text {
font-size: large;
}

#logo {
background: url(chrome://ambassador/skin/images/icon32.png);
background: url("chrome://ambassador/skin/images/icon32.png");
background-repeat: no-repeat;
width: 32px;
height: 32px;
}

#version {
color: GrayText;
color: #FFFFFF;
}

.contributors-label {
Expand Down
13 changes: 4 additions & 9 deletions src/chrome/ambassador/ambassador.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ window {
border: none;
border-left: 1px solid ButtonShadow;
padding: 0 5px;
background: Button;
background: #000000;
font: message-box;
text-shadow: none;
text-align: center;
Expand Down Expand Up @@ -119,7 +119,8 @@ window {
margin: 0 0 0 1px;
border-left: none;
padding: 5px;
background-color: #DDDDFF;
color: #000000;
background-color: #33FF33;
}

.view-button[state="current"] + .view-button {
Expand All @@ -128,12 +129,6 @@ window {

.view-button[state="current"] {
position: relative; /* So it visually appears above the tabs either side. */
border: 2px solid;
-moz-border-top-colors: #ECECEC transparent;
-moz-border-right-colors: #6A6A6A transparent;
-moz-border-bottom-colors: #6A6A6A transparent;
-moz-border-left-colors: #ECECEC transparent;
border-top-style: none;
padding: 5px 3px 3px 3px;
}

Expand Down Expand Up @@ -276,7 +271,7 @@ menuitem[header="true"] {
{
width: 24px;
height: 16px;
border: 1px solid black;
border: 1px solid #000000;
-moz-box-align: center;
-moz-box-pack: center;
}
Expand Down
Binary file modified src/chrome/ambassador/images/drop-indicator-bottom.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 modified src/chrome/ambassador/images/icon16.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 modified src/chrome/ambassador/images/icon24.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 modified src/chrome/ambassador/images/input-send.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 modified src/chrome/ambassador/images/logging-off.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 modified src/chrome/ambassador/images/logging-on.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 modified src/chrome/ambassador/images/multiline-contract.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 modified src/chrome/ambassador/images/multiline-expand.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 modified src/chrome/ambassador/images/offline.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 modified src/chrome/ambassador/images/online.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 modified src/chrome/ambassador/images/secure-broken.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 modified src/chrome/ambassador/images/secure-low.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 modified src/chrome/ambassador/images/spbubble-off.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 modified src/chrome/ambassador/images/spbubble-on.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 modified src/chrome/ambassador/images/voice-symbol.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions src/chrome/ambassador/output-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@import url(chrome://ambassador/content/output-base.css);

.ambassador-body { /* The topmost container in the Ambassador */
background: black; /* output window. */
background: #000000; /* output window. */
color: lightgrey;
}

Expand All @@ -23,7 +23,7 @@ a.ambassador-link:visited {
}

.header-outer {
background-color: black;
background-color: #000000;
}

.header {
Expand All @@ -40,25 +40,25 @@ a.ambassador-link:visited {
color: silver;
}

/* Style userlist as white-on-black. */
/* Style userlist as white-on-#000000. */
treechildren {
background: black;
background: #000000;
color: white;
}

/* For Mac, who's theme sucks. */
treechildren:-moz-tree-row(unselected),
treechildren:-moz-tree-cell(unselected),
treechildren:-moz-tree-cell-text(unselected) {
border-color: black !important;
background: black !important;
border-color: #000000 !important;
background: #000000 !important;
color: white !important;
}
treechildren::-moz-tree-row(unselected),
treechildren::-moz-tree-cell(unselected),
treechildren::-moz-tree-cell-text(unselected) {
border-color: black !important;
background: black !important;
border-color: #000000 !important;
background: #000000 !important;
color: white !important;
}

Expand Down Expand Up @@ -116,7 +116,7 @@ treechildren::-moz-tree-cell-text(unselected) {
}

.msg-type { /* .msg-type = message type */
color: silver; /* indicator */
color: #33FF33; /* indicator */
}

.msg-user a.ambassador-link,
Expand Down
14 changes: 7 additions & 7 deletions src/chrome/ambassador/output-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ a.ambassador-link {

#usr-descnodes,
#ch-topicnodes {
color: black;
color: #000000;
}

.progress-fg {
Expand Down Expand Up @@ -97,17 +97,17 @@ a.ambassador-link {
}

.ambassador-highlight[name="Slate"] {
color: black;
color: #000000;
background: #b8c4e0;
}

.ambassador-highlight[name="Plum"] {
color: black;
color: #000000;
background: #ddb8d0;
}

.ambassador-highlight[name="Brown"] {
color: black;
color: #000000;
background: #ffbf77;
}

Expand All @@ -118,7 +118,7 @@ a.ambassador-link {

.msg-user a.ambassador-link,
.msg-user { /* msg-user = nickname portion of */
color: black !important; /* a message (channel and query */
color: #000000 !important; /* a message (channel and query */
font-weight: bold; /* views) */
}

Expand Down Expand Up @@ -156,11 +156,11 @@ a.ambassador-link {
}

.msg[msg-type="USAGE"] .msg-data {
color: black;
color: #000000;
}

.msg[msg-type="ACTION"] .msg-data {
color: black;
color: #000000;
font-style: italic;
}

Expand Down
Binary file modified src/chrome/browser/Geolocation-16.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 modified src/chrome/browser/Geolocation-64.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 modified src/chrome/browser/Info.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 modified src/chrome/browser/KUI-close.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 modified src/chrome/browser/Privacy-16.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 modified src/chrome/browser/Privacy-32.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 modified src/chrome/browser/Privacy-48.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 modified src/chrome/browser/Privacy-64.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 modified src/chrome/browser/Secure24.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 modified src/chrome/browser/Toolbar-large.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 modified src/chrome/browser/Toolbar.png
2 changes: 1 addition & 1 deletion src/chrome/browser/aboutCertError.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ html {
body {
margin: 0;
padding: 0 1em;
color: #000;
color: #000000;
font: message-box;
}

Expand Down
Binary file modified src/chrome/browser/aboutSessionRestore-window-icon.png
4 changes: 2 additions & 2 deletions src/chrome/browser/aboutSyncTabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#tabs-display,
#tabsList {
background-color: #000;
background-color: #000000;
border: none;
margin: 0;
}
Expand Down Expand Up @@ -42,7 +42,7 @@ richlistitem[type="tab"] {
margin-inline-start: 2em;
border: 1px solid #6A6A6A;
background-color: #fff;
color: #000;
color: #000000;
padding: 2px 5px;
width: 44em;
margin-bottom: 2px;
Expand Down
Binary file modified src/chrome/browser/actionicon-tab.png
Binary file modified src/chrome/browser/addons/readerview-16-urlbar.png
Binary file modified src/chrome/browser/addons/readerview-16.png
Binary file modified src/chrome/browser/addons/readerview-24.png
Binary file modified src/chrome/browser/appmenu-dropmarker.png
Binary file modified src/chrome/browser/appmenu-icons.png
16 changes: 7 additions & 9 deletions src/chrome/browser/autocomplete.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ panel[type="private-autocomplete-richlistbox"],
#PopupAutoCompleteRichResult {
-moz-appearance: none;
border-width: 1px;
border-color: lime;
border-color: #33FF33;
padding: 0;
color: lime;
background-color: #000;
color: #33FF33;
background-color: #000000;
}

.private-autocomplete-history-popup {
Expand Down Expand Up @@ -76,7 +76,7 @@ panel[type="private-autocomplete-richlistbox"],
}

treechildren.private-autocomplete-treebody::-moz-tree-row(selected) {
background-color: lime;
background-color: #33FF33;
}

treechildren.private-autocomplete-treebody::-moz-tree-cell-text(selected) {
Expand All @@ -101,8 +101,8 @@ treechildren.private-autocomplete-treebody::-moz-tree-cell-text(selected) {
}

.private-autocomplete-richlistitem[selected="true"] {
background-color: lime;
color: #000;
background-color: #33FF33;
color: #000000;
}

.ac-title-box {
Expand Down Expand Up @@ -176,9 +176,7 @@ treechildren.private-autocomplete-treebody::-moz-tree-cell-text(selected) {
}

html|span.ac-emphasize-text {
box-shadow: inset 0 0 1px 1px rgba(208,208,208,0.5);
background-color: rgba(208,208,208,0.3);
border-radius: 2px;
background-color: rgba(0, 150, 0, 0.5);
text-shadow: 0 0 currentColor;
}

Expand Down
Loading

1 comment on commit acd6d17

@fofajardo
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tag #1

Please sign in to comment.