dotfiles/vesktop/themes/Exponent.theme.css

57 lines
3 KiB
CSS
Raw Permalink Normal View History

2023-11-14 11:41:09 -06:00
/**
* @name Exponent
* @author Saltssaumure
* @authorLink https://github.com/Saltssaumure
* @description A Windows XP style theme.
* @license GPL-3.0
* @version 1.4
* @invite uy8nKQVatp
* @source https://github.com/Saltssaumure/xp-discord-theme
* @donate https://ko-fi.com/saltssaumure
*/
@import url("https://saltssaumure.github.io/xp-discord-theme/xp.min.css");
/* See https://github.com/Saltssaumure/xp-discord-theme#customisation for customisation settings. */
:root {
--xp-background-image: url(https://saltssaumure.github.io/xp-discord-theme/img/bliss.avif);
--xp-background-color: #0066CC;
--xp-window-color-1: #005AE7;
--xp-window-color-2: #0372FF;
--xp-taskbar-color-1: #108CE4;
--xp-taskbar-color-2: #578CD0;
--xp-taskbar-color-3: #1665CA;
--xp-start-color-1: #008000;
--xp-start-color-2: #38C438;
--xp-shortcut-color-1: #0CA80C;
--xp-shortcut-color-2: #008000;
--xp-ping-color: #E64D1C;
--bsod-color: #000080;
--bsod-text: "A problem has been detected and Windows has been shut down to prevent damage to your computer. \A\A A clock interrupt was not received on a secondary processor within the allocated time interval. \A\A If this is the first time you've seen this stop error screen, restart your computer. If this screen appears again, follow these steps: \A\A Check to make sure any new hardware or software is properly installed. If this is a new installation, ask your hardware or software manufacturer for any Windows updates you might need. \A\A If problems continue, disable or remove any newly installed hardware or software. Disable BIOS memory options such as caching or shadowing. If you need to use Safe Mode to remove or disable components, restart your computer, press F8 to select Advanced Startup Options, and then throw away the whole computer. \A\A Technical information: \A\A *** STOP: USING_DISCORD \A\A *** discord.exe - Address DEADBEEF base at 8BADF00D, DateStamp 1337C0D3 \A\A\A\A\A\A\A\A\A\A Collecting data for crash dump ... \A Initializing disk for crash dump ... \A Beginning dump of all your belongings ... \A Dumping physical memory to disk: 100% \A Physical memory dump complete. \A Contact your system administrator or technical support group for further assistance.";
}
.theme-dark {
--xp-bg-color: #000000;
--xp-set-color: #FFFFFFB3;
--xp-hover-color: #112233;
--xp-selected-color: #1665CA;
--xp-zing-color: #AA5500;
--xp-txt-color: #FFFFFF;
--xp-bg-bright-color: #223344;
--xp-bg-tint-color: #222222;
--xp-bg-shade-color: #111111;
--xp-border-color: #1665CA;
}
.theme-light {
--xp-bg-color: #FFFFFF;
--xp-set-color: #000000B3;
--xp-hover-color: #D3D3D3;
--xp-selected-color: #1665CA;
--xp-zing-color: #FFA500;
--xp-txt-color: #000000;
--xp-bg-bright-color: #F0EFED;
--xp-bg-tint-color: #EBE8D7;
--xp-bg-shade-color: #808080;
--xp-border-color: #000000;
}