Reapply "Merge branch 'main' of ssh://git.pogmom.me:1022/pogmommy/dotfiles"
This reverts commit f0c5763871.
This commit is contained in:
parent
a26a66ec7b
commit
e6010887ab
3 changed files with 6595 additions and 0 deletions
|
|
@ -0,0 +1,89 @@
|
|||
/**
|
||||
* @name Translucence
|
||||
* @version 1.0.6.4
|
||||
* @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);*/
|
||||
@import "./source.css";
|
||||
|
||||
:root {
|
||||
/* APP ELEMENTS */
|
||||
--app-bg: none;
|
||||
/* --app-bg: url(https://i.imgur.com/bgmVeyt.jpg); */
|
||||
--app-blur: 6px;
|
||||
--app-margin: 24px;
|
||||
--app-radius: 8px;
|
||||
|
||||
/* ACCENT HSL AND TEXT COLOR SETTINGS */
|
||||
--accent-hue: 156;
|
||||
--accent-saturation: 77.5%;
|
||||
--accent-lightness: 47.1%;
|
||||
--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;
|
||||
}
|
||||
|
||||
.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);
|
||||
}
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -57,3 +57,5 @@
|
|||
.config/sway-profiles-rs
|
||||
.config/mc-server-info
|
||||
.local/bin/nf-list
|
||||
.var/app/dev.vencord.Vesktop/config/vesktop/themes/Translucence.theme.css
|
||||
.var/app/dev.vencord.Vesktop/config/vesktop/themes/source.css
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue