Skip to content

My windows instruction on how to install theme like I have

Notifications You must be signed in to change notification settings

localcc/Windows-Dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Installing nord theme on windows 10

Prerequisites

  • Windows 1703 or higher(may not work on windows higher than 2004)

Windows theme installation

  • Download UltraUxTheme
  • Open UltraUxTheme and tick boxes as shown and click install Screenshot
  • Reboot your computer
  • Download Nord Windows 10 Theme
  • Copy files from Nord Windows 10 Theme UPDATE/Themes to Windows/Resources/Themes
  • Click on Start theme tool in SecureUxTheme
  • Select Nord Darkest or your prefered nord variant and click apply, do not check any checkboxes.

Spotify theme installation

  • Install Spicetify, use powershell method.
  • Run
      spicetify
      spicetify backup apply enable-devtool
    
    This will install spicetify onto your spotify installation
  • Download this repo and copy Dribbblish theme to %USERPROFILE%/.spicetify/Themes
  • Launch powershell in copied Dribbblish folder and write:
      cp dribbblish.js ../../Extensions
      spicetify config extensions dribbblish.js
      spicetify config current_theme Dribbblish color_scheme Nord-Dark
      spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
      spicetify apply
    
    These commands will configure spicetify to use dribbblish.js file as extensions config, selects dribbblish as theme with Nord-Dark color scheme and configures some spicetify settings, then applies.

Discord theme installation

  • Install Powercord.
  • Open your cloned powercord folder navigate to src/Powercord/Themes
  • Put Customa folder from this repo in there
  • Restart powercord

Note: if you already have an existing theme in powercord customa won't activate, open discord console and write

powercord.styleManager.disable("Theme name");
powercord.styleManager.enable("Customa");

Screenshots

Task manager, explorer, spotify Explorer, Visual Studio Code, Windows Terminal Spotify Discord

Credits

niivu - for creating Nord Windows 10 Theme

namazso - for creating SecureUxTheme

khanhas and all spicetify contributors - for creating spicetify and dribbblish theme

https://powercord.dev/contributors - for creating and contributing to powercord

Customa-Discord theme contributors - for creating customa theme

About

My windows instruction on how to install theme like I have

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages