diff --git a/customize.dist/src/less2/include/colortheme-dark.less b/customize.dist/src/less2/include/colortheme-dark.less index ecce4ba13..6eb7ab406 100644 --- a/customize.dist/src/less2/include/colortheme-dark.less +++ b/customize.dist/src/less2/include/colortheme-dark.less @@ -253,6 +253,8 @@ @cp_toolbar-bg: @cryptpad_color_grey_900; @cp_toolbar-fg: @cryptpad_text_col; @cp_toolbar-bottom-fg: @cryptpad_text_col; +@cp_toolbar-logo-bg: @cryptpad_color_grey_200; + @cp_toolbar-fade1: fade(@cryptpad_color_black, 10%); @cp_toolbar-fade3: fade(@cryptpad_color_black, 30%); diff --git a/customize.dist/src/less2/include/colortheme.less b/customize.dist/src/less2/include/colortheme.less index 451d3925a..de606751f 100644 --- a/customize.dist/src/less2/include/colortheme.less +++ b/customize.dist/src/less2/include/colortheme.less @@ -253,6 +253,7 @@ @cp_toolbar-bg: @cryptpad_color_toolbar_grey; @cp_toolbar-fg: @cryptpad_text_col; @cp_toolbar-bottom-fg: @cryptpad_text_col; +@cp_toolbar-logo-bg: @cryptpad_color_white; @cp_toolbar-fade1: fade(@cryptpad_color_black, 10%); @cp_toolbar-fade3: fade(@cryptpad_color_black, 30%); diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index d6e84f9a0..760152347 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -802,8 +802,13 @@ padding: 10px; svg { - fill: @toolbar-bg-color; - fill: var(--toolbar-bg-color); + #outline, #squares { + fill: @toolbar-bg-color; + fill: var(--toolbar-bg-color); + } + #background { + fill: @cp_toolbar-logo-bg; + } } img { diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 924cf84fa..efd2e2463 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -24,10 +24,10 @@ define([ UIElements.getSvgLogo = function () { var svg = (function(){/* - - - - + + + + */}).toString().slice(14,-3); return svg;