move the main gradient somewhere else
This commit is contained in:
parent
a3d3831834
commit
dac78ffd2a
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
window.background > * {
|
||||
toolbarview#main {
|
||||
/* from amberol */
|
||||
background: linear-gradient(127deg, color-mix(in srgb, var(--background-color-0) 55%, transparent), color-mix(in srgb, var(--background-color-0) 0%, transparent) 70.71%),
|
||||
linear-gradient(217deg, color-mix(in srgb, var(--background-color-1) 55%, transparent), color-mix(in srgb, var(--background-color-1) 0%, transparent) 70.71%),
|
||||
|
|
|
@ -7,6 +7,8 @@ template $AudreyUiWindow: Adw.ApplicationWindow {
|
|||
default-height: 600;
|
||||
|
||||
Adw.ToolbarView {
|
||||
name: "main";
|
||||
|
||||
[top]
|
||||
Adw.HeaderBar {
|
||||
[start]
|
||||
|
|
Loading…
Reference in a new issue