15 lines
450 B
Plaintext
15 lines
450 B
Plaintext
# Hyprland Colors - Generated by Tinty
|
|
general {
|
|
# Active border: A gradient from Blue (0D) to Mauve (0E)
|
|
col.active_border = rgba({{base0D-hex}}ff) rgba({{base0E-hex}}ff) 45deg
|
|
|
|
# Inactive border: A subtle surface color (01) with slight transparency
|
|
col.inactive_border = rgba({{base01-hex}}aa)
|
|
}
|
|
|
|
group {
|
|
# If you use groups/tabs
|
|
col.border_active = rgba({{base0D-hex}}ff)
|
|
col.border_inactive = rgba({{base01-hex}}aa)
|
|
}
|