Skip to content

schneefux/vscode-winddown

Repository files navigation

Winddown - Write code and stay healthy

Be reminded to get off the screen without being interrupted.

After 25 minutes, winddown slowly fades out the colors until you take your hands off the keyboard for a moment.

Save on pain medication and buy me a soda instead: donate

demo gif

Warning! This plugin will overwrite workbench.colorCustomizations and editor.tokenColorCustomizations.

Installation

Install winddown from the VS Code marketplace

Configuration

  • winddown.minutesTillBreak (default 25): Time in minutes until theme colors start fading out.
  • winddown.winddownDurationMinutes (default 5): Time in minutes until theme colors have fully faded out.
  • winddown.breakDurationMinutes (default 3): Time in minutes until theme colors are reset to normal.
  • winddown.postponeDurationMinutes (default 5): Time in minutes you can postpone your break.
  • winddown.framesPerMinute (default 4): Color update frequency during winddown. Usually you do not need to change this. Lower it if you are distracted by screen flashes, increase it for smoother color transitions. Must be between 1 and 60.

Development

  • npm install
  • In VS Code, "Run", "Start Debugging"

Publishing

Related Projects