mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 22:53:47 +01:00
8f61583af7
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
12 lines
207 B
Plaintext
12 lines
207 B
Plaintext
/* Index mode colors */
|
|
|
|
#@session@ .indexmode {
|
|
color: @index-fg@;
|
|
background-color: @index-bg@;
|
|
}
|
|
|
|
#@session@ .indexmode:selected {
|
|
color: @index-active-fg@;
|
|
background-color: @index-active-bg@;
|
|
}
|