added colors.lua
This commit is contained in:
+3
-2
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user