add discocss

This commit is contained in:
Benjamin Palko 2024-04-22 20:24:22 +00:00
parent 232c7630d8
commit 4edfe352e6
3 changed files with 49 additions and 0 deletions

7
.gitignore vendored
View file

@ -2,3 +2,10 @@
# Cava
./cava/config
cava/config
# Discocss
./discocss
discocss/
!./discocss/custom.css
!discocss/custom.css

View file

@ -2,6 +2,7 @@
# files
files=(
".bashrc"
".zshrc"
".tool-versions"
)
@ -21,6 +22,7 @@ _symlinkFiles() {
# directories
directories=(
"cava"
"discocss"
"gtk-3.0"
"hypr"
"kitty"

40
discocss/custom.css Normal file
View file

@ -0,0 +1,40 @@
/**
* @name Pywal
* @author Baobeld
* @description Uses pywal colors
* @version 0.0.2
*/
@import url("/home/benjamin/.cache/wal/colors.css");
:root {
background-color: transparent;
/* opacity: 0.6; */
--background-primary: transparent;
--background-primary-alt: transparent;
--background-secondary: rgba(0, 0, 0, 0.05);
--background-secondary-alt: rgba(0, 0, 0, 0.05);
--background-tertiary: rgba(0, 0, 0, 0.1);
--background-tertiary-alt: rgba(0, 0, 0, 0.1);
--bg-overlay-2: rgba(0, 0, 0, 0.1);
--scrollbar-auto-track: rgba(0, 0, 0, 0.1);
--scrollbar-auto-thumb: rgba(0, 0, 0, 0.75);
--primary-800: rgba(0, 0, 0, 0.15);
/* --interactive-active: var(--color7); */
/* --interactive-hover: var(--color7); */
/* --interactive-muted: var(--color7); */
/* --interactive-normal: var(--color7); */
}
.userProfileOuterUnthemed__9741c {
background-color: rgba(0, 0, 0, 0.1);
}
.userPanelInnerThemed__651e4 {
background: rgba(0, 0, 0, 0.2);
}
.themedBackground__3a4c0 {
background: rgba(0, 0, 0, 0.25);
}