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