From 9201d80660c175c5d3fcb980f6b186ddf9780436 Mon Sep 17 00:00:00 2001 From: yutent Date: Tue, 14 Mar 2023 21:42:57 +0800 Subject: [PATCH] =?UTF-8?q?panel=E8=83=8C=E6=99=AF=E8=89=B2=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E4=B8=8D=E9=80=8F=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 ++---- build-theme.js | 2 +- gtk-3.0/gtk.css | 2 +- gtk-3.0/sass/ui/applications.scss | 2 +- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 00a9fb5..b5d1a13 100644 --- a/.gitignore +++ b/.gitignore @@ -7,11 +7,9 @@ .Trashes - +*.css build -build/** - node_modules -node_modules/** + package-lock.json \ No newline at end of file diff --git a/build-theme.js b/build-theme.js index 23aef97..54dfc14 100755 --- a/build-theme.js +++ b/build-theme.js @@ -5,7 +5,7 @@ * @date 2022/05/05 11:21:01 */ -import scss from 'sass' +import scss from '@bytedo/sass' import fs from 'iofs' import { parse } from 'path' import { execSync } from 'child_process' diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 527053f..d5f4331 100644 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -4395,7 +4395,7 @@ MatePanelAppletFrameDBus > MatePanelAppletFrameDBus { } .xfce4-panel.panel { - background-color: rgba(16, 16, 16, 0.1); + background-color: #57606f; color: #ced6e0; } .xfce4-panel.panel frame > border { diff --git a/gtk-3.0/sass/ui/applications.scss b/gtk-3.0/sass/ui/applications.scss index b9bb6a3..2e33448 100644 --- a/gtk-3.0/sass/ui/applications.scss +++ b/gtk-3.0/sass/ui/applications.scss @@ -1004,7 +1004,7 @@ MatePanelAppletFrameDBus > MatePanelAppletFrameDBus { // Xfce Panel .xfce4-panel.panel { - background-color: rgba(16, 16, 16, 0.1); + background-color: $bg_color; color: $panel_fg; button {