Skip to content

Instantly share code, notes, and snippets.

@f1shy-dev
Created August 2, 2021 13:27
Show Gist options
  • Save f1shy-dev/b6b4b61d464f5e74702ed3682d75bfbc to your computer and use it in GitHub Desktop.
Save f1shy-dev/b6b4b61d464f5e74702ed3682d75bfbc to your computer and use it in GitHub Desktop.

Revisions

  1. f1shy-dev created this gist Aug 2, 2021.
    38 changes: 38 additions & 0 deletions f1shtheme.theme.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,38 @@
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700&display=swap');
    @import url('https://discordstyles.github.io/FrostedGlass/dist/FrostedGlass.css');
    @import url('https://discordstyles.github.io/Addons/windows-titlebar.css');

    :root {
    --background-image: url('https://i.imgur.com/kYW2H5C.jpeg');
    --background-image-blur: 3px;
    --background-image-size: cover;
    --background-image-position: center;
    --popout-modal-image: var(--background-image);
    --popout-modal-blur: 5px;
    --popout-modal-size: cover;
    --popout-modal-position: center;
    --home-button-image: url('https://discord.com/assets/145dc557845548a36a82337912ca3ac5.svg');
    --home-button-size: 65%;
    --home-button-position: center;
    --serverlist-brightness: 0.8;
    --left-brightness: 0.8;
    --middle-brightness: 0.6;
    --right-brightness: 0;
    --popout-modal-brightness: 0.75;
    --gradient-primary: 33,150,243;
    --gradient-secondary: 0,188,212;
    --link-colour: #00BCD4;
    --scrollbar-colour: rgba(255,255,255,0.05);
    --gradient-direction: 93deg;
    --tint-colour: 255,51,159;
    --tint-brightness: 0;
    --font: 'Poppins';
    --window-padding: 5px;
    --window-roundness: 10px;
    --show-gift-gif-buttons: none;
    --update-notice-1: none;
    }

    #app-mount .guilds-1SWlCJ .tutorialContainer-2sGCg9 .wrapper-1BJsBx:before {
    background-repeat: no-repeat;
    }