lain theme for cobalt.tools, mostly made for personal use and to fit the rest of my computer rice.
sleepless cobalt by femgore
Details
Authorfemgore
LicenseNo License
Categorycobalt.tools
Created
Updated
Size2.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
this is never getting updated probably, check my socials out at https://lovesick.wtf/❤
Source code
/* ==UserStyle==
@name sleepless cobalt
@version 2024082602.00
@namespace ?
==/UserStyle== */
@-moz-document domain("cobalt.tools") {
/*i cba to put actual work and effort into this so lmao enjoy this shit theme*/
/* made by hypersexuality/femgore https://lovesick.wtf */
/* if theres a huge update that causes this to go to crap feel free to update it yourself since im probably not going to be doing anything after this */
/*changelog:
v1.0.0
this is not getting updated ever lmfao
*/
* {
--custom-text: "Hello, Insomnia.";
--accent: #ee96ac; /*this effects text i think*/
--accent-button: #000; /* this colors all of the buttons*/
--accent-subtext: #ee96ac;
--accent-hover: #000 /* hover color */
}
body {
color: var(--accent); /* this is for the "cobalt" text on the main screen */
background: url(https://lovesick.wtf/files/1080p.gif) no-repeat;
background-size: cover;
}
.urgent-text {
display: flex;
align-items: center;
cursor: pointer;
color: var(--accent) /*this colors the top text that shows updates or news*/
}
.switch[data-enabled=true], .popup-tabs .switch[data-enabled=true], button[data-enabled=true] {
color: var(--accent); /*this colors selected button text*/
background: #000!important; /*this colors the background of the text*/
cursor: default;
border: 2px solid var(--accent)!important;
}
#logo {
font-size: 0px;
visibility: hidden;
display: block;
}
#logo:before {
content: var(--custom-text);
font-size: 18px;
visibility: visible;
}
.box {
background: #000; /*effects the background of the window*/
color: var(--accent); /*effects the color of selected text in the window*/
--accent: var(--accent); /*effects the color of unselected text in the window*/
--accent-highlight: rgb(225, 225, 225, 4%);
--accent-subtext: rgb(110, 110, 110); /*effects the subtext that explains stuff*/
--accent-hover: rgb(30, 30, 30);
--accent-hover-elevated: rgb(48, 48, 48);
--accent-hover-transparent: rgba(48, 48, 48, .5);
--accent-button: #000; /*effects unselected setting buttons*/
--accent-button-elevated: rgb(42, 42, 42);
--glass: #000000d9; /*effects the side borders*/
--glass-lite: #000000d9; /*effects the main borders*/
--subbackground: rgb(10, 10, 10);
--background: rgb(0, 0, 0);
--background-backdrop: rgba(0, 0, 0, .5);
}
.collapse-list {
background: #000; /*this is the background in the list that collapses open in the about section, like supported services*/
}
.header {
padding: 8px 0;
background: #000;
}
}