adds initial dotfiles
This commit is contained in:
@@ -0,0 +1,194 @@
|
||||
/**
|
||||
* @name FVUI
|
||||
* @author feorev
|
||||
* @description Blur is the New Black
|
||||
* @version 2.0.0
|
||||
* @authorId 489785940546551831
|
||||
* @invite baEMQkgswT
|
||||
* @source https://github.com/FeoreV/Themes/tree/main/Discord/FVUI
|
||||
*/
|
||||
/* ! DO NOT TOUCH ! */
|
||||
@import url(https://feorev.github.io/Themes/Discord/FVUI/Cores/preload.css);
|
||||
@import url(https://feorev.github.io/Themes/Discord/FVUI/assets/Versions/v2.css);
|
||||
|
||||
/*=============================================
|
||||
= Info =
|
||||
==============================================*
|
||||
DiscordServer: https://discord.com/invite/baEMQkgswT
|
||||
DM - feorev
|
||||
Site - https://feorev.github.io/
|
||||
ThemeEditor - https://bdeditor.dev/theme/FVUI
|
||||
|
||||
Due to the inability to update the theme file frequently, many new additions to the theme will be posted on the discord server.
|
||||
The FVUI theme extends not only to discord, but also to other sites and areas. You can find a complete list of themes on the discord server.
|
||||
|
||||
|
||||
|
||||
/*=============================================
|
||||
= FAQ =
|
||||
==============================================*
|
||||
|
||||
/*---------- How to enable another subtheme? ----------*
|
||||
|
||||
IT IS RECOMMENDED TO USE AN EDITOR ( https://bdeditor.dev/theme/FVUI )
|
||||
|
||||
Select import and press ctrl+/
|
||||
|
||||
Enabled - @import url(...)
|
||||
Disabled - /*@import url(...)*/
|
||||
|
||||
|
||||
/*---------- I want ... ----------
|
||||
Make the background a picture - enable WIN11
|
||||
Make discord transparent - enable Mica
|
||||
Change background picture - Change the settings of the win11 subtheme - the --dark/light BG variable
|
||||
|
||||
/*---------- Any other questions? ----------
|
||||
Join the discord server c:
|
||||
https://discord.com/invite/baEMQkgswT
|
||||
|
||||
|
||||
|
||||
/*=============================================
|
||||
= Subthemes to choose =
|
||||
=============================================*/
|
||||
|
||||
/*---------- Default ----------*/
|
||||
/* Default */
|
||||
@import url(https://feorev.github.io/Themes/Discord/FVUI/assets/SubThemes/Default.css);
|
||||
/* Lite */
|
||||
/* @import url(https://feorev.github.io/Themes/Discord/FVUI/assets/SubThemes/Default_lite.css); */
|
||||
|
||||
/*---------- CustomBackground ----------*/
|
||||
/* WIN11 */
|
||||
/* @import url(https://feorev.github.io/Themes/Discord/FVUI/assets/SubThemes/CustomBackground.css); */
|
||||
/* Lite11 */
|
||||
/* @import url(https://feorev.github.io/Themes/Discord/FVUI/assets/SubThemes/CustomBackground_lite.css); */
|
||||
|
||||
/*---------- Other ----------*/
|
||||
/*MICA (Required "Mica For Everyone" and enabling transparency (Settings=>BD=>Settings=>Window preferences=>Enable transparency)*/
|
||||
/* @import url(https://feorev.github.io/Themes/Discord/FVUI/assets/SubThemes/Mica.css); */
|
||||
|
||||
|
||||
|
||||
/*=============================================
|
||||
= Addons =
|
||||
=============================================*/
|
||||
|
||||
/* Events (Any events and decorations for the holidays. For example, snow and New Year's attributes for the new year.) */
|
||||
@import url(https://feorev.github.io/Themes/Discord/FVUI/Addons/Events/Events.css);
|
||||
|
||||
/* ServerRings */
|
||||
@import url(https://feorev.github.io/Themes/Discord/FVUI/Addons/ServerRings.css);
|
||||
|
||||
/* RadialStatus */
|
||||
@import url(https://feorev.github.io/Themes/Discord/FVUI/Addons/RadialStatus.css);
|
||||
|
||||
/* MaterialYou (The theme color scheme adjusts to the accent color) */
|
||||
@import url(https://feorev.github.io/Themes/Discord/FVUI/Addons/MaterialYou.css); */
|
||||
|
||||
/* ModularDesign (Adds outline to main sections) */
|
||||
/* @import url(https://feorev.github.io/Themes/Discord/FVUI/Addons/ModularDesign.css); */
|
||||
|
||||
/* TopUserPanel (Moves the userpanel to the top corner) */
|
||||
/* @import url(https://feorev.github.io/Themes/Discord/FVUI/Addons/TopUserPanel.css); */
|
||||
|
||||
/* HorizontalServerList (Moves serverlist to the top or bottom corner. For FVUI, it is recommended to use this version of HSL, and not the official one.) */
|
||||
/* @import url(https://feorev.github.io/Themes/Discord/FVUI/Addons/HSL/HSL_top.css); */
|
||||
/* @import url(https://feorev.github.io/Themes/Discord/FVUI/Addons/HSL/HSL_bottom.css); */
|
||||
|
||||
/* TitleIsland */
|
||||
/* @import url(https://feorev.github.io/Themes/Discord/FVUI/Addons/TitleIsland.css); */
|
||||
|
||||
|
||||
|
||||
/*=============================================
|
||||
= SubThemes Settings =
|
||||
=============================================*/
|
||||
|
||||
/* Theme editor - https://bdeditor.dev/theme/FVUI */
|
||||
|
||||
/*---------- General ----------*/
|
||||
:root{
|
||||
--cursor : url('https://feorev.github.io/Themes/Discord/FVUI/assets/Cursor.cur'); /* Link to cursor / unset - to set standard */
|
||||
--font : "Comfortaa"; /* The font must be pre-installed or imported */
|
||||
--homeicon: url("https://feorev.github.io/Themes/Discord/FVUI/assets/HomeIcon/Icon.png"); /* Link to image */
|
||||
}
|
||||
|
||||
:root{
|
||||
--ColorOpacity : 1; /* Opacity multiplier / Default=1 (0.1-...) */
|
||||
--DisableOpacity: 0; /* Disable Opacity / Default=0 (0 or 1) */
|
||||
}
|
||||
|
||||
:root.theme-dark {
|
||||
--color1: 30, 40, 50; /* Additional BG / Default= | 30, 40, 50 | (any raw rgb value) */
|
||||
--color2: 9, 18, 24; /* Background / Default= | 9, 18, 24 | (any raw rgb value) */
|
||||
--color3: 35, 120, 200; /* Additional Color / Default= | 35, 120, 200 | (any raw rgb value) */
|
||||
--color4: 63, 43, 150; /* Gradient Color / Default= | 63, 43, 150 | (any raw rgb value) */
|
||||
}
|
||||
:root.theme-light {
|
||||
--color1: 211, 204, 227; /* Additional BG / Default= | 211, 204, 227 | (any raw rgb value) */
|
||||
--color2: 219, 219, 219; /* Background / Default= | 219, 219, 219 | (any raw rgb value) */
|
||||
--color3: 96, 205, 255; /* Additional Color / Default= | 96,205,255 | (any raw rgb value) */
|
||||
--color4: 63, 43, 150; /* Gradient Color / Default= | 63, 43, 150 | (any raw rgb value) */
|
||||
}
|
||||
|
||||
/*---------- CustomBackground ----------*/
|
||||
:root{
|
||||
--DarkBG : url(https://feorev.github.io/Themes/Discord/FVUI/assets/Wallpapers/dark.avif); /* Link to background image / Default= url(https://feorev.github.io/Themes/Discord/assets/Wallpapers/dark.avif) ( url(link) ) */
|
||||
--LightBG : url(https://feorev.github.io/Themes/Discord/FVUI/assets/Wallpapers/light.avif); /* Link to background image / Default= url(https://feorev.github.io/Themes/Discord/assets/Wallpapers/light.avif) ( url(link) ) */
|
||||
--OpacityBG: 60%; /* Background image transparency / Default=100% (0%-100%) */
|
||||
--BlurBG : 0px; /* Background image blur / Default=0px (any value in px) */
|
||||
}
|
||||
|
||||
|
||||
/*---------- Mica ----------*/
|
||||
:root{
|
||||
--BGopacity: 30%; /* Background image transparency / Default=30% (0%-100%) */
|
||||
--BGcolor : var(--color2); /* Сolor in RGB / Example = rgb(255,255,255) ( any value in RGB (like example) ) */
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*=============================================
|
||||
= Addons Settings =
|
||||
=============================================*/
|
||||
|
||||
/*---------- MaterialYou ----------*/
|
||||
:root.theme-dark{ /* First 2 HSL values / Default= | 210, 68% | https://g.co/kgs/83i83K */
|
||||
--accentcolor-HUE: 210;
|
||||
--accentcolor-SATURATION: 68%;
|
||||
}
|
||||
:root.theme-light{ /* First 2 HSL values / Default= | 199, 100% | https://g.co/kgs/83i83K */
|
||||
--accentcolor-HUE: 199;
|
||||
--accentcolor-SATURATION: 100%;
|
||||
}
|
||||
|
||||
/*---------- ModularDesign ----------*/
|
||||
:root{ /*MainModules*/
|
||||
--outline : 3px; /* outline size / Default=3px (any value in px) */
|
||||
--outlineCLR : var(--color03); /* outline color / Example = rgb(255,255,255) ( any value in RGB (like example) ) */
|
||||
--outlineBR : 16px; /* outline rounding / Default=16px (any value in px) */
|
||||
--outlineMG : 2rem; /* outline margin / Default=2rem (any value in px/rem/...) */
|
||||
--outlineBS : 15px; /* outline glow / Default = 15px */
|
||||
--outlineBG : unset; /* outline content background color / Example = rgb(255,255,255) ( any value in RGB (like example) */
|
||||
--outlineBLUR: 0; /* (ONLY WIN11) backdrop blur / Default=0 ( any value in px */
|
||||
}
|
||||
|
||||
:root{ /*AdditionalModules*/
|
||||
--outline2 : 0; /* outline size / Default=0px (disabled) (any value in px) */
|
||||
--outlineCLR2 : var(--outlineCLR); /* outline color / Example = rgb(255,255,255) ( any value in RGB (like example) ) */
|
||||
--outlineBR2 : var(--outlineBR); /* outline rounding / (any value in px) */
|
||||
--outlineMG2 : var(--outlineMG); /* outline margin / (any value in px/rem/...) */
|
||||
--outlineBS2 : 0; /* outline glow / Default = 0 */
|
||||
--outlineBG2 : unset; /* outline content background color / Example = rgb(255,255,255) ( any value in RGB (like example) */
|
||||
--outlineBLUR2: 0 /* (ONLY WIN11) (Not recommended - bad performance) backdrop blur / Default=0 ( any value in px ) */
|
||||
}
|
||||
|
||||
/*---------- Have you tuned the theme well? ----------*/
|
||||
/* You can share your vision of the world in the channel of the Discord server by sending the settings: https://discord.gg/baEMQkgswT */
|
||||
|
||||
/*=============================================
|
||||
= Credits =
|
||||
= gibbu - RadialStatus / ServerRings =
|
||||
=============================================*/
|
||||
@@ -0,0 +1,90 @@
|
||||
/**
|
||||
* @name Translucence
|
||||
* @version 1.0.7
|
||||
* @description A translucent/frosted glass Discord theme
|
||||
* @author CapnKitten
|
||||
*
|
||||
* @website http://github.com/CapnKitten
|
||||
* @source https://github.com/CapnKitten/BetterDiscord/blob/master/Themes/Translucence/css/source.css
|
||||
* @donate https://paypal.me/capnkitten
|
||||
* @invite jzJkA6Z
|
||||
*/
|
||||
|
||||
@import url(https://capnkitten.github.io/BetterDiscord/Themes/Translucence/css/source.css);
|
||||
|
||||
:root {
|
||||
/* APP ELEMENTS */
|
||||
--app-bg: "";
|
||||
--app-blur: 6px;
|
||||
--app-margin: 24px;
|
||||
--app-radius: 8px;
|
||||
|
||||
/* ACCENT HSL AND TEXT COLOR SETTINGS */
|
||||
--accent-hue: 156;
|
||||
--accent-saturation: 50%;
|
||||
--accent-lightness: 25%;
|
||||
--accent-opacity: 1;
|
||||
--accent-text-color: hsl(0,0%,0%);
|
||||
|
||||
/* SIDEBARS AND CHAT AREA COLOR SETTINGS */
|
||||
--sidebar-color: hsl(0,0%,0%,0.4);
|
||||
--main-content-color: hsl(0,0%,0%,0.2);
|
||||
|
||||
/* MESSAGE SETTINGS */
|
||||
--message-color: hsl(0,0%,0%,0.4);
|
||||
--message-radius: 8px;
|
||||
--message-padding-top: 8px;
|
||||
--message-padding-side: 8px;
|
||||
|
||||
/* REPLY HSL COLOR SETTINGS */
|
||||
--reply-hue: 226;
|
||||
--reply-saturation: 77.4%;
|
||||
--reply-lightness: 61.8%;
|
||||
--reply-opacity: 1;
|
||||
|
||||
/* TEXTAREA SETTINGS */
|
||||
--textarea-color: 255,255,255;
|
||||
--textarea-alpha: 0.1;
|
||||
--textarea-alpha-focus: 0.15;
|
||||
--textarea-text-color: hsl(0,0%,100%);
|
||||
--textarea-radius: 22px;
|
||||
|
||||
/* CARD SETTINGS */
|
||||
--card-color: hsl(0,0%,0%,0.4);
|
||||
--card-color-hover: hsl(0,0%,0%,0.5);
|
||||
--card-color-select: hsl(0,0%,0%,0.7);
|
||||
|
||||
/* BUTTON SETTINGS */
|
||||
--button-height: 32px;
|
||||
--button-padding: 0 16px;
|
||||
--button-action-color: hsl(0,0%,0%);
|
||||
--button-radius: 16px;
|
||||
}
|
||||
|
||||
@supports (color:color-mix(in lch,red,blue)) {
|
||||
.visual-refresh .theme-dark,
|
||||
.visual-refresh.theme-dark {
|
||||
/* TEXT COLOR SETTINGS */
|
||||
--text-primary: hsl(0,0%,100%);
|
||||
--text-secondary: hsl(0,0%,77%);
|
||||
|
||||
/* CHANNEL COLOR SETTINGS */
|
||||
--channels-default: hsl(0,0%,62%);
|
||||
--channel-icon: hsl(0,0%,62%);
|
||||
|
||||
/* ICON COLOR SETTINGS */
|
||||
--icon-primary: hsl(0,0%,96%);
|
||||
--icon-secondary: hsl(0,0%,84%);
|
||||
--icon-tertiary: hsl(0,0%,71%);
|
||||
|
||||
/* INTERACTIVE COLOR SETTINGS */
|
||||
--interactive-normal: hsl(0,0%,79%);
|
||||
--interactive-hover: hsl(0,0%,91%);
|
||||
--interactive-active: hsl(0,0%,100%);
|
||||
--interactive-muted: hsl(0,0%,43%);
|
||||
|
||||
/* BACKGROUND MODIFIER SETTINGS */
|
||||
--background-modifier-hover: hsl(0,0%,100%,0.075);
|
||||
--background-modifier-selected: hsl(0,0%,100%,0.125);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
/**
|
||||
* @name Arindy
|
||||
* @author FeoreV
|
||||
* @version 2.0.0
|
||||
* @description Blur is the new black
|
||||
* @source https://github.com/FeoreV/Themes/tree/main/Discord/FVUI
|
||||
* @invite baEMQkgswT
|
||||
* @website https://feorev.github.io/
|
||||
* @authorId 489785940546551831
|
||||
* @BDEditor FVUI
|
||||
*/
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=Fira+Mono:wght@100;300;400;500;700&display=swap');
|
||||
@import url('https://feorev.github.io/Themes/Discord/FVUI/Cores/preload.css');
|
||||
@import url('https://feorev.github.io/Themes/Discord/FVUI/assets/SubThemes/Mica.css');
|
||||
@import url('https://feorev.github.io/Themes/Discord/FVUI/Addons/ModularDesign.css');
|
||||
@import url('https://feorev.github.io/Themes/Discord/FVUI/Addons/RadialStatus.css');
|
||||
@import url('https://feorev.github.io/Themes/Discord/FVUI/Addons/TitleIsland.css');
|
||||
|
||||
:root {
|
||||
--undefined: 0;
|
||||
--color1: 48,48,48;
|
||||
--color2: 0,0,0;
|
||||
--color3: 76,175,80;
|
||||
--undefined: 0;
|
||||
--ColorOpacity: 0.5;
|
||||
--DisableOpacity: 0;
|
||||
--cursor: transparent;
|
||||
--font: Fira Mono;
|
||||
--homeicon: url('https://feorev.github.io/Themes/Discord/FVUI/assets/HomeIcon/Icon.png');
|
||||
--undefined: 0;
|
||||
--FVUI: Arindy;
|
||||
--customdesc: "";
|
||||
--BGopacity: 50%;
|
||||
--BGcolor: #00000088;
|
||||
--undefined: 0;
|
||||
--outline: 1px;
|
||||
--outlineCLR: var(--color03);
|
||||
--outlineBR: 8px;
|
||||
--outlineMG: 0.7rem;
|
||||
--outlineBS: 14px;
|
||||
--outlineBGclr: unset;
|
||||
--outlineBGalpha: 1;
|
||||
--outlineBLUR: "";
|
||||
}
|
||||
|
||||
/* Any custom CSS below here */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user