Basic global theme applied to and tweaked for visual studio.com Based on the Lain color palette
Visual Studio - Lain Theme by andrethompson-atlow
Details
Authorandrethompson-atlow
LicenseNo License
Categoryvisualstudio
Created
Updated
Code size1.1 kB
Code checksumb876deb1
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Visual Studio - Lain Theme
@version 20220309.18.36
@namespace userstyles.world/user/andrethompson-atlow
@description Basic global theme applied to and tweaked for visual studio.com Based on the Lain color palette
@author andrethompson-atlow
@license No License
==/UserStyle== */
@-moz-document domain("visualstudio.com") {
:root {
--dark-shade0: rgb(13, 13, 15);
--dark-shade0-r: 13;
--dark-shade0-g: 13;
--dark-shade0-b: 15;
--dark-shade1: rgb(36, 38, 44);
--dark-shade1-r: 36;
--dark-shade1-g: 38;
--dark-shade1-b: 44;
--dark-shade2: rgb(60, 63, 72);
--dark-shade2-r: 60;
--dark-shade2-g: 63;
--dark-shade2-b: 72;
--dark-shade3: rgb(83, 88, 101);
--dark-shade3-r: 83;
--dark-shade3-g: 88;
--dark-shade3-b: 101;
--dark-shade4: rgb(107, 112, 130);
--dark-shade4-r: 107;
--dark-shade4-g: 112;
--dark-shade4-b: 130;
--dark-shade5: rgb(130, 137, 159);
--dark-shade5-r: 130;
--dark-shade5-g: 137;
--dark-shade5-b: 159;
--dark-shade6: rgb(154, 162, 187);
--dark-shade6-r: 154;
--dark-shade6-g: 162;
--dark-shade6-b: 187;
}
}