[Build] Run build, remove useless colours

This commit is contained in:
2025-04-26 15:54:35 +02:00
parent 4aa4bc57b9
commit 8c4af4f817
8 changed files with 52 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
$fg-color: #E6E6E6;
$bg-color: #141414;
$accent-color: #B27BD1;
$accent-color-2: #5F50A6;
$accent-color: #530519;
$accent-color-2: #32050F;
$shadow-color: rgba(40, 40, 40, 0.3);

View File

@@ -4,10 +4,10 @@
# ╰────────────────────────────────────────────────╯
# ────────────────────────────────────────────────────────────────────
exec = swaybg -m fill -i /home/janis/NextCloud/Wallpapers/dark/colour-explosion.jpg
exec = swaybg -m fill -i /home/janis/NextCloud/Wallpapers/dark/mountains.jpg
general {
col.active_border = rgba(b27bd1cc) rgba(5f50a6cc) rgba(050406cc) 45deg
col.active_border = rgba(530519cc) rgba(32050fcc) rgba(70444ccc) 45deg
col.inactive_border = rgb(000000)
}

View File

@@ -18,7 +18,7 @@ general {
# └ ┘
background {
monitor =
path = /home/janis/NextCloud/Wallpapers/arch/arch-simple.jpg # Or screenshot
path = /home/janis/NextCloud/Wallpapers/dark/colour-explosion.jpg # Or screenshot
blur_passes = 1
}
@@ -33,7 +33,7 @@ input-field {
dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = false
outer_color = rgb(178, 123, 209)
outer_color = rgb(83, 5, 25)
inner_color = rgb(200, 200, 200)
font_color = rgb(10, 10, 10)
fade_on_empty = true

View File

@@ -2,9 +2,9 @@
background: #141414;
background-selected: #1E1E1E;
foreground: #E6E6E6;
accent: #B27BD1;
accent-two: #5F50A6;
// border-color: #050406;
accent: #530519;
accent-two: #32050F;
// border-color: #70444C;
inactive: #C8C8C8;
spacing: 2;
width: 30em;

View File

@@ -22,11 +22,11 @@ button {
}
button:hover {
background-color: rgba(95, 80, 166, 0.5);
background-color: rgba(50, 5, 15, 0.5);
}
button:focus {
background-color: rgb(178, 123, 209);
background-color: rgb(83, 5, 25);
color: rgb(230, 230, 230);
}