26 lines
548 B
Plaintext
26 lines
548 B
Plaintext
$primary = rgb(ebbcba)
|
|
$surface = rgb(191724)
|
|
$secondary = rgb(9ccfd8)
|
|
$error = rgb(eb6f92)
|
|
$tertiary = rgb(31748f)
|
|
$surface_lowest = rgb(1b1928)
|
|
|
|
general {
|
|
col.active_border = $primary
|
|
col.inactive_border = $surface
|
|
}
|
|
|
|
group {
|
|
col.border_active = $secondary
|
|
col.border_inactive = $surface
|
|
col.border_locked_active = $error
|
|
col.border_locked_inactive = $surface
|
|
|
|
groupbar {
|
|
col.active = $secondary
|
|
col.inactive = $surface
|
|
col.locked_active = $error
|
|
col.locked_inactive = $surface
|
|
}
|
|
}
|