hyprland: Use a more subtle active border color

This commit is contained in:
Donovan Glover 2023-07-03 18:29:02 -04:00
parent d0905e916c
commit cb976a9728
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -50,7 +50,7 @@ in
gaps_in = 0
gaps_out = -1
border_size = 0
col.active_border = rgba(${base0E}ff) rgba(${base0D}ff) 45deg
col.active_border = rgba(${base03}ff) rgba(${base04}ff) 45deg
col.inactive_border = rgba(${base02}ff)
layout = master
}