mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Fix all themes active border for groups to match regular active border
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
|
$activeBorderColor = rgb(1e66f5)
|
||||||
|
|
||||||
general {
|
general {
|
||||||
col.active_border = rgb(1e66f5)
|
col.active_border = $activeBorderColor
|
||||||
}
|
}
|
||||||
|
|
||||||
|
group {
|
||||||
|
col.border_active = $activeBorderColor
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
$activeBorderColor = rgb(c6d0f5)
|
||||||
|
|
||||||
general {
|
general {
|
||||||
col.active_border = rgb(c6d0f5)
|
col.active_border = $activeBorderColor
|
||||||
|
}
|
||||||
|
|
||||||
|
group {
|
||||||
|
col.border_active = $activeBorderColor
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
$activeBorderColor = rgb(d3c6aa)
|
||||||
|
|
||||||
general {
|
general {
|
||||||
col.active_border = rgb(d3c6aa)
|
col.active_border = $activeBorderColor
|
||||||
|
}
|
||||||
|
|
||||||
|
group {
|
||||||
|
col.border_active = $activeBorderColor
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
$activeBorderColor = rgba(205EA6ee)
|
||||||
|
|
||||||
general {
|
general {
|
||||||
col.active_border = rgba(205EA6ee)
|
col.active_border = $activeBorderColor
|
||||||
|
}
|
||||||
|
|
||||||
|
group {
|
||||||
|
col.border_active = $activeBorderColor
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
$activeBorderColor = rgb(a89984)
|
||||||
|
|
||||||
general {
|
general {
|
||||||
col.active_border = rgb(a89984)
|
col.active_border = $activeBorderColor
|
||||||
|
}
|
||||||
|
|
||||||
|
group {
|
||||||
|
col.border_active = $activeBorderColor
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
|
$activeBorderColor = rgb(dcd7ba)
|
||||||
|
|
||||||
general {
|
general {
|
||||||
col.active_border = rgb(dcd7ba)
|
col.active_border = $activeBorderColor
|
||||||
|
}
|
||||||
|
|
||||||
|
group {
|
||||||
|
col.border_active = $activeBorderColor
|
||||||
}
|
}
|
||||||
|
|
||||||
# Kanagawa backdrop is too strong for detault opacity
|
# Kanagawa backdrop is too strong for detault opacity
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
$activeBorderColor = rgb(8A8A8D)
|
||||||
|
|
||||||
general {
|
general {
|
||||||
col.active_border = rgb(8A8A8D)
|
col.active_border = $activeBorderColor
|
||||||
|
}
|
||||||
|
|
||||||
|
group {
|
||||||
|
col.border_active = $activeBorderColor
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
$activeBorderColor = rgb(D8DEE9)
|
||||||
|
|
||||||
general {
|
general {
|
||||||
col.active_border = rgb(D8DEE9)
|
col.active_border = $activeBorderColor
|
||||||
|
}
|
||||||
|
|
||||||
|
group {
|
||||||
|
col.border_active = $activeBorderColor
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,9 @@
|
|||||||
# focus window color (border)
|
$activeBorderColor = rgb(71CEAD)
|
||||||
|
|
||||||
general {
|
general {
|
||||||
col.active_border = rgb(71CEAD)
|
col.active_border = $activeBorderColor
|
||||||
|
}
|
||||||
|
|
||||||
|
group {
|
||||||
|
col.border_active = $activeBorderColor
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,9 @@
|
|||||||
|
$activeBorderColor = rgb(e6d9db)
|
||||||
|
|
||||||
general {
|
general {
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
col.active_border = $activeBorderColor
|
||||||
col.active_border = rgb(e6d9db)
|
}
|
||||||
|
|
||||||
|
group {
|
||||||
|
col.border_active = $activeBorderColor
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
$activeBorderColor = rgb(575279)
|
||||||
|
|
||||||
general {
|
general {
|
||||||
col.active_border = rgb(575279)
|
col.active_border = $activeBorderColor
|
||||||
|
}
|
||||||
|
|
||||||
|
group {
|
||||||
|
col.border_active = $activeBorderColor
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
|
$activeBorderColor = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||||
|
|
||||||
general {
|
general {
|
||||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
col.active_border = $activeBorderColor
|
||||||
|
}
|
||||||
|
|
||||||
|
group {
|
||||||
|
col.border_active = $activeBorderColor
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user