From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 4F973984E1; Fri, 14 Apr 2023 15:29:27 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 01BFA264A7; Fri, 14 Apr 2023 15:28:57 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS; Fri, 14 Apr 2023 15:28:56 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 3AB8841F7B; Fri, 14 Apr 2023 15:28:56 +0200 (CEST) From: Stefan Sterz To: pbs-devel@lists.proxmox.com, pmg-devel@lists.proxmox.com, pve-devel@lists.proxmox.com Date: Fri, 14 Apr 2023 15:28:06 +0200 Message-Id: <20230414132811.1485897-1-s.sterz@proxmox.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.355 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_NUMSUBJECT 0.5 Subject ends in numbers excluding current years SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH widget-toolkit 0/2] Proxmox Dark Theme Fix-ups - Round 6 X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Apr 2023 13:29:27 -0000 this patch series adds a couple more tweaks to the dark theme. first it improves the contrast ratios on panel header tool icons. then the chart and gauge colors are brightened to match the primary color. for the backup server first the path to the dark theme css in the api viewer is fixed. then the theme switcher menu item is renamed to "color theme" to match promox ve. the final patch also renames this menu item for the mail gateway. Stefan Sterz (2) @ widget-toolkit: dark-mode: adjust panel header tool icons fix #4618: dark-mode: lighten critical/warning charts/gauges colors src/proxmox-dark/scss/extjs/_panel.scss | 37 +++++++++++++++++++--- src/proxmox-dark/scss/extjs/_progress.scss | 4 +-- src/proxmox-dark/scss/other/_charts.scss | 4 +-- 3 files changed, 36 insertions(+), 9 deletions(-) Stefan Sterz (2) @ proxmox-backup: docs: fix api viewer dark theme path ui: main view: rename "Theme" selector to "Color Theme" docs/api-viewer/index.html | 2 +- www/MainView.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Stefan Sterz (1) @ pmg-gui: main view/quarantine: rename "Theme" selector to "Color Theme" js/MainView.js | 2 +- js/QuarantineView.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.30.2