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