diff --git a/assets/img/remix_logo_blue_512x512.svg b/assets/img/remix_logo_blue_512x512.svg new file mode 100644 index 0000000000..dd13cf62bd --- /dev/null +++ b/assets/img/remix_logo_blue_512x512.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/img/remix_logo_white_512x512.svg b/assets/img/remix_logo_white_512x512.svg new file mode 100644 index 0000000000..d8c4ad0f1c --- /dev/null +++ b/assets/img/remix_logo_white_512x512.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/app/panels/editor-panel.js b/src/app/panels/editor-panel.js index ee00bc6b18..1414ec554b 100644 --- a/src/app/panels/editor-panel.js +++ b/src/app/panels/editor-panel.js @@ -46,6 +46,7 @@ var cssTabs = yo` } #files .file.active .remove { display: inline-block; + color: ${styles.editor.text_Primary}; } ` diff --git a/src/app/panels/righthand-panel.js b/src/app/panels/righthand-panel.js index 7ea030cc73..c6f43d4f32 100644 --- a/src/app/panels/righthand-panel.js +++ b/src/app/panels/righthand-panel.js @@ -44,6 +44,7 @@ var css = csjs` } .menu { display: flex; + background-color: ${styles.rightPanel.BackgroundColor_Pre}; } .options { float: left; @@ -131,7 +132,7 @@ function RighthandPanel (appAPI, events, opts) { ${self._view.dragbar}