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 {