[Setup] Improve color extraction

This commit is contained in:
2026-01-09 16:23:30 +01:00
parent 11767c3009
commit 4024b9e830
9 changed files with 165 additions and 117 deletions

View File

@@ -1,6 +1,6 @@
$fg-color: #C8DCFF;
$bg-color: #0A0A0F;
$accent-color: #465B4E;
$accent-color-2: #324E12;
$shadow-color: rgba(0, 0, 2, 0.3);
$fg-color: #E6E6E6;
$bg-color: #141414;
$accent-color: #EBC405;
$accent-color-2: #B81C15;
$shadow-color: rgba(40, 40, 40, 0.3);
$monospace-font: Source Code Pro

View File

@@ -4,15 +4,15 @@
# ╰────────────────────────────────────────────────╯
# ────────────────────────────────────────────────────────────────────
exec = swaybg -m fill -i /home/janis/NextCloud/Wallpapers/hypercar/peugeot_9x8.jpg
exec = swaybg -m fill -i /home/janis/NextCloud/Wallpapers/hypercar/ferrari_499p.jpg
general {
col.active_border = rgba(465b4ecc) rgba(324e12cc) rgba(19301ecc) 45deg
col.active_border = rgba(ebc405cc) rgba(b81c15cc) rgba(673722cc) 45deg
col.inactive_border = rgb(000000)
}
decoration {
shadow {
color = rgb(000002)
color = rgb(282828)
}
}

View File

@@ -29,7 +29,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(70, 91, 78)
outer_color = rgb(235, 196, 5)
inner_color = rgb(200, 200, 200)
font_color = rgb(10, 10, 10)
fade_on_empty = true

View File

@@ -1,10 +1,10 @@
* {
background: #0A0A0F;
background-selected: #141419;
foreground: #C8DCFF;
accent: #465B4E;
accent-two: #324E12;
// border-color: #19301E;
background: #141414;
background-selected: #1E1E1E;
foreground: #E6E6E6;
accent: #EBC405;
accent-two: #B81C15;
// border-color: #673722;
inactive: #C8C8C8;
spacing: 2;
width: 30em;

View File

@@ -7,7 +7,7 @@ window {
font-family: monospace;
font-size: 14pt;
color: #ffffff; /* text */
background-color: rgba(10, 10, 15, 0.5);
background-color: rgba(20, 20, 20, 0.5);
}
button {
@@ -22,12 +22,12 @@ button {
}
button:hover {
background-color: rgba(50, 78, 18, 0.5);
background-color: rgba(184, 28, 21, 0.5);
}
button:focus {
background-color: rgb(50, 78, 18);
color: rgb(200, 220, 255);
background-color: rgb(184, 28, 21);
color: rgb(230, 230, 230);
}
#lock {

View File

@@ -1,3 +1,3 @@
[flavor]
dark = "tokyo-night"
light = "tokyo-night"
dark = "vscode-dark-modern"
light = "vscode-dark-modern"