New backup 2025-03-04 22:30:02

This commit is contained in:
Penelope Gwen 2025-03-04 22:30:02 -08:00
parent 641a78864a
commit c87667475a
3 changed files with 18 additions and 41 deletions

View file

@ -28,7 +28,6 @@
scale trough,
progressbar>trough {
background-color: $color1;
color: $color1;
min-width: 100px;
min-height: 10px;
border-radius: 4px;
@ -44,9 +43,9 @@ circular-progress {
background-color: $color2;
}
.revealer-on-hover {
background-color: $color9;
border: 2px solid $color1;
color: #2C2423;
background-color: rgba($color8,0.5);
border: 2px solid rgba($color0,0.5);
color: $color1;
border-radius: 8px;
// margin: 10px 0px;
}
@ -57,16 +56,16 @@ circular-progress {
}
.reveal_children>box,
.reveal_children>button {
border-left: 2px solid $color1;
border-left: 2px solid rgba($color0,0.5);
}
.rightgroup>label,
.rightgroup>button,
.music,
.profile,
.active_window {
background-color: $color9;
border: 2px solid $color1;
color: $color0;
background-color: rgba($color8,0.5);
border: 2px solid rgba($color0,0.5);
color: $color1;
padding: 2px;
border-radius: 8px;
// margin: 10px 0px;
@ -74,29 +73,31 @@ circular-progress {
}
label {
margin-top: 2px;
// background-color: blue;
}
.workspaces {
background-color: #B87A7A;
color: #2C2423;
background-color: rgba($color8,0);
border: 0px solid rgba($color0,0);
color: $color1;
border-radius: 8px;
}
.workspaces button {
background-color: $color9;
border: 2px solid $color1;
color: $color0;
background-color: rgba($color8,0.5);
border: 2px solid rgba($color0,0.5);
color: $color1;
// margin: 10px 0px;
padding: 5px;
min-width: 25px;
}
.workspaces button:hover {
background-color: $color1;
background-color: rgba($color1,0.5);
color: $color0;
transition-property: background-color;
transition-duration: .25s;
}
.workspaces .focused,
button.active {
background-color: $color1;
background-color: rgba($color1,0.75);
color: $color0;
}
.workspaces button:first-child {
border-radius:8px 0px 0px 8px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 109 KiB

View file

@ -1,25 +0,0 @@
/* SCSS variables */
$wallpaper: url("None");
/* Special */
$background: #2C2423;
$foreground: #FFFFFF;
$cursor: #B87A7A;
/* Colors */
$color0: #2C2423;
$color1: #B87A7A;
$color2: #7AB87A;
$color3: #B8B87A;
$color4: #7A7AB8;
$color5: #B87AB8;
$color6: #7AB8B8;
$color7: #D9D9D9;
$color8: #918988;
$color9: #DBBDBD;
$color10: #BDDBBD;
$color11: #DBDBBD;
$color12: #BDBDDB;
$color13: #DBBDDB;
$color14: #BDDBDB;
$color15: #FFFFFF;

View file

@ -0,0 +1 @@
../../de-vars/colors/astrodark/colors.scss