Skip to content

Commit

Permalink
Update piOS.theme.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Nova 3 authored Jun 22, 2024
1 parent 14b87d1 commit 3d8be35
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions piOS.theme.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* @name piOS
* @author Saltssaumure
* @author Saltssaumure & LunarN0v4
* @authorLink https://github.com/Saltssaumure
* @description A SUPERHOT piOS inspired theme.
* @license AGPL-3.0-or-later
* @version 9.7
* @description A SUPERHOT piOS inspired theme. (Edited to have JBMNF as the font)
* @license GPL-3.0
* @version 9.3
* @invite uy8nKQVatp
* @source https://github.com/Saltssaumure/pios-discord-theme
* @source https://github.com/LunarN0v4/pios-discord-theme
* @donate https://ko-fi.com/saltssaumure
*/

Expand All @@ -18,23 +18,23 @@
--pios-glow-intensity: 1;
--pios-spacing: 1;
--pios-accent-hue: 0;
--pios-title-text: "piOS v2.1.01p";
--pios-title-text: "the gay furry chats";

--crt-stripe: block;
--crt-stripe: none;
--crt-scanline: none; /* ⛐ This effect is performance-intensive. */
--crt-flicker: none; /* ⚠ This is a fast flickering effect and may not be suitable for those with photosensitive epilepsy. */
}

.theme-dark {
--pios-background-color: #000000;
--pios-background-color: rgb(30, 30, 30);
--pios-bright-color: #FFFFFF;
--pios-middle-color: #D3D3D3;
--pios-dim-color: #808080;
}

.theme-light {
--pios-background-color: #FFFFFF;
--pios-bright-color: #000000;
--pios-bright-color: rgb(30, 30, 30);
--pios-middle-color: #696969;
--pios-dim-color: #A9A9A9;
}
}

0 comments on commit 3d8be35

Please sign in to comment.