Skip to content

Customizing colors in Windows #958

Closed Answered by Inventhrice
Inventhrice asked this question in Q&A
Discussion options

You must be logged in to vote

A temporary solution is as follows (thank you @zwpaper for your help!)

  1. setx LS_COLORS "[value]" (example setx LS_COLORS "di=35")
  2. RefreshEnv
  3. Done!

To find what values can be put into LS_COLORS, refer to this website.

NOTE: RefreshEnv is a command that comes in with Chocolatey. The reason the changes do not take effect immediately is because apparently Windows loads a temp copy of the system variables and uses that. The script that chocolatey uses (found here) only takes effect for the command line session ONLY.

To make the changes permanent, restart your machine after you have made all the necessary changes. The above commands are only to facilitate making sure that you like your configu…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@Inventhrice
Comment options

@zwpaper
Comment options

@Inventhrice
Comment options

@Inventhrice
Comment options

@Inventhrice
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Inventhrice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants