mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 16:26:10 +01:00
37 lines
1.2 KiB
CSS
37 lines
1.2 KiB
CSS
/*
|
|
This is the custom styles file where you can add anything you want.
|
|
The styles here will be injected into Caprine and will override default styles.
|
|
If you want to disable styles but keep the config, just comment the lines that you don't want to be used.
|
|
|
|
Here are some dark mode color variables to get you started.
|
|
Edit them to change color scheme of Caprine.
|
|
Press Command/Ctrl+R in Caprine to see your changes.
|
|
*/
|
|
|
|
:root {
|
|
--base: #00000000;
|
|
--base-ninety: rgba(255, 255, 255, 0.9);
|
|
--base-seventy-five: rgba(255, 255, 255, 0.75);
|
|
--base-seventy: rgba(255, 255, 255, 0.7);
|
|
--base-fifty: rgba(255, 255, 255, 0.5);
|
|
--base-fourty: rgba(255, 255, 255, 0.4);
|
|
--base-thirty: rgba(255, 255, 255, 0.3);
|
|
--base-twenty: rgba(255, 255, 255, 0.2);
|
|
--base-five: rgba(255, 255, 255, 0.05);
|
|
--base-ten: rgba(255, 255, 255, 0.1);
|
|
--base-nine: rgba(255, 255, 255, 0);
|
|
--container-color: #32323200;
|
|
--container-dark-color: #1e1e1e00;
|
|
--list-header-color: #22222200;
|
|
--blue: #0084ff;
|
|
--selected-conversation-background: linear-gradient(hsla(209, 110%, 45%, 0.9), hsla(209, 110%, 42%, 0.9));
|
|
--glasscord-win-blur: blurbehind;
|
|
--glasscord-linux-blur: true;
|
|
--glasscord-mac-vibrancy: fullscreen-ui;
|
|
}
|
|
|
|
._7t0j {
|
|
display: none !important;
|
|
opacity: 0 !important;
|
|
}
|