Skip to content

keifufu/cute-borders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cute-borders

Makes focused and unfocused window borders have a different border color, configurable per program.
Windows 11 only.

Preview

Zoom Fullscreen

Installing

Download it from GitHub Releases

Configuration

The config is located at %UserProfile%/.cuteborders/config.yaml

Example config:

run_at_startup: false
window_rules:
  - match: "Global"
    active_border_color: "#c6a0f6"
    inactive_border_color: "#ffffff"
  # Example rules
  - match: "Title"
    contains: "Mozilla Firefox"
    active_border_color: "#c6a0f6"
    inactive_border_color: "#ffffff"
  - match: "Class"
    contains: "MozillaWindowClass"
    active_border_color: "#c6a0f6"
    inactive_border_color: "#ffffff"

TODO

  • square window option
  • draw thick borders with direct2d (could be used as a fallback for 1px borders on windows 10)