added colors.lua

This commit is contained in:
Hannes
2026-08-21 23:47:02 +02:00
parent 8deb311047
commit 50e7c7a9aa
5 changed files with 13 additions and 3 deletions
+3 -2
View File
@@ -6,8 +6,9 @@ hl.config({
float_gaps = 0,
gaps_workspaces = 0,
col = {
inactive_border = 0xff00B7EB,
active_border = { colors = { "rgba(ff0000ff)", "rgba(ffff00ff)", "rgba(00ff00ff)", "rgba(00ffffff)", "rgba(0000ffff)", "rgba(ff00ffff)" }, angle = 45 },
inactive_border = INACTIVE_COLOR,
-- active_border = { colors = { "rgba(ff0000ff)", "rgba(ffff00ff)", "rgba(00ff00ff)", "rgba(00ffffff)", "rgba(0000ffff)", "rgba(ff00ffff)" }, angle = 45 },
active_border = ACTIVE_COLOR,
nogroup_border = 0xffffaaff,
nogroup_border_active = 0xffff00ff,
},