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

This commit is contained in:
Penelope Gwen 2025-06-30 14:45:02 -07:00
parent 7692b41178
commit 8b20154c07
20 changed files with 132 additions and 317 deletions

View file

@ -1 +1 @@
./astrodark seoul256

View file

@ -0,0 +1 @@
../seoul256

View file

@ -1,27 +1,27 @@
[colors.bright] [colors.bright]
black = "0x576176" black = "0x576176"
blue = "0x8DC3F1" blue = "0xadd4fb"
cyan = "0x27FFDF" cyan = "0x87d7d7"
green = "0xA5CD84" green = "0x87af87"
magenta = "0xDEAEED" magenta = "0xffafaf"
red = "0xFAA5AB" red = "0xd75f87"
white = "0xCACCD3" white = "0xe4e4e4"
yellow = "0xEFBD58" yellow = "0xffd787"
[colors.cursor] [colors.cursor]
cursor = "0xF8747E" cursor = "0xd68787"
text = "0xADB0BB" text = "0xd0d0d0"
[colors.normal] [colors.normal]
black = "0x111317" black = "0x111317"
blue = "0x50A4E9" blue = "0x85add4"
cyan = "0x00B298" cyan = "0x87afaf"
green = "0x75AD47" green = "0x5f865f"
magenta = "0xCC83E3" magenta = "0xd7afaf"
red = "0xF8747E" red = "0xd68787"
white = "0xADB0BB" white = "0xd0d0d0"
yellow = "0xD09214" yellow = "0xd8af5f"
[colors.primary] [colors.primary]
background = "0x111317" background = "0x111317"
foreground = "0xADB0BB" foreground = "0xd0d0d0"

View file

@ -2,31 +2,31 @@ colors:
# Default colors # Default colors
primary: primary:
background: '0x111317' background: '0x111317'
foreground: '0xADB0BB' foreground: '0xd0d0d0'
# Colors the cursor will use if `custom_cursor_colors` is true # Colors the cursor will use if `custom_cursor_colors` is true
cursor: cursor:
text: '0xADB0BB' text: '0xd0d0d0'
cursor: '0xF8747E' cursor: '0xd68787'
# Normal colors # Normal colors
normal: normal:
black: '0x111317' black: '0x111317'
red: '0xF8747E' red: '0xd68787'
green: '0x75AD47' green: '0x5f865f'
yellow: '0xD09214' yellow: '0xd8af5f'
blue: '0x50A4E9' blue: '0x85add4'
magenta: '0xCC83E3' magenta: '0xd7afaf'
cyan: '0x00B298' cyan: '0x87afaf'
white: '0xADB0BB' white: '0xd0d0d0'
# Bright colors # Bright colors
bright: bright:
black: '0x576176' black: '0x576176'
red: '0xFAA5AB' red: '0xd75f87'
green: '0xA5CD84' green: '0x87af87'
yellow: '0xEFBD58' yellow: '0xffd787'
blue: '0x8DC3F1' blue: '0xadd4fb'
magenta: '0xDEAEED' magenta: '0xffafaf'
cyan: '0x27FFDF' cyan: '0x87d7d7'
white: '0xCACCD3' white: '0xe4e4e4'

View file

@ -1,27 +0,0 @@
[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

@ -1,32 +0,0 @@
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

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

View file

@ -1,28 +0,0 @@
/* 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

@ -1,25 +0,0 @@
/* 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

@ -1,18 +0,0 @@
#!/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

@ -1,21 +0,0 @@
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

@ -1,20 +0,0 @@
@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

@ -1,16 +1,16 @@
#111317 #111317
#F8747E #d68787
#75AD47 #5f865f
#D09214 #d8af5f
#50A4E9 #85add4
#CC83E3 #d7afaf
#00B298 #87afaf
#ADB0BB #d0d0d0
#576176 #576176
#FAA5AB #d75f87
#A5CD84 #87af87
#EFBD58 #ffd787
#8DC3F1 #add4fb
#DEAEED #ffafaf
#27FFDF #87d7d7
#CACCD3 #e4e4e4

View file

@ -5,24 +5,24 @@
/* Special */ /* Special */
--background: #111317; --background: #111317;
--foreground: #CACCD3; --foreground: #e4e4e4;
--cursor: #F8747E; --cursor: #d68787;
/* Colors */ /* Colors */
--color0: #111317; --color0: #111317;
--color1: #F8747E; --color1: #d68787;
--color2: #75AD47; --color2: #5f865f;
--color3: #D09214; --color3: #d8af5f;
--color4: #50A4E9; --color4: #85add4;
--color5: #CC83E3; --color5: #d7afaf;
--color6: #00B298; --color6: #87afaf;
--color7: #ADB0BB; --color7: #d0d0d0;
--color8: #576176; --color8: #576176;
--color9: #FAA5AB; --color9: #d75f87;
--color10: #A5CD84; --color10: #87af87;
--color11: #EFBD58; --color11: #ffd787;
--color12: #8DC3F1; --color12: #add4fb;
--color13: #DEAEED; --color13: #ffafaf;
--color14: #27FFDF; --color14: #87d7d7;
--color15: #CACCD3; --color15: #e4e4e4;
} }

View file

@ -3,23 +3,23 @@ $wallpaper: url("None");
/* Special */ /* Special */
$background: #111317; $background: #111317;
$foreground: #CACCD3; $foreground: #e4e4e4;
$cursor: #F8747E; $cursor: #d68787;
/* Colors */ /* Colors */
$color0: #111317; $color0: #111317;
$color1: #F8747E; $color1: #d68787;
$color2: #75AD47; $color2: #5f865f;
$color3: #D09214; $color3: #d8af5f;
$color4: #50A4E9; $color4: #85add4;
$color5: #CC83E3; $color5: #d7afaf;
$color6: #00B298; $color6: #87afaf;
$color7: #ADB0BB; $color7: #d0d0d0;
$color8: #576176; $color8: #576176;
$color9: #FAA5AB; $color9: #d75f87;
$color10: #A5CD84; $color10: #87af87;
$color11: #EFBD58; $color11: #ffd787;
$color12: #8DC3F1; $color12: #add4fb;
$color13: #DEAEED; $color13: #ffafaf;
$color14: #27FFDF; $color14: #87d7d7;
$color15: #CACCD3; $color15: #e4e4e4;

View file

@ -1,18 +1,18 @@
#!/bin/bash #!/bin/bash
de_color_0='111317' de_color_0='111317'
de_color_1='F8747E' de_color_1='d68787'
de_color_2='75AD47' de_color_2='5f865f'
de_color_3='D09214' de_color_3='d8af5f'
de_color_4='50A4E9' de_color_4='85add4'
de_color_5='CC83E3' de_color_5='d7afaf'
de_color_6='00B298' de_color_6='87afaf'
de_color_7='ADB0BB' de_color_7='d0d0d0'
de_color_8='576176' de_color_8='576176'
de_color_9='FAA5AB' de_color_9='d75f87'
de_color_10='A5CD84' de_color_10='87af87'
de_color_12='EFBD58' de_color_12='ffd787'
de_color_13='8DC3F1' de_color_13='add4fb'
de_color_14='DEAEED' de_color_14='ffafaf'
de_color_15='27FFDF' de_color_15='87d7d7'
de_color_foreground='CACCD3' de_color_foreground='e4e4e4'

View file

@ -1,21 +1,21 @@
set $wallpaper None set $wallpaper None
set $background #111317 set $background #111317
set $foreground #CACCD3 set $foreground #e4e4e4
set $color0 #111317 set $color0 #111317
set $color1 #F8747E set $color1 #d68787
set $color2 #75AD47 set $color2 #5f865f
set $color3 #D09214 set $color3 #d8af5f
set $color4 #50A4E9 set $color4 #85add4
set $color5 #CC83E3 set $color5 #d7afaf
set $color6 #00B298 set $color6 #87afaf
set $color7 #ADB0BB set $color7 #d0d0d0
set $color8 #576176 set $color8 #576176
set $color9 #FAA5AB set $color9 #d75f87
set $color10 #A5CD84 set $color10 #87af87
set $color11 #EFBD58 set $color11 #ffd787
set $color12 #8DC3F1 set $color12 #add4fb
set $color13 #DEAEED set $color13 #ffafaf
set $color14 #27FFDF set $color14 #87d7d7
set $color15 #CACCD3 set $color15 #e4e4e4

View file

@ -1,20 +1,20 @@
@define-color foreground #CACCD3; @define-color foreground #e4e4e4;
@define-color background #111317; @define-color background #111317;
@define-color cursor #F8747E; @define-color cursor #d68787;
@define-color color0 #111317; @define-color color0 #111317;
@define-color color1 #F8747E; @define-color color1 #d68787;
@define-color color2 #75AD47; @define-color color2 #5f865f;
@define-color color3 #D09214; @define-color color3 #d8af5f;
@define-color color4 #50A4E9; @define-color color4 #85add4;
@define-color color5 #CC83E3; @define-color color5 #d7afaf;
@define-color color6 #00B298; @define-color color6 #87afaf;
@define-color color7 #ADB0BB; @define-color color7 #d0d0d0;
@define-color color8 #576176; @define-color color8 #576176;
@define-color color9 #FAA5AB; @define-color color9 #d75f87;
@define-color color10 #A5CD84; @define-color color10 #87af87;
@define-color color11 #EFBD58; @define-color color11 #ffd787;
@define-color color12 #8DC3F1; @define-color color12 #add4fb;
@define-color color13 #DEAEED; @define-color color13 #ffafaf;
@define-color color14 #27FFDF; @define-color color14 #87d7d7;
@define-color color15 #CACCD3; @define-color color15 #e4e4e4;

View file

@ -8,6 +8,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($color9,0.1); $bar-inactive-bg-color: rgba($color9,0.1);
$bar-inactive-fg-color: $color13;
//$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;
@ -62,7 +63,7 @@ circular-progress {
.revealer-on-hover { .revealer-on-hover {
background-color: $bar-inactive-bg-color; background-color: $bar-inactive-bg-color;
color: $color0; color: $bar-inactive-fg-color;
border-radius: $bar-module-border-radius; border-radius: $bar-module-border-radius;
// margin: 10px 0px; // margin: 10px 0px;
} }
@ -90,7 +91,7 @@ circular-progress {
.active_window { .active_window {
background-color: $bar-inactive-bg-color; background-color: $bar-inactive-bg-color;
// border: 2px solid rgba($color0,0.5); // border: 2px solid rgba($color0,0.5);
color: $color0; color: $bar-inactive-fg-color;
padding: 3px 4px; padding: 3px 4px;
border-radius: $bar-module-border-radius; border-radius: $bar-module-border-radius;
// margin: 10px 0px; // margin: 10px 0px;
@ -107,7 +108,7 @@ label {
.workspaces button { .workspaces button {
background-color: rgba($color8,0.5); background-color: rgba($color8,0.5);
// border: 2px solid rgba($color0,0.5); // border: 2px solid rgba($color0,0.5);
color: $color0; color: $bar-inactive-fg-color;
// margin: 10px 0px; // margin: 10px 0px;
padding: 3px 4px; padding: 3px 4px;
min-width: $bar-module-width; min-width: $bar-module-width;

View file

@ -1 +1 @@
../../de-vars/colors/astrodark/colors.scss ../../de-vars/colors/seoul256/colors.scss