[Build] Run build

This commit is contained in:
2025-05-12 13:49:46 +02:00
parent e4ee9c9dc8
commit 39da9176ad
7 changed files with 76 additions and 76 deletions

View File

@@ -1,5 +1,5 @@
$fg-color: #C8DCFF;
$bg-color: #0A0A0F;
$accent-color: #645B47;
$accent-color-2: #593521;
$shadow-color: rgba(0, 0, 2, 0.3);
$fg-color: #E6E6E6;
$bg-color: #141414;
$accent-color: #591641;
$accent-color-2: #97103A;
$shadow-color: rgba(40, 40, 40, 0.3);

View File

@@ -4,15 +4,15 @@
# ╰────────────────────────────────────────────────╯
# ────────────────────────────────────────────────────────────────────
exec = swaybg -m fill -i /home/janis/NextCloud/Wallpapers/games-books-films/doom-the-dark-ages/doom-the-dark-ages-logo.jpg
exec = swaybg -m fill -i /home/janis/NextCloud/Wallpapers/dark/colour-explosion.jpg
general {
col.active_border = rgba(645b47cc) rgba(593521cc) rgba(5e4a4dcc) 45deg
col.active_border = rgba(591641cc) rgba(97103acc) rgba(2d2057cc) 45deg
col.inactive_border = rgb(000000)
}
decoration {
shadow {
color = rgb(000002)
color = rgb(282828)
}
}

View File

@@ -18,7 +18,7 @@ general {
# └ ┘
background {
monitor =
path = /home/janis/NextCloud/Wallpapers/games-books-films/doom-the-dark-ages/doom-the-dark-ages-logo.jpg # Or screenshot
path = /home/janis/NextCloud/Wallpapers/dark/mountains.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(100, 91, 71)
outer_color = rgb(89, 22, 65)
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: #645B47;
accent-two: #593521;
// border-color: #5E4A4D;
background: #141414;
background-selected: #1E1E1E;
foreground: #E6E6E6;
accent: #591641;
accent-two: #97103A;
// border-color: #2D2057;
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(89, 53, 33, 0.5);
background-color: rgba(151, 16, 58, 0.5);
}
button:focus {
background-color: rgb(89, 53, 33);
color: rgb(200, 220, 255);
background-color: rgb(151, 16, 58);
color: rgb(230, 230, 230);
}
#lock {

View File

@@ -1,2 +1,2 @@
[flavor]
use = "tokyo-night"
use = "vscode-dark-modern"