modified: local/share/hyprwave/style.css
modified: pkgs.txt
This commit is contained in:
parent
ff70920a08
commit
9fb26ca555
2 changed files with 77 additions and 44 deletions
|
|
@ -4,54 +4,54 @@
|
|||
|
||||
:root {
|
||||
/* Background Colors - Deep Black */
|
||||
--bg-primary: #111318;
|
||||
--bg-secondary: #111318;
|
||||
--bg-album-cover: #141b2c;
|
||||
--bg-album-secondary: #141b2c;
|
||||
--bg-primary: #18120b;
|
||||
--bg-secondary: #18120b;
|
||||
--bg-album-cover: #271904;
|
||||
--bg-album-secondary: #271904;
|
||||
|
||||
/* Button Colors - Default (Prev/Next) - Soft White */
|
||||
--btn-default: #adc6ff;
|
||||
--btn-default-secondary: #adc6ff;
|
||||
--btn-default: #f3bd6e;
|
||||
--btn-default-secondary: #f3bd6e;
|
||||
|
||||
--btn-default-active: #375183;
|
||||
--btn-default-hover: #5a74a9;
|
||||
--btn-default-hover-secondary: #5a74a9;
|
||||
--btn-default-active: #704a01;
|
||||
--btn-default-hover: #986c25;
|
||||
--btn-default-hover-secondary: #986c25;
|
||||
|
||||
/* Button Colors - Play/Pause - Bright White */
|
||||
--btn-play: #adc6ff;
|
||||
--btn-play-secondary: #adc6ff;
|
||||
--btn-play-hover: #5a74a9;
|
||||
--btn-play-hover-secondary: #5a74a9;
|
||||
--btn-play-active: #375183;
|
||||
--btn-play-active-secondary: #375183;
|
||||
--btn-play: #f3bd6e;
|
||||
--btn-play-secondary: #f3bd6e;
|
||||
--btn-play-hover: #986c25;
|
||||
--btn-play-hover-secondary: #986c25;
|
||||
--btn-play-active: #704a01;
|
||||
--btn-play-active-secondary: #704a01;
|
||||
|
||||
/* Button Colors - Expand - Cool White */
|
||||
--btn-expand: #adc6ff;
|
||||
--btn-expand-secondary: #adc6ff;
|
||||
--btn-expand-hover: #5a74a9;
|
||||
--btn-expand-hover-secondary: #5a74a9;
|
||||
--btn-expand-active: #375183;
|
||||
--btn-expand-active-secondary: #375183;
|
||||
--btn-expand: #f3bd6e;
|
||||
--btn-expand-secondary: #f3bd6e;
|
||||
--btn-expand-hover: #986c25;
|
||||
--btn-expand-hover-secondary: #986c25;
|
||||
--btn-expand-active: #704a01;
|
||||
--btn-expand-active-secondary: #704a01;
|
||||
|
||||
/* Progress Bar Colors */
|
||||
--progress-bg: #2f3036;
|
||||
--progress-bg: #362f27;
|
||||
--progress-fill-start: #ff0100;
|
||||
--progress-fill-end: #adc6ff;
|
||||
--progress-fill-end: #f3bd6e;
|
||||
|
||||
/* Slider Handle Colors */
|
||||
--handle-color: #adc6ff;
|
||||
--handle-hover: #adc6ff;
|
||||
--handle-border: #adc6ff;
|
||||
--handle-shadow: #adc6ff;
|
||||
--handle-color: #f3bd6e;
|
||||
--handle-hover: #f3bd6e;
|
||||
--handle-border: #f3bd6e;
|
||||
--handle-shadow: #f3bd6e;
|
||||
|
||||
/* Text Colors - Bright white on pure black */
|
||||
--text-primary: #adc6ff;
|
||||
--text-secondary: #5a74a9;
|
||||
--text-tertiary: #5a74a9;
|
||||
--text-muted: #adc6ff;
|
||||
--text-primary: #f3bd6e;
|
||||
--text-secondary: #986c25;
|
||||
--text-tertiary: #986c25;
|
||||
--text-muted: #f3bd6e;
|
||||
|
||||
/* Border Colors */
|
||||
--border-primary: #adc6ff;
|
||||
--border-primary: #f3bd6e;
|
||||
--border-button: rgba(100, 100, 100, 0);
|
||||
--border-button-hover: rgba(120, 120, 120, 0);
|
||||
--border-play: rgba(255, 255, 255, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue