https://github.com/nodef/extra-color.cmd
Get or set Cursor color in Windows Console.
https://github.com/nodef/extra-color.cmd
color console cursor extra get merferry program set windows
Last synced: 29 days ago
JSON representation
Get or set Cursor color in Windows Console.
- Host: GitHub
- URL: https://github.com/nodef/extra-color.cmd
- Owner: nodef
- License: mit
- Created: 2017-10-16T18:04:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T19:58:07.000Z (about 1 year ago)
- Last Synced: 2025-08-11T01:10:44.718Z (10 months ago)
- Topics: color, console, cursor, extra, get, merferry, program, set, windows
- Language: C#
- Homepage: https://cmdf.github.io/extra-color/
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Get or set Cursor color in Windows Console.
> 1. Download [exe file](https://github.com/cmdf/extra-color/releases/download/1.0.0/ecolor.exe).
> 2. Copy to `C:\Program_Files\Scripts`.
> 3. Add `C:\Program_Files\Scripts` to `PATH` environment variable.
```batch
> ecolor [[+|-]] [[+|-]]
:: [] -> optional argument
:: <> -> argument value
```
```batch
:: get current cursor color as " "
> ecolor
:: set cursor foreground color to 1
> ecolor 1
:: set cursor foreground color to darkgray
> ecolor darkgray
:: set cursor color to default
> ecolor 7 0
:: set cursor color to foreground=14, background=5
> ecolor 14 5
:: set cursor color to foreground=yellow, background=darkcyan
> ecolor yellow darkcyan
:: update cursor foreground color to next color
> ecolor +1
:: update cursor background color to next color
> ecolor +0 +1
```
[](https://cmdf.github.io)
