mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
Cleanup files from needless comments
This commit is contained in:
@ -1,8 +1,4 @@
|
|||||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
|
||||||
|
|
||||||
$latte_blue = rgb(1e66f5)
|
|
||||||
|
|
||||||
general {
|
general {
|
||||||
col.active_border = $latte_blue
|
col.active_border = rgb(1e66f5)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
general {
|
general {
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
|
||||||
col.active_border = rgb(c6d0f5)
|
col.active_border = rgb(c6d0f5)
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
general {
|
general {
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
|
||||||
col.active_border = rgb(d3c6aa)
|
col.active_border = rgb(d3c6aa)
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
general {
|
general {
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
|
||||||
col.active_border = rgb(a89984)
|
col.active_border = rgb(a89984)
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
general {
|
general {
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
|
||||||
col.active_border = rgb(dcd7ba)
|
col.active_border = rgb(dcd7ba)
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
general {
|
general {
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
|
||||||
col.active_border = rgb(8A8A8D)
|
col.active_border = rgb(8A8A8D)
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
general {
|
general {
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
|
||||||
col.active_border = rgb(D8DEE9)
|
col.active_border = rgb(D8DEE9)
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
general {
|
general {
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
|
||||||
col.active_border = rgb(575279)
|
col.active_border = rgb(575279)
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
general {
|
general {
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
|
||||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user