Hardcode base16-monokai colors for hyprland

Note that this uses the base0A, base09, and base02 colors specifically.
The first two are the accent colors used by Stylix, and the last one is
the color that was closest to Hyprland's default.
This commit is contained in:
Donovan Glover 2023-05-12 16:24:30 -04:00
parent 75b41cfce1
commit 4a9413fa9e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -50,8 +50,8 @@
gaps_in = 0
gaps_out = 0
border_size = 1
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)
col.active_border = rgba(f4bf75ee) rgba(fd971fee) 45deg
col.inactive_border = rgba(49483eaa)
layout = master
resize_on_border = yes
}