Skip to content

lectio theme<3 by timyexe

Screenshot of lectio theme<3

Details

Authortimyexe

LicenseMIT

Categorylectio.dk

Created

Updated

Size71 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

different themes for the danish school site lectio

Notes

Userstyle doesn't have notes.

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name           lectio theme<3           
@version        4.2.1
@description    themes til lectio tak til aksel for noget hjæl<3
@author         Hookey
@namespace      https://userstyles.world/user/timyexe
@license        MIT
@preprocessor   stylus

@var select theme "Theme" ["oled", "catpuccin", "ayo", "dracula", "nord", "star", "Hello-kitty", "kirby", "magma", "MOUNT-OLED", "sakura", "Mac", "miku", "meoww", "seal"]

@var checkbox vertbar "Vertical bar" 0
@var checkbox HideName "Hide name/pfp" 0
@var checkbox appbuttons "app icon til navbar" 0

@var checkbox ugly "UGLY (tryk os see selv)" 0
@var checkbox waifu "custom waifu MUST HIDENAME" 0
@var checkbox animation "animer sider" 0
@var select waifuu "Vælg waifu" ["kirby","bo", "cheese", "catgirl", "chiefkeef", "miku", "goth", "neco", "lilpeep"]
==/UserStyle== */
@-moz-document domain("lectio.dk") {
    @import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap");
    if (theme=="oled") {
        :root {
            --text-1: #ffffff;
            --text-2: #6262ff;
            --text-3: #00ff00;
            --text-4: #ffffff;
            --text-5: #ffffff;
            --link-1: #ffffff;
            --highlight: #6262ff;
            --bg-1: #000000;
            --bg-2: #1f1f1f;
            --bg-3: #292929;
            --bg-4: #f5f5f5;
            --lectio-logo: url("https://github.com/TimyExe/vault/blob/main/New%20Project(1).png?raw=true");
            --hover-1: #ffffff50;
            --outline-1: #ffffff;
            --outline-2: #3e3e3e;
            --ch-text: #a6e3a1 !important;
            --no-text: #89b4fa !important;
            --af-text: #d12828 !important;
        }
    }
    else if (theme=="catpuccin") {
        :root {
            --text-1: #cdd6f4 !important;
            --text-2: #f5e0dc !important;
            --text-3: #a6e3a1 !important;
            --text-4: #b4befe !important;
            --text-5: #fab387 !important;
            --link-1: #89b4fa !important;
            --highlight: #f5e0dc !important;
            --bg-1: #1e1e2e !important;
            --bg-2: #181825 !important;
            --bg-3: #11111b !important;
            --bg-4: #45475a !important;
            --hover-1: #b4befe50 !important;
            --outline-1: #cba6f7 !important;
            --outline-2: #f38ba8 !important;
            --font-family: sans-serif;
            --margin: 5px;
            --border: 0px;
            --border-radius: 2;
            --ch-text: #a6e3a1 !important;
            --no-text: #89b4fa !important;
            --af-text: #f38ba8 !important;
            
        }
    }
    else if (theme=="Mac") {
        :root {
            --text-1: #cdd6f4 !important;
            --text-2: #f5e0dc !important;
            --text-3: #a6e3a1 !important;
            --text-4: #b4befe !important;
            --text-5: #fab387 !important;
            --link-1: #89b4fa !important;
            --highlight: #f5e0dc !important;
            --bg-1: #1e1e2e00 !important;
            --bg-2: #181825 !important;
            --bg-3: #11111b !important;
            --bg-4: #45475a !important;
            --bg-image: url("https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fimages.hdqwalls.com%2Fwallpapers%2Fmac-os-mojave-5k-np.jpg&f=1&nofb=1&ipt=d6f9a1742924514e6532d195aada2f525e37856713b839570a34baebf8c28998&ipo=images");
            --hover-1: #b4befe50 !important;
            --outline-1: #cba6f7 !important;
            --outline-2: #f38ba8 !important;
            --font-family: sans-serif;
            --margin: 5px;
            --border: 0px;
            --border-radius: 5px;
            --ch-text: #a6e3a1 !important;
            --no-text: #89b4fa !important;
            --af-text: #f38ba8 !important;
        }
    }
    else if (theme=="ayo") {
        :root {
            --text-1: #cdd6f4 !important;
            --text-2: #f5e0dc !important;
            --text-3: #a6e3a1 !important;
            --text-4: #b4befe !important;
            --text-5: #fab387 !important;
            --link-1: #89b4fa !important;
            --highlight: #f5e0dc !important;
            --bg-1: #1e1e2e5e !important;
            --bg-2: #18182550 !important;
            --bg-3: #11111b50 !important;
            --bg-4: #45475a50 !important;
            --bg-image: url("https://i.pinimg.com/1200x/59/4a/ae/594aae4494d3514e50468f9addda4089.jpg");
            --hover-1: #b4befe50 !important;
            --outline-1: #cba6f7 !important;
            --outline-2: #f38ba8 !important;
            --font-family: sans-serif;
            --ch-text: #a6e3a1 !important;
            --no-text: #89b4fa !important;
            --af-text: #f38ba8 !important;
        }
    }
    else if (theme=="dracula") {
        :root {
            --text-1: #f8f8f2;
            --text-2: #ff79c6;
            --text-3: #50fa7b;
            --text-4: #bd93f9;
            --text-5: #f8f8f2;
            --link-1: #8be9fd;
            --highlight: #ff79c6;
            --bg-1: #1e1e2e;
            --bg-2: #282a36;
            --bg-3: #44475a;
            --bg-4: #f1f1f1;
            --lectio-logo: url("https://github.com/TimyExe/vault/blob/main/New%20Project(1).png?raw=true");
            --hover-1: #f8f8f250;
            --outline-1: #ff79c6;
            --outline-2: #6272a4;
            --ch-text: #a6e3a1 !important;
            --no-text: #89b4fa !important;
            --af-text: #f38ba8 !important;
        }
    }
    else if (theme=="nord") {
        :root {
            --text-1: #d8dee9;
            --text-2: #88c0d0;
            --text-3: #a3be8c;
            --text-4: #eceff4;
            --text-5: #d8dee9;
            --link-1: #81a1c1;
            --highlight: #88c0d0;
            --bg-1: #2e3440;
            --bg-2: #3b4252;
            --bg-3: #434c5e;
            --bg-4: #f8f9fa;
            --lectio-logo: url("https://github.com/TimyExe/vault/blob/main/New%20Project(1).png?raw=true");
            --hover-1: #d8dee950;
            --outline-1: #88c0d0;
            --outline-2: #4c566a;
            --ch-text: #a6e3a1 !important;
            --no-text: #89b4fa !important;
            --af-text: #f38ba8 !important;
        }
    }
    else if (theme=="star") {
        :root {
            --text-1: #cdd6f4 !important;
            --text-2: #977cc9 !important;
            --text-3: #675fb2 !important;
            --text-4: #5452aa !important;
            --text-5: #fab387 !important;
            --link-1: #89b4fa !important;
            --highlight: #f5e0dc !important;
            --bg-1: #0000 !important;
            --bg-2: #000000b8 !important;
            --bg-3: #00000050 !important;
            --bg-4: #00000050 !important;
            --bg-image: url("https://i.ibb.co/RpjLwFSt/pixelcut-export-1-5.png");
            --hover-1: #b4befe50 !important;
            --outline-1: #cba6f7 !important;
            --outline-2: #f38ba8 !important;
            --font-family: sans-serif;
            --ch-text: #a6e3a1 !important;
            --no-text: #89b4fa !important;
            --af-text: #f38ba8 !important;
        }
    }
    else if (theme=="seal") {
        :root {
            --text-1: #131313 !important;
            --text-2: #98f5f4 !important;
            --text-3: #62f1ff !important;
            --text-4: #06b0ff !important;
            --text-5: #95e9ff !important;
            --link-1: #0ff !important;
            --highlight: #18e0e0 !important;
            --bg-1: #2a2a2a00 !important;
            --bg-2: #fff !important;
            --bg-3: #eafffcd4 !important;
            --bg-4: #76d5ffe3 !important;
            --bg-image: url("https://i.ibb.co/nNb75HYG/pixelcut-export-6.png");
            --hover-1: #00e5ff !important;
            --outline-1: #00fbff !important;
            --outline-2: #96fdff !important;
            --border: 1px;
            --border-radius: 0px;
            --font-family: sans-serif;
            --ch-text: #a6e3a1 !important;
            --no-text: #89b4fa !important;
            --af-text: #f38ba8 !important;
        }
        body {
            background-size: 300px!important;
            background-repeat: repeat!important;
        }
    }
    else if (theme=="Hello-kitty") {
        :root {
            --text-1: #3f3441 !important;
            --text-2: #977cc9 !important;
            --text-3: #675fb2 !important;
            --text-4: #5452aa !important;
            --text-5: #fab387 !important;
            --link-1: #675fb2 !important;
            --highlight: #f5e0dc !important;
            --bg-1: #fff0 !important;
            --bg-2: #ffffff5e !important;
            --bg-3: #f8baff5e !important;
            --bg-4: #f8baff5e !important;
            --bg-image: url("https://i.pinimg.com/1200x/5f/cf/06/5fcf0674a086c282ced62176a580de1b.jpg");
            --hover-1: #b4befe50 !important;
            --outline-1: #cba6f7 !important;
            --outline-2: #f38ba8 !important;
            --font-family: sans-serif;
            --ch-text: #4fa348 !important;
            --no-text: #4378cd !important;
            --af-text: #c9466b !important;
        }
    }
    else if (theme=="kirby") {
        :root {
            --text-1: #3f3441 !important;
            --text-2: #977cc9 !important;
            --text-3: #675fb2 !important;
            --text-4: #5452aa !important;
            --text-5: #fab387 !important;
            --link-1: #675fb2 !important;
            --highlight: #f5e0dc !important;
            --bg-1: #fff0 !important;
            --bg-2: #ffffffc4 !important;
            --bg-3: #f8baff5e !important;
            --bg-4: #f8baff5e !important;
            --bg-image: url("https://i.imgur.com/ikMMJP7.jpeg");
            --hover-1: #b4befe50 !important;
            --outline-1: #cba6f7 !important;
            --outline-2: #f38ba8 !important;
            --font-family: sans-serif;
            --ch-text: #4fa348 !important;
            --no-text: #4378cd !important;
            --af-t...

Reviews

No reviews yet.