Last active
June 9, 2017 01:07
-
-
Save Vishukani/2bbf063961b018208ae14fa6ecd3347e to your computer and use it in GitHub Desktop.
colored windows 10 cmd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo offclsecho [101;93m STYLES [0mecho ^<ESC^>[0m [0mReset[0mecho ^<ESC^>[1m [1mBold[0mecho ^<ESC^>[4m [4mUnderline[0mecho ^<ESC^>[7m [7mInverse[0mecho.echo [101;93m NORMAL FOREGROUND COLORS [0mecho ^<ESC^>[30m [30mBlack[0m (black)echo ^<ESC^>[31m [31mRed[0mecho ^<ESC^>[32m [32mGreen[0mecho ^<ESC^>[33m [33mYellow[0mecho ^<ESC^>[34m [34mBlue[0mecho ^<ESC^>[35m [35mMagenta[0mecho ^<ESC^>[36m [36mCyan[0mecho ^<ESC^>[37m [37mWhite[0mecho.echo [101;93m NORMAL BACKGROUND COLORS [0mecho ^<ESC^>[40m [40mBlack[0mecho ^<ESC^>[41m [41mRed[0mecho ^<ESC^>[42m [42mGreen[0mecho ^<ESC^>[43m [43mYellow[0mecho ^<ESC^>[44m [44mBlue[0mecho ^<ESC^>[45m [45mMagenta[0mecho ^<ESC^>[46m [46mCyan[0mecho ^<ESC^>[47m [47mWhite[0m (white)echo.echo [101;93m STRONG FOREGROUND COLORS [0mecho ^<ESC^>[90m [90mWhite[0mecho ^<ESC^>[91m [91mRed[0mecho ^<ESC^>[92m [92mGreen[0mecho ^<ESC^>[93m [93mYellow[0mecho ^<ESC^>[94m [94mBlue[0mecho ^<ESC^>[95m [95mMagenta[0mecho ^<ESC^>[96m [96mCyan[0mecho ^<ESC^>[97m [97mWhite[0mecho.echo [101;93m STRONG BACKGROUND COLORS [0mecho ^<ESC^>[100m [100mBlack[0mecho ^<ESC^>[101m [101mRed[0mecho ^<ESC^>[102m [102mGreen[0mecho ^<ESC^>[103m [103mYellow[0mecho ^<ESC^>[104m [104mBlue[0mecho ^<ESC^>[105m [105mMagenta[0mecho ^<ESC^>[106m [106mCyan[0mecho ^<ESC^>[107m [107mWhite[0mecho.echo [101;93m COMBINATIONS [0mecho ^<ESC^>[31m [31mred foreground color[0mecho ^<ESC^>[7m [7minverse foreground ^<-^> background[0mecho ^<ESC^>[7;31m [7;31minverse red foreground color[0mecho ^<ESC^>[7m and nested ^<ESC^>[31m [7mbefore [31mnested[0mecho ^<ESC^>[31m and nested ^<ESC^>[7m [31mbefore [7mnested[0m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment