initial commit
This commit is contained in:
25
noctalia/noctalia-colors.conf
Normal file
25
noctalia/noctalia-colors.conf
Normal file
@@ -0,0 +1,25 @@
|
||||
$primary = rgb(ffb3b1)
|
||||
$surface = rgb(181212)
|
||||
$secondary = rgb(e6bdbb)
|
||||
$error = rgb(ffb4ab)
|
||||
$tertiary = rgb(e4c18d)
|
||||
$surface_lowest = rgb(120d0d)
|
||||
|
||||
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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user