Recompile theme

This commit is contained in:
EliverLara
2019-07-30 11:25:17 -05:00
parent 338cd5d22b
commit 2a939fd535
2 changed files with 6 additions and 6 deletions

View File

@@ -5809,11 +5809,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
background-color: transparent;
transition: all 100ms ease-in-out; }
.panel.maximized {
background-color: #181b28; }
background-color: black; }
.panel.translucent {
background-color: rgba(24, 27, 40, 0.5); }
background-color: rgba(0, 0, 0, 0.5); }
.panel.color-light.translucent {
background-color: rgba(255, 255, 255, 0.85); }
background-color: rgba(195, 199, 209, 0.85); }
menubar.panel,
.panel menubar {

View File

@@ -5834,11 +5834,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
background-color: transparent;
transition: all 100ms ease-in-out; }
.panel.maximized {
background-color: #181b28; }
background-color: black; }
.panel.translucent {
background-color: rgba(24, 27, 40, 0.5); }
background-color: rgba(0, 0, 0, 0.5); }
.panel.color-light.translucent {
background-color: rgba(255, 255, 255, 0.85); }
background-color: rgba(195, 199, 209, 0.85); }
menubar.panel,
.panel menubar {