hyprland: Make border color blue

This commit is contained in:
Donovan Glover 2023-07-02 13:08:17 -04:00
parent 2abb013666
commit 08f2fa3f56
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -50,8 +50,8 @@ in
gaps_in = -1
gaps_out = -1
border_size = 2
col.active_border = rgba(${base0A}ee) rgba(${base09}ee) 45deg
col.inactive_border = rgba(${base02}aa)
col.active_border = rgba(${base0E}ff) rgba(${base0D}ff) 45deg
col.inactive_border = rgba(${base02}ff)
layout = master
}