New backup 2025-06-30 14:15:02

This commit is contained in:
Penelope Gwen 2025-06-30 14:15:02 -07:00
parent 7f821dc172
commit 7f9cc13769
9 changed files with 195 additions and 9 deletions

View file

@ -0,0 +1,27 @@
[colors.bright]
black = "0x576176"
blue = "0x8DC3F1"
cyan = "0x27FFDF"
green = "0xA5CD84"
magenta = "0xDEAEED"
red = "0xFAA5AB"
white = "0xCACCD3"
yellow = "0xEFBD58"
[colors.cursor]
cursor = "0xF8747E"
text = "0xADB0BB"
[colors.normal]
black = "0x111317"
blue = "0x50A4E9"
cyan = "0x00B298"
green = "0x75AD47"
magenta = "0xCC83E3"
red = "0xF8747E"
white = "0xADB0BB"
yellow = "0xD09214"
[colors.primary]
background = "0x111317"
foreground = "0xADB0BB"

View file

@ -0,0 +1,32 @@
colors:
# Default colors
primary:
background: '0x111317'
foreground: '0xADB0BB'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0xADB0BB'
cursor: '0xF8747E'
# Normal colors
normal:
black: '0x111317'
red: '0xF8747E'
green: '0x75AD47'
yellow: '0xD09214'
blue: '0x50A4E9'
magenta: '0xCC83E3'
cyan: '0x00B298'
white: '0xADB0BB'
# Bright colors
bright:
black: '0x576176'
red: '0xFAA5AB'
green: '0xA5CD84'
yellow: '0xEFBD58'
blue: '0x8DC3F1'
magenta: '0xDEAEED'
cyan: '0x27FFDF'
white: '0xCACCD3'

View file

@ -0,0 +1,16 @@
#111317
#F8747E
#75AD47
#D09214
#50A4E9
#CC83E3
#00B298
#ADB0BB
#576176
#FAA5AB
#A5CD84
#EFBD58
#8DC3F1
#DEAEED
#27FFDF
#CACCD3

View file

@ -0,0 +1,28 @@
/* CSS variables
Generated by 'wal' */
:root {
--wallpaper: url("None");
/* Special */
--background: #111317;
--foreground: #CACCD3;
--cursor: #F8747E;
/* Colors */
--color0: #111317;
--color1: #F8747E;
--color2: #75AD47;
--color3: #D09214;
--color4: #50A4E9;
--color5: #CC83E3;
--color6: #00B298;
--color7: #ADB0BB;
--color8: #576176;
--color9: #FAA5AB;
--color10: #A5CD84;
--color11: #EFBD58;
--color12: #8DC3F1;
--color13: #DEAEED;
--color14: #27FFDF;
--color15: #CACCD3;
}

View file

@ -0,0 +1,25 @@
/* SCSS variables */
$wallpaper: url("None");
/* Special */
$background: #111317;
$foreground: #CACCD3;
$cursor: #F8747E;
/* Colors */
$color0: #111317;
$color1: #F8747E;
$color2: #75AD47;
$color3: #D09214;
$color4: #50A4E9;
$color5: #CC83E3;
$color6: #00B298;
$color7: #ADB0BB;
$color8: #576176;
$color9: #FAA5AB;
$color10: #A5CD84;
$color11: #EFBD58;
$color12: #8DC3F1;
$color13: #DEAEED;
$color14: #27FFDF;
$color15: #CACCD3;

View file

@ -0,0 +1,18 @@
#!/bin/bash
de_color_0='111317'
de_color_1='F8747E'
de_color_2='75AD47'
de_color_3='D09214'
de_color_4='50A4E9'
de_color_5='CC83E3'
de_color_6='00B298'
de_color_7='ADB0BB'
de_color_8='576176'
de_color_9='FAA5AB'
de_color_10='A5CD84'
de_color_12='EFBD58'
de_color_13='8DC3F1'
de_color_14='DEAEED'
de_color_15='27FFDF'
de_color_foreground='CACCD3'

View file

@ -0,0 +1,21 @@
set $wallpaper None
set $background #111317
set $foreground #CACCD3
set $color0 #111317
set $color1 #F8747E
set $color2 #75AD47
set $color3 #D09214
set $color4 #50A4E9
set $color5 #CC83E3
set $color6 #00B298
set $color7 #ADB0BB
set $color8 #576176
set $color9 #FAA5AB
set $color10 #A5CD84
set $color11 #EFBD58
set $color12 #8DC3F1
set $color13 #DEAEED
set $color14 #27FFDF
set $color15 #CACCD3

View file

@ -0,0 +1,20 @@
@define-color foreground #CACCD3;
@define-color background #111317;
@define-color cursor #F8747E;
@define-color color0 #111317;
@define-color color1 #F8747E;
@define-color color2 #75AD47;
@define-color color3 #D09214;
@define-color color4 #50A4E9;
@define-color color5 #CC83E3;
@define-color color6 #00B298;
@define-color color7 #ADB0BB;
@define-color color8 #576176;
@define-color color9 #FAA5AB;
@define-color color10 #A5CD84;
@define-color color11 #EFBD58;
@define-color color12 #8DC3F1;
@define-color color13 #DEAEED;
@define-color color14 #27FFDF;
@define-color color15 #CACCD3;

View file

@ -7,7 +7,7 @@
$bar-module-width: 25px; $bar-module-width: 25px;
$bar-bg-color: rgba($color0,0.85); $bar-bg-color: rgba($color0,0.85);
$bar-inactive-bg-color: rgba($color8,0.5); $bar-inactive-bg-color: rgba($color9,0.1);
//$bar-active-bg-color: ; //$bar-active-bg-color: ;
$bar-hover-bg-color: rgba($color1,0.5); $bar-hover-bg-color: rgba($color1,0.5);
$bar-module-border-radius: 8px; $bar-module-border-radius: 8px;
@ -35,7 +35,7 @@ $bar-module-border-radius: 8px;
.leftgroup>*, .leftgroup>*,
.centergroup>*, .centergroup>*,
.rightgroup>* { .rightgroup>* {
margin: 3px 5px; margin: 5px;
min-width: $bar-module-width; min-width: $bar-module-width;
} }
@ -62,7 +62,6 @@ circular-progress {
.revealer-on-hover { .revealer-on-hover {
background-color: $bar-inactive-bg-color; background-color: $bar-inactive-bg-color;
// border: 2px solid rgba($color0,0.5);
color: $color0; color: $color0;
border-radius: $bar-module-border-radius; border-radius: $bar-module-border-radius;
// margin: 10px 0px; // margin: 10px 0px;
@ -70,7 +69,7 @@ circular-progress {
.revealer-on-hover>widget>box>box>*, .revealer-on-hover>widget>box>box>*,
.reveal_children>*, .reveal_children>*,
.reveal_children>widget>image { .reveal_children>widget>image {
padding: 5px; padding: 3px 4px;
min-width: $bar-module-width; min-width: $bar-module-width;
&:hover { &:hover {
background-color: rgba($color1,0.5); background-color: rgba($color1,0.5);
@ -89,13 +88,13 @@ circular-progress {
.music, .music,
.profile, .profile,
.active_window { .active_window {
background-color: rgba($color9,0.3); background-color: $bar-inactive-bg-color;
// border: 2px solid rgba($color0,0.5); // border: 2px solid rgba($color0,0.5);
color: $color0; color: $color0;
padding: 2px; padding: 3px 4px;
border-radius: $bar-module-border-radius; border-radius: $bar-module-border-radius;
// margin: 10px 0px; // margin: 10px 0px;
padding: 5px; // padding: 5px;
} }
label { label {
margin-top: 2px; margin-top: 2px;
@ -110,7 +109,7 @@ label {
// border: 2px solid rgba($color0,0.5); // border: 2px solid rgba($color0,0.5);
color: $color0; color: $color0;
// margin: 10px 0px; // margin: 10px 0px;
padding: 5px; padding: 3px 4px;
min-width: $bar-module-width; min-width: $bar-module-width;
} }
.workspaces button:hover { .workspaces button:hover {
@ -143,7 +142,7 @@ menu {
color: $color9; color: $color9;
background-color: rgba($color0,0.75); background-color: rgba($color0,0.75);
border: 2px solid rgba($color0,0.5); border: 2px solid rgba($color0,0.5);
border-radius: 8px; border-radius: $bar-module-border-radius;
menuitem { menuitem {
padding:10px; padding:10px;
margin:5px 10px; margin:5px 10px;