diff --git a/.vscode/settings.json b/.vscode/settings.json index af80bec..525bf6e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,14 +2,17 @@ "cSpell.words": [ "anthy", "anytype", + "atuin", "bufferline", "cachix", + "catppuccin", "chillhop", "colorschemes", "compatibilitytools", "dconf", "devenv", "devicons", + "direnv", "dotfiles", "floaterm", "fontconfig", @@ -20,13 +23,16 @@ "gitbutler", "gvariant", "Hanja", + "homelab", "ibus", "justfile", "keymap", "keymaps", "killall", + "lazydocker", "lazygit", "lunarclient", + "macchiato", "Meslo", "monero", "mullvad", @@ -37,7 +43,6 @@ "nixvim", "nordified", "Noto", - "onedark", "Östberg", "papirus", "pipewire", @@ -46,11 +51,13 @@ "pompydev", "protonup", "pulseaudio", + "pyenv", "Rustc", "tailscale", "uniemoji", "vboxusers", "Vimjoyer", + "virtualenv", "virtualisation", "wakatime" ], diff --git a/flake.lock b/flake.lock index 0f5d09d..c23f9bc 100644 --- a/flake.lock +++ b/flake.lock @@ -22,6 +22,24 @@ "type": "github" } }, + "catppuccin": { + "inputs": { + "nixpkgs": "nixpkgs" + }, + "locked": { + "lastModified": 1746175539, + "narHash": "sha256-/wjcn1CDQqOhwOoYKS8Xp0KejrdXSJZQMF1CbbrVtMw=", + "owner": "catppuccin", + "repo": "nix", + "rev": "a5db9e41a4dccfa5ffe38e6f1841a5f9ad5c5c04", + "type": "github" + }, + "original": { + "owner": "catppuccin", + "repo": "nix", + "type": "github" + } + }, "flake-parts": { "inputs": { "nixpkgs-lib": [ @@ -131,6 +149,22 @@ } }, "nixpkgs": { + "locked": { + "lastModified": 1744463964, + "narHash": "sha256-LWqduOgLHCFxiTNYi3Uj5Lgz0SR+Xhw3kr/3Xd0GPTM=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "2631b0b7abcea6e640ce31cd78ea58910d31e650", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_2": { "locked": { "lastModified": 1745138883, "narHash": "sha256-P7Ko8OBlvJDYkfSiZ5oGrez2JPoF+R6twx82rO6XIJ4=", @@ -194,8 +228,9 @@ "root": { "inputs": { "browser-previews": "browser-previews", + "catppuccin": "catppuccin", "home-manager": "home-manager", - "nixpkgs": "nixpkgs", + "nixpkgs": "nixpkgs_2", "nixvim": "nixvim" } }, diff --git a/flake.nix b/flake.nix index faf1a0b..5d38008 100644 --- a/flake.nix +++ b/flake.nix @@ -3,6 +3,7 @@ inputs = { nixpkgs.url = "github:pompydev/nixpkgs/master"; + catppuccin.url = "github:catppuccin/nix"; nixvim = { url = "github:nix-community/nixvim"; inputs.nixpkgs.follows = "nixpkgs"; @@ -18,7 +19,7 @@ }; outputs = - { nixvim, ... }@inputs: + { nixvim, catppuccin, ... }@inputs: let nixpkgs = inputs.nixpkgs.legacyPackages."x86_64-linux".applyPatches { @@ -41,6 +42,12 @@ modules = [ ./hosts/desktop/configuration.nix nixvim.nixosModules.nixvim + catppuccin.nixosModules.catppuccin + { + home-manager.users.pomp = { + imports = [ catppuccin.homeModules.catppuccin ]; + }; + } ]; }; @@ -53,6 +60,12 @@ modules = [ ./hosts/laptop/configuration.nix nixvim.nixosModules.nixvim + catppuccin.nixosModules.catppuccin + { + home-manager.users.pomp = { + imports = [ catppuccin.homeModules.catppuccin ]; + }; + } ]; }; @@ -64,6 +77,12 @@ modules = [ ./hosts/homelab2/configuration.nix + catppuccin.nixosModules.catppuccin + { + home-manager.users.homelab2 = { + imports = [ catppuccin.homeModules.catppuccin ]; + }; + } ]; }; }; diff --git a/home/.config/starship.toml b/home/.config/starship.toml deleted file mode 100644 index 0b0edc1..0000000 --- a/home/.config/starship.toml +++ /dev/null @@ -1,51 +0,0 @@ -# https://starship.rs/config -"$schema" = 'https://starship.rs/config-schema.json' - -format = """$directory$character""" -right_format = """$all""" - -[aws] -disabled = true - -[bun] -format = '[$symbol($version )]($style)' - -[cmake] -format = '[$symbol($version )]($style)' - -[conda] -format = '[$symbol$environment]($style) ' - -[deno] -format = '[$symbol($version )]($style)' - -[docker_context] -format = '[$symbol$context]($style) ' - -[dotnet] -format = '[$symbol($version )(🎯 $tfm )]($style)' - -[git_branch] -format = '[$symbol$branch(:$remote_branch)]($style) ' -symbol = " " - -[golang] -format = '[$symbol($version )]($style)' - -[nix_shell] -format = '[$symbol$state( \($name\))]($style) ' - -[nodejs] -format = '[$symbol($version )]($style)' - -[package] -format = '[$symbol$version]($style) ' - -[python] -format = '[${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)' - -[rust] -format = '[$symbol($version )]($style)' - -[zig] -format = '[$symbol($version )]($style)' diff --git a/home/.config/vesktop/settings/settings.json b/home/.config/vesktop/settings/settings.json index ba779d7..0dd1140 100644 --- a/home/.config/vesktop/settings/settings.json +++ b/home/.config/vesktop/settings/settings.json @@ -5,7 +5,7 @@ "useQuickCss": true, "themeLinks": [], "enabledThemes": [ - "nordic.theme.css" + "catppuccin-frappe.theme.css" ], "enableReactDevtools": false, "frameless": false, diff --git a/home/.config/vesktop/themes/catppuccin-frappe.theme.css b/home/.config/vesktop/themes/catppuccin-frappe.theme.css new file mode 100644 index 0000000..f4e7893 --- /dev/null +++ b/home/.config/vesktop/themes/catppuccin-frappe.theme.css @@ -0,0 +1 @@ +.theme-dark div[class^=item_][class*=addFriend_],.theme-dark div[class*=numberBadge_][style*="background-color: var(--status-danger);"],.theme-dark div[class*=iconBadge_][class*=isCurrentUserConnected_],.theme-dark div[class^=bar_][class*=unreadMentionsBar_],.theme-dark span[class*=botTag_],.theme-dark span[class^=unreadPill_],.theme-dark div[class^=listItem_] div[class^=wrapper_] [class*=selected_],.theme-dark button[class^=container_]>div[class^=icon_]>svg,.theme-dark div[class^=newBadge_],.theme-dark div[class^=premiumTab_][class*=selected_],.theme-dark label[class^=checkboxWrapper_],.theme-dark label[class^=checkboxWrapperDisabled_],.theme-dark div[class^=checkbox_][class*=box_],.theme-dark svg[class^=checkmarkCircle],.theme-dark div[class*=checkIcon_],.theme-dark button[class*=button_][class*=lookFilled_][class*=colorRed_],.theme-dark button[class*=button_][class*=lookFilled_][class*=colorGreen_],.theme-dark button[class*=button_][class*=lookFilled_][class*=colorLink_],.theme-dark button[class*=colorable_][class*=join_],.theme-dark svg[class^=status_],.theme-dark svg[class^=dots_],.theme-dark div[class*=textBadge_][class*=base_],.theme-dark svg[class^=descriptionIcon_],.theme-dark div[class*=winButtonClose_]:hover,.theme-dark div[class^=uploadArea_],.theme-dark svg[class^=stepIcon_],.theme-dark svg[class^=activeIcon_],.theme-dark div[class*=tooltipBrand_],.theme-dark [class*=notice_][class*=colorBrand_],.theme-dark [class*=colorStreamerMode_],.theme-dark [class*=colorSpotify_],.theme-dark [class*=colorPremium_],.theme-dark [class*=colorPlayStation_],.theme-dark .interactive:hover,.visual-refresh.theme-dark div[class^=item_][class*=addFriend_],.visual-refresh.theme-dark div[class*=numberBadge_][style*="background-color: var(--status-danger);"],.visual-refresh.theme-dark div[class*=iconBadge_][class*=isCurrentUserConnected_],.visual-refresh.theme-dark div[class^=bar_][class*=unreadMentionsBar_],.visual-refresh.theme-dark span[class*=botTag_],.visual-refresh.theme-dark span[class^=unreadPill_],.visual-refresh.theme-dark div[class^=listItem_] div[class^=wrapper_] [class*=selected_],.visual-refresh.theme-dark button[class^=container_]>div[class^=icon_]>svg,.visual-refresh.theme-dark div[class^=newBadge_],.visual-refresh.theme-dark div[class^=premiumTab_][class*=selected_],.visual-refresh.theme-dark label[class^=checkboxWrapper_],.visual-refresh.theme-dark label[class^=checkboxWrapperDisabled_],.visual-refresh.theme-dark div[class^=checkbox_][class*=box_],.visual-refresh.theme-dark svg[class^=checkmarkCircle],.visual-refresh.theme-dark div[class*=checkIcon_],.visual-refresh.theme-dark button[class*=button_][class*=lookFilled_][class*=colorRed_],.visual-refresh.theme-dark button[class*=button_][class*=lookFilled_][class*=colorGreen_],.visual-refresh.theme-dark button[class*=button_][class*=lookFilled_][class*=colorLink_],.visual-refresh.theme-dark button[class*=colorable_][class*=join_],.visual-refresh.theme-dark svg[class^=status_],.visual-refresh.theme-dark svg[class^=dots_],.visual-refresh.theme-dark div[class*=textBadge_][class*=base_],.visual-refresh.theme-dark svg[class^=descriptionIcon_],.visual-refresh.theme-dark div[class*=winButtonClose_]:hover,.visual-refresh.theme-dark div[class^=uploadArea_],.visual-refresh.theme-dark svg[class^=stepIcon_],.visual-refresh.theme-dark svg[class^=activeIcon_],.visual-refresh.theme-dark div[class*=tooltipBrand_],.visual-refresh.theme-dark [class*=notice_][class*=colorBrand_],.visual-refresh.theme-dark [class*=colorStreamerMode_],.visual-refresh.theme-dark [class*=colorSpotify_],.visual-refresh.theme-dark [class*=colorPremium_],.visual-refresh.theme-dark [class*=colorPlayStation_],.visual-refresh.theme-dark .interactive:hover,.visual-refresh .theme-dark div[class^=item_][class*=addFriend_],.visual-refresh .theme-dark div[class*=numberBadge_][style*="background-color: var(--status-danger);"],.visual-refresh .theme-dark div[class*=iconBadge_][class*=isCurrentUserConnected_],.visual-refresh .theme-dark div[class^=bar_][class*=unreadMentionsBar_],.visual-refresh .theme-dark span[class*=botTag_],.visual-refresh .theme-dark span[class^=unreadPill_],.visual-refresh .theme-dark div[class^=listItem_] div[class^=wrapper_] [class*=selected_],.visual-refresh .theme-dark button[class^=container_]>div[class^=icon_]>svg,.visual-refresh .theme-dark div[class^=newBadge_],.visual-refresh .theme-dark div[class^=premiumTab_][class*=selected_],.visual-refresh .theme-dark label[class^=checkboxWrapper_],.visual-refresh .theme-dark label[class^=checkboxWrapperDisabled_],.visual-refresh .theme-dark div[class^=checkbox_][class*=box_],.visual-refresh .theme-dark svg[class^=checkmarkCircle],.visual-refresh .theme-dark div[class*=checkIcon_],.visual-refresh .theme-dark button[class*=button_][class*=lookFilled_][class*=colorRed_],.visual-refresh .theme-dark button[class*=button_][class*=lookFilled_][class*=colorGreen_],.visual-refresh .theme-dark button[class*=button_][class*=lookFilled_][class*=colorLink_],.visual-refresh .theme-dark button[class*=colorable_][class*=join_],.visual-refresh .theme-dark svg[class^=status_],.visual-refresh .theme-dark svg[class^=dots_],.visual-refresh .theme-dark div[class*=textBadge_][class*=base_],.visual-refresh .theme-dark svg[class^=descriptionIcon_],.visual-refresh .theme-dark div[class*=winButtonClose_]:hover,.visual-refresh .theme-dark div[class^=uploadArea_],.visual-refresh .theme-dark svg[class^=stepIcon_],.visual-refresh .theme-dark svg[class^=activeIcon_],.visual-refresh .theme-dark div[class*=tooltipBrand_],.visual-refresh .theme-dark [class*=notice_][class*=colorBrand_],.visual-refresh .theme-dark [class*=colorStreamerMode_],.visual-refresh .theme-dark [class*=colorSpotify_],.visual-refresh .theme-dark [class*=colorPremium_],.visual-refresh .theme-dark [class*=colorPlayStation_],.visual-refresh .theme-dark .interactive:hover{--white: #232634;--white-500: #232634}.theme-dark svg[class^=radioIndicator_] [class*=refreshIcon_],.visual-refresh.theme-dark svg[class^=radioIndicator_] [class*=refreshIcon_],.visual-refresh .theme-dark svg[class^=radioIndicator_] [class*=refreshIcon_]{fill:#232634}.theme-dark div[class^=automodText_],.visual-refresh.theme-dark div[class^=automodText_],.visual-refresh .theme-dark div[class^=automodText_]{color:#232634}.theme-dark div[class^=pinIcon_]>svg>path,.visual-refresh.theme-dark div[class^=pinIcon_]>svg>path,.visual-refresh .theme-dark div[class^=pinIcon_]>svg>path{fill:#232634}.theme-dark div[class^=bannerContainer_] [style*="color: white"],.theme-dark div[class^=friendRequestContainer_]>button[class*=colorGreen_] [style*="color: white"],.visual-refresh.theme-dark div[class^=bannerContainer_] [style*="color: white"],.visual-refresh.theme-dark div[class^=friendRequestContainer_]>button[class*=colorGreen_] [style*="color: white"],.visual-refresh .theme-dark div[class^=bannerContainer_] [style*="color: white"],.visual-refresh .theme-dark div[class^=friendRequestContainer_]>button[class*=colorGreen_] [style*="color: white"]{color:#232634 !important}.theme-dark .vcd-screen-picker-option-radio[data-checked=true],.visual-refresh.theme-dark .vcd-screen-picker-option-radio[data-checked=true],.visual-refresh .theme-dark .vcd-screen-picker-option-radio[data-checked=true]{--text-normal: #232634}.theme-dark div[class*=textBadge_][class*=base_][style*="background-color: var(--background-accent)"],.visual-refresh.theme-dark div[class*=textBadge_][class*=base_][style*="background-color: var(--background-accent)"],.visual-refresh .theme-dark div[class*=textBadge_][class*=base_][style*="background-color: var(--background-accent)"]{--white: #c6d0f5}.theme-dark,.visual-refresh.theme-dark,.visual-refresh .theme-dark{--brand-experiment: #8caaee;--bg-brand: #8caaee;--brand-100: white;--brand-130: white;--brand-160: white;--brand-200: white;--brand-230: white;--brand-260: white;--brand-300: white;--brand-330: #fbfcfe;--brand-360: #e5ecfb;--brand-400: #cfdbf8;--brand-430: #b8cbf5;--brand-460: #a2baf1;--brand-500: #8caaee !important;--brand-530: #769aeb;--brand-560: #6089e7;--brand-600: #4979e4;--brand-630: #3368e1;--brand-660: #2059da;--brand-700: #1d50c4;--brand-730: #1b4cb9;--brand-760: #1a47ae;--brand-800: #1842a3;--brand-830: #163e98;--brand-860: #15398c;--brand-900: #133581;--brand-05a: rgba(140, 170, 238, 0.05);--brand-10a: rgba(140, 170, 238, 0.1);--brand-15a: rgba(140, 170, 238, 0.15);--brand-20a: rgba(140, 170, 238, 0.2);--brand-25a: rgba(140, 170, 238, 0.25);--brand-30a: rgba(140, 170, 238, 0.3);--brand-35a: rgba(140, 170, 238, 0.35);--brand-40a: rgba(140, 170, 238, 0.4);--brand-45a: rgba(140, 170, 238, 0.45);--brand-50a: rgba(140, 170, 238, 0.5);--brand-55a: rgba(140, 170, 238, 0.55);--brand-60a: rgba(140, 170, 238, 0.6);--brand-65a: rgba(140, 170, 238, 0.65);--brand-70a: rgba(140, 170, 238, 0.7);--brand-75a: rgba(140, 170, 238, 0.75);--brand-80a: rgba(140, 170, 238, 0.8);--brand-85a: rgba(140, 170, 238, 0.85);--brand-90a: rgba(140, 170, 238, 0.9);--brand-95a: rgba(140, 170, 238, 0.95);--header-primary: #c6d0f5 !important;--header-secondary: #a5adce !important;--__header-bar-background: #292c3c !important;--text-normal: #c6d0f5 !important;--text-default: #c6d0f5;--text-muted: #a5adce !important;--text-link: #8caaee !important;--text-link-low-saturation: #85c1dc;--text-low-contrast: #838ba7;--text-positive: #a6d189;--text-warning: #e5c890;--text-danger: #e78284;--text-brand: #8caaee;--text-primary: #c6d0f5;--text-secondary: #b5bfe2;--text-tertiary: #a5adce !important;--text-feedback-positive: #a6d189;--text-feedback-critical: #e78284;--text-feedback-warning: #e5c890;--text-feedback-info: #8caaee;--background-feedback-positive: rgba(166, 209, 137, 0.1);--background-feedback-critical: rgba(231, 130, 132, 0.1);--background-feedback-warning: rgba(229, 200, 144, 0.1);--background-feedback-info: rgba(140, 170, 238, 0.1);--autocomplete-bg: #232634;--message-reacted-background: rgba(140, 170, 238, 0.3) !important;--message-reacted-text: #8caaee;--opacity-blurple-8: rgba(140, 170, 238, 0.08);--opacity-blurple-16: rgba(140, 170, 238, 0.16);--opacity-blurple-24: rgba(140, 170, 238, 0.24);--opacity-blurple-32: rgba(140, 170, 238, 0.32);--opacity-blurple-60: rgba(140, 170, 238, 0.6);--blurple-50: #8caaee;--background-primary: #303446 !important;--background-secondary: #292c3c !important;--background-secondary-alt: #2e3243 !important;--background-tertiary: #232634 !important;--background-accent: #51576d !important;--background-floating: #1f222e !important;--background-surface-highest: #414559 !important;--background-surface-higher: #3b3e50 !important;--background-surface-high: #303446 !important;--background-base-lowest: #232634 !important;--background-base-lower: #292c3c !important;--background-base-low: #2e3243 !important;--background-nested-floating: #292c3c;--background-mobile-primary: #303446;--background-mobile-secondary: #292c3c;--bg-base-secondary: #292c3c;--bg-base-tertiary: #232634 !important;--bg-surface-overlay: #34384c;--bg-surface-raised: #292c3c;--bg-overlay-floating: #2e3243;--home-background: #303446;--chat-background: #303446;--chat-border: #232634;--chat-input-container-background: #303446;--chat-text-muted: #a5adce;--border-normal: #232634;--border-subtle: #303446 !important;--background-modifier-hover: rgba(148, 156, 187, 0.15);--background-modifier-selected: rgba(115, 121, 148, 0.2);--background-modifier-accent: rgba(198, 208, 245, 0.26);--background-modifier-active: rgba(198, 208, 245, 0.17);--background-mod-faint: #626880;--background-mod-normal: #51576d;--background-mod-strong: #303446;--background-mod-subtle: #414559;--custom-channel-members-bg: #292c3c;--custom-status-bubble-background: #232634 !important;--custom-status-bubble-background-color: #292c3c !important;--card-primary-bg: #414559 !important;--info-positive-background: rgba(166, 209, 137, 0.15);--info-positive-foreground: #a6d189;--info-positive-text: #c6d0f5;--info-warning-background: rgba(229, 200, 144, 0.15);--info-warning-foreground: #e5c890;--info-warning-text: #c6d0f5;--info-danger-background: rgba(231, 130, 132, 0.15);--info-danger-foreground: #e78284;--info-danger-text: #c6d0f5;--info-help-background: rgba(153, 209, 219, 0.15);--info-help-foreground: #99d1db;--info-help-text: #c6d0f5;--status-positive-background: #a6d189;--status-positive-text: #303446;--status-warning-background: #e5c890;--status-warning-text: #303446;--status-danger-background: #e78284;--status-danger-text: #303446;--status-danger: #e78284;--status-positive: #a6d189;--status-warning: #e5c890;--black-500: #232634;--green-360: #a6d189;--yellow-360: #e5c890;--yellow-300: #e5c890;--red-400: #e78284;--red-430: #df575a;--red-500: #db4245;--primary-100: #b5bfe2;--primary-300: #b5bfe2;--primary-400: #b5bfe2;--primary-700: #51576d;--primary-800: #232634;--white: #c6d0f5;--white-400: #c6d0f5;--white-500: #c6d0f5;--guild-boosting-pink: #f4b8e4;--guild-boosting-blue: #8caaee;--guild-boosting-purple: #ca9ee6;--premium-perk-yellow: #e5c890;--premium-perk-purple: #ca9ee6;--premium-perk-dark-blue: #6089e7;--premium-perk-light-blue: #a2baf1;--premium-perk-blue: #8caaee;--premium-perk-green: #a6d189;--premium-perk-pink: #f4b8e4;--premium-perk-orange: #ef9f76;--premium-tier-0-blue: #8caaee;--premium-tier-0-purple: #ca9ee6;--premium-tier-1-blue-for-gradients: #85c1dc;--premium-tier-1-dark-blue-for-gradients: #8caaee;--premium-tier-2-purple-for-gradients: #b475dc;--premium-tier-2-purple-for-gradients-2: #ca9ee6;--premium-tier-2-pink-for-gradients: #f4b8e4;--button-danger-background: #e78284;--button-danger-background-hover: #e36d6f;--button-danger-background-active: #df575a;--button-danger-background-disabled: #e78284;--button-positive-background: #a6d189;--button-positive-background-hover: #98ca77;--button-positive-background-active: #91c66d;--button-positive-background-disabled: #a6d189;--button-secondary-background: #51576d !important;--button-secondary-background-hover: #464b5e;--button-secondary-background-active: #464b5e;--button-secondary-background-disabled: #51576d;--button-secondary-text: #c6d0f5 !important;--button-outline-danger-text: #c6d0f5;--button-outline-danger-border: #e78284;--button-outline-danger-background: transparent;--button-outline-danger-background-hover: #e57779;--button-outline-danger-text-hover: #303446;--button-outline-danger-border-hover: #e57779;--button-outline-danger-background-active: #e36d6f;--button-outline-danger-text-active: #303446;--button-outline-danger-border-active: #e57779;--button-outline-positive-text: #c6d0f5;--button-outline-positive-border: #a6d189;--button-outline-positive-background: transparent;--button-outline-positive-background-hover: #9fcd80;--button-outline-positive-text-hover: #303446;--button-outline-positive-border-hover: #9fcd80;--button-outline-positive-background-active: #98ca77;--button-outline-positive-text-active: #303446;--button-outline-positive-border-active: #9fcd80;--button-outline-brand-text: #c6d0f5;--button-outline-brand-border: #8caaee;--button-outline-brand-background: transparent;--button-outline-brand-background-hover: #81a2ec;--button-outline-brand-text-hover: #303446;--button-outline-brand-border-hover: #81a2ec;--button-outline-brand-background-active: #769aeb;--button-outline-brand-text-active: #303446;--button-outline-brand-border-active: #81a2ec;--button-outline-primary-text: #c6d0f5;--button-outline-primary-border: #626880;--button-outline-primary-background: transparent;--button-outline-primary-background-hover: #5c6279;--button-outline-primary-text-hover: #303446;--button-outline-primary-border-hover: #5c6279;--button-outline-primary-background-active: #575c72;--button-outline-primary-text-active: #303446;--button-outline-primary-border-active: #5c6279;--button-filled-brand-text: #232634;--button-filled-brand-background: #8caaee;--button-filled-brand-background-hover: #6b91e9;--button-filled-brand-background-active: #5481e6;--button-filled-brand-inverted-text: #232634;--button-filled-brand-inverted-background: #c6d0f5;--button-filled-brand-inverted-background-hover: #a5b5ef;--button-filled-brand-inverted-background-active: #90a3eb;--modal-background: #303446 !important;--modal-footer-background: #232634;--scrollbar-thin-thumb: #8caaee;--scrollbar-thin-track: transparent;--scrollbar-auto-thumb: #8caaee;--scrollbar-auto-track: #232634;--scrollbar-auto-scrollbar-color-thumb: #8caaee;--scrollbar-auto-scrollbar-color-track: #232634;--input-background: #232634;--input-placeholder-text: #b5bfe2;--logo-primary: #c6d0f5;--control-brand-foreground: #8caaee;--control-brand-foreground-new: #8caaee;--mention-foreground: #8caaee;--mention-background: rgba(140, 170, 238, 0.3);--background-mentioned: rgba(229, 200, 144, 0.1);--background-mentioned-hover: rgba(229, 200, 144, 0.08);--background-message-hover: rgba(35, 38, 52, 0.3) !important;--background-message-automod: rgba(242, 213, 207, 0.05);--background-message-automod-hover: rgba(242, 213, 207, 0.1);--background-message-highlight: rgba(140, 170, 238, 0.08);--background-message-highlight-hover: rgba(140, 170, 238, 0.06);--background-code: #303446;--channels-default: #949ec5 !important;--channel-icon: #949ec5 !important;--channel-text-area-placeholder: rgba(198, 208, 245, 0.5);--channeltextarea-background: #292c3c;--icon-muted: #626880;--icon-default: #c6d0f5;--icon-primary: #c6d0f5;--icon-secondary: #b5bfe2;--icon-tertiary: #949ec5 !important;--activity-card-background: #232634;--textbox-markdown-syntax: #737994;--spoiler-revealed-background: #414559;--spoiler-hidden-background: #626880;--android-navigation-bar-background: #232634;--android-ripple: rgba(35, 38, 52, 0.3);--deprecated-card-bg: rgba(35, 38, 52, 0.6);--deprecated-card-editable-bg: rgba(35, 38, 52, 0.3);--bg-mod-faint: rgba(98, 104, 128, 0.1);--bg-mod-subtle: rgba(98, 104, 128, 0.25) !important;--bg-mod-strong: rgba(98, 104, 128, 0.45) !important;--deprecated-text-input-bg: #232634;--deprecated-text-input-border: rgba(35, 38, 52, 0.3);--deprecated-text-input-border-hover: #191b25;--deprecated-text-input-border-disabled: #292c3c;--focus-primary: #8caaee;--interactive-normal: #c6d0f5 !important;--interactive-muted: #737994;--interactive-hover: #c6d0f5;--interactive-active: #c6d0f5;--search-popout-option-non-text-color: #a5adce;--__spoiler-background-color--hidden: #626880;--__spoiler-warning-background-color: #6d748e;--user-profile-overlay-background: #292c3c;--user-profile-overlay-background-hover: #414559;--plum-23: #303446;--badge-brand-bg: #8caaee;--badge-brand-text: #232634;--twitch: #b475dc;--playstation: #6089e7;--spotify: #a6d189;--notice-background-critical: #e78284;--notice-background-info: #8caaee;--notice-background-positive: #a6d189;--notice-background-warning: #e5c890;--notice-text-critical: #232634;--notice-text-info: #232634;--notice-text-positive: #232634;--notice-text-warning: #232634}.theme-dark ::selection,.visual-refresh.theme-dark ::selection,.visual-refresh .theme-dark ::selection{background-color:rgba(140, 170, 238, 0.6)}.theme-dark [class*=staffBadge_],.visual-refresh.theme-dark [class*=staffBadge_],.visual-refresh .theme-dark [class*=staffBadge_]{background-image:url("data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23232634'%3E%3Cpath d='m5.92127 6.03526s.22115-.33086.31286-.47743c.09172-.14657-.23743-.49286-.36514-.60257-.12772-.10971-.32914-.05486-.32914-.05486-1.60715.71229-2.41115 2.17372-2.52086 2.466-.10972.29229.27943.61115.56657.76715.132.072.342-.08743.47143-.20572l.04371-.04457.06772-.06857.00085-.00086 4.37229 4.35517.59743-.5975 1.09801-1.098-4.32173-4.43224z'/%3E%3Cpath d='m16.2505 10.6294.2306-.2194 2.0717 2.052c.0146.0129.03.018.0437.018.0395 0 .072-.036.072-.036s2.2937-2.2757 2.3015-2.2834c.0677-.0669 0-.1037 0-.1037l-1.7692-1.78119-.0026.00258-.2425-.23743.1354-.13029.2897.03343-.0548-.384.0728-.07371-.1088-.55372c-.378-.53571-1.4135-1.39371-1.4135-1.39371l-.5417-.09772-.0548.07286-.408-.06086.0394.348.0257.02572-.1209.12171-.6685-.654s-3.8795-2.10686-4.086-2.20457c-.1166-.054-.2023-.09-.2846-.09-.0634 0-.1251.02143-.1963.072-.1646.11571-.0677.34886-.0677.34886l2.412 4.45714.4826.47829-.1509.15085-.0557.05572-.3857-.05315.0591.38229-.1114.11143-.0197-.01972c-.018-.018-.0429-.02742-.0669-.02742s-.048.00942-.0668.02742c-.0369.03686-.0369.09686 0 .13372l.0197.01971-.0532.054-.0137-.01457c-.0188-.018-.0428-.02743-.0668-.02743-.0249 0-.0489.00943-.0669.02743-.0368.03686-.0368.09686 0 .13372l.0146.01457-1.0149 1.02004-.0231-.0232c-.0189-.018-.0429-.0274-.0669-.0274s-.048.0094-.0668.0274c-.0369.0369-.0369.0969 0 .1337l.024.0232-.054.054-.018-.0172c-.018-.0188-.0429-.0283-.066-.0283-.0249 0-.0489.0095-.0677.0283-.036.0369-.036.096 0 .1329l.018.018-.132.1337-.018.1697.0694.0712-.0017.0008-.084.0857-5.47632 5.4755-.07114-.0592-.22714.0326-.12858.1303-.00857-.0086c-.01885-.0189-.04285-.0283-.06685-.0283s-.04886.0094-.06686.0283c-.03686.0369-.03686.096 0 .1329l.01028.0102-.05314.0549-.00514-.0051c-.018-.0189-.04286-.0283-.06686-.0283s-.048.0094-.06686.0283c-.036.0368-.036.096 0 .1328l.006.0069-1.002 1.0191-.02057-.0206c-.01885-.0188-.042-.0274-.06685-.0274-.024 0-.048.0086-.06686.0274-.03686.0369-.03686.0969 0 .1338l.02228.0214-.05314.054-.01628-.0163c-.01886-.018-.04286-.0274-.06772-.0274-.02314 0-.048.0094-.066.0274-.03686.0369-.03686.0969 0 .1337l.01714.018-.07457.0763-.38828-.0694.02914.4337-.12257.1251.10628.5846s.16286.5091.498.8469c.32486.3274.82029.4842.84172.5005l.55971.0977.138-.1354.38572.0626-.06343-.3814.11743-.1149.054.054c.018.018.042.0274.066.0274s.04885-.0094.06685-.0274c.03686-.0377.03686-.0969 0-.1337l-.05314-.0532.05486-.0531.04628.0463c.018.0188.04286.0283.06686.0283s.048-.0095.06686-.0283c.03686-.0369.03686-.096 0-.1329l-.04543-.0463 1.01743-1.0037.04457.0446c.018.0189.04286.0274.06686.0274s.048-.0085.06685-.0274c.036-.0369.036-.0969 0-.1337l-.04371-.0429.054-.054.03771.0377c.018.018.042.0275.066.0275.02486 0 .04886-.0095.06686-.0275.03686-.0368.03686-.0968 0-.1337l-.03686-.0368.114-.1115.04115-.2442-.06086-.0609.00086-.0009.11057-.1097 5.43946-5.4411-.0026-.0052.1063.1098.1706-.0189.1534-.1543.0248.0249c.0189.018.0429.0274.0669.0274s.0489-.0094.0669-.0274c.0368-.0369.0368-.0969 0-.1337l-.0249-.0249.054-.0531.0189.0188c.018.018.042.0274.0668.0274.024 0 .048-.0094.066-.0274.0369-.0368.0369-.0968 0-.1337l-.0188-.0197 1.0165-1.0183.0266.0266c.018.018.042.0274.066.0274.0249 0 .0489-.0094.0669-.0274.0368-.0369.0368-.0969 0-.1337l-.0266-.0266.054-.054.0206.0214c.0188.018.0428.0274.0668.0274s.048-.0094.0669-.0274c.0368-.0377.0368-.0968 0-.1337l-.0206-.0214.1131-.1132.378.0592z'/%3E%3Cpath d='m17.0057 16.7793-2.4111-1.8274-.4294-.4423-1.6637 1.6637.4183.3995 1.5711 2.3562 2.1188 2.3203 2.4421-2.2783z'/%3E%3C/g%3E%3C/svg%3E") !important}.theme-dark [class*=permissionCheckmark_],.visual-refresh.theme-dark [class*=permissionCheckmark_],.visual-refresh .theme-dark [class*=permissionCheckmark_]{background-image:url("data:image/svg+xml,%3Csvg height='18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m0 0h18v18h-18z'/%3E%3Cpath d='m14.25 14.25h-10.5v-10.5h7.5v-1.5h-7.5c-.8325 0-1.5.6675-1.5 1.5v10.5c0 .8284271.67157288 1.5 1.5 1.5h10.5c.8284271 0 1.5-.6715729 1.5-1.5v-6h-1.5zm-7.5675-6.94-1.0575 1.065 3.375 3.375 7.5-7.5-1.0575-1.065-6.4425 6.4425z' fill='%23a6d189'/%3E%3C/g%3E%3C/svg%3E") !important}.theme-dark [class*=removeKeybind_],.visual-refresh.theme-dark [class*=removeKeybind_],.visual-refresh .theme-dark [class*=removeKeybind_]{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18" height="18"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cpath d="M0 0h18v18H0"/%3E%3Cpath fill="%23232634" d="M14.25 4.8075L13.1925 3.75 9 7.9425 4.8075 3.75 3.75 4.8075 7.9425 9 3.75 13.1925 4.8075 14.25 9 10.0575l4.1925 4.1925 1.0575-1.0575L10.0575 9"/%3E%3C/g%3E%3C/svg%3E') !important}.theme-dark [class*=removeGame_],.visual-refresh.theme-dark [class*=removeGame_],.visual-refresh .theme-dark [class*=removeGame_]{background-image:url("data:image/svg+xml,%3Csvg height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m14.25 4.808-1.057-1.058-4.193 4.192-4.192-4.192-1.058 1.058 4.192 4.192-4.192 4.193 1.058 1.057 4.192-4.193 4.193 4.193 1.057-1.057-4.193-4.193z' fill-rule='nonzero' fill='%23e78284'/%3E%3Cpath d='m0 0h18v18h-18z'/%3E%3C/g%3E%3C/svg%3E") !important}.theme-dark [class*=emojiRemove_],.visual-refresh.theme-dark [class*=emojiRemove_],.visual-refresh .theme-dark [class*=emojiRemove_]{background-image:url("data:image/svg+xml,%3Csvg height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m14.25 4.808-1.057-1.058-4.193 4.192-4.192-4.192-1.058 1.058 4.192 4.192-4.192 4.193 1.058 1.057 4.192-4.193 4.193 4.193 1.057-1.057-4.193-4.193z' fill-rule='nonzero' fill='%23e78284'/%3E%3Cpath d='m0 0h18v18h-18z'/%3E%3C/g%3E%3C/svg%3E") !important}.theme-dark [class*=revokeInvite_],.visual-refresh.theme-dark [class*=revokeInvite_],.visual-refresh .theme-dark [class*=revokeInvite_]{background-image:url("data:image/svg+xml,%3Csvg height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m14.25 4.808-1.057-1.058-4.193 4.192-4.192-4.192-1.058 1.058 4.192 4.192-4.192 4.193 1.058 1.057 4.192-4.193 4.193 4.193 1.057-1.057-4.193-4.193z' fill-rule='nonzero' fill='%23e78284'/%3E%3Cpath d='m0 0h18v18h-18z'/%3E%3C/g%3E%3C/svg%3E") !important}.theme-dark div[class^=uploadArea_] div[class^=icons_] div[class*=image_],.visual-refresh.theme-dark div[class^=uploadArea_] div[class^=icons_] div[class*=image_],.visual-refresh .theme-dark div[class^=uploadArea_] div[class^=icons_] div[class*=image_]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='96' fill='none'%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h72v96H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0h72v96H0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M12 36h48v48H12z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Cg clip-path='url(%23b)'%3E%3Cpath fill='#e5ecfb' d='M72 29.3v60.3c0 2.2 0 3.4-.4 4.2a4 4 0 0 1-1.8 1.8c-.8.4-2 .4-4.2.4H6.4c-2.2 0-3.4 0-4.2-.4a4 4 0 0 1-1.8-1.8c-.4-.8-.4-2-.4-4.2V6.4C0 4.2 0 3 .4 2.2A4 4 0 0 1 2.2.4C3 0 4.2 0 6.4 0h36.3c2 0 3 0 3.9.2l1.4.5v16.9c0 2.2 0 3.4.4 4.2a4 4 0 0 0 1.8 1.8c.8.4 2 .4 4.2.4h16.9l.5 1.4c.2 1 .2 2 .2 3.9z'/%3E%3Cpath fill='#b8cbf5' d='M68.3 20.3c1.3 1.3 2 2 2.5 2.8l.5.9H54.4c-2.2 0-3.4 0-4.2-.4a4 4 0 0 1-1.8-1.8c-.4-.8-.4-2-.4-4.2V.7l.9.5c.8.5 1.5 1.2 2.8 2.5z'/%3E%3C/g%3E%3Cg fill='%238caaee' clip-path='url(%23c)'%3E%3Cpath d='M24 56a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm20 0L33.6 71.5 28 64 16 80h40z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.theme-dark div[class^=uploadArea_] div[class^=icons_] div[class*=code_],.visual-refresh.theme-dark div[class^=uploadArea_] div[class^=icons_] div[class*=code_],.visual-refresh .theme-dark div[class^=uploadArea_] div[class^=icons_] div[class*=code_]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='96' fill='none'%3E%3Cpath fill='#e5ecfb' d='M72 29.3v60.3c0 2.2 0 3.4-.4 4.2a4 4 0 0 1-1.8 1.8c-.8.4-2 .4-4.2.4H6.4c-2.2 0-3.4 0-4.2-.4a4 4 0 0 1-1.8-1.8c-.4-.8-.4-2-.4-4.2V6.4C0 4.2 0 3 .4 2.2A4 4 0 0 1 2.2.4C3 0 4.2 0 6.4 0h36.3c2 0 3 0 3.9.2l1.4.5v16.9c0 2.2 0 3.4.4 4.2a4 4 0 0 0 1.8 1.8c.8.4 2 .4 4.2.4h16.9l.5 1.4c.2 1 .2 2 .2 3.9z'/%3E%3Cpath fill='#b8cbf5' d='M68.3 20.3c1.3 1.3 2 2 2.5 2.8l.5.9H54.4c-2.2 0-3.4 0-4.2-.4a4 4 0 0 1-1.8-1.8c-.4-.8-.4-2-.4-4.2V.7l.9.5c.8.5 1.5 1.2 2.8 2.5z'/%3E%3Cpath fill='%238caaee' fill-rule='evenodd' d='M23.7 40.5c.7-.3 1.3-.4 2-.5H28v4h-2l-.8.1a2 2 0 0 0-1 1.1l-.2.7v10.4a7.3 7.3 0 0 1-1.5 3.7 5.6 5.6 0 0 1 1.5 3.7V74l.1.8c.2.4.6.8 1.1 1l.7.2H28v4h-2.3c-.7-.1-1.3-.2-2-.5a6 6 0 0 1-3.7-5.2V64l-.1-.8a2 2 0 0 0-1.1-1L18 62h-2v-4h2l.8-.1a2 2 0 0 0 1-1.1l.2-.7V45.7c.1-.7.2-1.3.5-2a6 6 0 0 1 3.2-3.2zm29.5 17.3.7.2H56v4h-2l-.8.1a2 2 0 0 0-1 1.1l-.2.7v10.4c-.1.7-.2 1.3-.5 2a6 6 0 0 1-5.2 3.7H44v-4h2l.8-.1a2 2 0 0 0 1-1.1l.2-.7V63.7a7.3 7.3 0 0 1 1.5-3.7 5.6 5.6 0 0 1-1.5-3.7V46l-.1-.8a2 2 0 0 0-1.1-1L46 44h-2v-4h2.3c.7.1 1.3.2 2 .5a6 6 0 0 1 3.7 5.2V56l.1.8c.2.4.6.8 1.1 1z' clip-rule='evenodd'/%3E%3C/svg%3E")}.theme-dark div[class^=uploadArea_] div[class^=icons_] div[class*=document_],.visual-refresh.theme-dark div[class^=uploadArea_] div[class^=icons_] div[class*=document_],.visual-refresh .theme-dark div[class^=uploadArea_] div[class^=icons_] div[class*=document_]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='96' fill='none'%3E%3Cpath fill='#e5ecfb' d='M72 29.3v60.3c0 2.2 0 3.4-.4 4.2a4 4 0 0 1-1.8 1.8c-.8.4-2 .4-4.2.4H6.4c-2.2 0-3.4 0-4.2-.4a4 4 0 0 1-1.8-1.8c-.4-.8-.4-2-.4-4.2V6.4C0 4.2 0 3 .4 2.2A4 4 0 0 1 2.2.4C3 0 4.2 0 6.4 0h36.3c2 0 3 0 3.9.2l1.4.5v16.9c0 2.2 0 3.4.4 4.2a4 4 0 0 0 1.8 1.8c.8.4 2 .4 4.2.4h16.9l.5 1.4c.2 1 .2 2 .2 3.9z'/%3E%3Cpath fill='#b8cbf5' d='M68.3 20.3c1.3 1.3 2 2 2.5 2.8l.5.9H54.4c-2.2 0-3.4 0-4.2-.4a4 4 0 0 1-1.8-1.8c-.4-.8-.4-2-.4-4.2V.7l.9.5c.8.5 1.5 1.2 2.8 2.5z'/%3E%3Cpath fill='%238caaee' fill-rule='evenodd' d='M56 40H40v4h16zm0 12H40v4h16zM16 64h40v4H16zm40 12H16v4h40zM26 56h-4V44h-6v-4h16v4h-6z' clip-rule='evenodd'/%3E%3C/svg%3E")}.theme-dark [class*=lockIcon_],.visual-refresh.theme-dark [class*=lockIcon_],.visual-refresh .theme-dark [class*=lockIcon_]{content:url("data:image/svg+xml,%3Csvg height='14' viewBox='0 0 10 14' width='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m553 515h-6v-1c0-1.654 1.346-3 3-3s3 1.346 3 3zm-4 6h2v-4h-2zm1-12c-2.762 0-5 2.238-5 5v1 4 2c0 1.104.896 2 2 2h6c1.104 0 2-.896 2-2v-2-4-1c0-2.762-2.238-5-5-5z' fill='%23a6d189' fill-rule='evenodd' transform='translate(-545 -509)'/%3E%3C/svg%3E") !important}.theme-dark svg[class*=noItemsIcon_],.visual-refresh.theme-dark svg[class*=noItemsIcon_],.visual-refresh .theme-dark svg[class*=noItemsIcon_]{background-color:#51576d}.theme-dark svg[class*=tier1ProfilePerk_],.visual-refresh.theme-dark svg[class*=tier1ProfilePerk_],.visual-refresh .theme-dark svg[class*=tier1ProfilePerk_]{color:#8caaee !important}.theme-dark svg[class*=tier1BoostPerk_],.visual-refresh.theme-dark svg[class*=tier1BoostPerk_],.visual-refresh .theme-dark svg[class*=tier1BoostPerk_]{color:#f4b8e4 !important}.theme-dark svg[class*=tier1CustomEmojiPerk_],.visual-refresh.theme-dark svg[class*=tier1CustomEmojiPerk_],.visual-refresh .theme-dark svg[class*=tier1CustomEmojiPerk_]{color:#e5c890 !important}.theme-dark svg[class*=tier1UploadPerk_],.visual-refresh.theme-dark svg[class*=tier1UploadPerk_],.visual-refresh .theme-dark svg[class*=tier1UploadPerk_]{color:#babbf1 !important}.theme-dark svg[class*=tier1StreamPerk_],.visual-refresh.theme-dark svg[class*=tier1StreamPerk_],.visual-refresh .theme-dark svg[class*=tier1StreamPerk_]{color:#a6d189 !important}.theme-dark svg[class*=threadIcon_],.visual-refresh.theme-dark svg[class*=threadIcon_],.visual-refresh .theme-dark svg[class*=threadIcon_]{color:#c6d0f5 !important}.theme-dark svg[class*=premiumIcon_],.visual-refresh.theme-dark svg[class*=premiumIcon_],.visual-refresh .theme-dark svg[class*=premiumIcon_]{color:#f4b8e4 !important}.theme-dark svg[class*=gameIcon_],.visual-refresh.theme-dark svg[class*=gameIcon_],.visual-refresh .theme-dark svg[class*=gameIcon_]{color:#c6d0f5 !important}.theme-dark svg[class*=currentTierIcon_],.visual-refresh.theme-dark svg[class*=currentTierIcon_],.visual-refresh .theme-dark svg[class*=currentTierIcon_]{color:#f4b8e4 !important}.theme-dark svg[class*=tier3Icon_],.visual-refresh.theme-dark svg[class*=tier3Icon_],.visual-refresh .theme-dark svg[class*=tier3Icon_]{color:#f4b8e4 !important}.theme-dark svg[class*=searchIcon_],.visual-refresh.theme-dark svg[class*=searchIcon_],.visual-refresh .theme-dark svg[class*=searchIcon_]{color:#a5adce !important}.theme-dark svg[class*=upsellIcon_],.visual-refresh.theme-dark svg[class*=upsellIcon_],.visual-refresh .theme-dark svg[class*=upsellIcon_]{color:#f4b8e4 !important}.theme-dark,.visual-refresh.theme-dark,.visual-refresh .theme-dark{--thread-default: var(--ctp-rainbow-thread-disabled) var(--channels-default);--thread-core: var(--ctp-rainbow-thread-disabled) var(--text-primary);--thread-muted: var(--ctp-rainbow-thread-disabled) var(--interactive-muted)}.theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group]>div[class^=spineBorder],.visual-refresh.theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group]>div[class^=spineBorder],.visual-refresh .theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group]>div[class^=spineBorder]{--step: calc(var(--channels-name-line-height) + 10px);background:var(--thread-muted, repeating-linear-gradient(#85545c calc(var(--step) * 0), #85545c calc(var(--step) * 1), #896355 calc(var(--step) * 1), #896355 calc(var(--step) * 2), #847762 calc(var(--step) * 2), #847762 calc(var(--step) * 3), #657c5f calc(var(--step) * 3), #657c5f calc(var(--step) * 4), #586891 calc(var(--step) * 4), #586891 calc(var(--step) * 5), #77628d calc(var(--step) * 5), #77628d calc(var(--step) * 6)))}.theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 1),.visual-refresh.theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 1),.visual-refresh .theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 1){--channels-default: var(--thread-default, rgba(231, 130, 132, 0.7));--text-primary: var(--thread-core, #e78284);--interactive-hover: var(--thread-core, #e78284);--interactive-active: var(--thread-core, #e78284);--interactive-muted: var(--thread-muted, #85545c)}.theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 2),.visual-refresh.theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 2),.visual-refresh .theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 2){--channels-default: var(--thread-default, rgba(239, 159, 118, 0.7));--text-primary: var(--thread-core, #ef9f76);--interactive-hover: var(--thread-core, #ef9f76);--interactive-active: var(--thread-core, #ef9f76);--interactive-muted: var(--thread-muted, #896355)}.theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 3),.visual-refresh.theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 3),.visual-refresh .theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 3){--channels-default: var(--thread-default, rgba(229, 200, 144, 0.7));--text-primary: var(--thread-core, #e5c890);--interactive-hover: var(--thread-core, #e5c890);--interactive-active: var(--thread-core, #e5c890);--interactive-muted: var(--thread-muted, #847762)}.theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 4),.visual-refresh.theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 4),.visual-refresh .theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 4){--channels-default: var(--thread-default, rgba(166, 209, 137, 0.7));--text-primary: var(--thread-core, #a6d189);--interactive-hover: var(--thread-core, #a6d189);--interactive-active: var(--thread-core, #a6d189);--interactive-muted: var(--thread-muted, #657c5f)}.theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 5),.visual-refresh.theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 5),.visual-refresh .theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 5){--channels-default: var(--thread-default, rgba(140, 170, 238, 0.7));--text-primary: var(--thread-core, #8caaee);--interactive-hover: var(--thread-core, #8caaee);--interactive-active: var(--thread-core, #8caaee);--interactive-muted: var(--thread-muted, #586891)}.theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 6),.visual-refresh.theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 6),.visual-refresh .theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 6){--channels-default: var(--thread-default, rgba(202, 158, 230, 0.7));--text-primary: var(--thread-core, #ca9ee6);--interactive-hover: var(--thread-core, #ca9ee6);--interactive-active: var(--thread-core, #ca9ee6);--interactive-muted: var(--thread-muted, #77628d)}.theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group] li:only-of-type,.visual-refresh.theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group] li:only-of-type,.visual-refresh .theme-dark ul[class^=content_]>li[class^=container_]>ul[role=group] li:only-of-type{--channels-default: var(--thread-default, rgba(140, 170, 238, 0.7));--text-primary: var(--thread-core, #8caaee);--interactive-hover: var(--thread-core, #8caaee);--interactive-active: var(--thread-core, #8caaee);--interactive-muted: var(--thread-muted, #586891)}.theme-dark svg [fill="#ca9654"],.theme-dark svg[fill="#ca9654"],.visual-refresh.theme-dark svg [fill="#ca9654"],.visual-refresh.theme-dark svg[fill="#ca9654"],.visual-refresh .theme-dark svg [fill="#ca9654"],.visual-refresh .theme-dark svg[fill="#ca9654"]{fill:#e5c890}.theme-dark div[style="background-color: rgb(202, 150, 84);"],.visual-refresh.theme-dark div[style="background-color: rgb(202, 150, 84);"],.visual-refresh .theme-dark div[style="background-color: rgb(202, 150, 84);"]{background-color:#e5c890 !important}.theme-dark svg [fill="#d83a42"],.theme-dark svg[fill="#d83a42"],.visual-refresh.theme-dark svg [fill="#d83a42"],.visual-refresh.theme-dark svg[fill="#d83a42"],.visual-refresh .theme-dark svg [fill="#d83a42"],.visual-refresh .theme-dark svg[fill="#d83a42"]{fill:#e78284}.theme-dark div[style="background-color: rgb(216, 58, 66);"],.visual-refresh.theme-dark div[style="background-color: rgb(216, 58, 66);"],.visual-refresh .theme-dark div[style="background-color: rgb(216, 58, 66);"]{background-color:#e78284 !important}.theme-dark svg [fill="#43a25a"],.theme-dark svg[fill="#43a25a"],.visual-refresh.theme-dark svg [fill="#43a25a"],.visual-refresh.theme-dark svg[fill="#43a25a"],.visual-refresh .theme-dark svg [fill="#43a25a"],.visual-refresh .theme-dark svg[fill="#43a25a"]{fill:#a6d189}.theme-dark div[style="background-color: rgb(67, 162, 90);"],.visual-refresh.theme-dark div[style="background-color: rgb(67, 162, 90);"],.visual-refresh .theme-dark div[style="background-color: rgb(67, 162, 90);"]{background-color:#a6d189 !important}.theme-dark svg [fill="#82838b"],.theme-dark svg[fill="#82838b"],.visual-refresh.theme-dark svg [fill="#82838b"],.visual-refresh.theme-dark svg[fill="#82838b"],.visual-refresh .theme-dark svg [fill="#82838b"],.visual-refresh .theme-dark svg[fill="#82838b"]{fill:#838ba7}.theme-dark div[style="background-color: rgb(130, 131, 139);"],.visual-refresh.theme-dark div[style="background-color: rgb(130, 131, 139);"],.visual-refresh .theme-dark div[style="background-color: rgb(130, 131, 139);"]{background-color:#838ba7 !important}.theme-dark svg [fill="#9147ff"],.theme-dark svg[fill="#9147ff"],.visual-refresh.theme-dark svg [fill="#9147ff"],.visual-refresh.theme-dark svg[fill="#9147ff"],.visual-refresh .theme-dark svg [fill="#9147ff"],.visual-refresh .theme-dark svg[fill="#9147ff"]{fill:var(--twitch)}.theme-dark div[style="background-color: rgb(145, 71, 255);"],.visual-refresh.theme-dark div[style="background-color: rgb(145, 71, 255);"],.visual-refresh .theme-dark div[style="background-color: rgb(145, 71, 255);"]{background-color:var(--twitch) !important}.theme-dark div[class^=newMessagesBar_],.visual-refresh.theme-dark div[class^=newMessagesBar_],.visual-refresh .theme-dark div[class^=newMessagesBar_]{--white: #232634;--button-secondary-background: var(--brand);--button-secondary-background-hover: var(--brand-530)}.theme-dark div[class^=expandedFolderBackground_],.visual-refresh.theme-dark div[class^=expandedFolderBackground_],.visual-refresh .theme-dark div[class^=expandedFolderBackground_]{--background-mod-subtle: #292c3c !important}.theme-dark div[class^=control_]>div[class^=container_],.visual-refresh.theme-dark div[class^=control_]>div[class^=container_],.visual-refresh .theme-dark div[class^=control_]>div[class^=container_]{background-color:#626880 !important;transition:background-color .2s}.theme-dark div[class^=control_]>div[class^=container_]>svg>rect,.visual-refresh.theme-dark div[class^=control_]>div[class^=container_]>svg>rect,.visual-refresh .theme-dark div[class^=control_]>div[class^=container_]>svg>rect{fill:var(--white);transition:fill .2s}.theme-dark div[class^=control_]>div[class^=container_]>svg>svg>path,.visual-refresh.theme-dark div[class^=control_]>div[class^=container_]>svg>svg>path,.visual-refresh .theme-dark div[class^=control_]>div[class^=container_]>svg>svg>path{fill:#626880;transition:fill .2s}.theme-dark div[class^=control_]>div[class^=container_][class*=checked_],.visual-refresh.theme-dark div[class^=control_]>div[class^=container_][class*=checked_],.visual-refresh .theme-dark div[class^=control_]>div[class^=container_][class*=checked_]{background-color:var(--brand-500) !important}.theme-dark div[class^=control_]>div[class^=container_][class*=checked_]>svg>rect,.visual-refresh.theme-dark div[class^=control_]>div[class^=container_][class*=checked_]>svg>rect,.visual-refresh .theme-dark div[class^=control_]>div[class^=container_][class*=checked_]>svg>rect{fill:#232634}.theme-dark div[class^=control_]>div[class^=container_][class*=checked_]>svg>svg>path,.visual-refresh.theme-dark div[class^=control_]>div[class^=container_][class*=checked_]>svg>svg>path,.visual-refresh .theme-dark div[class^=control_]>div[class^=container_][class*=checked_]>svg>svg>path{fill:var(--brand-500)}.theme-dark div[class^=vc-addon-card]>div div[class^=container_],.visual-refresh.theme-dark div[class^=vc-addon-card]>div div[class^=container_],.visual-refresh .theme-dark div[class^=vc-addon-card]>div div[class^=container_]{--primary-400: #626880;transition:background-color .2s}.theme-dark div[class^=vc-addon-card]>div div[class^=container_]>svg>rect,.visual-refresh.theme-dark div[class^=vc-addon-card]>div div[class^=container_]>svg>rect,.visual-refresh .theme-dark div[class^=vc-addon-card]>div div[class^=container_]>svg>rect{fill:var(--white);transition:fill .2s}.theme-dark div[class^=vc-addon-card]>div div[class^=container_][class*=checked_]>svg>rect,.visual-refresh.theme-dark div[class^=vc-addon-card]>div div[class^=container_][class*=checked_]>svg>rect,.visual-refresh .theme-dark div[class^=vc-addon-card]>div div[class^=container_][class*=checked_]>svg>rect{fill:#232634}.theme-dark div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/61ccab047dad737a.svg"],.visual-refresh.theme-dark div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/61ccab047dad737a.svg"],.visual-refresh .theme-dark div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/61ccab047dad737a.svg"]{filter:url('data:image/svg+xml;utf8, #ctp-recolor')}.theme-dark div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/6f076a64de25de4b.svg"],.visual-refresh.theme-dark div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/6f076a64de25de4b.svg"],.visual-refresh .theme-dark div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/6f076a64de25de4b.svg"]{filter:url('data:image/svg+xml;utf8, #ctp-recolor')}.theme-dark div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/53e42368b1409f1a.svg"],.visual-refresh.theme-dark div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/53e42368b1409f1a.svg"],.visual-refresh .theme-dark div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/53e42368b1409f1a.svg"]{filter:url('data:image/svg+xml;utf8, #ctp-recolor')}.theme-dark div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/8b9de960da063cb9.svg"],.visual-refresh.theme-dark div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/8b9de960da063cb9.svg"],.visual-refresh .theme-dark div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/8b9de960da063cb9.svg"]{filter:url('data:image/svg+xml;utf8, #ctp-recolor')}.theme-dark img[class*=maskIcon][src*="/assets/c8ae30e56eb87fdf.svg"],.visual-refresh.theme-dark img[class*=maskIcon][src*="/assets/c8ae30e56eb87fdf.svg"],.visual-refresh .theme-dark img[class*=maskIcon][src*="/assets/c8ae30e56eb87fdf.svg"]{filter:url('data:image/svg+xml;utf8, #ctp-recolor')}.theme-dark div[class^=overlay_][class*=darkThemeGradient_],.visual-refresh.theme-dark div[class^=overlay_][class*=darkThemeGradient_],.visual-refresh .theme-dark div[class^=overlay_][class*=darkThemeGradient_]{background:linear-gradient(0deg, #303446 0, rgba(65, 69, 89, 0.5) 50%, rgba(81, 87, 109, 0))}.theme-dark div[class^=textContentFooter_],.visual-refresh.theme-dark div[class^=textContentFooter_],.visual-refresh .theme-dark div[class^=textContentFooter_]{background:linear-gradient(0deg, #303446, rgba(65, 69, 89, 0.97) 36px, rgba(81, 87, 109, 0.4)) !important}.theme-dark div[class^=textContentFooter_] [class*=tagPill_],.visual-refresh.theme-dark div[class^=textContentFooter_] [class*=tagPill_],.visual-refresh .theme-dark div[class^=textContentFooter_] [class*=tagPill_]{background-color:rgba(81, 87, 109, 0.9)}.theme-dark div[class^=newBadge_][class*=textBadge_][style="background-color: var(--brand-260);"],.theme-dark span[class*=botTagOP_],.visual-refresh.theme-dark div[class^=newBadge_][class*=textBadge_][style="background-color: var(--brand-260);"],.visual-refresh.theme-dark span[class*=botTagOP_],.visual-refresh .theme-dark div[class^=newBadge_][class*=textBadge_][style="background-color: var(--brand-260);"],.visual-refresh .theme-dark span[class*=botTagOP_]{color:var(--badge-brand-text)}.theme-dark [style*="color: white"],.visual-refresh.theme-dark [style*="color: white"],.visual-refresh .theme-dark [style*="color: white"]{color:var(--white) !important}.theme-dark.hljs,.visual-refresh.theme-dark.hljs,.visual-refresh .theme-dark.hljs{color:#c6d0f5;background:#303446}.theme-dark .hljs-keyword,.visual-refresh.theme-dark .hljs-keyword,.visual-refresh .theme-dark .hljs-keyword{color:#ca9ee6}.theme-dark .hljs-built_in,.visual-refresh.theme-dark .hljs-built_in,.visual-refresh .theme-dark .hljs-built_in{color:#e78284}.theme-dark .hljs-type,.visual-refresh.theme-dark .hljs-type,.visual-refresh .theme-dark .hljs-type{color:#e5c890}.theme-dark .hljs-literal,.visual-refresh.theme-dark .hljs-literal,.visual-refresh .theme-dark .hljs-literal{color:#ef9f76}.theme-dark .hljs-number,.visual-refresh.theme-dark .hljs-number,.visual-refresh .theme-dark .hljs-number{color:#ef9f76}.theme-dark .hljs-operator,.visual-refresh.theme-dark .hljs-operator,.visual-refresh .theme-dark .hljs-operator{color:#99d1db}.theme-dark .hljs-punctuation,.visual-refresh.theme-dark .hljs-punctuation,.visual-refresh .theme-dark .hljs-punctuation{color:#b5bfe2}.theme-dark .hljs-property,.visual-refresh.theme-dark .hljs-property,.visual-refresh .theme-dark .hljs-property{color:#81c8be}.theme-dark .hljs-regexp,.visual-refresh.theme-dark .hljs-regexp,.visual-refresh .theme-dark .hljs-regexp{color:#f4b8e4}.theme-dark .hljs-string,.visual-refresh.theme-dark .hljs-string,.visual-refresh .theme-dark .hljs-string{color:#a6d189}.theme-dark .hljs-char.escape_,.visual-refresh.theme-dark .hljs-char.escape_,.visual-refresh .theme-dark .hljs-char.escape_{color:#a6d189}.theme-dark .hljs-subst,.visual-refresh.theme-dark .hljs-subst,.visual-refresh .theme-dark .hljs-subst{color:#a5adce}.theme-dark .hljs-symbol,.visual-refresh.theme-dark .hljs-symbol,.visual-refresh .theme-dark .hljs-symbol{color:#eebebe}.theme-dark .hljs-variable,.visual-refresh.theme-dark .hljs-variable,.visual-refresh .theme-dark .hljs-variable{color:#ca9ee6}.theme-dark .hljs-variable.language_,.visual-refresh.theme-dark .hljs-variable.language_,.visual-refresh .theme-dark .hljs-variable.language_{color:#ca9ee6}.theme-dark .hljs-variable.constant_,.visual-refresh.theme-dark .hljs-variable.constant_,.visual-refresh .theme-dark .hljs-variable.constant_{color:#ef9f76}.theme-dark .hljs-title,.visual-refresh.theme-dark .hljs-title,.visual-refresh .theme-dark .hljs-title{color:#8caaee}.theme-dark .hljs-title.class_,.visual-refresh.theme-dark .hljs-title.class_,.visual-refresh .theme-dark .hljs-title.class_{color:#e5c890}.theme-dark .hljs-title.function_,.visual-refresh.theme-dark .hljs-title.function_,.visual-refresh .theme-dark .hljs-title.function_{color:#8caaee}.theme-dark .hljs-params,.visual-refresh.theme-dark .hljs-params,.visual-refresh .theme-dark .hljs-params{color:#c6d0f5}.theme-dark .hljs-comment,.visual-refresh.theme-dark .hljs-comment,.visual-refresh .theme-dark .hljs-comment{color:#949cbb}.theme-dark .hljs-doctag,.visual-refresh.theme-dark .hljs-doctag,.visual-refresh .theme-dark .hljs-doctag{color:#e78284}.theme-dark .hljs-meta,.visual-refresh.theme-dark .hljs-meta,.visual-refresh .theme-dark .hljs-meta{color:#ef9f76}.theme-dark .hljs-section,.visual-refresh.theme-dark .hljs-section,.visual-refresh .theme-dark .hljs-section{color:#8caaee}.theme-dark .hljs-tag,.visual-refresh.theme-dark .hljs-tag,.visual-refresh .theme-dark .hljs-tag{color:#81c8be}.theme-dark .hljs-name,.visual-refresh.theme-dark .hljs-name,.visual-refresh .theme-dark .hljs-name{color:#ca9ee6}.theme-dark .hljs-attr,.visual-refresh.theme-dark .hljs-attr,.visual-refresh .theme-dark .hljs-attr{color:#8caaee}.theme-dark .hljs-attribute,.visual-refresh.theme-dark .hljs-attribute,.visual-refresh .theme-dark .hljs-attribute{color:#a6d189}.theme-dark .hljs-bullet,.visual-refresh.theme-dark .hljs-bullet,.visual-refresh .theme-dark .hljs-bullet{color:#81c8be}.theme-dark .hljs-code,.visual-refresh.theme-dark .hljs-code,.visual-refresh .theme-dark .hljs-code{color:#a6d189}.theme-dark .hljs-emphasis,.visual-refresh.theme-dark .hljs-emphasis,.visual-refresh .theme-dark .hljs-emphasis{color:#e78284;font-style:italic}.theme-dark .hljs-strong,.visual-refresh.theme-dark .hljs-strong,.visual-refresh .theme-dark .hljs-strong{color:#e78284;font-weight:bold}.theme-dark .hljs-formula,.visual-refresh.theme-dark .hljs-formula,.visual-refresh .theme-dark .hljs-formula{color:#81c8be}.theme-dark .hljs-link,.visual-refresh.theme-dark .hljs-link,.visual-refresh .theme-dark .hljs-link{color:#85c1dc;font-style:italic}.theme-dark .hljs-quote,.visual-refresh.theme-dark .hljs-quote,.visual-refresh .theme-dark .hljs-quote{color:#a6d189;font-style:italic}.theme-dark .hljs-selector-tag,.visual-refresh.theme-dark .hljs-selector-tag,.visual-refresh .theme-dark .hljs-selector-tag{color:#e5c890}.theme-dark .hljs-selector-id,.visual-refresh.theme-dark .hljs-selector-id,.visual-refresh .theme-dark .hljs-selector-id{color:#8caaee}.theme-dark .hljs-selector-class,.visual-refresh.theme-dark .hljs-selector-class,.visual-refresh .theme-dark .hljs-selector-class{color:#81c8be}.theme-dark .hljs-selector-attr,.visual-refresh.theme-dark .hljs-selector-attr,.visual-refresh .theme-dark .hljs-selector-attr{color:#ca9ee6}.theme-dark .hljs-selector-pseudo,.visual-refresh.theme-dark .hljs-selector-pseudo,.visual-refresh .theme-dark .hljs-selector-pseudo{color:#81c8be}.theme-dark .hljs-template-tag,.visual-refresh.theme-dark .hljs-template-tag,.visual-refresh .theme-dark .hljs-template-tag{color:#eebebe}.theme-dark .hljs-template-variable,.visual-refresh.theme-dark .hljs-template-variable,.visual-refresh .theme-dark .hljs-template-variable{color:#eebebe}.theme-dark .hljs-addition,.visual-refresh.theme-dark .hljs-addition,.visual-refresh .theme-dark .hljs-addition{color:#a6d189;background:rgba(166,209,137,.15)}.theme-dark .hljs-deletion,.visual-refresh.theme-dark .hljs-deletion,.visual-refresh .theme-dark .hljs-deletion{color:#e78284;background:rgba(231,130,132,.15)}.theme-light,.visual-refresh.theme-light,.visual-refresh .theme-light{--white: #dce0e8 !important;--white-500: #dce0e8 !important}.theme-light div[class*=tooltipGrey_],.visual-refresh.theme-light div[class*=tooltipGrey_],.visual-refresh .theme-light div[class*=tooltipGrey_]{--white-500: #4c4f69;--white: #4c4f69}.theme-light,.visual-refresh.theme-light,.visual-refresh .theme-light{--brand-experiment: #1e66f5;--bg-brand: #1e66f5;--brand-100: #fafbff;--brand-130: #eef3fe;--brand-160: #e1ebfe;--brand-200: #d5e3fd;--brand-230: #c9dafd;--brand-260: #bdd2fc;--brand-300: #b0cafc;--brand-330: #98b9fa;--brand-360: #80a8f9;--brand-400: #6798f8;--brand-430: #4f87f7;--brand-460: #3677f6;--brand-500: #1e66f5 !important;--brand-530: #0b57ef;--brand-560: #0a4ed6;--brand-600: #0845be;--brand-630: #073ca6;--brand-660: #06338d;--brand-700: #052b75;--brand-730: #052669;--brand-760: #04225c;--brand-800: #041d50;--brand-830: #031944;--brand-860: #021438;--brand-900: #02102c;--brand-05a: rgba(30, 102, 245, 0.05);--brand-10a: rgba(30, 102, 245, 0.1);--brand-15a: rgba(30, 102, 245, 0.15);--brand-20a: rgba(30, 102, 245, 0.2);--brand-25a: rgba(30, 102, 245, 0.25);--brand-30a: rgba(30, 102, 245, 0.3);--brand-35a: rgba(30, 102, 245, 0.35);--brand-40a: rgba(30, 102, 245, 0.4);--brand-45a: rgba(30, 102, 245, 0.45);--brand-50a: rgba(30, 102, 245, 0.5);--brand-55a: rgba(30, 102, 245, 0.55);--brand-60a: rgba(30, 102, 245, 0.6);--brand-65a: rgba(30, 102, 245, 0.65);--brand-70a: rgba(30, 102, 245, 0.7);--brand-75a: rgba(30, 102, 245, 0.75);--brand-80a: rgba(30, 102, 245, 0.8);--brand-85a: rgba(30, 102, 245, 0.85);--brand-90a: rgba(30, 102, 245, 0.9);--brand-95a: rgba(30, 102, 245, 0.95);--header-primary: #4c4f69 !important;--header-secondary: #6c6f85 !important;--__header-bar-background: #e6e9ef !important;--text-normal: #4c4f69 !important;--text-default: #4c4f69;--text-muted: #6c6f85 !important;--text-link: #1e66f5 !important;--text-link-low-saturation: #209fb5;--text-low-contrast: #8c8fa1;--text-positive: #40a02b;--text-warning: #df8e1d;--text-danger: #d20f39;--text-brand: #1e66f5;--text-primary: #4c4f69;--text-secondary: #5c5f77;--text-tertiary: #6c6f85 !important;--text-feedback-positive: #40a02b;--text-feedback-critical: #d20f39;--text-feedback-warning: #df8e1d;--text-feedback-info: #1e66f5;--background-feedback-positive: rgba(64, 160, 43, 0.1);--background-feedback-critical: rgba(210, 15, 57, 0.1);--background-feedback-warning: rgba(223, 142, 29, 0.1);--background-feedback-info: rgba(30, 102, 245, 0.1);--autocomplete-bg: #dce0e8;--message-reacted-background: rgba(30, 102, 245, 0.3) !important;--message-reacted-text: #1e66f5;--opacity-blurple-8: rgba(30, 102, 245, 0.08);--opacity-blurple-16: rgba(30, 102, 245, 0.16);--opacity-blurple-24: rgba(30, 102, 245, 0.24);--opacity-blurple-32: rgba(30, 102, 245, 0.32);--opacity-blurple-60: rgba(30, 102, 245, 0.6);--blurple-50: #1e66f5;--background-primary: #eff1f5 !important;--background-secondary: #e6e9ef !important;--background-secondary-alt: #eceef3 !important;--background-tertiary: #dce0e8 !important;--background-accent: #bcc0cc !important;--background-floating: #d6dbe4 !important;--background-surface-highest: #ccd0da !important;--background-surface-higher: #c3c8d4 !important;--background-surface-high: #eff1f5 !important;--background-base-lowest: #dce0e8 !important;--background-base-lower: #e6e9ef !important;--background-base-low: #eceef3 !important;--background-nested-floating: #e6e9ef;--background-mobile-primary: #eff1f5;--background-mobile-secondary: #e6e9ef;--bg-base-secondary: #e6e9ef;--bg-base-tertiary: #dce0e8 !important;--bg-surface-overlay: #f5f6f9;--bg-surface-raised: #e6e9ef;--bg-overlay-floating: #eceef3;--home-background: #eff1f5;--chat-background: #eff1f5;--chat-border: #dce0e8;--chat-input-container-background: #eff1f5;--chat-text-muted: #6c6f85;--border-normal: #dce0e8;--border-subtle: #eff1f5 !important;--background-modifier-hover: rgba(124, 127, 147, 0.15);--background-modifier-selected: rgba(156, 160, 176, 0.2);--background-modifier-accent: rgba(76, 79, 105, 0.26);--background-modifier-active: rgba(76, 79, 105, 0.17);--background-mod-faint: #acb0be;--background-mod-normal: #bcc0cc;--background-mod-strong: #eff1f5;--background-mod-subtle: #ccd0da;--custom-channel-members-bg: #e6e9ef;--custom-status-bubble-background: #dce0e8 !important;--custom-status-bubble-background-color: #e6e9ef !important;--card-primary-bg: #ccd0da !important;--info-positive-background: rgba(64, 160, 43, 0.15);--info-positive-foreground: #40a02b;--info-positive-text: #4c4f69;--info-warning-background: rgba(223, 142, 29, 0.15);--info-warning-foreground: #df8e1d;--info-warning-text: #4c4f69;--info-danger-background: rgba(210, 15, 57, 0.15);--info-danger-foreground: #d20f39;--info-danger-text: #4c4f69;--info-help-background: rgba(4, 165, 229, 0.15);--info-help-foreground: #04a5e5;--info-help-text: #4c4f69;--status-positive-background: #40a02b;--status-positive-text: #eff1f5;--status-warning-background: #df8e1d;--status-warning-text: #eff1f5;--status-danger-background: #d20f39;--status-danger-text: #eff1f5;--status-danger: #d20f39;--status-positive: #40a02b;--status-warning: #df8e1d;--black-500: #dce0e8;--green-360: #40a02b;--yellow-360: #df8e1d;--yellow-300: #df8e1d;--red-400: #d20f39;--red-430: #a20c2c;--red-500: #8b0a26;--primary-100: #5c5f77;--primary-300: #5c5f77;--primary-400: #5c5f77;--primary-700: #bcc0cc;--primary-800: #dce0e8;--white: #4c4f69;--white-400: #4c4f69;--white-500: #4c4f69;--guild-boosting-pink: #ea76cb;--guild-boosting-blue: #1e66f5;--guild-boosting-purple: #8839ef;--premium-perk-yellow: #df8e1d;--premium-perk-purple: #8839ef;--premium-perk-dark-blue: #0a4ed6;--premium-perk-light-blue: #3677f6;--premium-perk-blue: #1e66f5;--premium-perk-green: #40a02b;--premium-perk-pink: #ea76cb;--premium-perk-orange: #fe640b;--premium-tier-0-blue: #1e66f5;--premium-tier-0-purple: #8839ef;--premium-tier-1-blue-for-gradients: #209fb5;--premium-tier-1-dark-blue-for-gradients: #1e66f5;--premium-tier-2-purple-for-gradients: #6d12e3;--premium-tier-2-purple-for-gradients-2: #8839ef;--premium-tier-2-pink-for-gradients: #ea76cb;--button-danger-background: #d20f39;--button-danger-background-hover: #ba0d33;--button-danger-background-active: #a20c2c;--button-danger-background-disabled: #d20f39;--button-positive-background: #40a02b;--button-positive-background-hover: #388c26;--button-positive-background-active: #348223;--button-positive-background-disabled: #40a02b;--button-secondary-background: #bcc0cc !important;--button-secondary-background-hover: #aeb2c1;--button-secondary-background-active: #aeb2c1;--button-secondary-background-disabled: #bcc0cc;--button-secondary-text: #4c4f69 !important;--button-outline-danger-text: #4c4f69;--button-outline-danger-border: #d20f39;--button-outline-danger-background: transparent;--button-outline-danger-background-hover: #c60e36;--button-outline-danger-text-hover: #eff1f5;--button-outline-danger-border-hover: #c60e36;--button-outline-danger-background-active: #ba0d33;--button-outline-danger-text-active: #eff1f5;--button-outline-danger-border-active: #c60e36;--button-outline-positive-text: #4c4f69;--button-outline-positive-border: #40a02b;--button-outline-positive-background: transparent;--button-outline-positive-background-hover: #3c9628;--button-outline-positive-text-hover: #eff1f5;--button-outline-positive-border-hover: #3c9628;--button-outline-positive-background-active: #388c26;--button-outline-positive-text-active: #eff1f5;--button-outline-positive-border-active: #3c9628;--button-outline-brand-text: #4c4f69;--button-outline-brand-border: #1e66f5;--button-outline-brand-background: transparent;--button-outline-brand-background-hover: #125ef4;--button-outline-brand-text-hover: #eff1f5;--button-outline-brand-border-hover: #125ef4;--button-outline-brand-background-active: #0b57ef;--button-outline-brand-text-active: #eff1f5;--button-outline-brand-border-active: #125ef4;--button-outline-primary-text: #4c4f69;--button-outline-primary-border: #acb0be;--button-outline-primary-background: transparent;--button-outline-primary-background-hover: #a5a9b8;--button-outline-primary-text-hover: #eff1f5;--button-outline-primary-border-hover: #a5a9b8;--button-outline-primary-background-active: #9ea2b3;--button-outline-primary-text-active: #eff1f5;--button-outline-primary-border-active: #a5a9b8;--button-filled-brand-text: #dce0e8;--button-filled-brand-background: #1e66f5;--button-filled-brand-background-hover: #0a53e3;--button-filled-brand-background-active: #094aca;--button-filled-brand-inverted-text: #dce0e8;--button-filled-brand-inverted-background: #4c4f69;--button-filled-brand-inverted-background-hover: #3c3e53;--button-filled-brand-inverted-background-active: #313344;--modal-background: #eff1f5 !important;--modal-footer-background: #dce0e8;--scrollbar-thin-thumb: #1e66f5;--scrollbar-thin-track: transparent;--scrollbar-auto-thumb: #1e66f5;--scrollbar-auto-track: #dce0e8;--scrollbar-auto-scrollbar-color-thumb: #1e66f5;--scrollbar-auto-scrollbar-color-track: #dce0e8;--input-background: #dce0e8;--input-placeholder-text: #5c5f77;--logo-primary: #4c4f69;--control-brand-foreground: #1e66f5;--control-brand-foreground-new: #1e66f5;--mention-foreground: #1e66f5;--mention-background: rgba(30, 102, 245, 0.3);--background-mentioned: rgba(223, 142, 29, 0.1);--background-mentioned-hover: rgba(223, 142, 29, 0.08);--background-message-hover: rgba(220, 224, 232, 0.3) !important;--background-message-automod: rgba(220, 138, 120, 0.05);--background-message-automod-hover: rgba(220, 138, 120, 0.1);--background-message-highlight: rgba(30, 102, 245, 0.08);--background-message-highlight-hover: rgba(30, 102, 245, 0.06);--background-code: #eff1f5;--channels-default: #616377 !important;--channel-icon: #616377 !important;--channel-text-area-placeholder: rgba(76, 79, 105, 0.5);--channeltextarea-background: #e6e9ef;--icon-muted: #acb0be;--icon-default: #4c4f69;--icon-primary: #4c4f69;--icon-secondary: #5c5f77;--icon-tertiary: #616377 !important;--activity-card-background: #dce0e8;--textbox-markdown-syntax: #9ca0b0;--spoiler-revealed-background: #ccd0da;--spoiler-hidden-background: #acb0be;--android-navigation-bar-background: #dce0e8;--android-ripple: rgba(220, 224, 232, 0.3);--deprecated-card-bg: rgba(220, 224, 232, 0.6);--deprecated-card-editable-bg: rgba(220, 224, 232, 0.3);--bg-mod-faint: rgba(172, 176, 190, 0.1);--bg-mod-subtle: rgba(172, 176, 190, 0.25) !important;--bg-mod-strong: rgba(172, 176, 190, 0.45) !important;--deprecated-text-input-bg: #dce0e8;--deprecated-text-input-border: rgba(220, 224, 232, 0.3);--deprecated-text-input-border-hover: #cdd2de;--deprecated-text-input-border-disabled: #e6e9ef;--focus-primary: #1e66f5;--interactive-normal: #4c4f69 !important;--interactive-muted: #9ca0b0;--interactive-hover: #4c4f69;--interactive-active: #4c4f69;--search-popout-option-non-text-color: #6c6f85;--__spoiler-background-color--hidden: #acb0be;--__spoiler-warning-background-color: #babec9;--user-profile-overlay-background: #e6e9ef;--user-profile-overlay-background-hover: #ccd0da;--plum-23: #eff1f5;--badge-brand-bg: #1e66f5;--badge-brand-text: #dce0e8;--twitch: #6d12e3;--playstation: #0a4ed6;--spotify: #40a02b;--notice-background-critical: #d20f39;--notice-background-info: #1e66f5;--notice-background-positive: #40a02b;--notice-background-warning: #df8e1d;--notice-text-critical: #dce0e8;--notice-text-info: #dce0e8;--notice-text-positive: #dce0e8;--notice-text-warning: #dce0e8}.theme-light ::selection,.visual-refresh.theme-light ::selection,.visual-refresh .theme-light ::selection{background-color:rgba(30, 102, 245, 0.6)}.theme-light [class*=staffBadge_],.visual-refresh.theme-light [class*=staffBadge_],.visual-refresh .theme-light [class*=staffBadge_]{background-image:url("data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23dce0e8'%3E%3Cpath d='m5.92127 6.03526s.22115-.33086.31286-.47743c.09172-.14657-.23743-.49286-.36514-.60257-.12772-.10971-.32914-.05486-.32914-.05486-1.60715.71229-2.41115 2.17372-2.52086 2.466-.10972.29229.27943.61115.56657.76715.132.072.342-.08743.47143-.20572l.04371-.04457.06772-.06857.00085-.00086 4.37229 4.35517.59743-.5975 1.09801-1.098-4.32173-4.43224z'/%3E%3Cpath d='m16.2505 10.6294.2306-.2194 2.0717 2.052c.0146.0129.03.018.0437.018.0395 0 .072-.036.072-.036s2.2937-2.2757 2.3015-2.2834c.0677-.0669 0-.1037 0-.1037l-1.7692-1.78119-.0026.00258-.2425-.23743.1354-.13029.2897.03343-.0548-.384.0728-.07371-.1088-.55372c-.378-.53571-1.4135-1.39371-1.4135-1.39371l-.5417-.09772-.0548.07286-.408-.06086.0394.348.0257.02572-.1209.12171-.6685-.654s-3.8795-2.10686-4.086-2.20457c-.1166-.054-.2023-.09-.2846-.09-.0634 0-.1251.02143-.1963.072-.1646.11571-.0677.34886-.0677.34886l2.412 4.45714.4826.47829-.1509.15085-.0557.05572-.3857-.05315.0591.38229-.1114.11143-.0197-.01972c-.018-.018-.0429-.02742-.0669-.02742s-.048.00942-.0668.02742c-.0369.03686-.0369.09686 0 .13372l.0197.01971-.0532.054-.0137-.01457c-.0188-.018-.0428-.02743-.0668-.02743-.0249 0-.0489.00943-.0669.02743-.0368.03686-.0368.09686 0 .13372l.0146.01457-1.0149 1.02004-.0231-.0232c-.0189-.018-.0429-.0274-.0669-.0274s-.048.0094-.0668.0274c-.0369.0369-.0369.0969 0 .1337l.024.0232-.054.054-.018-.0172c-.018-.0188-.0429-.0283-.066-.0283-.0249 0-.0489.0095-.0677.0283-.036.0369-.036.096 0 .1329l.018.018-.132.1337-.018.1697.0694.0712-.0017.0008-.084.0857-5.47632 5.4755-.07114-.0592-.22714.0326-.12858.1303-.00857-.0086c-.01885-.0189-.04285-.0283-.06685-.0283s-.04886.0094-.06686.0283c-.03686.0369-.03686.096 0 .1329l.01028.0102-.05314.0549-.00514-.0051c-.018-.0189-.04286-.0283-.06686-.0283s-.048.0094-.06686.0283c-.036.0368-.036.096 0 .1328l.006.0069-1.002 1.0191-.02057-.0206c-.01885-.0188-.042-.0274-.06685-.0274-.024 0-.048.0086-.06686.0274-.03686.0369-.03686.0969 0 .1338l.02228.0214-.05314.054-.01628-.0163c-.01886-.018-.04286-.0274-.06772-.0274-.02314 0-.048.0094-.066.0274-.03686.0369-.03686.0969 0 .1337l.01714.018-.07457.0763-.38828-.0694.02914.4337-.12257.1251.10628.5846s.16286.5091.498.8469c.32486.3274.82029.4842.84172.5005l.55971.0977.138-.1354.38572.0626-.06343-.3814.11743-.1149.054.054c.018.018.042.0274.066.0274s.04885-.0094.06685-.0274c.03686-.0377.03686-.0969 0-.1337l-.05314-.0532.05486-.0531.04628.0463c.018.0188.04286.0283.06686.0283s.048-.0095.06686-.0283c.03686-.0369.03686-.096 0-.1329l-.04543-.0463 1.01743-1.0037.04457.0446c.018.0189.04286.0274.06686.0274s.048-.0085.06685-.0274c.036-.0369.036-.0969 0-.1337l-.04371-.0429.054-.054.03771.0377c.018.018.042.0275.066.0275.02486 0 .04886-.0095.06686-.0275.03686-.0368.03686-.0968 0-.1337l-.03686-.0368.114-.1115.04115-.2442-.06086-.0609.00086-.0009.11057-.1097 5.43946-5.4411-.0026-.0052.1063.1098.1706-.0189.1534-.1543.0248.0249c.0189.018.0429.0274.0669.0274s.0489-.0094.0669-.0274c.0368-.0369.0368-.0969 0-.1337l-.0249-.0249.054-.0531.0189.0188c.018.018.042.0274.0668.0274.024 0 .048-.0094.066-.0274.0369-.0368.0369-.0968 0-.1337l-.0188-.0197 1.0165-1.0183.0266.0266c.018.018.042.0274.066.0274.0249 0 .0489-.0094.0669-.0274.0368-.0369.0368-.0969 0-.1337l-.0266-.0266.054-.054.0206.0214c.0188.018.0428.0274.0668.0274s.048-.0094.0669-.0274c.0368-.0377.0368-.0968 0-.1337l-.0206-.0214.1131-.1132.378.0592z'/%3E%3Cpath d='m17.0057 16.7793-2.4111-1.8274-.4294-.4423-1.6637 1.6637.4183.3995 1.5711 2.3562 2.1188 2.3203 2.4421-2.2783z'/%3E%3C/g%3E%3C/svg%3E") !important}.theme-light [class*=permissionCheckmark_],.visual-refresh.theme-light [class*=permissionCheckmark_],.visual-refresh .theme-light [class*=permissionCheckmark_]{background-image:url("data:image/svg+xml,%3Csvg height='18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m0 0h18v18h-18z'/%3E%3Cpath d='m14.25 14.25h-10.5v-10.5h7.5v-1.5h-7.5c-.8325 0-1.5.6675-1.5 1.5v10.5c0 .8284271.67157288 1.5 1.5 1.5h10.5c.8284271 0 1.5-.6715729 1.5-1.5v-6h-1.5zm-7.5675-6.94-1.0575 1.065 3.375 3.375 7.5-7.5-1.0575-1.065-6.4425 6.4425z' fill='%2340a02b'/%3E%3C/g%3E%3C/svg%3E") !important}.theme-light [class*=removeKeybind_],.visual-refresh.theme-light [class*=removeKeybind_],.visual-refresh .theme-light [class*=removeKeybind_]{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18" height="18"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cpath d="M0 0h18v18H0"/%3E%3Cpath fill="%23dce0e8" d="M14.25 4.8075L13.1925 3.75 9 7.9425 4.8075 3.75 3.75 4.8075 7.9425 9 3.75 13.1925 4.8075 14.25 9 10.0575l4.1925 4.1925 1.0575-1.0575L10.0575 9"/%3E%3C/g%3E%3C/svg%3E') !important}.theme-light [class*=removeGame_],.visual-refresh.theme-light [class*=removeGame_],.visual-refresh .theme-light [class*=removeGame_]{background-image:url("data:image/svg+xml,%3Csvg height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m14.25 4.808-1.057-1.058-4.193 4.192-4.192-4.192-1.058 1.058 4.192 4.192-4.192 4.193 1.058 1.057 4.192-4.193 4.193 4.193 1.057-1.057-4.193-4.193z' fill-rule='nonzero' fill='%23d20f39'/%3E%3Cpath d='m0 0h18v18h-18z'/%3E%3C/g%3E%3C/svg%3E") !important}.theme-light [class*=emojiRemove_],.visual-refresh.theme-light [class*=emojiRemove_],.visual-refresh .theme-light [class*=emojiRemove_]{background-image:url("data:image/svg+xml,%3Csvg height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m14.25 4.808-1.057-1.058-4.193 4.192-4.192-4.192-1.058 1.058 4.192 4.192-4.192 4.193 1.058 1.057 4.192-4.193 4.193 4.193 1.057-1.057-4.193-4.193z' fill-rule='nonzero' fill='%23d20f39'/%3E%3Cpath d='m0 0h18v18h-18z'/%3E%3C/g%3E%3C/svg%3E") !important}.theme-light [class*=revokeInvite_],.visual-refresh.theme-light [class*=revokeInvite_],.visual-refresh .theme-light [class*=revokeInvite_]{background-image:url("data:image/svg+xml,%3Csvg height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m14.25 4.808-1.057-1.058-4.193 4.192-4.192-4.192-1.058 1.058 4.192 4.192-4.192 4.193 1.058 1.057 4.192-4.193 4.193 4.193 1.057-1.057-4.193-4.193z' fill-rule='nonzero' fill='%23d20f39'/%3E%3Cpath d='m0 0h18v18h-18z'/%3E%3C/g%3E%3C/svg%3E") !important}.theme-light div[class^=uploadArea_] div[class^=icons_] div[class*=image_],.visual-refresh.theme-light div[class^=uploadArea_] div[class^=icons_] div[class*=image_],.visual-refresh .theme-light div[class^=uploadArea_] div[class^=icons_] div[class*=image_]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='96' fill='none'%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h72v96H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='M0 0h72v96H0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M12 36h48v48H12z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Cg clip-path='url(%23b)'%3E%3Cpath fill='#80a8f9' d='M72 29.3v60.3c0 2.2 0 3.4-.4 4.2a4 4 0 0 1-1.8 1.8c-.8.4-2 .4-4.2.4H6.4c-2.2 0-3.4 0-4.2-.4a4 4 0 0 1-1.8-1.8c-.4-.8-.4-2-.4-4.2V6.4C0 4.2 0 3 .4 2.2A4 4 0 0 1 2.2.4C3 0 4.2 0 6.4 0h36.3c2 0 3 0 3.9.2l1.4.5v16.9c0 2.2 0 3.4.4 4.2a4 4 0 0 0 1.8 1.8c.8.4 2 .4 4.2.4h16.9l.5 1.4c.2 1 .2 2 .2 3.9z'/%3E%3Cpath fill='#4f87f7' d='M68.3 20.3c1.3 1.3 2 2 2.5 2.8l.5.9H54.4c-2.2 0-3.4 0-4.2-.4a4 4 0 0 1-1.8-1.8c-.4-.8-.4-2-.4-4.2V.7l.9.5c.8.5 1.5 1.2 2.8 2.5z'/%3E%3C/g%3E%3Cg fill='%231e66f5' clip-path='url(%23c)'%3E%3Cpath d='M24 56a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm20 0L33.6 71.5 28 64 16 80h40z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.theme-light div[class^=uploadArea_] div[class^=icons_] div[class*=code_],.visual-refresh.theme-light div[class^=uploadArea_] div[class^=icons_] div[class*=code_],.visual-refresh .theme-light div[class^=uploadArea_] div[class^=icons_] div[class*=code_]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='96' fill='none'%3E%3Cpath fill='#80a8f9' d='M72 29.3v60.3c0 2.2 0 3.4-.4 4.2a4 4 0 0 1-1.8 1.8c-.8.4-2 .4-4.2.4H6.4c-2.2 0-3.4 0-4.2-.4a4 4 0 0 1-1.8-1.8c-.4-.8-.4-2-.4-4.2V6.4C0 4.2 0 3 .4 2.2A4 4 0 0 1 2.2.4C3 0 4.2 0 6.4 0h36.3c2 0 3 0 3.9.2l1.4.5v16.9c0 2.2 0 3.4.4 4.2a4 4 0 0 0 1.8 1.8c.8.4 2 .4 4.2.4h16.9l.5 1.4c.2 1 .2 2 .2 3.9z'/%3E%3Cpath fill='#4f87f7' d='M68.3 20.3c1.3 1.3 2 2 2.5 2.8l.5.9H54.4c-2.2 0-3.4 0-4.2-.4a4 4 0 0 1-1.8-1.8c-.4-.8-.4-2-.4-4.2V.7l.9.5c.8.5 1.5 1.2 2.8 2.5z'/%3E%3Cpath fill='%231e66f5' fill-rule='evenodd' d='M23.7 40.5c.7-.3 1.3-.4 2-.5H28v4h-2l-.8.1a2 2 0 0 0-1 1.1l-.2.7v10.4a7.3 7.3 0 0 1-1.5 3.7 5.6 5.6 0 0 1 1.5 3.7V74l.1.8c.2.4.6.8 1.1 1l.7.2H28v4h-2.3c-.7-.1-1.3-.2-2-.5a6 6 0 0 1-3.7-5.2V64l-.1-.8a2 2 0 0 0-1.1-1L18 62h-2v-4h2l.8-.1a2 2 0 0 0 1-1.1l.2-.7V45.7c.1-.7.2-1.3.5-2a6 6 0 0 1 3.2-3.2zm29.5 17.3.7.2H56v4h-2l-.8.1a2 2 0 0 0-1 1.1l-.2.7v10.4c-.1.7-.2 1.3-.5 2a6 6 0 0 1-5.2 3.7H44v-4h2l.8-.1a2 2 0 0 0 1-1.1l.2-.7V63.7a7.3 7.3 0 0 1 1.5-3.7 5.6 5.6 0 0 1-1.5-3.7V46l-.1-.8a2 2 0 0 0-1.1-1L46 44h-2v-4h2.3c.7.1 1.3.2 2 .5a6 6 0 0 1 3.7 5.2V56l.1.8c.2.4.6.8 1.1 1z' clip-rule='evenodd'/%3E%3C/svg%3E")}.theme-light div[class^=uploadArea_] div[class^=icons_] div[class*=document_],.visual-refresh.theme-light div[class^=uploadArea_] div[class^=icons_] div[class*=document_],.visual-refresh .theme-light div[class^=uploadArea_] div[class^=icons_] div[class*=document_]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='96' fill='none'%3E%3Cpath fill='#80a8f9' d='M72 29.3v60.3c0 2.2 0 3.4-.4 4.2a4 4 0 0 1-1.8 1.8c-.8.4-2 .4-4.2.4H6.4c-2.2 0-3.4 0-4.2-.4a4 4 0 0 1-1.8-1.8c-.4-.8-.4-2-.4-4.2V6.4C0 4.2 0 3 .4 2.2A4 4 0 0 1 2.2.4C3 0 4.2 0 6.4 0h36.3c2 0 3 0 3.9.2l1.4.5v16.9c0 2.2 0 3.4.4 4.2a4 4 0 0 0 1.8 1.8c.8.4 2 .4 4.2.4h16.9l.5 1.4c.2 1 .2 2 .2 3.9z'/%3E%3Cpath fill='#4f87f7' d='M68.3 20.3c1.3 1.3 2 2 2.5 2.8l.5.9H54.4c-2.2 0-3.4 0-4.2-.4a4 4 0 0 1-1.8-1.8c-.4-.8-.4-2-.4-4.2V.7l.9.5c.8.5 1.5 1.2 2.8 2.5z'/%3E%3Cpath fill='%231e66f5' fill-rule='evenodd' d='M56 40H40v4h16zm0 12H40v4h16zM16 64h40v4H16zm40 12H16v4h40zM26 56h-4V44h-6v-4h16v4h-6z' clip-rule='evenodd'/%3E%3C/svg%3E")}.theme-light [class*=lockIcon_],.visual-refresh.theme-light [class*=lockIcon_],.visual-refresh .theme-light [class*=lockIcon_]{content:url("data:image/svg+xml,%3Csvg height='14' viewBox='0 0 10 14' width='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m553 515h-6v-1c0-1.654 1.346-3 3-3s3 1.346 3 3zm-4 6h2v-4h-2zm1-12c-2.762 0-5 2.238-5 5v1 4 2c0 1.104.896 2 2 2h6c1.104 0 2-.896 2-2v-2-4-1c0-2.762-2.238-5-5-5z' fill='%2340a02b' fill-rule='evenodd' transform='translate(-545 -509)'/%3E%3C/svg%3E") !important}.theme-light svg[class*=noItemsIcon_],.visual-refresh.theme-light svg[class*=noItemsIcon_],.visual-refresh .theme-light svg[class*=noItemsIcon_]{background-color:#bcc0cc}.theme-light svg[class*=tier1ProfilePerk_],.visual-refresh.theme-light svg[class*=tier1ProfilePerk_],.visual-refresh .theme-light svg[class*=tier1ProfilePerk_]{color:#1e66f5 !important}.theme-light svg[class*=tier1BoostPerk_],.visual-refresh.theme-light svg[class*=tier1BoostPerk_],.visual-refresh .theme-light svg[class*=tier1BoostPerk_]{color:#ea76cb !important}.theme-light svg[class*=tier1CustomEmojiPerk_],.visual-refresh.theme-light svg[class*=tier1CustomEmojiPerk_],.visual-refresh .theme-light svg[class*=tier1CustomEmojiPerk_]{color:#df8e1d !important}.theme-light svg[class*=tier1UploadPerk_],.visual-refresh.theme-light svg[class*=tier1UploadPerk_],.visual-refresh .theme-light svg[class*=tier1UploadPerk_]{color:#7287fd !important}.theme-light svg[class*=tier1StreamPerk_],.visual-refresh.theme-light svg[class*=tier1StreamPerk_],.visual-refresh .theme-light svg[class*=tier1StreamPerk_]{color:#40a02b !important}.theme-light svg[class*=threadIcon_],.visual-refresh.theme-light svg[class*=threadIcon_],.visual-refresh .theme-light svg[class*=threadIcon_]{color:#4c4f69 !important}.theme-light svg[class*=premiumIcon_],.visual-refresh.theme-light svg[class*=premiumIcon_],.visual-refresh .theme-light svg[class*=premiumIcon_]{color:#ea76cb !important}.theme-light svg[class*=gameIcon_],.visual-refresh.theme-light svg[class*=gameIcon_],.visual-refresh .theme-light svg[class*=gameIcon_]{color:#4c4f69 !important}.theme-light svg[class*=currentTierIcon_],.visual-refresh.theme-light svg[class*=currentTierIcon_],.visual-refresh .theme-light svg[class*=currentTierIcon_]{color:#ea76cb !important}.theme-light svg[class*=tier3Icon_],.visual-refresh.theme-light svg[class*=tier3Icon_],.visual-refresh .theme-light svg[class*=tier3Icon_]{color:#ea76cb !important}.theme-light svg[class*=searchIcon_],.visual-refresh.theme-light svg[class*=searchIcon_],.visual-refresh .theme-light svg[class*=searchIcon_]{color:#6c6f85 !important}.theme-light svg[class*=upsellIcon_],.visual-refresh.theme-light svg[class*=upsellIcon_],.visual-refresh .theme-light svg[class*=upsellIcon_]{color:#ea76cb !important}.theme-light,.visual-refresh.theme-light,.visual-refresh .theme-light{--thread-default: var(--ctp-rainbow-thread-disabled) var(--channels-default);--thread-core: var(--ctp-rainbow-thread-disabled) var(--text-primary);--thread-muted: var(--ctp-rainbow-thread-disabled) var(--interactive-muted)}.theme-light ul[class^=content_]>li[class^=container_]>ul[role=group]>div[class^=spineBorder],.visual-refresh.theme-light ul[class^=content_]>li[class^=container_]>ul[role=group]>div[class^=spineBorder],.visual-refresh .theme-light ul[class^=content_]>li[class^=container_]>ul[role=group]>div[class^=spineBorder]{--step: calc(var(--channels-name-line-height) + 10px);background:var(--thread-muted, repeating-linear-gradient(#d77891 calc(var(--step) * 0), #d77891 calc(var(--step) * 1), #eda27a calc(var(--step) * 1), #eda27a calc(var(--step) * 2), #deb783 calc(var(--step) * 2), #deb783 calc(var(--step) * 3), #8ec08a calc(var(--step) * 3), #8ec08a calc(var(--step) * 4), #7da3ef calc(var(--step) * 4), #7da3ef calc(var(--step) * 5), #b28dec calc(var(--step) * 5), #b28dec calc(var(--step) * 6)))}.theme-light ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 1),.visual-refresh.theme-light ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 1),.visual-refresh .theme-light ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 1){--channels-default: var(--thread-default, rgba(210, 15, 57, 0.7));--text-primary: var(--thread-core, #d20f39);--interactive-hover: var(--thread-core, #d20f39);--interactive-active: var(--thread-core, #d20f39);--interactive-muted: var(--thread-muted, #d77891)}.theme-light ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 2),.visual-refresh.theme-light ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 2),.visual-refresh .theme-light ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 2){--channels-default: var(--thread-default, rgba(254, 100, 11, 0.7));--text-primary: var(--thread-core, #fe640b);--interactive-hover: var(--thread-core, #fe640b);--interactive-active: var(--thread-core, #fe640b);--interactive-muted: var(--thread-muted, #eda27a)}.theme-light ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 3),.visual-refresh.theme-light ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 3),.visual-refresh .theme-light ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 3){--channels-default: var(--thread-default, rgba(223, 142, 29, 0.7));--text-primary: var(--thread-core, #df8e1d);--interactive-hover: var(--thread-core, #df8e1d);--interactive-active: var(--thread-core, #df8e1d);--interactive-muted: var(--thread-muted, #deb783)}.theme-light ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 4),.visual-refresh.theme-light ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 4),.visual-refresh .theme-light ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 4){--channels-default: var(--thread-default, rgba(64, 160, 43, 0.7));--text-primary: var(--thread-core, #40a02b);--interactive-hover: var(--thread-core, #40a02b);--interactive-active: var(--thread-core, #40a02b);--interactive-muted: var(--thread-muted, #8ec08a)}.theme-light ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 5),.visual-refresh.theme-light ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 5),.visual-refresh .theme-light ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 5){--channels-default: var(--thread-default, rgba(30, 102, 245, 0.7));--text-primary: var(--thread-core, #1e66f5);--interactive-hover: var(--thread-core, #1e66f5);--interactive-active: var(--thread-core, #1e66f5);--interactive-muted: var(--thread-muted, #7da3ef)}.theme-light ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 6),.visual-refresh.theme-light ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 6),.visual-refresh .theme-light ul[class^=content_]>li[class^=container_]>ul[role=group]>li:nth-of-type(6n + 6){--channels-default: var(--thread-default, rgba(136, 57, 239, 0.7));--text-primary: var(--thread-core, #8839ef);--interactive-hover: var(--thread-core, #8839ef);--interactive-active: var(--thread-core, #8839ef);--interactive-muted: var(--thread-muted, #b28dec)}.theme-light ul[class^=content_]>li[class^=container_]>ul[role=group] li:only-of-type,.visual-refresh.theme-light ul[class^=content_]>li[class^=container_]>ul[role=group] li:only-of-type,.visual-refresh .theme-light ul[class^=content_]>li[class^=container_]>ul[role=group] li:only-of-type{--channels-default: var(--thread-default, rgba(30, 102, 245, 0.7));--text-primary: var(--thread-core, #1e66f5);--interactive-hover: var(--thread-core, #1e66f5);--interactive-active: var(--thread-core, #1e66f5);--interactive-muted: var(--thread-muted, #7da3ef)}.theme-light svg [fill="#ca9654"],.theme-light svg[fill="#ca9654"],.visual-refresh.theme-light svg [fill="#ca9654"],.visual-refresh.theme-light svg[fill="#ca9654"],.visual-refresh .theme-light svg [fill="#ca9654"],.visual-refresh .theme-light svg[fill="#ca9654"]{fill:#df8e1d}.theme-light div[style="background-color: rgb(202, 150, 84);"],.visual-refresh.theme-light div[style="background-color: rgb(202, 150, 84);"],.visual-refresh .theme-light div[style="background-color: rgb(202, 150, 84);"]{background-color:#df8e1d !important}.theme-light svg [fill="#d83a42"],.theme-light svg[fill="#d83a42"],.visual-refresh.theme-light svg [fill="#d83a42"],.visual-refresh.theme-light svg[fill="#d83a42"],.visual-refresh .theme-light svg [fill="#d83a42"],.visual-refresh .theme-light svg[fill="#d83a42"]{fill:#d20f39}.theme-light div[style="background-color: rgb(216, 58, 66);"],.visual-refresh.theme-light div[style="background-color: rgb(216, 58, 66);"],.visual-refresh .theme-light div[style="background-color: rgb(216, 58, 66);"]{background-color:#d20f39 !important}.theme-light svg [fill="#43a25a"],.theme-light svg[fill="#43a25a"],.visual-refresh.theme-light svg [fill="#43a25a"],.visual-refresh.theme-light svg[fill="#43a25a"],.visual-refresh .theme-light svg [fill="#43a25a"],.visual-refresh .theme-light svg[fill="#43a25a"]{fill:#40a02b}.theme-light div[style="background-color: rgb(67, 162, 90);"],.visual-refresh.theme-light div[style="background-color: rgb(67, 162, 90);"],.visual-refresh .theme-light div[style="background-color: rgb(67, 162, 90);"]{background-color:#40a02b !important}.theme-light svg [fill="#82838b"],.theme-light svg[fill="#82838b"],.visual-refresh.theme-light svg [fill="#82838b"],.visual-refresh.theme-light svg[fill="#82838b"],.visual-refresh .theme-light svg [fill="#82838b"],.visual-refresh .theme-light svg[fill="#82838b"]{fill:#8c8fa1}.theme-light div[style="background-color: rgb(130, 131, 139);"],.visual-refresh.theme-light div[style="background-color: rgb(130, 131, 139);"],.visual-refresh .theme-light div[style="background-color: rgb(130, 131, 139);"]{background-color:#8c8fa1 !important}.theme-light svg [fill="#9147ff"],.theme-light svg[fill="#9147ff"],.visual-refresh.theme-light svg [fill="#9147ff"],.visual-refresh.theme-light svg[fill="#9147ff"],.visual-refresh .theme-light svg [fill="#9147ff"],.visual-refresh .theme-light svg[fill="#9147ff"]{fill:var(--twitch)}.theme-light div[style="background-color: rgb(145, 71, 255);"],.visual-refresh.theme-light div[style="background-color: rgb(145, 71, 255);"],.visual-refresh .theme-light div[style="background-color: rgb(145, 71, 255);"]{background-color:var(--twitch) !important}.theme-light div[class^=newMessagesBar_],.visual-refresh.theme-light div[class^=newMessagesBar_],.visual-refresh .theme-light div[class^=newMessagesBar_]{--white: #dce0e8;--button-secondary-background: var(--brand);--button-secondary-background-hover: var(--brand-530)}.theme-light div[class^=expandedFolderBackground_],.visual-refresh.theme-light div[class^=expandedFolderBackground_],.visual-refresh .theme-light div[class^=expandedFolderBackground_]{--background-mod-subtle: #e6e9ef !important}.theme-light div[class^=control_]>div[class^=container_],.visual-refresh.theme-light div[class^=control_]>div[class^=container_],.visual-refresh .theme-light div[class^=control_]>div[class^=container_]{background-color:#acb0be !important;transition:background-color .2s}.theme-light div[class^=control_]>div[class^=container_]>svg>rect,.visual-refresh.theme-light div[class^=control_]>div[class^=container_]>svg>rect,.visual-refresh .theme-light div[class^=control_]>div[class^=container_]>svg>rect{fill:var(--white);transition:fill .2s}.theme-light div[class^=control_]>div[class^=container_]>svg>svg>path,.visual-refresh.theme-light div[class^=control_]>div[class^=container_]>svg>svg>path,.visual-refresh .theme-light div[class^=control_]>div[class^=container_]>svg>svg>path{fill:#acb0be;transition:fill .2s}.theme-light div[class^=control_]>div[class^=container_][class*=checked_],.visual-refresh.theme-light div[class^=control_]>div[class^=container_][class*=checked_],.visual-refresh .theme-light div[class^=control_]>div[class^=container_][class*=checked_]{background-color:var(--brand-500) !important}.theme-light div[class^=control_]>div[class^=container_][class*=checked_]>svg>rect,.visual-refresh.theme-light div[class^=control_]>div[class^=container_][class*=checked_]>svg>rect,.visual-refresh .theme-light div[class^=control_]>div[class^=container_][class*=checked_]>svg>rect{fill:#dce0e8}.theme-light div[class^=control_]>div[class^=container_][class*=checked_]>svg>svg>path,.visual-refresh.theme-light div[class^=control_]>div[class^=container_][class*=checked_]>svg>svg>path,.visual-refresh .theme-light div[class^=control_]>div[class^=container_][class*=checked_]>svg>svg>path{fill:var(--brand-500)}.theme-light div[class^=vc-addon-card]>div div[class^=container_],.visual-refresh.theme-light div[class^=vc-addon-card]>div div[class^=container_],.visual-refresh .theme-light div[class^=vc-addon-card]>div div[class^=container_]{--primary-400: #acb0be;transition:background-color .2s}.theme-light div[class^=vc-addon-card]>div div[class^=container_]>svg>rect,.visual-refresh.theme-light div[class^=vc-addon-card]>div div[class^=container_]>svg>rect,.visual-refresh .theme-light div[class^=vc-addon-card]>div div[class^=container_]>svg>rect{fill:var(--white);transition:fill .2s}.theme-light div[class^=vc-addon-card]>div div[class^=container_][class*=checked_]>svg>rect,.visual-refresh.theme-light div[class^=vc-addon-card]>div div[class^=container_][class*=checked_]>svg>rect,.visual-refresh .theme-light div[class^=vc-addon-card]>div div[class^=container_][class*=checked_]>svg>rect{fill:#dce0e8}.theme-light div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/61ccab047dad737a.svg"],.visual-refresh.theme-light div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/61ccab047dad737a.svg"],.visual-refresh .theme-light div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/61ccab047dad737a.svg"]{filter:url('data:image/svg+xml;utf8, #ctp-recolor')}.theme-light div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/6f076a64de25de4b.svg"],.visual-refresh.theme-light div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/6f076a64de25de4b.svg"],.visual-refresh .theme-light div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/6f076a64de25de4b.svg"]{filter:url('data:image/svg+xml;utf8, #ctp-recolor')}.theme-light div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/53e42368b1409f1a.svg"],.visual-refresh.theme-light div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/53e42368b1409f1a.svg"],.visual-refresh .theme-light div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/53e42368b1409f1a.svg"]{filter:url('data:image/svg+xml;utf8, #ctp-recolor')}.theme-light div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/8b9de960da063cb9.svg"],.visual-refresh.theme-light div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/8b9de960da063cb9.svg"],.visual-refresh .theme-light div[class^=message][class*=isSystemMessage] div[class^=icon][style*="/assets/8b9de960da063cb9.svg"]{filter:url('data:image/svg+xml;utf8, #ctp-recolor')}.theme-light img[class*=maskIcon][src*="/assets/c8ae30e56eb87fdf.svg"],.visual-refresh.theme-light img[class*=maskIcon][src*="/assets/c8ae30e56eb87fdf.svg"],.visual-refresh .theme-light img[class*=maskIcon][src*="/assets/c8ae30e56eb87fdf.svg"]{filter:url('data:image/svg+xml;utf8, #ctp-recolor')}.theme-light div[class^=overlay_][class*=darkThemeGradient_],.visual-refresh.theme-light div[class^=overlay_][class*=darkThemeGradient_],.visual-refresh .theme-light div[class^=overlay_][class*=darkThemeGradient_]{background:linear-gradient(0deg, #eff1f5 0, rgba(204, 208, 218, 0.5) 50%, rgba(188, 192, 204, 0))}.theme-light div[class^=textContentFooter_],.visual-refresh.theme-light div[class^=textContentFooter_],.visual-refresh .theme-light div[class^=textContentFooter_]{background:linear-gradient(0deg, #eff1f5, rgba(204, 208, 218, 0.97) 36px, rgba(188, 192, 204, 0.4)) !important}.theme-light div[class^=textContentFooter_] [class*=tagPill_],.visual-refresh.theme-light div[class^=textContentFooter_] [class*=tagPill_],.visual-refresh .theme-light div[class^=textContentFooter_] [class*=tagPill_]{background-color:rgba(188, 192, 204, 0.9)}.theme-light div[class^=newBadge_][class*=textBadge_][style="background-color: var(--brand-260);"],.theme-light span[class*=botTagOP_],.visual-refresh.theme-light div[class^=newBadge_][class*=textBadge_][style="background-color: var(--brand-260);"],.visual-refresh.theme-light span[class*=botTagOP_],.visual-refresh .theme-light div[class^=newBadge_][class*=textBadge_][style="background-color: var(--brand-260);"],.visual-refresh .theme-light span[class*=botTagOP_]{color:var(--badge-brand-text)}.theme-light [style*="color: white"],.visual-refresh.theme-light [style*="color: white"],.visual-refresh .theme-light [style*="color: white"]{color:var(--white) !important} \ No newline at end of file diff --git a/home/.config/vesktop/themes/nordic.theme.css b/home/.config/vesktop/themes/nordic.theme.css deleted file mode 100644 index c07f97c..0000000 --- a/home/.config/vesktop/themes/nordic.theme.css +++ /dev/null @@ -1,26 +0,0 @@ -/** - * @name Nordic - * @author orblazer#9152 - * @authorId 179681974879911946 - * @version 4.10.11 - * @description Complete theme for Nordic (https://www.nordtheme.com/) - * @source https://github.com/orblazer/discord-nordic - * @donate https://www.paypal.me/orblazer - */ -/** - * SOURCE CODE - * /!\ DON'T TOUCH ! /!\ - */ -:root{--nord-dark1-hsl:220deg calc(var(--saturation-factor, 1) * 16.36%) 21.57%;--nord-dark1:hsl(var(--nord-dark1-hsl) / 1);--nord-dark2-hsl:221.74deg calc(var(--saturation-factor, 1) * 16.31%) 27.65%;--nord-dark2:hsl(var(--nord-dark2-hsl) / 1);--nord-dark3-hsl:220deg calc(var(--saturation-factor, 1) * 16.77%) 31.57%;--nord-dark3:hsl(var(--nord-dark3-hsl) / 1);--nord-dark4-hsl:220deg calc(var(--saturation-factor, 1) * 16.48%) 35.69%;--nord-dark4:hsl(var(--nord-dark4-hsl) / 1);--nord-light1-hsl:218.82deg calc(var(--saturation-factor, 1) * 27.87%) 88.04%;--nord-light1:hsl(var(--nord-light1-hsl) / 1);--nord-light2-hsl:218.18deg calc(var(--saturation-factor, 1) * 26.83%) 91.96%;--nord-light2:hsl(var(--nord-light2-hsl) / 1);--nord-light3-hsl:217.5deg calc(var(--saturation-factor, 1) * 26.67%) 94.12%;--nord-light3:hsl(var(--nord-light3-hsl) / 1);--nord-green-blue-hsl:178.67deg calc(var(--saturation-factor, 1) * 25.14%) 64.9%;--nord-green-blue:hsl(var(--nord-green-blue-hsl) / 1);--nord-turquoise-hsl:193.33deg calc(var(--saturation-factor, 1) * 43.37%) 67.45%;--nord-turquoise:hsl(var(--nord-turquoise-hsl) / 1);--nord-cyan-hsl:210deg calc(var(--saturation-factor, 1) * 34.04%) 63.14%;--nord-cyan:hsl(var(--nord-cyan-hsl) / 1);--nord-blue-hsl:213.08deg calc(var(--saturation-factor, 1) * 31.97%) 52.16%;--nord-blue:hsl(var(--nord-blue-hsl) / 1);--nord-red-hsl:354.26deg calc(var(--saturation-factor, 1) * 42.34%) 56.47%;--nord-red:hsl(var(--nord-red-hsl) / 1);--nord-orange-hsl:14.38deg calc(var(--saturation-factor, 1) * 50.53%) 62.75%;--nord-orange:hsl(var(--nord-orange-hsl) / 1);--nord-yellow-hsl:40deg calc(var(--saturation-factor, 1) * 70.59%) 73.33%;--nord-yellow:hsl(var(--nord-yellow-hsl) / 1);--nord-green-hsl:92.4deg calc(var(--saturation-factor, 1) * 27.78%) 64.71%;--nord-green:hsl(var(--nord-green-hsl) / 1);--nord-pink-hsl:311.05deg calc(var(--saturation-factor, 1) * 20.21%) 63.14%;--nord-pink:hsl(var(--nord-pink-hsl) / 1);--primary-130-hsl:240deg calc(var(--saturation-factor, 1) * 20%) 99.02%;--primary-160-hsl:var(--primary-130-hsl);--primary-200-hsl:var(--nord-light1-hsl);--primary-230-hsl:var(--primary-200-hsl);--primary-260-hsl:222.86deg calc(var(--saturation-factor, 1) * 18.42%) 85.1%;--primary-300-hsl:221.05deg calc(var(--saturation-factor, 1) * 14.96%) 75.1%;--primary-330-hsl:219.31deg calc(var(--saturation-factor, 1) * 16.2%) 64.9%;--primary-360-hsl:var(--primary-330-hsl);--primary-400-hsl:218.92deg calc(var(--saturation-factor, 1) * 16.16%) 55.1%;--primary-430-hsl:218.92deg calc(var(--saturation-factor, 1) * 16.16%) 44.9%;--primary-460-hsl:var(--nord-dark4-hsl);--primary-500-hsl:var(--nord-dark3-hsl);--primary-530-hsl:var(--primary-500-hsl);--primary-560-hsl:221.54deg calc(var(--saturation-factor, 1) * 16.46%) 30.98%;--primary-600-hsl:var(--nord-dark2-hsl);--primary-630-hsl:var(--nord-dark1-hsl);--primary-660-hsl:221.25deg calc(var(--saturation-factor, 1) * 15.69%) 20%;--primary-700-hsl:220deg calc(var(--saturation-factor, 1) * 15.79%) 14.9%;--primary-800-hsl:220deg calc(var(--saturation-factor, 1) * 17.65%) 10%;--green-230-hsl:var(--green-500-hsl);--green-330-hsl:var(--green-500-hsl);--green-360-hsl:var(--green-500-hsl);--green-400-hsl:var(--green-500-hsl);--green-430-hsl:var(--green-500-hsl);--green-500-hsl:var(--nord-green-hsl);--green-560-hsl:var(--green-500-hsl);--green-600-hsl:var(--green-500-hsl);--green-660-hsl:var(--green-500-hsl);--green-730-hsl:92.61deg calc(var(--saturation-factor, 1) * 21.7%) 58.43%;--green-760-hsl:92.86deg calc(var(--saturation-factor, 1) * 17.07%) 51.76%;--red-360-hsl:var(--red-500-hsl);--red-345-hsl:var(--red-500-hsl);--red-400-hsl:var(--red-500-hsl);--red-430-hsl:var(--red-500-hsl);--red-500-hsl:var(--nord-red-hsl);--red-530-hsl:var(--red-500-hsl);--red-560-hsl:353.57deg calc(var(--saturation-factor, 1) * 33.6%) 50.98%;--red-600-hsl:var(--red-560-hsl);--red-630-hsl:354.93deg calc(var(--saturation-factor, 1) * 30.74%) 45.29%;--yellow-260-hsl:var(--yellow-400-hsl);--yellow-300-hsl:var(--yellow-400-hsl);--yellow-360-hsl:var(--yellow-400-hsl);--yellow-400-hsl:var(--nord-yellow-hsl);--yellow-430-hsl:var(--yellow-400-hsl);--yellow-500-hsl:var(--yellow-400-hsl);--yellow-560-hsl:var(--yellow-400-hsl);--yellow-630-hsl:var(--orange-500-hsl);--yellow-660-hsl:var(--orange-500-hsl);--orange-345-hsl:var(--orange-500-hsl);--orange-360-hsl:var(--orange-500-hsl);--orange-500-hsl:var(--nord-orange-hsl);--white-500-hsl:var(--nord-light2-hsl);--black-500-hsl:var(--primary-660-hsl);--blue-330-hsl:var(--nord-blue-hsl);--blue-345-hsl:213.12deg calc(var(--saturation-factor, 1) * 75.49%) 60%;--brand-100-hsl:180deg calc(var(--saturation-factor, 1) * 15.38%) 94.9%;--brand-200-hsl:180deg calc(var(--saturation-factor, 1) * 23.81%) 87.65%;--brand-260-hsl:var(--brand-200-hsl);--brand-360-hsl:var(--brand-500-hsl);--brand-400-hsl:178.13deg calc(var(--saturation-factor, 1) * 25%) 74.9%;--brand-430-hsl:var(--brand-400-hsl);--brand-500-hsl:var(--nord-green-blue-hsl);--brand-530-hsl:180deg calc(var(--saturation-factor, 1) * 19.82%) 57.45%;--brand-560-hsl:var(--brand-530-hsl);--brand-600-hsl:180deg calc(var(--saturation-factor, 1) * 14.4%) 50.98%;--brand-800-hsl:180deg calc(var(--saturation-factor, 1) * 13.97%) 35.1%;--premium-tier-2-pink-hsl:var(--nord-pink-hsl);--premium-tier-2-pink-for-gradients-hsl:var(--premium-tier-2-pink-hsl);--premium-tier-2-pink-for-gradients-2-hsl:var( --premium-tier-2-pink-for-gradients-hsl );--premium-tier-2-purple-hsl:var(--premium-tier-2-pink-hsl);--premium-tier-2-purple-for-gradients-hsl:var( --premium-tier-2-pink-for-gradients-hsl );--premium-tier-2-purple-for-gradients-2-hsl:var( --premium-tier-2-pink-for-gradients-hsl );--premium-tier-0-blue-hsl:var(--nord-blue-hsl);--premium-tier-0-blue-for-gradients:hsl(var(--premium-tier-0-blue-hsl));--premium-tier-0-purple-hsl:var(--premium-tier-2-pink-hsl);--premium-tier-0-purple-for-gradients-hsl:var(--premium-tier-2-pink-hsl);--premium-tier-0-header-gradient-1-hsl:var(--premium-tier-0-blue-hsl);--premium-tier-0-header-gradient-2-hsl:var(--premium-tier-0-blue-hsl);--premium-tier-0-header-gradient-3-hsl:var(--premium-tier-0-purple-hsl);--premium-tier-0-header-gradient-4-hsl:var(--premium-tier-0-purple-hsl);--premium-tier-0-header-gradient-5-hsl:var(--premium-tier-0-purple-hsl);--custom-premium-colors-premium-gradient-tier-0:linear-gradient( to right, var(--premium-tier-0-blue-for-gradients), var(--premium-tier-0-blue-for-gradients) );--guild-boosting-pink-hsl:var(--premium-tier-2-pink-hsl);--guild-boosting-purple-hsl:var(--premium-tier-2-pink-hsl);--guild-boosting-blue-hsl:var(--premium-tier-0-blue-hsl);--guild-boosting-blue-for-gradients-hsl:var(--premium-tier-0-blue-hsl);--guild-boosting-purple-for-gradients-hsl:var( --premium-tier-2-purple-for-gradients-hsl );--premium-perk-purple-hsl:var(--premium-tier-2-pink-hsl);--premium-perk-pink-hsl:var(--premium-tier-2-pink-hsl);--premium-perk-green-hsl:var(--green-560-hsl);--premium-perk-yellow-hsl:var(--nord-yellow-hsl);--premium-perk-dark-blue-hsl:var(--nord-blue-hsl);--premium-perk-light-blue-hsl:var(--nord-turquoise-hsl);--premium-perk-blue-hsl:var(--nord-cyan-hsl);--premium-perk-orange-hsl:var(--yellow-500-hsl);--premium-perk-gold-hsl:var(--yellow-500-hsl);--partner-hsl:var(--nord-blue-hsl);--twitch-hsl:var(--nord-pink-hsl);--application-subscription-start-hsl:var(--nord-blue-hsl);--application-subscription-end-hsl:var(--nord-cyan-hsl);--button-danger-background-hover:var(--red-560);--button-danger-background-active:var(--red-630);--button-outline-danger-background-active:var(--red-560);--input-placeholder-text-dark-hsl:var(--primary-dark-360-hsl);--home-background:var(--background-secondary-alt)}.theme-dark,.theme-light{--status-positive-text:var(--black-500);--search-popout-date-picker-hint-value-text:var(--black-500);--button-positive-background-hover:var(--green-730);--button-positive-background-active:var(--green-760)}.theme-dark{--header-secondary:var(--primary-300);--text-muted:var(--primary-300);--interactive-muted:var(--primary-430);--background-mentioned:hsl(var(--brand-500-hsl) / 0.18);--background-mentioned-hover:hsl(var(--brand-500-hsl) / 0.15);--mention-background:hsl(var(--brand-500-hsl) / 0.25);--search-popout-option-fade-hover:linear-gradient( 90deg, hsl(var(--primary-530-hsl) / 0), hsl(var(--primary-530-hsl) / 0.2) 50% );--background-modifier-selected:hsl(var(--primary-460-hsl) / 0.6);--channel-text-area-placeholder:var(--primary-400);--channeltextarea-background:var(--primary-500);--scrollbar-thin-thumb:var(--primary-500);--scrollbar-auto-thumb:var(--primary-500)}.theme-light{--header-secondary:var(--primary-600);--interactive-muted:var(--primary-360);--background-message-hover:hsl(var(--primary-260-hsl) / 0.3);--background-mentioned:hsl(var(--brand-500-hsl) / 0.5);--background-mentioned-hover:hsl(var(--brand-500-hsl) / 0.4);--mention-foreground:var(--black-500);--mention-background:hsl(var(--brand-600-hsl) / 0.4);--scrollbar-thin-thumb:var(--primary-260);--scrollbar-auto-thumb:var(--primary-260);--scrollbar-auto-track:var(--background-message-hover);--search-popout-option-fade-hover:linear-gradient( 90deg, hsl(var(--primary-260-hsl) / 0), var(--primary-260) 50% );--background-primary:var(--nord-light3);--background-secondary:var(--nord-light2);--background-secondary-alt:var(--primary-200);--background-tertiary:var(--primary-260)}:root{--user-status-online-hsl:var(--green-560-hsl);--user-status-online:hsl(var(--user-status-online-hsl) / 1);--user-status-idle-hsl:var(--orange-500-hsl);--user-status-idle:hsl(var(--user-status-idle-hsl) / 1);--user-status-dnd-hsl:var(--red-500-hsl);--user-status-dnd:hsl(var(--user-status-dnd-hsl) / 1);--user-status-invisible-hsl:var(--primary-430-hsl);--user-status-invisible:hsl(var(--user-status-invisible-hsl) / 1);--user-status-twitch-hsl:var(--nord-pink-hsl);--user-status-twitch:hsl(var(--user-status-twitch-hsl) / 1)}::selection{background-color:hsl(var(--blue-345-hsl)/.25)}.notice__99c03>.header__8f369,.notice__99c03>.lookOutlined__014b5.colorWhite__0033e{color:var(--black-500)}.notice__99c03>.lookOutlined__014b5.colorWhite__0033e{border-color:currentColor}.slider__41d94 rect[fill=white]{fill:var(--white-500)}.container__2ed72[style*="background-color: rgb(35, 165, 90)"]{background-color:var(--green-560)!important}.slider__41d94 path[fill^="rgba(35, 165, 90"]{fill:var(--green-760)}.container__2ed72[style*="background-color: rgb(128, 132, 142)"]{background-color:var(--primary-500)!important}.slider__41d94 path[fill^="rgba(128, 132, 142"]{fill:var(--primary-500)}.activeIcon_b2fa28 circle[fill="var(--white-500)"],.activeIcon_b2fa28 path[fill="var(--white-500)"],.checkCircleCompleted__90309 circle[fill="#fff"],.checkIcon__3c055 path[fill="var(--white-500)"],.checkbox_fcf2ad[style*="background-color: rgb(35, 165, 90)"] path[fill="var(--white-500)"],.checkbox_fcf2ad[style*="background-color: var(--brand-experiment-500)"] path[fill="var(--white-500)"],.checkbox_fcf2ad[style*="background-color: var(--text-brand)"] path[fill="var(--white-500)"],.checklistIcon__50333 circle[fill="var(--white-500)"],.checkmarkCircle_b1b1cc circle[fill="var(--white-500)"],.descriptionIcon__59591 circle[cx="12"][fill="var(--white-500)"],.icon__7b48f circle[fill="var(--white-100)"],.selected__18a0b path[fill="url(#paint0_linear_6413_12612)"],.selected__18a0b path[fill="url(#paint1_linear_6413_12612)"]{fill:var(--black-500)}.categoryItem__0608f.selectedCategoryItem__3e361,.colorBrand__27d57 .defaultColor__30336,.colorDefault_e361cf.focused_dcafb9:not(.colorDanger__08c25):not(.menuItemFocused__7beab),.colorDefault_e361cf.focused_dcafb9:not(.colorDanger__08c25):not(.menuItemFocused__7beab) .caret_ce50ce,.colorDefault_e361cf.focused_dcafb9:not(.colorDanger__08c25):not(.menuItemFocused__7beab) .checkbox__378d3,.colorDefault_e361cf.focused_dcafb9:not(.colorDanger__08c25):not(.menuItemFocused__7beab) .radioSelection__41d1e,.colorDefault_e361cf.focused_dcafb9:not(.colorDanger__08c25):not(.menuItemFocused__7beab) .subtext__694e2,.focused_a7ad64 .userMenuUsername_d2fe10 .userMenuText_b1842d,.lookFilled__950dd.colorBrandNew__8872c,.lookFilled__950dd.colorBrand__27d57:not(.button_b82d53),.lookOutlined__014b5.colorBrand__27d57:hover{color:var(--black-500)}.activeButton__70b70,.colorBrand__27d57 .button__3e450[style*="color: rgb(255, 255, 255)"],.upsellTextContainer__3adf2>div[style*="color: white"]{color:var(--black-500)!important}.activeCircle__563e0,.allow_bbc621.selected__5faae,.button_b82d53.buttonColor__7bad9.buttonActive_ae686f,.calendarPicker__47c85 .react-datepicker__day.react-datepicker__day--keyboard-selected,.calendarPicker__47c85 .react-datepicker__day.react-datepicker__day--selected:hover,.calendarPicker__47c85 .react-datepicker__day:hover,.checkmark__0c21a,.checkmark__368b4,.colorDefault_e361cf .check__8d1bd,.lookFilled__950dd.colorGreen__75c93,.uploadDropModal_cfadae .inner__7afe9 .instructions_e266ce,.uploadDropModal_cfadae .inner__7afe9 .title__76592,.uploadDropModal_cfadae .inner__7afe9 .title__76592 strong{color:var(--black-500)}.colorDefault_e361cf.focused_dcafb9:not(.colorDanger__08c25):not(.menuItemFocused__7beab) path{fill:currentColor}.content__71cd4 a{color:var(--text-link)}.fixed__61d41{color:var(--status-danger)}.fixed__61d41::after{background-color:var(--status-danger)}.theme-dark .improved_e02592{color:var(--brand-500)}.theme-dark .improved_e02592::after{background-color:var(--brand-500)}.streamerModeEnabledBtn_b696dd:hover{background-color:#a3759b}.searchAnswer__2ccaf,.searchFilter_dbda51{background-color:var(--background-primary)!important;color:var(--text-normal)}.icon__4bc4d.two_df01fc{filter:drop-shadow(0 0 48px hsla(var(--brand-500-hsl)/.5))}.icon__4bc4d.video_edf1b6{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/global/upload/video.svg)}.icon__4bc4d.acrobat__81c91{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/global/upload/acrobat.svg)}.icon__4bc4d.ae__1760d{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/global/upload/ae.svg)}.icon__4bc4d.sketch_ad9b56{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/global/upload/sketch.svg)}.icon__4bc4d.ai_e6b437{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/global/upload/ai.svg)}.icon__4bc4d.archive__37ca1{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/global/upload/archive.svg)}.icon__4bc4d.code_e8fdeb{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/global/upload/code.svg)}.icon__4bc4d.document__7e851{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/global/upload/document.svg)}.icon__4bc4d.photoshop__9a3e3,.icon__4bc4d.ps__5148e{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/global/upload/ps.svg)}.icon__4bc4d.spreadsheet__8517d{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/global/upload/spreadsheet.svg)}.icon__4bc4d.image_c29be6{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/global/upload/image.svg)}.icon__4bc4d.webcode_a69010{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/global/upload/webcode.svg)}.icon__4bc4d.audio__586e3{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/global/upload/audio.svg)}.icon__4bc4d.unknown_d8ffbd{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/global/upload/unknown.svg)}.wrapper__216eb{background-color:var(--background-secondary-alt)!important}.panels__58331{border-left:1px solid var(--background-secondary)}.expandedFolderBackground_b1385f,.folder__17546:not(.hover__043de){background-color:var(--background-primary)!important}.theme-dark .folder__17546.hover__043de,.theme-dark .wrapper__832f2 .wrapper__8436d:not(.selected_ae80f7) .childWrapper_a6ce15{background-color:var(--primary-500)}.theme-light .folder__17546.hover__043de,.theme-light .wrapper__832f2 .wrapper__8436d:not(.selected_ae80f7) .childWrapper_a6ce15{background-color:var(--primary-160)}.childWrapper_a6ce15 rect[fill="#6370f4"]{fill:var(--brand-500)}.wrapper__8436d.selected_ae80f7 .childWrapper_a6ce15 g[fill="var(--white-500)"]{fill:var(--white-100)}.circleIconButton__05cf2.selected_aded59,.iconBadge__19638.isCurrentUserConnected__3bd70,.wrapper__8436d.selected_ae80f7 .childWrapper_a6ce15,.wrapper__8436d:hover .childWrapper_a6ce15{color:var(--black-500)}.iconContainer__60b4b circle[fill="#5865f2"i]{fill:var(--brand-500)}.iconContainer__60b4b circle[fill="#5865f2"i]+path[fill=white]{fill:var(--black-500)}.hljs-ansi-background-cyan,.hljs-ansi-background-green,.hljs-ansi-background-magenta,.hljs-ansi-background-white,.hljs-ansi-background-yellow,.hljs-ansi-foreground-black .hljs-ansi-background-black,.hljs-ansi-foreground-black .hljs-ansi-background-blue,.hljs-ansi-foreground-black .hljs-ansi-background-cyan,.hljs-ansi-foreground-black .hljs-ansi-background-green,.hljs-ansi-foreground-black .hljs-ansi-background-magenta,.hljs-ansi-foreground-black .hljs-ansi-background-red,.hljs-ansi-foreground-black .hljs-ansi-background-white,.hljs-ansi-foreground-black .hljs-ansi-background-yellow{color:var(--primary-800)}.hljs-ansi-foreground-black{color:var(--primary-430)}.hljs-ansi-foreground-red{color:var(--nord-red)}.hljs-ansi-foreground-green{color:var(--nord-green)}.hljs-ansi-foreground-yellow{color:var(--nord-yellow)}.hljs-ansi-foreground-blue{color:var(--nord-blue)}.hljs-ansi-foreground-magenta{color:var(--nord-pink)}.hljs-ansi-foreground-cyan{color:var(--nord-cyan)}.hljs-ansi-background-blue,.hljs-ansi-background-red,.hljs-ansi-foreground-white .hljs-ansi-background-black,.hljs-ansi-foreground-white .hljs-ansi-background-blue,.hljs-ansi-foreground-white .hljs-ansi-background-cyan,.hljs-ansi-foreground-white .hljs-ansi-background-green,.hljs-ansi-foreground-white .hljs-ansi-background-magenta,.hljs-ansi-foreground-white .hljs-ansi-background-red,.hljs-ansi-foreground-white .hljs-ansi-background-white,.hljs-ansi-foreground-white .hljs-ansi-background-yellow{color:var(--primary-160)}.hljs-ansi-background-black{background-color:var(--primary-700)}.hljs-ansi-background-red{background-color:var(--nord-orange)}.hljs-ansi-background-green{background-color:var(--nord-green)}.hljs-ansi-background-yellow{background-color:var(--nord-yellow)}.hljs-ansi-background-blue{background-color:var(--nord-blue)}.hljs-ansi-background-magenta{background-color:var(--nord-pink)}.hljs-ansi-background-cyan{background-color:var(--nord-cyan)}.hljs-ansi-background-white{background-color:var(--nord-light3)}.hljs-attribute,.hljs-params,.hljs-subst,.hljs-template-variable,.hljs-variable{color:var(--header-secondary)!important}.hljs-comment,.hljs-quote{color:var(--primary-430)!important}.theme-light .hljs-emphasis{color:var(--primary-600)}.theme-dark .hljs-emphasis{color:var(--primary-400)}.hljs-link{color:inherit}.hljs-builtin-name,.hljs-bullet,.hljs-doctag,.hljs-keyword,.hljs-literal,.hljs-name,.hljs-operator,.hljs-selector-tag,.hljs-symbol,.hljs-tag{color:var(--nord-cyan)!important}.hljs-selector-id{font-weight:700}.hljs-attr,.hljs-built_in,.hljs-class,.hljs-code,.hljs-formula,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-title,.hljs-type{color:var(--nord-green-blue)!important}.hljs-function,.hljs-function>.hljs-title,.hljs-section,.hljs-selector-pseudo{color:var(--nord-turquoise)!important}.hljs-number{color:var(--nord-pink)!important}.hljs-regexp{color:var(--nord-yellow)!important}.hljs-meta-string,.hljs-string{color:var(--nord-green)!important}.hljs-link{text-decoration:underline}.hljs-meta-keyword,.hljs-template-tag{color:var(--nord-blue)!important}.hljs-meta{color:var(--nord-orange)!important}.hljs-addition,.hljs-deletion{color:var(--white-100)!important;background-color:hsl(var(--red-500-hsl)/.45)!important}.hljs-addition{background-color:hsl(var(--green-500-hsl)/.45)!important}.hljs-title~.hljs-title{font-weight:700}.abnf .hljs-attribute,.apache .hljs-attribute,.arduino .hljs-built_in,.aspectj>.hljs-title,.clojure .hljs-name,.coq .hljs-built_in,.css .hljs-built_in,.glsl .hljs-built_in,.julia .hljs-meta,.lisp .hljs-name,.lua .hljs-built_in,.moonscript .hljs-built_in,.nginx .hljs-attribute,.pf .hljs-built_in,.processing .hljs-built_in,.rb .hljs-subst,.ruby .hljs-subst,.swift .hljs-subst,.vim .hljs-built_in{color:var(--nord-turquoise)!important}.abnf .hljs-symbol,.clojure .hljs-symbol,.css .hljs-attribute,.less .hljs-attribute,.scss .hljs-attribute{color:var(--nord-yellow)!important}.apache .hljs-section,.bash .hljs-variable,.ini .hljs-variable,.makefile .hljs-variable,.powershell .hljs-operator,.powershell .hljs-type,.ps1 .hljs-operator,.ps1 .hljs-type,.rb .hljs-variable,.ruby .hljs-variable{color:var(--nord-cyan)!important}.aspectj .hljs-meta,.css .hljs-keyword,.groovy .hljs-meta:not(:first-child),.haxe .hljs-meta,.java .hljs-meta,.swift .hljs-meta,.yaml .hljs-meta{color:var(--nord-orange)!important}.bnf .hljs-attribute,.cpp .hljs-meta-string,.diff .hljs-meta,.ebnf .hljs-attribute,.ldif .hljs-attribute{color:var(--nord-green-blue)!important}.nginx .hljs-section{color:var(--nord-blue)!important}.vim .hljs-built_in{font-style:italic}.handlebars .hljs-template-tag{color:var(--header-secondary)!important}.markdown .hljs-string,.md .hljs-string{color:var(--nord-turquoise)!important}.ini .hljs-attr{color:var(--nord-cyan)!important}.shop_b31ed2{background-color:var(--background-primary)}.profileBadge__3cc69[src*="6bdc42827a38498929a4920da12695d9.png"]{content:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/user/profile/badge-active-developer.svg)}.profileBadge__3cc69[src*="6f9e37f9029ff57aef81db857890005e.png"]{content:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/user/profile/badge-commands.svg)}.profileBadge__3cc69[src="/assets/fee1624003e2fee35cb398e125dc479b.png"]{content:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/user/profile/badge-certified-moderator.svg)}.profileBadge__3cc69[src*="bf01d1073931f921909045f3a39fd264.png"]{content:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/user/profile/badge-hypesquad.svg)}.profileBadge__3cc69[src="/assets/8a88d63823d8a71cd5e390baa45efa02.png"]{content:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/user/profile/badge-hypesquad-house-1.svg)}.profileBadge__3cc69[src="/assets/011940fd013da3f7fb926e4a1cd2e618.png"]{content:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/user/profile/badge-hypesquad-house-2.svg)}.profileBadge__3cc69[src*="3aa41de486fa12454c3761e8e223442e.png"]{content:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/user/profile/badge-hypesquad-house-3.svg)}.profileBadge__3cc69[src*="3f9748e53446a137a052f3454e2de41e.png"]{content:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/user/profile/badge-partner.svg)}.profileBadge__3cc69[src="/assets/5e74e9b61934fc1f67c65515d1f7e60d.png"]{content:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/user/profile/badge-staff.svg)}.profileBadge__3cc69[src="/assets/6df5892e0f35b051f8b61eace34f4967.png"]{content:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/user/profile/badge-verified-developer.svg)}.profileBadge__3cc69[src="/assets/6de6d34650760ba5551a79732e98ed60.png"]{content:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/user/profile/badge-originaly-know-as.png)}.botTagRegular_fc4b4a:not(.botTagOP_fd6360){color:var(--black-500)}.mask_d5067d rect[fill="#23a55a"]{fill:var(--user-status-online)}.mask_d5067d rect[fill="#f0b232"]{fill:var(--user-status-idle)}.mask_d5067d rect[fill="#f23f43"]{fill:var(--user-status-dnd)}.mask_d5067d rect[fill="#593695"]{fill:var(--user-status-twitch)}.mask_d5067d rect[fill="#80848e"]{fill:var(--user-status-invisible)}.status__1c26d[style="background-color: rgb(35, 165, 90);"]{background-color:var(--user-status-online)!important}.status__1c26d[style="background-color: rgb(240, 178, 50);"]{background-color:var(--user-status-idle)!important}.status__1c26d[style="background-color: rgb(242, 63, 67);"]{background-color:var(--user-status-dnd)!important}.status__1c26d[style="background-color: rgb(128, 132, 142);"]{background-color:var(--user-status-invisible)!important}.icon__467d5[style*='background-image: url("/assets/d750b80048af0194841b.svg")']{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/user/dm-channel/call-incoming.svg)!important}.icon__467d5[style*='background-image: url("/assets/27552340cbc7f06073e6.svg")']{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/user/dm-channel/call-missed.svg)!important}.selected__18a0b{color:var(--black-500)}.lockIcon_f844b1[src="/assets/fbfaf2b5ff4cf0632f65.svg"]{content:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/user/settings/general/lock.svg)}.uploadIcon_d35ec2{color:var(--primary-460-hsl)}.flowerStarContainer__00f61 .childContainer__3a40c path[fill="var(--white-400)"],.selectedIcon_e9ecc2 circle[fill=white]{fill:var(--black-500)}.betaTagIcon_d65f20[style*="background-color: var(--brand-500)"]{color:var(--black-500)}.permissionCheckmark__6860a{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/user/settings/general/checkmark.svg)}.settingsTextContainer__406ba>[style*="color: white"]{color:var(--header-primary)!important}.lookInverted_a299dc.colorBrand__27d57,.upsellButton__56757{color:var(--brand-800)}.premiumCards_ed071e .pricePerInterval_c2c66a[style*="color: white"],.premiumCards_ed071e .text-md-normal__6e567[style*="color: white"],.tier2__1364f .heading-md-medium__2dff4[style*="color: white"],.tier2__1364f .text-md-normal__6e567[style*="color: white"]{color:currentColor!important}.mostPopularText__4997a,.tier2__1364f{color:var(--primary-660)}.nowPlaying_a3b60b .gameName_c1c8a6,.nowPlaying_a3b60b .lastPlayed__0b4ef,.planOptionDiscount__196a1[style*="color: white"]{color:var(--black-500)!important}.noItemsIcon__299fb,.noItemsIcon_ead6f9{background:var(--primary-460-hsl)!important}.default__23a5a{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/user/settings/activity/cross.svg)}.newBadge__27392,.newBadge_e55d5e,.newChannel__1bbcf,.titleBadge__9f72c,.title__97e53 .textBadge_f05120[style="background-color: var(--bg-brand);"]{color:var(--brand-900)}.container_f79ab4 .membersWrap__5ca6b{flex-grow:1}.eventStatusContainer__591e7 path[fill="#949cf7"]{fill:var(--brand-360)}.container__353bc[style*="background-color: rgb(17, 18, 20)"]{background-color:var(--background-floating)!important}.upsellTooltipWrapper__11dad .upsellTooltipHeader__85849,.upsellTooltipWrapper__11dad .upsellTooltipText_e9359d{color:var(--black-500)!important}.newlyAddedHighlight__42344{border-color:var(--green-500)}.newlyAddedBadge__25dcf{background-color:var(--green-500)}.newlyAddedBadgeIcon__0fee2,.newlyAddedBadgeStar__02934,.newlyAddedBadge__25dcf .text-xs-semibold__767f1[style*="color: white"],.newlyAddedBadge__8c824 .text-xs-semibold__767f1[style*="color: white"]{color:var(--black-500)!important}.newlyAddedBadge__8c824{background:linear-gradient(268.26deg,var(--blue-330) 0%,var(--green-500) 102.45%)}.header_b9d0dd{background:center 15%/90%auto url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/server/boost/sparks.svg)no-repeat,linear-gradient(359.37deg,rgba(0,0,0,.5) 12.68%,hsla(0deg,0%,100%,0) 50.4%),linear-gradient(159.15deg,var(--premium-tier-0-header-gradient-1) 8.49%,var(--premium-tier-0-header-gradient-2) 32.21%,var(--premium-tier-0-header-gradient-3) 62.9%,var(--premium-tier-0-header-gradient-4) 86.06%,var(--premium-tier-0-header-gradient-5) 91.4%)}.header_b9d0dd .guildName__488eb,.header_b9d0dd .heading__388a7{color:var(--white-500)!important}.guildBoostCountWrapper__98177{color:var(--white-100)}.guildBoostCtaBoostContent__2b1fb{color:var(--brand-800)}.recommendedTierHighlightTag_bac630,.tierCardCurrentTier__633bb{background:var(--guild-boosting-purple);color:var(--black-500)!important}.tierCardNewFeatureBadge__7b154{background:var(--white-500);color:var(--black-500)}.tierCardBoostRequirement_b8c8fd{color:var(--primary-800)!important}.button_f9cb38,.tierCardHeading__27545,.tierCardListItem_cdf44a{color:var(--primary-700)!important}.tierCardListIcon_f1ff24 circle[fill=white],.tierCardListIcon_f1ff24 rect[fill=white]{fill:currentColor}.premiumIcon__2b16f[src="/assets/0a7531c7a7a37dc8ac1b.svg"]{content:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/server/app-directory/dollar.svg)}.scopeIcon__68826 .icon_d5f2cc{color:var(--black-500)}.headerSuccess__45334{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/server/app-directory/success.svg)}.checkbox_fcf2ad[style*="background-color: rgba(35, 165, 90, 0.15)"]{border-color:hsl(var(--green-360-hsl)/.15)!important;background-color:hsl(var(--green-360-hsl)/.15)!important}.checkbox_fcf2ad path[fill="#23a55a"]{fill:var(--green-360)}.checkbox_fcf2ad[style*="background-color: rgb(35, 165, 90)"]{border-color:var(--green-360)!important;background-color:var(--green-360)!important}.serverBoostTabItem__0267d[aria-selected=true]{color:var(--black-500)!important}.serverBoostTabItem__0267d[aria-selected=true] .icon_c69952{fill:var(--black-500)!important}.icon_c69952[fill="#ff73fa"i]{fill:var(--guild-boosting-pink)}.upsellDescription__0bdd8,.upsellHeader__8c71c{color:var(--white-100)}.currentTierIcon__6df20{color:var(--black-500)!important}.alphaBetaTag__8e1a5[style*="background-color: var(--brand-500)"],.textBadge__9b873[style*="background-color: var(--brand-500)"]{color:var(--black-500)}.automodText__3bcbc{color:currentColor}.typeCreate__01e59:after{background:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/server/settings/moderation/type-create.svg)}.typeUpdate__4b21b:after{background:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/server/settings/moderation/type-update.svg)}.typeDelete__5f7ca:after{background:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/server/settings/moderation/type-delete.svg)}.sparkles__3fc33[src="/assets/80e1b10b95478f7f4c6c.svg"]{content:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/server/settings/community/stars.svg)}.overviewSidebar__3f481{background:linear-gradient(180deg,var(--brand-500) 6.65%,var(--brand-600) 69.44%,var(--brand-800) 106.24%)}.header_baff9b,.selected__98621 .stepTitle__59e8e,.stepIndex_d150fc,.stepTitle__59e8e{color:var(--black-500)}.selected__98621 .stepIndex_d150fc{color:var(--brand-900)}.content__5b1c5 img[src="/assets/ecfe36ef271f7e911ca5.svg"]{content:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/server/settings/community/shield.svg)}.content__5b1c5 img[src="/assets/96b942a639c79017725c.svg"]{content:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/server/settings/community/wrench.svg)}.content__5b1c5 img[src="/assets/92540035a45cc24f78a3.svg"]{content:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/server/settings/community/check.svg)}.colorPrimary_ebe632 .button__3e450[style*="color: rgb(255, 255, 255)"]{color:var(--white-500)!important}.sparkles_b90792[src="/assets/a95275382740de62488b.svg"]{content:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/server/settings/community/discovery-stars.svg)}.earningsPreviewContainer__2b25a[style*="background-color: rgb(46, 54, 56)"]{background-color:hsl(var(--green-760-hsl)/.1)!important}.subscriberCountValue_f16cf3{background-color:var(--brand-800)}.subscriberCountValue_f16cf3>div{color:var(--white-100)!important}.subscriberCountText__53bbe path[fill="var(--white)"]{fill:var(--black-500)}.subscriberCountText__53bbe>div{color:var(--black-500)!important}.container__03ec9,.container__6b2e5,.emptyPage_feb902,.header__71942,.scrollerContainer_dda72c{background-color:var(--background-secondary-alt)!important}.innerHeader_ccbd77:after{background:linear-gradient(180deg,rgba(var(--background-primary-rgb),0)0,var(--background-primary)) linear-gradient(180deg,rgba(var(--background-primary-rgb),0)0,var(--background-primary))!important}.channelRow__538ef:hover:not(.disabled__556e5){background-color:var(--background-modifier-hover)}.emptyIcon__99e5c path[fill="#58F287"]{fill:var(--green-500)}.emptyIcon__99e5c path[fill="#FFD01A"]{fill:var(--yellow-500)}.interactive:hover,.newMessagesBar__8b272 .barButtonBase__5e4cf{color:var(--black-500)}.icon__19b48[style*='background-image: url("/assets/2ae6db8c391d7038bf4a.svg")']{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/server/channel/text/invite.svg)!important}.icon__19b48[style*='background-image: url("/assets/73ba7cc1c59ea6e8a0a5.svg")']{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/server/channel/text/customize.svg)!important}.icon__19b48[style*='background-image: url("/assets/8c3a6c9f5fca465294f8.svg")']{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/server/channel/text/chat.svg)!important}.icon__19b48[style*='background-image: url("/assets/c6d38f860f7845d2cce1.svg")']{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/server/channel/text/first-app.svg)!important}.icon__467d5[style*='background-image: url("/assets/b754caa743f8c49fbbf0.svg")']{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/server/channel/text/join.svg)!important}.mentioned_fa6fd2:before{background-color:var(--brand-500)}.theme-light .embedFull__14919,.theme-light .reaction__4a43f{background-color:var(--primary-160)}.theme-dark .header_ee0efd{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/server/channel/announcement/follow-bg.svg)}.theme-light .header_ee0efd{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/server/channel/announcement/follow-bg-light.svg)}.botTagOP_fd6360,.newBadge__40645[style*="background-color: var(--brand-260)"],.newBadge_b7f5a5[style*="background-color: var(--brand-260)"]{color:var(--brand-900)}.theme-dark .separator_ff8dd4{background-color:var(--primary-500)}.countText__90ea0,.countText_d1ee8c,.discordIcon__0c525,.stepStatus__6954b[style*="background-color: var(--status-positive-background)"]{color:var(--black-500)}.stars_c83456 path[fill="#ADF3FF"]{fill:var(--nord-cyan)}.stars_c83456 path[fill="#FFD01A"]{fill:var(--nord-yellow)}.inline__56a7e img[src="/assets/da4a237cced3fc35e9fb.svg"]{content:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/server/channel/forum/guide.svg)}.theme-dark .matchingPostsRow__6cdb0{background-color:var(--background-modifier-hover)}.container__81b28 rect[fill="var(--white-500)"]+path,.pinIcon__39b6e path[fill=white],.pinIcon_a93f74 path[fill=white]{fill:var(--black-500)}.theme-dark .contentPreview__122fc,.theme-dark .optionButtonWrapper_c86844:not(:hover):not(.selected__31118){background-color:var(--primary-500)}.gradientContainer_cdada6{--color-rgb:var(--primary-700-hsl);background-image:linear-gradient(hsl(var(--color-rgb)),hsl(var(--color-rgb)/.738) 19%,hsl(var(--color-rgb)/.541) 34%,hsl(var(--color-rgb)/.382) 47%,hsl(var(--color-rgb)/.278) 56.5%,hsl(var(--color-rgb)/.194) 65%,hsl(var(--color-rgb)/.126) 73%,hsl(var(--color-rgb)/.075) 80.2%,hsl(var(--color-rgb)/.042) 86.1%,hsl(var(--color-rgb)/.021) 91%,hsl(var(--color-rgb)/.008) 95.2%,hsl(var(--color-rgb)/.002) 98.2%,transparent)}.icon_cad888[style*="background-color: var(--brand-500)"],.icon_cad888[style*="background-color: var(--green-360)"],.selectorTextSelected__147ec{color:var(--black-500)}.enhancedSelectorNitroText__4daeb{color:var(--premium-perk-pink-hsl)!important}.sparkleIcon_f97bad[src="/assets/f92a8b5812e2da52a179.svg"]{content:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/server/channel/stage/star.svg)}.sparkleIcon_f97bad[src="/assets/51063f34b3960c1d5da8.svg"]{content:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/server/channel/stage/cross.svg)}.pageWrapper_c182d3{background-color:var(--background-primary)!important}.card__86773,.iconMask__4092e{background-color:var(--background-secondary)!important}.card__86773:hover,.iconMask__4092e:hover{background-color:var(--background-modifier-hover)!important}.footerImage__2c3fd[src="/assets/679d8a1ef4bba5d92f03.svg"]{content:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/discover/discover.svg)}.icon__77722{background-image:url(https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.11/assets/discover/hub.svg)} -.bd-settings-title{color:var(--header-primary)}.bd-switch input:checked+.bd-switch-body{--switch-color:var(--green-560)}.bd-switch-body{--switch-color:var(--primary-500)}.bd-switch-body .bd-switch-handle{fill:var(--white-500)}.bd-switch input:checked+.bd-switch-body .bd-switch-symbol path{fill:var(--green-760)}.bd-filled-checkmark{background:var(--green-560)}.bd-filled-checkmark svg{fill:var(--black-500)}.bd-empty-updates svg{fill:var(--green-560)}.bd-addon-modal-footer .bd-button,.bd-button{background-color:var(--brand-experiment);color:var(--black-500)}.bd-addon-modal-footer .bd-button:hover,.bd-button:hover{background-color:var(--brand-experiment-560)}.bd-addon-modal-footer .bd-button:active,.bd-button:active{background-color:var(--brand-experiment-600)}.bd-button.bd-button-danger{background-color:var(--button-danger-background)}.bd-button.bd-button-danger:hover{background-color:var(--button-danger-background-hover)}.bd-button.bd-button-danger:active{background-color:var(--button-danger-background-active)}.bd-controls>.bd-addon-button:not(.bd-button-danger) svg{fill:var(--black-500)}.bd-controls>.bd-addon-button.bd-button-danger svg{fill:var(--white-500)}.bd-addon-views .bd-view-button.selected{background-color:var(--brand-experiment)}.bd-addon-views .bd-view-button.selected svg,.checkbox_fcf2ad[style*="background-color: var(--brand-500)"] path[fill="hsl(0, calc(var(--saturation-factor, 1) * 0%), 100%)"]{fill:var(--black-500)}.banner.banner-danger{background-color:var(--info-danger-background);border-color:var(--info-danger-foreground)}.banner-danger .bd-icon{fill:var(--info-danger-foreground)}.react-error{color:var(--text-danger)}.container__2ed72[style*="background-color: hsl(223, calc(var(--saturation-factor, 1) * 5.8%), 52.9%)"]{background-color:var(--primary-500)!important}.container__2ed72[style*="background-color: hsl(235, calc(var(--saturation-factor, 1) * 85.6%), 64.7%)"]{background-color:var(--green-560)!important}.slider__41d94 path[fill="hsl(235, calc(var(--saturation-factor, 1) * 85.6%), 64.7%)"]{fill:var(--green-760)}.ownerIcon_bd8e7d[class*=owner_]{color:var(--text-muted)}.ownerIcon_bd8e7d[class*=management_]{color:var(--orange-500)} - -/** - * CUSTOMIZATION - * Add '!important' non hsl discord colors, like 'primary-dark-200' - */ -:root { -} -.theme-dark { -} -.theme-light { -} \ No newline at end of file diff --git a/home/.zshrc b/home/.zshrc deleted file mode 100644 index bb16bb4..0000000 --- a/home/.zshrc +++ /dev/null @@ -1,11 +0,0 @@ -# https://github.com/atuinsh/atuin -eval "$(atuin init zsh)" - -# https://github.com/junegunn/fzf -eval "$(fzf --zsh)" - -# https://direnv.net -eval "$(direnv hook zsh)" - -# https://nodejs.org/docs/latest/api/cli.html#node_compile_cachedir -NODE_COMPILE_CACHE=~/.node-compile-cache diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index abb5add..0e4e990 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -63,11 +63,9 @@ args@{ ## General CLI / TUI oha wget - btop nvitop tree usbutils - lazygit hotspot desktop-file-utils ## Game dev diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix index de8bdbf..a3f5156 100644 --- a/hosts/desktop/home.nix +++ b/hosts/desktop/home.nix @@ -2,7 +2,10 @@ { imports = [ + ../../modules/home-manager/bat.nix ../../modules/home-manager/brave.nix + ../../modules/home-manager/btop.nix + ../../modules/home-manager/catppuccin.nix ../../modules/home-manager/dconf-gnome-desktop.nix ../../modules/home-manager/dconf-gnome-extension-blur-my-shell.nix ../../modules/home-manager/dconf-gnome-extensions.nix @@ -13,6 +16,7 @@ ../../modules/home-manager/ghostty.nix ../../modules/home-manager/osu.nix ../../modules/home-manager/otd.nix + ../../modules/home-manager/shell.nix ../../modules/home-manager/vesktop.nix ../../modules/home-manager/vscode.nix ../../modules/home-manager/xdg-user-dirs.nix @@ -22,10 +26,6 @@ home.username = "pomp"; home.homeDirectory = "/home/pomp"; - home.file = { - ".zshrc".source = ../../home/.zshrc; - ".config/starship.toml".source = ../../home/.config/starship.toml; - }; gtk.gtk3.bookmarks = [ "file://$HOME/Downloads" diff --git a/hosts/homelab2/configuration.nix b/hosts/homelab2/configuration.nix index f4a424b..fcdef6d 100644 --- a/hosts/homelab2/configuration.nix +++ b/hosts/homelab2/configuration.nix @@ -8,11 +8,13 @@ args@{ imports = [ ./hardware-configuration.nix ./modules/ssh.nix - ../../modules/nixos/locale.nix + ../../modules/nixos/devenv.nix (import ../../modules/nixos/docker.nix (args // { user = "homelab2"; })) ../../modules/nixos/fonts.nix ../../modules/nixos/gnome-remote-desktop.nix + ../../modules/nixos/locale.nix (import ../../modules/nixos/nix.nix (args // { user = "homelab2"; })) + ../../modules/nixos/nixvim.nix (import ../../modules/nixos/shell.nix (args // { user = "homelab2"; })) inputs.home-manager.nixosModules.home-manager ]; @@ -27,9 +29,6 @@ args@{ nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ # dev - vim - direnv - devenv vscode # GUI diff --git a/hosts/homelab2/home.nix b/hosts/homelab2/home.nix index f763b32..39d03c1 100644 --- a/hosts/homelab2/home.nix +++ b/hosts/homelab2/home.nix @@ -2,7 +2,10 @@ { imports = [ + ../../modules/home-manager/bat.nix ../../modules/home-manager/brave.nix + ../../modules/home-manager/btop.nix + ../../modules/home-manager/catppuccin.nix ../../modules/home-manager/dconf-gnome-desktop.nix ../../modules/home-manager/dconf-gnome-extension-blur-my-shell.nix ../../modules/home-manager/dconf-gnome-extensions.nix @@ -10,6 +13,7 @@ ../../modules/home-manager/dconf-nautilus.nix ../../modules/home-manager/git.nix ../../modules/home-manager/nautilus.nix + ../../modules/home-manager/shell.nix ../../modules/home-manager/ghostty.nix ../../modules/home-manager/xdg-user-dirs.nix ]; @@ -18,10 +22,6 @@ home.username = "homelab2"; home.homeDirectory = "/home/homelab2"; - home.file = { - ".zshrc".source = ../../home/.zshrc; - ".config/starship.toml".source = ../../home/.config/starship.toml; - }; # Let Home Manager install and manage itself. programs.home-manager.enable = true; diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index ad00ca3..40eb8ee 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -2,7 +2,10 @@ { imports = [ + ../../modules/home-manager/bat.nix ../../modules/home-manager/brave.nix + ../../modules/home-manager/btop.nix + ../../modules/home-manager/catppuccin.nix ../../modules/home-manager/dconf-gnome-desktop.nix ../../modules/home-manager/dconf-gnome-extension-blur-my-shell.nix ../../modules/home-manager/dconf-gnome-extensions.nix @@ -12,6 +15,7 @@ ../../modules/home-manager/nautilus.nix ../../modules/home-manager/ghostty.nix ../../modules/home-manager/osu.nix + ../../modules/home-manager/shell.nix ../../modules/home-manager/vesktop.nix ../../modules/home-manager/vscode.nix ../../modules/home-manager/xdg-user-dirs.nix @@ -21,10 +25,6 @@ home.username = "pomp"; home.homeDirectory = "/home/pomp"; - home.file = { - ".zshrc".source = ../../home/.zshrc; - ".config/starship.toml".source = ../../home/.config/starship.toml; - }; # Let Home Manager install and manage itself. programs.home-manager.enable = true; diff --git a/modules/home-manager/bat.nix b/modules/home-manager/bat.nix new file mode 100644 index 0000000..f78c5a3 --- /dev/null +++ b/modules/home-manager/bat.nix @@ -0,0 +1,6 @@ +{ ... }: + +{ + catppuccin.bat.enable = true; + programs.bat.enable = true; +} diff --git a/modules/home-manager/btop.nix b/modules/home-manager/btop.nix new file mode 100644 index 0000000..2526b7e --- /dev/null +++ b/modules/home-manager/btop.nix @@ -0,0 +1,6 @@ +{ ... }: + +{ + programs.btop.enable = true; + catppuccin.btop.enable = true; +} diff --git a/modules/home-manager/catppuccin.nix b/modules/home-manager/catppuccin.nix new file mode 100644 index 0000000..75f9586 --- /dev/null +++ b/modules/home-manager/catppuccin.nix @@ -0,0 +1,8 @@ +{ ... }: + +{ + catppuccin = { + flavor = "frappe"; + }; + catppuccin.obs.enable = true; +} diff --git a/modules/home-manager/ghostty.nix b/modules/home-manager/ghostty.nix index a48d7f0..0c33af1 100644 --- a/modules/home-manager/ghostty.nix +++ b/modules/home-manager/ghostty.nix @@ -5,13 +5,13 @@ meslo-lgs-nf ]; + catppuccin.ghostty.enable = true; programs.ghostty = { enable = true; enableZshIntegration = true; # https://ghostty.org/docs/config/reference settings = { - theme = "OneHalfDark"; font-size = 11; font-family = "MesloLGS NF"; background-opacity = 0.75; diff --git a/modules/home-manager/git.nix b/modules/home-manager/git.nix index bb2e834..4fb5fff 100644 --- a/modules/home-manager/git.nix +++ b/modules/home-manager/git.nix @@ -6,6 +6,8 @@ lazygit ]; + catppuccin.lazygit.enable = true; + programs.git = { enable = true; lfs.enable = true; diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix new file mode 100644 index 0000000..ea3ce1c --- /dev/null +++ b/modules/home-manager/shell.nix @@ -0,0 +1,79 @@ +{ lib, ... }: + +{ + catppuccin.zsh-syntax-highlighting.enable = true; + programs.zsh = { + enable = true; + syntaxHighlighting.enable = true; + shellAliases = { + c = "clear"; + e = "eza --long --classify=always --color=always --icons=always --all --group-directories-first --binary --group --no-time --octal-permissions"; + lg = "lazygit"; + ld = "lazydocker"; + }; + sessionVariables = { + # https://nodejs.org/docs/latest/api/cli.html#node_compile_cachedir + NODE_COMPILE_CACHE = "~/.node-compile-cache"; + }; + }; + + catppuccin.atuin.enable = true; + programs.atuin = { + enable = true; + enableZshIntegration = true; + }; + + catppuccin.fzf.enable = true; + programs.fzf = { + enable = true; + enableZshIntegration = true; + }; + + programs.direnv = { + enable = true; + enableZshIntegration = true; + }; + + programs.eza = { + enable = true; + enableZshIntegration = true; + }; + + catppuccin.tmux.enable = true; + programs.tmux.enable = true; + + catppuccin.starship.enable = true; + programs.starship = { + enable = true; + enableZshIntegration = true; + settings = { + # https://starship.rs/config + format = lib.concatStrings [ + "$directory" + "$character" + ]; + right_format = lib.concatStrings [ + "$all" + ]; + + aws.disabled = true; + bun.format = "[$symbol($version )]($style)"; + cmake.format = "[$symbol($version )]($style)"; + conda.format = "[$symbol$environment]($style) "; + deno.format = "[$symbol($version )]($style)"; + docker_context.format = "[$symbol$context]($style) "; + dotnet.format = "[$symbol($version )(🎯 $tfm )]($style)"; + git_branch = { + format = "[$symbol$branch(:$remote_branch)]($style) "; + symbol = " "; + }; + golang.format = "[$symbol($version )]($style)"; + nix_shell.format = "[$symbol$state( \($name\))]($style) "; + nodejs.format = "[$symbol($version )]($style)"; + package.format = "[$symbol$version]($style) "; + python.format = "[$symbol$pyenv_prefix($version )(\($virtualenv\) )]($style)"; + rust.format = "[$symbol($version )]($style)"; + zig.format = "[$symbol($version )]($style)"; + }; + }; +} diff --git a/modules/home-manager/vesktop.nix b/modules/home-manager/vesktop.nix index 71c22ee..6fb603e 100644 --- a/modules/home-manager/vesktop.nix +++ b/modules/home-manager/vesktop.nix @@ -7,7 +7,8 @@ home.file = { ".config/vesktop/settings/settings.json".source = ../../home/.config/vesktop/settings/settings.json; - ".config/vesktop/themes/nordic.theme.css".source = ../../home/.config/vesktop/themes/nordic.theme.css; + ".config/vesktop/themes/catppuccin-frappe.theme.css".source = + ../../home/.config/vesktop/themes/catppuccin-frappe.theme.css; ".config/vesktop/settings.json".source = ../../home/.config/vesktop/settings.json; }; } diff --git a/modules/home-manager/vscode.nix b/modules/home-manager/vscode.nix index a61132d..e7a3775 100644 --- a/modules/home-manager/vscode.nix +++ b/modules/home-manager/vscode.nix @@ -9,6 +9,8 @@ "application/x-zerosize" = "code.desktop"; }; + catppuccin.vscode.enable = true; + programs.vscode = { enable = true; mutableExtensionsDir = false; @@ -18,7 +20,6 @@ # general "editor.rulers" = [ 80 ]; "color-highlight.enable" = false; - "workbench.colorTheme" = "One Dark Pro Flat"; "security.workspace.trust.untrustedFiles" = "open"; "window.restoreWindows" = "none"; "extensions.autoUpdate" = false; diff --git a/modules/nixos/nixvim.nix b/modules/nixos/nixvim.nix index 22bf362..2ec69c5 100644 --- a/modules/nixos/nixvim.nix +++ b/modules/nixos/nixvim.nix @@ -4,7 +4,11 @@ # https://nix-community.github.io/nixvim/ programs.nixvim = { enable = true; - colorschemes.onedark.enable = true; + + colorschemes.catppuccin = { + enable = true; + settings.flavour = "frappe"; + }; opts = { number = true; diff --git a/modules/nixos/shell.nix b/modules/nixos/shell.nix index 2d86489..ce6bb9f 100644 --- a/modules/nixos/shell.nix +++ b/modules/nixos/shell.nix @@ -6,24 +6,5 @@ { users.users.${user}.shell = pkgs.zsh; - programs.starship.enable = true; - - # https://mynixos.com/nixpkgs/options/programs.zsh - programs.zsh = { - enable = true; - syntaxHighlighting.enable = true; - shellAliases = { - c = "clear"; - e = "eza --long --classify=always --color=always --icons=always --all --group-directories-first --binary --group --no-time --octal-permissions"; - lg = "lazygit"; - ld = "lazydocker"; - }; - }; - - environment.systemPackages = with pkgs; [ - fzf - eza - tmux - atuin - ]; + programs.zsh.enable = true; }